diff --git a/CHANGELOG b/CHANGELOG index 9f253c8108..97e4c7f7dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,59 @@ -Version 2019.12-dev (unreleased) +Version 2019.12 (2019-12-23) Friendica Core: + Updates to the translations (CS, DE, ET, JA, NL, PL) [translation teams] + Updates to the documentation [copiis, MrPetovan, stom79, tobiasd] + Updates to the themes (all) [annando, hoergen, MrPetovan, tobiasd] + General code refactoring and enhancements [annando, MrPetovan, nupplaphil, tobiasd] Enhanced the manage functionality [annando] + Enhanced the federation with ActivityPub and Diaspora* protocol detection and contact requests [annando] + Enhanced federation with pixelfed and peertube [annando] + Enhanced how the API handles quoted postings [annando] + Enhanced the attachment removal by the API [annando] + Enhanced the 2FA field for mobile devices [nupplaphil] + Enhanced handling of re-shares [annando] + Enhanced the ACL dialog [annando, MrPetovan] + Enhanced transmission of postings by email and email handling in general [annando] + Enhanced the updating process of contacts [annando] + Enhanced the import of RSS/Atom feeds [annando] + Enhanced the registration form for require approval setups [tobiasd] + Enhanced the follow process for the Diaspora* protocol [annando] + Enhanced the display of the saved searched [AlfredSK] + Enhanced the display of image titles [annando] + Enhanced the handling of OpenID [annando] + Enhanced the Vagrant devel VM [tobiasd] + Enhanced handling of HTML special entities [nathilia-peirce] + Enhanced hashes by using HMAC [nathilia-peirce] + Enhancements to the ActivityPub implementation [annando] + Fixed a problem with delivery of direct messages over ActivityPub [annando] Fixed some problems with the remote auth functionality [annando] + Fixed an issue that prevented notifications for deleted postings be deleted themselves [annando] + Fixed a problem connecting to forums [annando] + Fixed messages in the admin panel [nupplaphil] + Fixed a problem when the log-file was not write-able [nupplaphil] + Fixed a problem with the caching directory for the password exposure check [MrPetovan] + Fixed a bug with detecting the browser language [nupplaphil] + Smart threading is now the default, but can be switched off by the user [annando] + Clarification: Posted order is now arrival order [annando] Added router configuration file [nupplaphil] Added drone.io as CI service [nupplaphil] + Added the ability to pin postings on account walls [annando] + Added various new API endpoints [annando, MrPetovan] + Added hooks for the email fetching process [annando] + Added support for nodeinfo 2 [annando] + Added export and import of followed contact data [tobiasd] + Added links to tag and category overview in the footer of postings [tobiasd] + Added config switch to use BCC instead of CC for ActivityPub delivery of non-public postings [annando] Friendica Addons: + Update to the translations (CA, DE, ET) [translation teams] + buffer + marked as unsupported [annando] + Discourse + New addon to integrate Discourse discussions [annando] + gnot + UI improvements [tobiasd] + js_upload + The addon got rewritten to adopt the new ACL [MrPetovan] mailstream: Support for new img format was added [mexon] BB Code is now included as plaintext [mexon] @@ -13,7 +61,12 @@ Version 2019.12-dev (unreleased) ActivityPub "announce" notifications are not included [mexon] Closed Issues: - 1071, 7548, 7657, 7681 + 989, 1071, 1188, 1334, 2537, 3229, 3231, 3385, 4112, 4442, 4451, + 5048, 5568, 5802, 6865, 7190, 7308, 7316, 7418, 7613, 7657, 7659, + 7664, 7671, 7679, 7681, 7682, 7685, 7688, 7691, 7702, 7707, 7709, + 7718, 7733, 7740, 7747, 7756, 7766, 7773, 7776, 7778, 7781, 7821, + 7825, 7834, 7863, 7868, 7880, 7888, 7889, 7902, 7914, 7920, 7946, + 7953, 7978 Version 2019.09 (2019-09-29) Friendica Core: diff --git a/CREDITS.txt b/CREDITS.txt index 460ba4a958..1320885185 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -1,5 +1,3 @@ - - 23n Abinoam P. Marques Jr. Abraham Pérez Hernández @@ -47,6 +45,7 @@ bufalo1973 Calango Jr Carlos Solís Carsten Pfeiffer +Casper Cat Gray Chris Case Christian González @@ -66,6 +65,7 @@ David Martín Miranda David Rabel Dean Townsley Denis Chenu +dependabot[bot] Devlon Duthie Diego Souza Domovoy @@ -115,6 +115,7 @@ Jens Tautenhahn jensp Jeroen De Meerleer jeroenpraat +Joan Bar JOduMonT Johannes Schwab John Brazil @@ -123,11 +124,13 @@ Jonny Tischbein Josef Moravek juanman julia.domagalska +Julio Cova Karel Karolina Keith Fernie Klaus Weidenbach Koyu Berteon +kPherox Kris Lea1995polish Leberwurscht @@ -162,18 +165,20 @@ Michalina Mike Macgirvin miqrogroove mytbk +nathilia-peirce Nicola Spanti Olaf Conradi Oliver Olivier Olivier Mehani Olivier Migeot -Ozero Dien +ozero dien Paolo Wave Pascal Pascal Deklerck Pavel Morozov PerigGouanvic +peter Peter Liebetrau peturisfeld Phigger Phigger @@ -193,6 +198,7 @@ Ralph Ratten rcmaniac rebeka-catalina +René Wagner repat Ricardo Pereira Rik 4 diff --git a/VERSION b/VERSION index 41367d09e2..e921f9477a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.12-dev +2019.12 diff --git a/boot.php b/boot.php index d2597b378e..a5564f342c 100644 --- a/boot.php +++ b/boot.php @@ -32,7 +32,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2019.12-dev'); +define('FRIENDICA_VERSION', '2019.12'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); diff --git a/database.sql b/database.sql index 8630bfba8b..cbb724d189 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ --- Friendica 2019.12-dev (Dalmatian Bellflower) --- DB_UPDATE_VERSION 1324 +-- Friendica 2019.12-rc (Dalmatian Bellflower) +-- DB_UPDATE_VERSION 1326 -- ------------------------------------------ @@ -66,6 +66,9 @@ CREATE TABLE IF NOT EXISTS `apcontact` ( `pubkey` text COMMENT '', `baseurl` varchar(255) COMMENT 'baseurl of the ap contact', `generator` varchar(255) COMMENT 'Name of the contact\'s system', + `following_count` int unsigned DEFAULT 0 COMMENT 'Number of following contacts', + `followers_count` int unsigned DEFAULT 0 COMMENT 'Number of followers', + `statuses_count` int unsigned DEFAULT 0 COMMENT 'Number of posts', `updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '', PRIMARY KEY(`url`), INDEX `addr` (`addr`(32)), @@ -634,6 +637,7 @@ CREATE TABLE IF NOT EXISTS `item` ( INDEX `resource-id` (`resource-id`), INDEX `deleted_changed` (`deleted`,`changed`), INDEX `uid_wall_changed` (`uid`,`wall`,`changed`), + INDEX `mention_uid_id` (`mention`,`uid`,`id`), INDEX `uid_eventid` (`uid`,`event-id`), INDEX `icid` (`icid`), INDEX `iaid` (`iaid`), diff --git a/doc/API-Mastodon.md b/doc/API-Mastodon.md index d885e6ab3c..e34ec4cc95 100644 --- a/doc/API-Mastodon.md +++ b/doc/API-Mastodon.md @@ -11,14 +11,25 @@ Authentication is the same as described in [Using the APIs](help/api#Authenticat ## Entities -These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/api/entities/). +These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/entities/). ## Implemented endpoints -- [GET /api/v1/follow_requests](https://docs.joinmastodon.org/api/rest/follow-requests/#get-api-v1-follow-requests) +- [`GET /api/v1/follow_requests`](https://docs.joinmastodon.org/methods/accounts/follow_requests#pending-follows) + - Returned IDs are specific to follow requests +- [`POST /api/v1/follow_requests/:id/authorize`](https://docs.joinmastodon.org/methods/accounts/follow_requests#accept-follow) + - `:id` is a follow request ID, not a regular account id +- [`POST /api/v1/follow_requests/:id/reject`](https://docs.joinmastodon.org/methods/accounts/follow_requests#reject-follow) + - `:id` is a follow request ID, not a regular account id +- `POST /api/v1/follow_requests/:id/ignore` + - Friendica-specific, hides the follow request from the list and prevents the remote contact from retrying. + - `:id` is a follow request ID, not a regular account id + - Returns a [Relationship](https://docs.joinmastodon.org/entities/relationship) object. + + +- [`GET /api/v1/instance`](https://docs.joinmastodon.org/methods/instance#fetch-instance) +- [`GET /api/v1/instance/peers`](https://docs.joinmastodon.org/methods/instance#list-of-connected-domains) ## Non-implemented endpoints -- [POST /api/v1/follow_requests/:id/authorize](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-authorize) -- [POST /api/v1/follow_requests/:id/reject](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-reject) - +- [`GET /api/v1/instance/activity`](https://docs.joinmastodon.org/methods/instance#weekly-activity) diff --git a/doc/FAQ.md b/doc/FAQ.md index 83bdce3a27..323cb16194 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -172,7 +172,7 @@ Here is a list of known working clients: * Android * [Friendiqa](https://git.friendi.ca/lubuwest/Friendiqa) (available in Google Playstore or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854)) - * [Fedilab](https://gitlab.com/tom79/mastalab) (available in F-Droid and Google stores) + * [Fedilab](https://fedilab.app/) (available in F-Droid and Google stores) * [DiCa](https://dica.mixi.cool/) * AndStatus * Twidere diff --git a/doc/Home.md b/doc/Home.md index 095be1bb68..d58cfeca6a 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -55,7 +55,7 @@ Friendica Documentation and Resources * [Move classes to `src`](help/Developer-How-To-Move-Classes-to-src) * [Run tests](help/Tests) * Reference - * [Twitter/GNU Social API Functions](help/api) + * [API endpoints](help/api) * [Code (Doxygen generated - sets cookies)](doc/html/) * [Protocol Documentation](help/Protocol) * [Database schema documentation](help/database) diff --git a/doc/Install.md b/doc/Install.md index 5fe63adb2a..f37521d759 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -30,7 +30,7 @@ The account will expire after 7 days, but you can ask the server admin to keep y ### Requirements -* Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file +* Apache with mod-rewrite enabled and "Options All" so you can use a local `.htaccess` file * PHP 7+ (PHP 7.1+ is recommended for performance and official support) * PHP *command line* access with register_argc_argv set to true in the php.ini file * Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions @@ -63,8 +63,7 @@ If this is nothing for you, you might be interested in Unpack the Friendica files into the root of your web server document area. -If you copy the directory tree to your webserver, make sure that you also copy -`.htaccess-dist` - as "dot" files are often hidden and aren't normally copied. +If you copy the directory tree to your webserver, make sure that you also copy `.htaccess-dist` - as "dot" files are often hidden and aren't normally copied. **OR** @@ -112,7 +111,8 @@ Please check the [troubleshooting](#Troubleshooting) section if running on MySQL ### Option A: Run the installer -Point your web browser to the new site and follow the instructions. +Before you point your web browser to the new site you need to copy `.htaccess-dist` to `.htaccess` for Apache installs. +Follow the instructions. Please note any error messages and correct these before continuing. If you need to specify a port for the connection to the database, you can do so in the host name setting for the database. @@ -328,7 +328,7 @@ If the database resides on the same machine, check that the database server name ### 500 Internal Error This could be the result of one of our Apache directives not being supported by your version of Apache. Examine your apache server logs. -You might remove the line "Options -Indexes" from the .htaccess file if you are using a Windows server as this has been known to cause problems. +You might remove the line "Options -Indexes" from the `.htaccess` file if you are using a Windows server as this has been known to cause problems. Also check your file permissions. Your website and all contents must generally be world-readable. It is likely that your web server reported the source of the problem in its error log files. diff --git a/doc/de/Install.md b/doc/de/Install.md index b8a827ab1e..8225993e42 100644 --- a/doc/de/Install.md +++ b/doc/de/Install.md @@ -107,6 +107,7 @@ Starte MySQL dann neu und es sollte klappen. ### Option A: Der manuelle Installer Besuche deine Webseite mit deinem Browser und befolge die Anleitung. +Bevor du dies tust, kopiere die Datei `.htaccess-dist` nach `.htaccess`, wenn du den Apache Webserver verwendest. Bitte beachte jeden Fehler und korrigiere diese, bevor du fortfährst. Falls du einen Port für die Datenbankverbindung angeben musst, kannst du diesen in der Host-Eingabe Zeile angeben. diff --git a/include/api.php b/include/api.php index 77bce65a39..404ede4239 100644 --- a/include/api.php +++ b/include/api.php @@ -608,11 +608,6 @@ function api_get_user(App $a, $contact_id = null) $contact = DBA::selectFirst('contact', [], ['uid' => 0, 'nurl' => Strings::normaliseLink($url)]); if (DBA::isResult($contact)) { - // If no nick where given, extract it from the address - if (($contact['nick'] == "") || ($contact['name'] == $contact['nick'])) { - $contact['nick'] = api_get_nick($contact["url"]); - } - $ret = [ 'id' => $contact["id"], 'id_str' => (string) $contact["id"], @@ -671,11 +666,6 @@ function api_get_user(App $a, $contact_id = null) $countfollowers = 0; $starred = 0; - // Add a nick if it isn't present there - if (($uinfo[0]['nick'] == "") || ($uinfo[0]['name'] == $uinfo[0]['nick'])) { - $uinfo[0]['nick'] = api_get_nick($uinfo[0]["url"]); - } - $pcontact_id = Contact::getIdForURL($uinfo[0]['url'], 0, true); if (!empty($profile['about'])) { @@ -1419,32 +1409,37 @@ function api_users_search($type) $userlist = []; if (!empty($_GET['q'])) { - $r = q("SELECT id FROM `contact` WHERE `uid` = 0 AND `name` = '%s'", DBA::escape($_GET["q"])); + $contacts = Contact::selectToArray( + ['id'], + [ + '`uid` = 0 AND (`name` = ? OR `nick` = ? OR `url` = ? OR `addr` = ?)', + $_GET['q'], + $_GET['q'], + $_GET['q'], + $_GET['q'], + ] + ); - if (!DBA::isResult($r)) { - $r = q("SELECT `id` FROM `contact` WHERE `uid` = 0 AND `nick` = '%s'", DBA::escape($_GET["q"])); - } - - if (DBA::isResult($r)) { + if (DBA::isResult($contacts)) { $k = 0; - foreach ($r as $user) { - $user_info = api_get_user($a, $user["id"]); + foreach ($contacts as $contact) { + $user_info = api_get_user($a, $contact['id']); - if ($type == "xml") { - $userlist[$k++.":user"] = $user_info; + if ($type == 'xml') { + $userlist[$k++ . ':user'] = $user_info; } else { $userlist[] = $user_info; } } - $userlist = ["users" => $userlist]; + $userlist = ['users' => $userlist]; } else { - throw new BadRequestException("User ".$_GET["q"]." not found."); + throw new NotFoundException('User ' . $_GET['q'] . ' not found.'); } } else { - throw new BadRequestException("No user specified."); + throw new BadRequestException('No search term specified.'); } - return api_format_data("users", $type, $userlist); + return api_format_data('users', $type, $userlist); } /// @TODO move to top of file or somewhere better @@ -1505,7 +1500,9 @@ function api_search($type) $a = \get_app(); $user_info = api_get_user($a); - if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } + if (api_user() === false || $user_info === false) { + throw new ForbiddenException(); + } if (empty($_REQUEST['q'])) { throw new BadRequestException('q parameter is required.'); @@ -1569,7 +1566,21 @@ function api_search($type) } } - $statuses = Item::selectForUser(api_user(), [], $condition, $params); + $statuses = []; + + if (parse_url($searchTerm, PHP_URL_SCHEME) != '') { + $id = Item::fetchByLink($searchTerm, api_user()); + if (!$id) { + // Public post + $id = Item::fetchByLink($searchTerm); + } + + if (!empty($id)) { + $statuses = Item::select([], ['id' => $id]); + } + } + + $statuses = $statuses ?: Item::selectForUser(api_user(), [], $condition, $params); $data['status'] = api_format_items(Item::inArray($statuses), $user_info); @@ -2147,8 +2158,8 @@ function api_statuses_mentions($type) $start = max(0, ($page - 1) * $count); - $condition = ["`uid` = ? AND `gravity` IN (?, ?) AND `item`.`id` > ? AND `author-id` != ? - AND `item`.`parent` IN (SELECT `iid` FROM `thread` WHERE `thread`.`uid` = ? AND `thread`.`mention` AND NOT `thread`.`ignored`)", + $condition = ["`uid` = ? AND `gravity` IN (?, ?) AND `item`.`id` > ? AND `author-id` != ? AND `mention` + AND `item`.`parent` IN (SELECT `iid` FROM `thread` WHERE `thread`.`uid` = ? AND NOT `thread`.`ignored`)", api_user(), GRAVITY_PARENT, GRAVITY_COMMENT, $since_id, $user_info['pid'], api_user()]; if ($max_id > 0) { @@ -2486,6 +2497,9 @@ function api_format_messages($item, $recipient, $sender) function api_convert_item($item) { $body = $item['body']; + $entities = api_get_entitities($statustext, $body); + + // Add pictures to the attachment array and remove them from the body $attachments = api_get_attachments($body); // Workaround for ostatus messages where the title is identically to the body @@ -2542,8 +2556,6 @@ function api_convert_item($item) $statushtml .= BBCode::convert($item['plink']); } - $entities = api_get_entitities($statustext, $body); - return [ "text" => $statustext, "html" => $statushtml, @@ -2561,17 +2573,19 @@ function api_convert_item($item) */ function api_get_attachments(&$body) { - $text = $body; - $text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '[img]$3[/img]', $text); - $text = preg_replace("/\[img\=(.*?)\](.*?)\[\/img\]/ism", '[img]$1[/img]', $text); + $body = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '[img]$3[/img]', $body); + $body = preg_replace("/\[img\=(.*?)\](.*?)\[\/img\]/ism", '[img]$1[/img]', $body); $URLSearchString = "^\[\]"; - $ret = preg_match_all("/\[img\]([$URLSearchString]*)\[\/img\]/ism", $text, $images); - - if (!$ret) { + if (!preg_match_all("/\[img\]([$URLSearchString]*)\[\/img\]/ism", $body, $images)) { return []; } + // Remove all embedded pictures, since they are added as attachments + foreach ($images[0] as $orig) { + $body = str_replace($orig, '', $body); + } + $attachments = []; foreach ($images[1] as $image) { @@ -2582,12 +2596,6 @@ function api_get_attachments(&$body) } } - if (strstr($_SERVER['HTTP_USER_AGENT'] ?? '', 'AndStatus')) { - foreach ($images[0] as $orig) { - $body = str_replace($orig, "", $body); - } - } - return $attachments; } @@ -2630,7 +2638,6 @@ function api_get_entitities(&$text, $bbcode) $bbcode = preg_replace("/#\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", '#$2', $bbcode); $bbcode = preg_replace("/\[bookmark\=([$URLSearchString]*)\](.*?)\[\/bookmark\]/ism", '[url=$1]$2[/url]', $bbcode); - //$bbcode = preg_replace("/\[url\](.*?)\[\/url\]/ism",'[url=$1]$1[/url]',$bbcode); $bbcode = preg_replace("/\[video\](.*?)\[\/video\]/ism", '[url=$1]$1[/url]', $bbcode); $bbcode = preg_replace( @@ -2649,12 +2656,10 @@ function api_get_entitities(&$text, $bbcode) $bbcode = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '[img]$3[/img]', $bbcode); - //preg_match_all("/\[url\]([$URLSearchString]*)\[\/url\]/ism", $bbcode, $urls1); preg_match_all("/\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism", $bbcode, $urls); $ordered_urls = []; foreach ($urls[1] as $id => $url) { - //$start = strpos($text, $url, $offset); $start = iconv_strpos($text, $url, 0, "UTF-8"); if (!($start === false)) { $ordered_urls[$start] = ["url" => $url, "title" => $urls[2][$id]]; @@ -2664,7 +2669,7 @@ function api_get_entitities(&$text, $bbcode) ksort($ordered_urls); $offset = 0; - //foreach ($urls[1] AS $id=>$url) { + foreach ($ordered_urls as $url) { if ((substr($url["title"], 0, 7) != "http://") && (substr($url["title"], 0, 8) != "https://") && !strpos($url["title"], "http://") && !strpos($url["title"], "https://") @@ -2679,7 +2684,6 @@ function api_get_entitities(&$text, $bbcode) } } - //$start = strpos($text, $url, $offset); $start = iconv_strpos($text, $url["url"], $offset, "UTF-8"); if (!($start === false)) { $entities["urls"][] = ["url" => $url["url"], @@ -2706,7 +2710,7 @@ function api_get_entitities(&$text, $bbcode) $ordered_images[$start] = ['url' => $image, 'alt' => '']; } } - //$entities["media"] = array(); + $offset = 0; foreach ($ordered_images as $image) { @@ -2840,9 +2844,10 @@ function api_format_items_activities($item, $type = "json") 'attendyes' => [], 'attendno' => [], 'attendmaybe' => [], + 'announce' => [], ]; - $condition = ['uid' => $item['uid'], 'thr-parent' => $item['uri']]; + $condition = ['uid' => $item['uid'], 'thr-parent' => $item['uri'], 'gravity' => GRAVITY_ACTIVITY]; $ret = Item::selectForUser($item['uid'], ['author-id', 'verb'], $condition); while ($parent_item = Item::fetch($ret)) { @@ -2867,6 +2872,9 @@ function api_format_items_activities($item, $type = "json") case Activity::ATTENDMAYBE: $activities['attendmaybe'][] = $user; break; + case Activity::ANNOUNCE: + $activities['announce'][] = $user; + break; default: break; } @@ -3075,22 +3083,31 @@ function api_format_item($item, $type = "json", $status_user = null, $author_use } if (!empty($quoted_item)) { - $conv_quoted = api_convert_item($quoted_item); - $quoted_status = $status; + if ($quoted_item['id'] != $item['id']) { + $quoted_status = api_format_item($quoted_item); + /// @todo Only remove the attachments that are also contained in the quotes status + unset($status['attachments']); + unset($status['entities']); + } else { + $conv_quoted = api_convert_item($quoted_item); + $quoted_status = $status; + unset($quoted_status['attachments']); + unset($quoted_status['entities']); + unset($quoted_status['statusnet_conversation_id']); + $quoted_status['text'] = $conv_quoted['text']; + $quoted_status['statusnet_html'] = $conv_quoted['html']; + try { + $quoted_status["user"] = api_get_user($a, $quoted_item["author-id"]); + } catch (BadRequestException $e) { + // user not found. should be found? + /// @todo check if the user should be always found + $quoted_status["user"] = []; + } + } unset($quoted_status['friendica_author']); unset($quoted_status['friendica_owner']); unset($quoted_status['friendica_activities']); unset($quoted_status['friendica_private']); - unset($quoted_status['statusnet_conversation_id']); - $quoted_status['text'] = $conv_quoted['text']; - $quoted_status['statusnet_html'] = $conv_quoted['html']; - try { - $quoted_status["user"] = api_get_user($a, $quoted_item["author-id"]); - } catch (BadRequestException $e) { - // user not found. should be found? - /// @todo check if the user should be always found - $quoted_status["user"] = []; - } } if (!empty($retweeted_item)) { @@ -3606,6 +3623,7 @@ api_register_func('api/statusnet/version', 'api_statusnet_version', false); * * @param string $type Return type (atom, rss, xml, json) * + * @param int $rel A contact relationship constant * @return array|string|void * @throws BadRequestException * @throws ForbiddenException @@ -3614,7 +3632,7 @@ api_register_func('api/statusnet/version', 'api_statusnet_version', false); * @throws UnauthorizedException * @todo use api_format_data() to return data */ -function api_ff_ids($type) +function api_ff_ids($type, int $rel) { if (!api_user()) { throw new ForbiddenException(); @@ -3626,26 +3644,29 @@ function api_ff_ids($type) $stringify_ids = $_REQUEST['stringify_ids'] ?? false; - $r = q( - "SELECT `pcontact`.`id` FROM `contact` - INNER JOIN `contact` AS `pcontact` ON `contact`.`nurl` = `pcontact`.`nurl` AND `pcontact`.`uid` = 0 - WHERE `contact`.`uid` = %s AND NOT `contact`.`self`", - intval(api_user()) + $contacts = DBA::p("SELECT `pcontact`.`id` + FROM `contact` + INNER JOIN `contact` AS `pcontact` + ON `contact`.`nurl` = `pcontact`.`nurl` + AND `pcontact`.`uid` = 0 + WHERE `contact`.`uid` = ? + AND NOT `contact`.`self` + AND `contact`.`rel` IN (?, ?)", + api_user(), + $rel, + Contact::FRIEND ); - if (!DBA::isResult($r)) { - return; - } $ids = []; - foreach ($r as $rr) { + foreach (DBA::toArray($contacts) as $contact) { if ($stringify_ids) { - $ids[] = $rr['id']; + $ids[] = $contact['id']; } else { - $ids[] = intval($rr['id']); + $ids[] = intval($contact['id']); } } - return api_format_data("ids", $type, ['id' => $ids]); + return api_format_data('ids', $type, ['id' => $ids]); } /** @@ -3656,11 +3677,14 @@ function api_ff_ids($type) * @return array|string * @throws BadRequestException * @throws ForbiddenException + * @throws ImagickException + * @throws InternalServerErrorException + * @throws UnauthorizedException * @see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friends-ids */ function api_friends_ids($type) { - return api_ff_ids($type); + return api_ff_ids($type, Contact::SHARING); } /** @@ -3671,11 +3695,14 @@ function api_friends_ids($type) * @return array|string * @throws BadRequestException * @throws ForbiddenException + * @throws ImagickException + * @throws InternalServerErrorException + * @throws UnauthorizedException * @see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids */ function api_followers_ids($type) { - return api_ff_ids($type); + return api_ff_ids($type, Contact::FOLLOWER); } /// @TODO move to top of file or somewhere better @@ -5064,14 +5091,17 @@ function api_friendica_remoteauth() // traditional DFRN $contact = DBA::selectFirst('contact', [], ['uid' => api_user(), 'nurl' => $c_url]); - - if (!DBA::isResult($contact) || ($contact['network'] !== Protocol::DFRN)) { + if (!DBA::isResult($contact)) { throw new BadRequestException("Unknown contact"); } $cid = $contact['id']; - $dfrn_id = $contact['issued-id'] ?? $contact['dfrn-id']; + $dfrn_id = $contact['issued-id'] ?: $contact['dfrn-id']; + + if (($contact['network'] !== Protocol::DFRN) || empty($dfrn_id)) { + System::externalRedirect($url ?: $c_url); + } if ($contact['duplex'] && $contact['issued-id']) { $orig_id = $contact['issued-id']; @@ -5184,94 +5214,25 @@ function api_share_as_retweet(&$item) $reshared_item["created"] = $reshared['posted']; $reshared_item["edited"] = $reshared['posted']; + // Try to fetch the original item + if (!empty($reshared['guid'])) { + $condition = ['guid' => $reshared['guid'], 'uid' => [0, $item['uid']]]; + } elseif (!empty($reshared_item['plink']) && ($original_id = Item::searchByLink($reshared_item['plink']))) { + $condition = ['id' => $original_id]; + } else { + $condition = []; + } + + if (!empty($condition)) { + $original_item = Item::selectFirst([], $condition); + if (DBA::isResult($original_item)) { + $reshared_item = array_merge($reshared_item, $original_item); + } + } + return $reshared_item; } -/** - * - * @param string $profile - * - * @return string|false - * @throws InternalServerErrorException - * @todo remove trailing junk from profile url - * @todo pump.io check has to check the website - */ -function api_get_nick($profile) -{ - $nick = ""; - - $r = q( - "SELECT `nick` FROM `contact` WHERE `uid` = 0 AND `nurl` = '%s'", - DBA::escape(Strings::normaliseLink($profile)) - ); - - if (DBA::isResult($r)) { - $nick = $r[0]["nick"]; - } - - if (!$nick == "") { - $r = q( - "SELECT `nick` FROM `contact` WHERE `uid` = 0 AND `nurl` = '%s'", - DBA::escape(Strings::normaliseLink($profile)) - ); - - if (DBA::isResult($r)) { - $nick = $r[0]["nick"]; - } - } - - if (!$nick == "") { - $friendica = preg_replace("=https?://(.*)/profile/(.*)=ism", "$2", $profile); - if ($friendica != $profile) { - $nick = $friendica; - } - } - - if (!$nick == "") { - $diaspora = preg_replace("=https?://(.*)/u/(.*)=ism", "$2", $profile); - if ($diaspora != $profile) { - $nick = $diaspora; - } - } - - if (!$nick == "") { - $twitter = preg_replace("=https?://twitter.com/(.*)=ism", "$1", $profile); - if ($twitter != $profile) { - $nick = $twitter; - } - } - - - if (!$nick == "") { - $StatusnetHost = preg_replace("=https?://(.*)/user/(.*)=ism", "$1", $profile); - if ($StatusnetHost != $profile) { - $StatusnetUser = preg_replace("=https?://(.*)/user/(.*)=ism", "$2", $profile); - if ($StatusnetUser != $profile) { - $UserData = Network::fetchUrl("http://".$StatusnetHost."/api/users/show.json?user_id=".$StatusnetUser); - $user = json_decode($UserData); - if ($user) { - $nick = $user->screen_name; - } - } - } - } - - // To-Do: look at the page if its really a pumpio site - //if (!$nick == "") { - // $pumpio = preg_replace("=https?://(.*)/(.*)/=ism", "$2", $profile."/"); - // if ($pumpio != $profile) - // $nick = $pumpio; - //
- - //} - - if ($nick != "") { - return $nick; - } - - return false; -} - /** * * @param array $item @@ -5303,10 +5264,6 @@ function api_in_reply_to($item) $parent = Item::selectFirst($fields, ['id' => $in_reply_to['status_id']]); if (DBA::isResult($parent)) { - if ($parent['author-nick'] == "") { - $parent['author-nick'] = api_get_nick($parent['author-link']); - } - $in_reply_to['screen_name'] = (($parent['author-nick']) ? $parent['author-nick'] : $parent['author-name']); $in_reply_to['user_id'] = intval($parent['author-id']); $in_reply_to['user_id_str'] = (string) intval($parent['author-id']); diff --git a/include/enotify.php b/include/enotify.php index 391ba5014a..da469b99b3 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -11,6 +11,7 @@ use Friendica\Core\Logger; use Friendica\Core\Renderer; use Friendica\Core\System; use Friendica\Database\DBA; +use Friendica\Model\Contact; use Friendica\Model\Item; use Friendica\Model\User; use Friendica\Protocol\Activity; @@ -775,17 +776,18 @@ function check_item_notification($itemid, $uid, $defaulttype = "") { if ($item["parent-uri"] === $item["uri"]) { // Send a notification for every new post? + // Either the contact had posted something directly $send_notification = DBA::exists('contact', ['id' => $item['contact-id'], 'notify_new_posts' => true]); + // Or the contact is a mentioned forum if (!$send_notification) { $tags = q("SELECT `url` FROM `term` WHERE `otype` = %d AND `oid` = %d AND `type` = %d AND `uid` = %d", intval(TERM_OBJ_POST), intval($itemid), intval(TERM_MENTION), intval($uid)); if (DBA::isResult($tags)) { foreach ($tags AS $tag) { - $condition = ['nurl' => Strings::normaliseLink($tag["url"]), 'uid' => $uid, 'notify_new_posts' => true]; - $r = DBA::exists('contact', $condition); - if ($r) { + $condition = ['nurl' => Strings::normaliseLink($tag["url"]), 'uid' => $uid, 'notify_new_posts' => true, 'contact-type' => Contact::TYPE_COMMUNITY]; + if (DBA::exists('contact', $condition)) { $send_notification = true; } } diff --git a/mod/common.php b/mod/common.php index 9d441f18a7..4f033de14e 100644 --- a/mod/common.php +++ b/mod/common.php @@ -136,7 +136,7 @@ function common_content(App $a) $title = ''; $tab_str = ''; if ($cmd === 'loc' && $cid && local_user() == $uid) { - $tab_str = Module\Contact::getTabsHTML($a, $contact, 4); + $tab_str = Module\Contact::getTabsHTML($a, $contact, 5); } else { $title = L10n::t('Common Friends'); } diff --git a/mod/crepair.php b/mod/crepair.php index 84cb458fa2..b9b8651439 100644 --- a/mod/crepair.php +++ b/mod/crepair.php @@ -134,7 +134,7 @@ function crepair_content(App $a) $update_profile = in_array($contact['network'], Protocol::FEDERATED); - $tab_str = Module\Contact::getTabsHTML($a, $contact, 5); + $tab_str = Module\Contact::getTabsHTML($a, $contact, 6); $tpl = Renderer::getMarkupTemplate('crepair.tpl'); $o = Renderer::replaceMacros($tpl, [ diff --git a/mod/display.php b/mod/display.php index ba339b9185..de46cce0cb 100644 --- a/mod/display.php +++ b/mod/display.php @@ -93,7 +93,8 @@ function display_init(App $a) } if ($item["id"] != $item["parent"]) { - $item = Item::selectFirstForUser($item_user, $fields, ['id' => $item["parent"]]); + $parent = Item::selectFirstForUser($item_user, $fields, ['id' => $item["parent"]]); + $item = $parent ?: $item; } $profiledata = display_fetchauthor($a, $item); @@ -171,6 +172,8 @@ function display_content(App $a, $update = false, $update_uid = 0) $o = ''; + $item = null; + if ($update) { $item_id = $_REQUEST['item_id']; $item = Item::selectFirst(['uid', 'parent', 'parent-uri'], ['id' => $item_id]); @@ -220,7 +223,7 @@ function display_content(App $a, $update = false, $update_uid = 0) } } - if (!$item_id) { + if (empty($item)) { throw new HTTPException\NotFoundException(L10n::t('The requested item doesn\'t exist or has been deleted.')); } @@ -242,16 +245,20 @@ function display_content(App $a, $update = false, $update_uid = 0) $is_remote_contact = false; $item_uid = local_user(); - if (isset($item_parent_uri)) { + $parent = null; + if (!empty($item_parent_uri)) { $parent = Item::selectFirst(['uid'], ['uri' => $item_parent_uri, 'wall' => true]); - if (DBA::isResult($parent)) { - $a->profile['uid'] = ($a->profile['uid'] ?? 0) ?: $parent['uid']; - $a->profile['profile_uid'] = ($a->profile['profile_uid'] ?? 0) ?: $parent['uid']; - $is_remote_contact = Session::getRemoteContactID($a->profile['profile_uid']); - if ($is_remote_contact) { - $item_uid = $parent['uid']; - } + } + + if (DBA::isResult($parent)) { + $a->profile['uid'] = ($a->profile['uid'] ?? 0) ?: $parent['uid']; + $a->profile['profile_uid'] = ($a->profile['profile_uid'] ?? 0) ?: $parent['uid']; + $is_remote_contact = Session::getRemoteContactID($a->profile['profile_uid']); + if ($is_remote_contact) { + $item_uid = $parent['uid']; } + } else { + $a->profile = ['uid' => intval($item['uid']), 'profile_uid' => intval($item['uid'])]; } $page_contact = DBA::selectFirst('contact', [], ['self' => true, 'uid' => $a->profile['uid']]); diff --git a/mod/notifications.php b/mod/notifications.php index 88972728cb..90036705bc 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -14,7 +14,7 @@ use Friendica\Core\Renderer; use Friendica\Core\System; use Friendica\Database\DBA; use Friendica\Module\Login; -use Friendica\Model\Contact; +use Friendica\Model\Introduction; use Friendica\Model\Notify; function notifications_post(App $a) @@ -30,43 +30,20 @@ function notifications_post(App $a) } if ($request_id) { - $intro = DBA::selectFirst('intro', ['id', 'contact-id', 'fid'], ['id' => $request_id, 'uid' => local_user()]); + /** @var Introduction $Intro */ + $Intro = \Friendica\BaseObject::getClass(Introduction::class); + $Intro->fetch(['id' => $request_id, 'uid' => local_user()]); - if (DBA::isResult($intro)) { - $intro_id = $intro['id']; - $contact_id = $intro['contact-id']; - } else { - notice(L10n::t('Invalid request identifier.') . EOL); - return; + switch ($_POST['submit']) { + case L10n::t('Discard'): + $Intro->discard(); + break; + case L10n::t('Ignore'): + $Intro->ignore(); + break; } - // If it is a friend suggestion, the contact is not a new friend but an existing friend - // that should not be deleted. - - $fid = $intro['fid']; - - if ($_POST['submit'] == L10n::t('Discard')) { - DBA::delete('intro', ['id' => $intro_id]); - if (!$fid) { - // When the contact entry had been created just for that intro, we want to get rid of it now - $condition = ['id' => $contact_id, 'uid' => local_user(), - 'self' => false, 'pending' => true, 'rel' => [0, Contact::FOLLOWER]]; - $contact_pending = DBA::exists('contact', $condition); - - // Remove the "pending" to stop the reappearing in any case - DBA::update('contact', ['pending' => false], ['id' => $contact_id]); - - if ($contact_pending) { - Contact::remove($contact_id); - } - } - $a->internalRedirect('notifications/intros'); - } - - if ($_POST['submit'] == L10n::t('Ignore')) { - DBA::update('intro', ['ignore' => true], ['id' => $intro_id]); - $a->internalRedirect('notifications/intros'); - } + $a->internalRedirect('notifications/intros'); } } diff --git a/src/Api/Mastodon/Account.php b/src/Api/Mastodon/Account.php index 5d4f369155..18ab93be0c 100644 --- a/src/Api/Mastodon/Account.php +++ b/src/Api/Mastodon/Account.php @@ -4,6 +4,7 @@ namespace Friendica\Api\Mastodon; use Friendica\Content\Text\BBCode; use Friendica\Database\DBA; +use Friendica\Model\Contact; use Friendica\Util\DateTimeFormat; /** @@ -55,31 +56,33 @@ class Account /** * Creates an account record from a contact record. Expects all contact table fields to be set * - * @param array $contact + * @param array $contact Full contact table record + * @param array $apcontact Full apcontact table record * @return Account * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ - public static function createFromContact(array $contact) { + public static function createFromContact(array $contact, array $apcontact = []) + { $account = new Account(); - $account->id = $contact['id']; - $account->username = $contact['nick']; - $account->acct = $contact['nick']; - $account->display_name = $contact['name']; - $account->locked = $contact['blocked']; - $account->created_at = DateTimeFormat::utc($contact['created'], DateTimeFormat::ATOM); - // No data is available from contact - $account->followers_count = 0; - $account->following_count = 0; - $account->statuses_count = 0; - $account->note = BBCode::convert($contact['about']); - $account->url = $contact['url']; - $account->avatar = $contact['avatar']; - $account->avatar_static = $contact['avatar']; + $account->id = $contact['id']; + $account->username = $contact['nick']; + $account->acct = $contact['nick']; + $account->display_name = $contact['name']; + $account->locked = !empty($apcontact['manually-approve']); + $account->created_at = DateTimeFormat::utc($contact['created'], DateTimeFormat::ATOM); + $account->followers_count = $apcontact['followers_count'] ?? 0; + $account->following_count = $apcontact['following_count'] ?? 0; + $account->statuses_count = $apcontact['statuses_count'] ?? 0; + $account->note = BBCode::convert($contact['about'], false); + $account->url = $contact['url']; + $account->avatar = $contact['avatar']; + $account->avatar_static = $contact['avatar']; // No header picture in Friendica - $account->header = ''; - $account->header_static = ''; + $account->header = ''; + $account->header_static = ''; // No custom emojis per account in Friendica - $account->emojis = []; + $account->emojis = []; + $account->bot = ($contact['contact-type'] == Contact::TYPE_NEWS); return $account; } diff --git a/src/Api/Mastodon/Instance.php b/src/Api/Mastodon/Instance.php new file mode 100644 index 0000000000..0e9142e5f4 --- /dev/null +++ b/src/Api/Mastodon/Instance.php @@ -0,0 +1,86 @@ +uri = $app->getBaseURL(); + $instance->title = Config::get('config', 'sitename'); + $instance->description = Config::get('config', 'info'); + $instance->email = Config::get('config', 'admin_email'); + $instance->version = FRIENDICA_VERSION; + $instance->urls = []; // Not supported + $instance->stats = Stats::get(); + $instance->thumbnail = $app->getBaseURL() . (Config::get('system', 'shortcut_icon') ?? 'images/friendica-32.png'); + $instance->languages = [Config::get('system', 'language')]; + $instance->max_toot_chars = (int)Config::get('config', 'api_import_size', Config::get('config', 'max_import_size')); + $instance->registrations = ($register_policy != Register::CLOSED); + $instance->approval_required = ($register_policy == Register::APPROVE); + $instance->contact_account = []; + + if (!empty(Config::get('config', 'admin_email'))) { + $adminList = explode(',', str_replace(' ', '', Config::get('config', 'admin_email'))); + $administrator = User::getByEmail($adminList[0], ['nickname']); + if (!empty($administrator)) { + $adminContact = DBA::selectFirst('contact', [], ['nick' => $administrator['nickname'], 'self' => true]); + $apcontact = APContact::getByURL($adminContact['url'], false); + $instance->contact_account = Account::createFromContact($adminContact, $apcontact); + } + } + + return $instance; + } +} diff --git a/src/Api/Mastodon/Relationship.php b/src/Api/Mastodon/Relationship.php new file mode 100644 index 0000000000..18e249ba3e --- /dev/null +++ b/src/Api/Mastodon/Relationship.php @@ -0,0 +1,59 @@ +id = $contact['id']; + $relationship->following = in_array($contact['rel'], [Contact::SHARING, Contact::FRIEND]); + $relationship->followed_by = in_array($contact['rel'], [Contact::FOLLOWER, Contact::FRIEND]); + $relationship->blocking = (bool)$contact['blocked']; + $relationship->muting = (bool)$contact['readonly']; + $relationship->muting_notifications = (bool)$contact['readonly']; + $relationship->requested = (bool)$contact['pending']; + $relationship->domain_blocking = Network::isUrlBlocked($contact['url']); + // Unsupported + $relationship->showing_reblogs = true; + // Unsupported + $relationship->endorsed = false; + + return $relationship; + } +} diff --git a/src/Api/Mastodon/Stats.php b/src/Api/Mastodon/Stats.php new file mode 100644 index 0000000000..895a58e060 --- /dev/null +++ b/src/Api/Mastodon/Stats.php @@ -0,0 +1,38 @@ +user_count = intval(Config::get('nodeinfo', 'total_users')); + $stats->status_count = Config::get('nodeinfo', 'local_posts') + Config::get('nodeinfo', 'local_comments'); + $stats->domain_count = DBA::count('gserver', ["`network` in (?, ?) AND `last_contact` >= `last_failure`", Protocol::DFRN, Protocol::ACTIVITYPUB]); + } + return $stats; + } +} diff --git a/src/App.php b/src/App.php index 06eea7a8ae..3325f5b260 100644 --- a/src/App.php +++ b/src/App.php @@ -385,7 +385,7 @@ class App * @deprecated 2019.09 - Use BaseURL->remove() instead * @see BaseURL::remove() */ - public function removeBaseURL($origURL) + public function removeBaseURL(string $origURL) { return $this->baseURL->remove($origURL); } diff --git a/src/App/Module.php b/src/App/Module.php index 868520c025..a8648d0aa0 100644 --- a/src/App/Module.php +++ b/src/App/Module.php @@ -251,10 +251,6 @@ class Module call_user_func([$this->module_class, 'init'], $this->module_parameters); - // "rawContent" is especially meant for technical endpoints. - // This endpoint doesn't need any theme initialization or other comparable stuff. - call_user_func([$this->module_class, 'rawContent'], $this->module_parameters); - if ($server['REQUEST_METHOD'] === 'POST') { Core\Hook::callAll($this->module . '_mod_post', $post); call_user_func([$this->module_class, 'post'], $this->module_parameters); @@ -262,5 +258,9 @@ class Module Core\Hook::callAll($this->module . '_mod_afterpost', $placeholder); call_user_func([$this->module_class, 'afterpost'], $this->module_parameters); + + // "rawContent" is especially meant for technical endpoints. + // This endpoint doesn't need any theme initialization or other comparable stuff. + call_user_func([$this->module_class, 'rawContent'], $this->module_parameters); } } diff --git a/src/BaseModel.php b/src/BaseModel.php new file mode 100644 index 0000000000..32011c7db2 --- /dev/null +++ b/src/BaseModel.php @@ -0,0 +1,95 @@ +dba = $dba; + $this->logger = $logger; + } + + /** + * Magic getter. This allows to retrieve model fields with the following syntax: + * - $model->field (outside of class) + * - $this->field (inside of class) + * + * @param $name + * @return mixed + * @throws HTTPException\InternalServerErrorException + */ + public function __get($name) + { + if (empty($this->data['id'])) { + throw new HTTPException\InternalServerErrorException(static::class . ' record uninitialized'); + } + + if (!array_key_exists($name, $this->data)) { + throw new HTTPException\InternalServerErrorException('Field ' . $name . ' not found in ' . static::class); + } + + return $this->data[$name]; + } + + /** + * Fetches a single model record. The condition array is expected to contain a unique index (primary or otherwise). + * + * Chainable. + * + * @param array $condition + * @return BaseModel + * @throws HTTPException\NotFoundException + */ + public function fetch(array $condition) + { + $intro = $this->dba->selectFirst(static::$table_name, [], $condition); + + if (!$intro) { + throw new HTTPException\NotFoundException(static::class . ' record not found.'); + } + + $this->data = $intro; + + return $this; + } + + /** + * Deletes the model record from the database. + * Prevents further methods from being called by wiping the internal model data. + */ + public function delete() + { + if ($this->dba->delete(static::$table_name, ['id' => $this->id])) { + $this->data = []; + } + } +} diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php index 29b4f47eb7..e5622d14b4 100644 --- a/src/Content/Text/BBCode.php +++ b/src/Content/Text/BBCode.php @@ -354,6 +354,9 @@ class BBCode extends BaseObject $post['url'] = $links[0][1]; } + // Simplify "video" element + $post['text'] = preg_replace('(\[video.*?\ssrc\s?=\s?([^\s\]]+).*?\].*?\[/video\])ism', '[video]$1[/video]', $post['text']); + // Now count the number of external media links preg_match_all("(\[vimeo\](.*?)\[\/vimeo\])ism", $post['text'], $links1, PREG_SET_ORDER); preg_match_all("(\[youtube\\](.*?)\[\/youtube\\])ism", $post['text'], $links2, PREG_SET_ORDER); @@ -395,15 +398,15 @@ class BBCode extends BaseObject */ public static function removeAttachment($body, $no_link_desc = false) { - return preg_replace_callback("/\[attachment (.*)\](.*?)\[\/attachment\]/ism", + return preg_replace_callback("/\s*\[attachment (.*)\](.*?)\[\/attachment\]\s*/ism", function ($match) use ($no_link_desc) { $attach_data = self::getAttachmentData($match[0]); if (empty($attach_data['url'])) { return $match[0]; } elseif (empty($attach_data['title']) || $no_link_desc) { - return '[url]' . $attach_data['url'] . "[/url]\n"; + return "\n[url]" . $attach_data['url'] . "[/url]\n"; } else { - return '[url=' . $attach_data['url'] . ']' . $attach_data['title'] . "[/url]\n"; + return "\n[url=" . $attach_data['url'] . ']' . $attach_data['title'] . "[/url]\n"; } }, $body); } @@ -1504,8 +1507,29 @@ class BBCode extends BaseObject $text = str_replace('[hr]', '
', $text); if (!$for_plaintext) { + $escaped = []; + + // Escaping BBCodes susceptible to contain rogue URL we don'' want the autolinker to catch + $text = preg_replace_callback('#\[(url|img|audio|video|youtube|vimeo|share|attachment|iframe|bookmark).+?\[/\1\]#ism', + function ($matches) use (&$escaped) { + $return = '{escaped-' . count($escaped) . '}'; + $escaped[] = $matches[0]; + + return $return; + }, + $text + ); + // Autolinker for isolated URLs $text = preg_replace(Strings::autoLinkRegEx(), '[url]$1[/url]', $text); + + // Restoring escaped blocks + $text = preg_replace_callback('/{escaped-([0-9]+)}/iU', + function ($matches) use ($escaped) { + return $escaped[intval($matches[1])] ?? $matches[0]; + }, + $text + ); } // This is actually executed in Item::prepareBody() @@ -1606,6 +1630,9 @@ class BBCode extends BaseObject $text = preg_replace("/\[crypt(.*?)\](.*?)\[\/crypt\]/ism", '
' . L10n::t('Encrypted content') . '
', $text); //$Text = preg_replace("/\[crypt=(.*?)\](.*?)\[\/crypt\]/ism", '
' . L10n::t('Encrypted content') . '
', $Text); + // Simplify "video" element + $text = preg_replace('(\[video.*?\ssrc\s?=\s?([^\s\]]+).*?\].*?\[/video\])ism', '[video]$1[/video]', $text); + // Try to Oembed if ($try_oembed) { $text = preg_replace("/\[video\](.*?\.(ogg|ogv|oga|ogm|webm|mp4).*?)\[\/video\]/ism", '', $text); diff --git a/src/Core/ACL.php b/src/Core/ACL.php index 83fae423ac..64e03d4719 100644 --- a/src/Core/ACL.php +++ b/src/Core/ACL.php @@ -335,6 +335,10 @@ class ACL extends BaseObject */ public static function getFullSelectorHTML(Page $page, array $user = null, bool $for_federation = false, array $default_permissions = []) { + if (empty($user['uid'])) { + return ''; + } + $page->registerFooterScript(Theme::getPathForFile('asset/typeahead.js/dist/typeahead.bundle.js')); $page->registerFooterScript(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.js')); $page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css')); diff --git a/src/Core/System.php b/src/Core/System.php index f367d28587..7aba0653e1 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -41,7 +41,7 @@ class System extends BaseObject * @return string The cleaned url * @throws \Exception */ - public static function removedBaseUrl($orig_url) + public static function removedBaseUrl(string $orig_url) { return self::getApp()->removeBaseURL($orig_url); } diff --git a/src/Database/DBA.php b/src/Database/DBA.php index 6f746ff647..befb65bf9a 100644 --- a/src/Database/DBA.php +++ b/src/Database/DBA.php @@ -334,9 +334,9 @@ class DBA extends BaseObject /** * @brief Delete a row from a table * - * @param string $table Table name - * @param array $conditions Field condition(s) - * @param array $options + * @param string|array $table Table name + * @param array $conditions Field condition(s) + * @param array $options * - cascade: If true we delete records in other tables that depend on the one we're deleting through * relations (default: true) * @@ -411,7 +411,7 @@ class DBA extends BaseObject * @throws \Exception * @see self::select */ - public static function selectToArray(string $table, array $fields = [], array $condition = [], array $params = []) + public static function selectToArray($table, array $fields = [], array $condition = [], array $params = []) { return self::getClass(Database::class)->selectToArray($table, $fields, $condition, $params); } diff --git a/src/Database/Database.php b/src/Database/Database.php index 72ce6bbe6c..1dd3524ed6 100644 --- a/src/Database/Database.php +++ b/src/Database/Database.php @@ -1377,10 +1377,10 @@ class Database * * @brief Retrieve a single record from a table * - * @param string $table - * @param array $fields - * @param array $condition - * @param array $params + * @param string|array $table + * @param array $fields + * @param array $condition + * @param array $params * * @return bool|array * @throws \Exception @@ -1412,7 +1412,7 @@ class Database * @throws \Exception * @see self::select */ - public function selectToArray(string $table, array $fields = [], array $condition = [], array $params = []) + public function selectToArray($table, array $fields = [], array $condition = [], array $params = []) { return $this->toArray($this->select($table, $fields, $condition, $params)); } diff --git a/src/Model/APContact.php b/src/Model/APContact.php index e7191d32e8..e3c3a0a12b 100644 --- a/src/Model/APContact.php +++ b/src/Model/APContact.php @@ -84,7 +84,7 @@ class APContact extends BaseObject public static function getByURL($url, $update = null) { if (empty($url)) { - return false; + return []; } $fetched_contact = false; @@ -110,7 +110,7 @@ class APContact extends BaseObject } if (!is_null($update)) { - return DBA::isResult($apcontact) ? $apcontact : false; + return DBA::isResult($apcontact) ? $apcontact : []; } if (DBA::isResult($apcontact)) { @@ -203,6 +203,33 @@ class APContact extends BaseObject $apcontact['generator'] = JsonLD::fetchElement($compacted['as:generator'], 'as:name', '@value'); } + if (!empty($apcontact['following'])) { + $data = ActivityPub::fetchContent($apcontact['following']); + if (!empty($data)) { + if (!empty($data['totalItems'])) { + $apcontact['following_count'] = $data['totalItems']; + } + } + } + + if (!empty($apcontact['followers'])) { + $data = ActivityPub::fetchContent($apcontact['followers']); + if (!empty($data)) { + if (!empty($data['totalItems'])) { + $apcontact['followers_count'] = $data['totalItems']; + } + } + } + + if (!empty($apcontact['outbox'])) { + $data = ActivityPub::fetchContent($apcontact['outbox']); + if (!empty($data)) { + if (!empty($data['totalItems'])) { + $apcontact['statuses_count'] = $data['totalItems']; + } + } + } + // To-Do // Unhandled diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 76c9cd0169..534c99d465 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -1230,7 +1230,7 @@ class Contact extends BaseObject $follow_link = ''; $unfollow_link = ''; - if (in_array($contact['network'], Protocol::NATIVE_SUPPORT)) { + if (!$contact['self'] && in_array($contact['network'], Protocol::NATIVE_SUPPORT)) { if ($contact['uid'] && in_array($contact['rel'], [self::SHARING, self::FRIEND])) { $unfollow_link = 'unfollow?url=' . urlencode($contact['url']); } elseif(!$contact['pending']) { diff --git a/src/Model/GContact.php b/src/Model/GContact.php index 95f1080f8d..2caad94591 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -876,7 +876,11 @@ class GContact self::updateFromOutbox($outbox['first']['href'], $data); return; } elseif (!empty($outbox['first'])) { - self::updateFromOutbox($outbox['first'], $data); + if (is_string($outbox['first'])) { + self::updateFromOutbox($outbox['first'], $data); + } else { + Logger::warning('Unexpected data', ['outbox' => $outbox]); + } return; } else { $items = []; diff --git a/src/Model/GServer.php b/src/Model/GServer.php index 43aa92f33e..41c8fa44bf 100644 --- a/src/Model/GServer.php +++ b/src/Model/GServer.php @@ -549,7 +549,7 @@ class GServer $protocols[$protocol] = true; } - if (!empty($protocols['friendica'])) { + if (!empty($protocols['dfrn'])) { $server['network'] = Protocol::DFRN; } elseif (!empty($protocols['activitypub'])) { $server['network'] = Protocol::ACTIVITYPUB; diff --git a/src/Model/Introduction.php b/src/Model/Introduction.php new file mode 100644 index 0000000000..127765c0cb --- /dev/null +++ b/src/Model/Introduction.php @@ -0,0 +1,156 @@ +logger->info('Confirming follower', ['cid' => $this->{'contact-id'}]); + + $contact = Contact::selectFirst([], ['id' => $this->{'contact-id'}, 'uid' => $this->uid]); + + if (!$contact) { + throw new HTTPException\NotFoundException('Contact record not found.'); + } + + $new_relation = $contact['rel']; + $writable = $contact['writable']; + + if (!empty($contact['protocol'])) { + $protocol = $contact['protocol']; + } else { + $protocol = $contact['network']; + } + + if ($protocol == Protocol::ACTIVITYPUB) { + ActivityPub\Transmitter::sendContactAccept($contact['url'], $contact['hub-verify'], $contact['uid']); + } + + if (in_array($protocol, [Protocol::DIASPORA, Protocol::ACTIVITYPUB])) { + if ($duplex) { + $new_relation = Contact::FRIEND; + } else { + $new_relation = Contact::FOLLOWER; + } + + if ($new_relation != Contact::FOLLOWER) { + $writable = 1; + } + } + + $fields = [ + 'name-date' => DateTimeFormat::utcNow(), + 'uri-date' => DateTimeFormat::utcNow(), + 'blocked' => false, + 'pending' => false, + 'protocol' => $protocol, + 'writable' => $writable, + 'hidden' => $hidden ?? $contact['hidden'], + 'rel' => $new_relation, + ]; + $this->dba->update('contact', $fields, ['id' => $contact['id']]); + + array_merge($contact, $fields); + + if ($new_relation == Contact::FRIEND) { + if ($protocol == Protocol::DIASPORA) { + $ret = Diaspora::sendShare(User::getById($contact['uid']), $contact); + $this->logger->info('share returns', ['return' => $ret]); + } elseif ($protocol == Protocol::ACTIVITYPUB) { + ActivityPub\Transmitter::sendActivity('Follow', $contact['url'], $contact['uid']); + } + } + + $this->delete(); + } + + /** + * Silently ignores the introduction, hides it from notifications and prevents the remote contact from submitting + * additional follow requests. + * + * Chainable + * + * @return Introduction + * @throws \Exception + */ + public function ignore() + { + $this->dba->update('intro', ['ignore' => true], ['id' => $this->id]); + + return $this; + } + + /** + * Discards the introduction and sends a rejection message to AP contacts. + * + * @throws HTTPException\InternalServerErrorException + * @throws HTTPException\NotFoundException + * @throws \ImagickException + */ + public function discard() + { + // If it is a friend suggestion, the contact is not a new friend but an existing friend + // that should not be deleted. + if (!$this->fid) { + // When the contact entry had been created just for that intro, we want to get rid of it now + $condition = ['id' => $this->{'contact-id'}, 'uid' => $this->uid, + 'self' => false, 'pending' => true, 'rel' => [0, Contact::FOLLOWER]]; + if ($this->dba->exists('contact', $condition)) { + Contact::remove($this->{'contact-id'}); + } else { + $this->dba->update('contact', ['pending' => false], ['id' => $this->{'contact-id'}]); + } + } + + $contact = Contact::selectFirst([], ['id' => $this->{'contact-id'}, 'uid' => $this->uid]); + + if (!$contact) { + throw new HTTPException\NotFoundException('Contact record not found.'); + } + + if (!empty($contact['protocol'])) { + $protocol = $contact['protocol']; + } else { + $protocol = $contact['network']; + } + + if ($protocol == Protocol::ACTIVITYPUB) { + ActivityPub\Transmitter::sendContactReject($contact['url'], $contact['hub-verify'], $contact['uid']); + } + + $this->delete(); + } +} diff --git a/src/Model/Item.php b/src/Model/Item.php index 5427ff44b3..ebee91ffc2 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -2621,7 +2621,7 @@ class Item extends BaseObject "#$2", $item["body"]); foreach ($tags as $tag) { - if ((strpos($tag, '#') !== 0) || strpos($tag, '[url=') || $tag[1] == '#') { + if ((strpos($tag, '#') !== 0) || strpos($tag, '[url=') || strlen($tag) < 2 || $tag[1] == '#') { continue; } diff --git a/src/Module/Api/Mastodon/FollowRequests.php b/src/Module/Api/Mastodon/FollowRequests.php index 515dc451cd..739400eb77 100644 --- a/src/Module/Api/Mastodon/FollowRequests.php +++ b/src/Module/Api/Mastodon/FollowRequests.php @@ -2,11 +2,13 @@ namespace Friendica\Module\Api\Mastodon; -use Friendica\Api\Mastodon\Account; +use Friendica\Api\Mastodon; use Friendica\App\BaseURL; use Friendica\Core\System; use Friendica\Database\DBA; +use Friendica\Model\APContact; use Friendica\Model\Contact; +use Friendica\Model\Introduction; use Friendica\Module\Base\Api; use Friendica\Network\HTTPException; @@ -19,7 +21,40 @@ class FollowRequests extends Api { parent::init($parameters); - self::login(); + if (!self::login()) { + throw new HTTPException\UnauthorizedException(); + } + } + + public static function post(array $parameters = []) + { + parent::post($parameters); + + /** @var Introduction $Intro */ + $Intro = self::getClass(Introduction::class); + $Intro->fetch(['id' => $parameters['id'], 'uid' => self::$current_user_id]); + + $contactId = $Intro->{'contact-id'}; + + $relationship = new Mastodon\Relationship(); + $relationship->id = $contactId; + + switch ($parameters['action']) { + case 'authorize': + $Intro->confirm(); + $relationship = Mastodon\Relationship::createFromContact(Contact::getById($contactId)); + break; + case 'ignore': + $Intro->ignore(); + break; + case 'reject': + $Intro->discard(); + break; + default: + throw new HTTPException\BadRequestException('Unexpected action parameter, expecting "authorize", "ignore" or "reject"'); + } + + System::jsonExit($relationship); } /** @@ -34,26 +69,32 @@ class FollowRequests extends Api $limit = intval($_GET['limit'] ?? 40); if (isset($since_id) && isset($max_id)) { - $condition = ['`uid` = ? AND NOT `self` AND `pending` AND `id` > ? AND `id` < ?', self::$current_user_id, $since_id, $max_id]; + $condition = ['`uid` = ? AND NOT `ignore` AND `id` > ? AND `id` < ?', self::$current_user_id, $since_id, $max_id]; } elseif (isset($since_id)) { - $condition = ['`uid` = ? AND NOT `self` AND `pending` AND `id` > ?', self::$current_user_id, $since_id]; + $condition = ['`uid` = ? AND NOT `ignore` AND `id` > ?', self::$current_user_id, $since_id]; } elseif (isset($max_id)) { - $condition = ['`uid` = ? AND NOT `self` AND `pending` AND `id` < ?', self::$current_user_id, $max_id]; + $condition = ['`uid` = ? AND NOT `ignore` AND `id` < ?', self::$current_user_id, $max_id]; } else { - $condition = ['`uid` = ? AND NOT `self` AND `pending`', self::$current_user_id]; + $condition = ['`uid` = ? AND NOT `ignore`', self::$current_user_id]; } - $count = DBA::count('contact', $condition); + $count = DBA::count('intro', $condition); - $contacts = Contact::selectToArray( + $intros = DBA::selectToArray( + 'intro', [], $condition, ['order' => ['id' => 'DESC'], 'limit' => $limit] ); $return = []; - foreach ($contacts as $contact) { - $account = Account::createFromContact($contact); + foreach ($intros as $intro) { + $contact = Contact::getById($intro['contact-id']); + $apcontact = APContact::getByURL($contact['url'], false); + $account = Mastodon\Account::createFromContact($contact, $apcontact); + + // Not ideal, the same "account" can have multiple ids depending on the context + $account->id = $intro['id']; $return[] = $account; } @@ -68,9 +109,9 @@ class FollowRequests extends Api $links = []; if ($count > $limit) { - $links[] = '<' . $BaseURL->get() . '/api/v1/follow_requests?' . http_build_query($base_query + ['max_id' => $contacts[count($contacts) - 1]['id']]) . '>; rel="next"'; + $links[] = '<' . $BaseURL->get() . '/api/v1/follow_requests?' . http_build_query($base_query + ['max_id' => $intros[count($intros) - 1]['id']]) . '>; rel="next"'; } - $links[] = '<' . $BaseURL->get() . '/api/v1/follow_requests?' . http_build_query($base_query + ['since_id' => $contacts[0]['id']]) . '>; rel="prev"'; + $links[] = '<' . $BaseURL->get() . '/api/v1/follow_requests?' . http_build_query($base_query + ['since_id' => $intros[0]['id']]) . '>; rel="prev"'; header('Link: ' . implode(', ', $links)); diff --git a/src/Module/Api/Mastodon/Instance.php b/src/Module/Api/Mastodon/Instance.php new file mode 100644 index 0000000000..6a2b3abb63 --- /dev/null +++ b/src/Module/Api/Mastodon/Instance.php @@ -0,0 +1,22 @@ += `last_failure`", Protocol::DFRN, Protocol::ACTIVITYPUB]); + while ($instance = DBA::fetch($instances)) { + $urldata = parse_url($instance['url']); + unset($urldata['scheme']); + $return[] = ltrim(Network::unparseURL($urldata), '/'); + } + DBA::close($instances); + + System::jsonExit($return); + } +} diff --git a/src/Module/Base/Api.php b/src/Module/Base/Api.php index f3453e0323..08cf96158d 100644 --- a/src/Module/Base/Api.php +++ b/src/Module/Base/Api.php @@ -54,6 +54,7 @@ class Api extends BaseModule * * @brief Login API user * + * @return bool Was a user authenticated? * @throws HTTPException\ForbiddenException * @throws HTTPException\UnauthorizedException * @throws HTTPException\InternalServerErrorException @@ -69,6 +70,8 @@ class Api extends BaseModule api_login(self::getApp()); self::$current_user_id = api_user(); + + return (bool)self::$current_user_id; } /** diff --git a/src/Module/Contact.php b/src/Module/Contact.php index 5ef06b72a1..01af275864 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -646,21 +646,25 @@ class Contact extends BaseModule return $arr['output']; } + $select_uid = local_user(); + // @TODO: Replace with parameter from router $type = $a->argv[1] ?? ''; switch ($type) { case 'blocked': - $sql_extra = " AND `blocked`"; + $sql_extra = sprintf(" AND EXISTS(SELECT `id` from `user-contact` WHERE `contact`.`id` = `user-contact`.`cid` and `user-contact`.`uid` = %d and `user-contact`.`blocked`)", intval(local_user())); + $select_uid = 0; break; case 'hidden': - $sql_extra = " AND `hidden` AND NOT `blocked`"; + $sql_extra = " AND `hidden` AND NOT `blocked` AND NOT `pending`"; break; case 'ignored': - $sql_extra = " AND `readonly` AND NOT `blocked`"; + $sql_extra = sprintf(" AND EXISTS(SELECT `id` from `user-contact` WHERE `contact`.`id` = `user-contact`.`cid` and `user-contact`.`uid` = %d and `user-contact`.`ignored`)", intval(local_user())); + $select_uid = 0; break; case 'archived': - $sql_extra = " AND `archive` AND NOT `blocked`"; + $sql_extra = " AND `archive` AND NOT `blocked` AND NOT `pending`"; break; case 'pending': $sql_extra = sprintf(" AND `pending` AND NOT `archive` AND ((`rel` = %d) @@ -762,21 +766,21 @@ class Contact extends BaseModule $sql_extra2 = ((($sort_type > 0) && ($sort_type <= Model\Contact::FRIEND)) ? sprintf(" AND `rel` = %d ", intval($sort_type)) : ''); + $sql_extra3 = Widget::unavailableNetworks(); + $r = q("SELECT COUNT(*) AS `total` FROM `contact` - WHERE `uid` = %d AND `self` = 0 $sql_extra $sql_extra2 ", - intval($_SESSION['uid']) + WHERE `uid` = %d AND `self` = 0 $sql_extra $sql_extra2 $sql_extra3", + intval($select_uid) ); if (DBA::isResult($r)) { $total = $r[0]['total']; } $pager = new Pager($a->query_string); - $sql_extra3 = Widget::unavailableNetworks(); - $contacts = []; $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 0 $sql_extra $sql_extra2 $sql_extra3 ORDER BY `name` ASC LIMIT %d , %d ", - intval($_SESSION['uid']), + intval($select_uid), $pager->getStart(), $pager->getItemsPerPage() ); diff --git a/src/Module/FollowConfirm.php b/src/Module/FollowConfirm.php index d1a0a5dda5..5e9ab0481c 100644 --- a/src/Module/FollowConfirm.php +++ b/src/Module/FollowConfirm.php @@ -1,17 +1,9 @@ fetch(['id' => $intro_id, 'uid' => local_user()]); - Logger::info('Confirming follower', ['cid' => $cid]); + $cid = $Intro->{'contact-id'}; - $contact = DBA::selectFirst('contact', [], ['id' => $cid, 'uid' => $uid]); - if (!DBA::isResult($contact)) { - Logger::warning('Contact not found in DB.', ['cid' => $cid]); - notice(L10n::t('Contact not found.') . EOL); - return; - } - - $relation = $contact['rel']; - $new_relation = $contact['rel']; - $writable = $contact['writable']; - - if (!empty($contact['protocol'])) { - $protocol = $contact['protocol']; - } else { - $protocol = $contact['network']; - } - - if ($protocol == Protocol::ACTIVITYPUB) { - ActivityPub\Transmitter::sendContactAccept($contact['url'], $contact['hub-verify'], $uid); - } - - if (in_array($protocol, [Protocol::DIASPORA, Protocol::ACTIVITYPUB])) { - if ($duplex) { - $new_relation = Contact::FRIEND; - } else { - $new_relation = Contact::FOLLOWER; - } - - if ($new_relation != Contact::FOLLOWER) { - $writable = 1; - } - } - - $fields = ['name-date' => DateTimeFormat::utcNow(), - 'uri-date' => DateTimeFormat::utcNow(), - 'blocked' => false, 'pending' => false, 'protocol' => $protocol, - 'writable' => $writable, 'hidden' => $hidden, 'rel' => $new_relation]; - DBA::update('contact', $fields, ['id' => $cid]); - - if ($new_relation == Contact::FRIEND) { - if ($protocol == Protocol::DIASPORA) { - $user = User::getById($uid); - $contact = Contact::getById($cid); - $ret = Diaspora::sendShare($user, $contact); - Logger::info('share returns', ['return' => $ret]); - } elseif ($protocol == Protocol::ACTIVITYPUB) { - ActivityPub\Transmitter::sendActivity('Follow', $contact['url'], $uid); - } - } - - DBA::delete('intro', ['id' => $intro_id]); + $Intro->confirm($duplex, $hidden); $a->internalRedirect('contact/' . intval($cid)); } diff --git a/src/Module/Item/Compose.php b/src/Module/Item/Compose.php index db44ee3d14..b9cda4863e 100644 --- a/src/Module/Item/Compose.php +++ b/src/Module/Item/Compose.php @@ -85,15 +85,20 @@ class Compose extends BaseModule $type = 'post'; $doesFederate = true; - if ($_REQUEST['contact_allow'] - . $_REQUEST['group_allow'] - . $_REQUEST['contact_deny'] - . $_REQUEST['group_deny']) + $contact_allow = $_REQUEST['contact_allow'] ?? ''; + $group_allow = $_REQUEST['group_allow'] ?? ''; + $contact_deny = $_REQUEST['contact_deny'] ?? ''; + $group_deny = $_REQUEST['group_deny'] ?? ''; + + if ($contact_allow + . $group_allow + . $contact_deny + . $group_deny) { - $contact_allow_list = $_REQUEST['contact_allow'] ? explode(',', $_REQUEST['contact_allow']) : []; - $group_allow_list = $_REQUEST['group_allow'] ? explode(',', $_REQUEST['group_allow']) : []; - $contact_deny_list = $_REQUEST['contact_deny'] ? explode(',', $_REQUEST['contact_deny']) : []; - $group_deny_list = $_REQUEST['group_deny'] ? explode(',', $_REQUEST['group_deny']) : []; + $contact_allow_list = $contact_allow ? explode(',', $contact_allow) : []; + $group_allow_list = $group_allow ? explode(',', $group_allow) : []; + $contact_deny_list = $contact_deny ? explode(',', $contact_deny) : []; + $group_deny_list = $group_deny ? explode(',', $group_deny) : []; } break; diff --git a/src/Module/NodeInfo.php b/src/Module/NodeInfo.php index deec94d93f..8e3692e3d3 100644 --- a/src/Module/NodeInfo.php +++ b/src/Module/NodeInfo.php @@ -126,7 +126,7 @@ class NodeInfo extends BaseModule $nodeinfo = [ 'version' => '1.0', 'software' => [ - 'name' => 'friendica', + 'name' => 'Friendica', 'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION, ], 'protocols' => [ @@ -191,7 +191,7 @@ class NodeInfo extends BaseModule $nodeinfo = [ 'version' => '2.0', 'software' => [ - 'name' => 'friendica', + 'name' => 'Friendica', 'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION, ], 'protocols' => ['dfrn', 'activitypub'], diff --git a/src/Module/TwoFactor/Verify.php b/src/Module/TwoFactor/Verify.php index 62b988ef99..828f125498 100644 --- a/src/Module/TwoFactor/Verify.php +++ b/src/Module/TwoFactor/Verify.php @@ -67,7 +67,7 @@ class Verify extends BaseModule '$errors_label' => L10n::tt('Error', 'Errors', count(self::$errors)), '$errors' => self::$errors, '$recovery_message' => L10n::t('Don’t have your phone? Enter a two-factor recovery code', '2fa/recovery'), - '$verify_code' => ['verify_code', L10n::t('Please enter a code from your authentication app'), '', '', 'required', 'autofocus placeholder="000000"', 'number'], + '$verify_code' => ['verify_code', L10n::t('Please enter a code from your authentication app'), '', '', 'required', 'autofocus placeholder="000000"', 'tel'], '$verify_label' => L10n::t('Verify code and complete login'), ]); } diff --git a/src/Network/Probe.php b/src/Network/Probe.php index 80fa641ed4..3f02ef0117 100644 --- a/src/Network/Probe.php +++ b/src/Network/Probe.php @@ -1574,7 +1574,7 @@ class Probe $attr[$attribute->name] = trim($attribute->value); } - if ($feed_url == "") { + if (empty($feed_url) && !empty($attr['href'])) { $feed_url = $attr["href"]; } } diff --git a/src/Worker/Delivery.php b/src/Worker/Delivery.php index da0c8f2adb..c364ce5e51 100644 --- a/src/Worker/Delivery.php +++ b/src/Worker/Delivery.php @@ -252,7 +252,7 @@ class Delivery extends BaseObject private static function deliverDFRN($cmd, $contact, $owner, $items, $target_item, $public_message, $top_level, $followup) { // Transmit Diaspora reshares via Diaspora if the Friendica contact support Diaspora - if (Diaspora::isReshare($target_item['body']) && !empty(Diaspora::personByHandle(contact['addr'], false))) { + if (Diaspora::isReshare($target_item['body']) && !empty(Diaspora::personByHandle($contact['addr'], false))) { Logger::info('Reshare will be transmitted via Diaspora', ['url' => $contact['url'], 'guid' => ($target_item['guid'] ?? '') ?: $target_item['id']]); self::deliverDiaspora($cmd, $contact, $owner, $items, $target_item, $public_message, $top_level, $followup); return; diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index 3dbc0cccd1..f2ba89adf7 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -562,7 +562,7 @@ class OnePoll } // Decoding the header - $subject = imap_mime_header_decode($meta->subject); + $subject = imap_mime_header_decode($meta->subject ?? ''); $datarray['title'] = ""; foreach ($subject as $subpart) { if ($subpart->charset != "default") { diff --git a/static/dbstructure.config.php b/static/dbstructure.config.php index 05c065d9fb..bd8da30f67 100755 --- a/static/dbstructure.config.php +++ b/static/dbstructure.config.php @@ -34,7 +34,7 @@ use Friendica\Database\DBA; if (!defined('DB_UPDATE_VERSION')) { - define('DB_UPDATE_VERSION', 1324); + define('DB_UPDATE_VERSION', 1327); } return [ @@ -102,6 +102,9 @@ return [ "pubkey" => ["type" => "text", "comment" => ""], "baseurl" => ["type" => "varchar(255)", "comment" => "baseurl of the ap contact"], "generator" => ["type" => "varchar(255)", "comment" => "Name of the contact's system"], + "following_count" => ["type" => "int unsigned", "default" => 0, "comment" => "Number of following contacts"], + "followers_count" => ["type" => "int unsigned", "default" => 0, "comment" => "Number of followers"], + "statuses_count" => ["type" => "int unsigned", "default" => 0, "comment" => "Number of posts"], "updated" => ["type" => "datetime", "not null" => "1", "default" => DBA::NULL_DATETIME, "comment" => ""] ], "indexes" => [ @@ -702,6 +705,7 @@ return [ "resource-id" => ["resource-id"], "deleted_changed" => ["deleted", "changed"], "uid_wall_changed" => ["uid", "wall", "changed"], + "mention_uid_id" => ["mention", "uid", "id"], "uid_eventid" => ["uid", "event-id"], "icid" => ["icid"], "iaid" => ["iaid"], diff --git a/static/routes.config.php b/static/routes.config.php index d8113c5c53..d23b092169 100644 --- a/static/routes.config.php +++ b/static/routes.config.php @@ -30,6 +30,9 @@ return [ '/api' => [ '/v1' => [ '/follow_requests' => [Module\Api\Mastodon\FollowRequests::class, [R::GET ]], + '/follow_requests/{id:\d+}/{action}' => [Module\Api\Mastodon\FollowRequests::class, [ R::POST]], + '/instance' => [Module\Api\Mastodon\Instance::class, [R::GET]], + '/instance/peers' => [Module\Api\Mastodon\Instance\Peers::class, [R::GET]], ], ], diff --git a/tests/include/ApiTest.php b/tests/include/ApiTest.php index ef46a4d447..c54135faee 100644 --- a/tests/include/ApiTest.php +++ b/tests/include/ApiTest.php @@ -15,6 +15,7 @@ use Friendica\Core\Session; use Friendica\Core\Session\ISession; use Friendica\Core\System; use Friendica\Database\Database; +use Friendica\Model\Contact; use Friendica\Network\HTTPException; use Friendica\Test\Util\Database\StaticDatabase; use Monolog\Handler\TestHandler; @@ -2929,8 +2930,8 @@ class ApiTest extends DatabaseTest */ public function testApiFfIds() { - $result = api_ff_ids('json'); - $this->assertNull($result); + $result = api_ff_ids('json', Contact::FOLLOWER); + $this->assertEquals(['id' => []], $result); } /** @@ -2952,7 +2953,7 @@ class ApiTest extends DatabaseTest public function testApiFfIdsWithoutAuthenticatedUser() { $_SESSION['authenticated'] = false; - api_ff_ids('json'); + api_ff_ids('json', Contact::FOLLOWER); } /** @@ -2963,7 +2964,7 @@ class ApiTest extends DatabaseTest public function testApiFriendsIds() { $result = api_friends_ids('json'); - $this->assertNull($result); + $this->assertEquals(['id' => []], $result); } /** @@ -2974,7 +2975,7 @@ class ApiTest extends DatabaseTest public function testApiFollowersIds() { $result = api_followers_ids('json'); - $this->assertNull($result); + $this->assertEquals(['id' => []], $result); } /** @@ -3723,28 +3724,6 @@ class ApiTest extends DatabaseTest $this->markTestIncomplete(); } - /** - * Test the api_get_nick() function. - * - * @return void - */ - public function testApiGetNick() - { - $result = api_get_nick($this->otherUser['nurl']); - $this->assertEquals('othercontact', $result); - } - - /** - * Test the api_get_nick() function with a wrong URL. - * - * @return void - */ - public function testApiGetNickWithWrongUrl() - { - $result = api_get_nick('wrong_url'); - $this->assertFalse($result); - } - /** * Test the api_in_reply_to() function. * diff --git a/tests/phpunit.xml b/tests/phpunit.xml index 73b643e13a..8285a936d7 100644 --- a/tests/phpunit.xml +++ b/tests/phpunit.xml @@ -13,13 +13,13 @@ .. - config/ - doc/ - images/ - library/ - spec/ - tests/ - view/ + ../config + ../doc + ../images + ../library + ../spec + ../tests + ../view diff --git a/update.php b/update.php index 3132677ea7..40f39ebeba 100644 --- a/update.php +++ b/update.php @@ -396,3 +396,15 @@ function update_1323() return Update::SUCCESS; } +function update_1327() +{ + $contacts = DBA::select('contact', ['uid', 'id', 'blocked', 'readonly'], ["`uid` != ? AND (`blocked` OR `readonly`) AND NOT `pending`", 0]); + while ($contact = DBA::fetch($contacts)) { + Contact::setBlockedForUser($contact['id'], $contact['uid'], $contact['blocked']); + Contact::setIgnoredForUser($contact['id'], $contact['uid'], $contact['readonly']); + } + DBA::close($contacts); + + return Update::SUCCESS; +} + diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 6c27ff3f46..4b850a8bb1 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -30,10 +30,12 @@ # Oliver , 2012 # rabuzarus , 2016-2019 # Ralf Thees , 2019 +# René Wagner , 2019 # Sennewood , 2013 # Sennewood , 2012-2013 # silke m , 2015 # Steffen K9 , 2018 +# Steffen K9 , 2019 # Tobias Diekershoff , 2013-2016 # Tobias Diekershoff , 2011-2013 # Tobias Diekershoff , 2016-2019 @@ -45,8 +47,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-15 07:45+0200\n" -"PO-Revision-Date: 2019-09-16 08:06+0000\n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-16 06:37+0000\n" "Last-Translator: Tobias Diekershoff \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -55,68 +57,14 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 -#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 -#: src/Module/Debug/ItemBody.php:40 -msgid "Item not found." -msgstr "Beitrag nicht gefunden." - -#: include/items.php:392 -msgid "Do you really want to delete this item?" -msgstr "Möchtest du wirklich dieses Item löschen?" - -#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 -#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423 -msgid "Yes" -msgstr "Ja" - -#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20 -#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 -#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 -#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 -#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678 -#: mod/settings.php:704 src/Module/Contact.php:426 -msgid "Cancel" -msgstr "Abbrechen" - -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 -#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 -#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 -#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 -#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 -#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 -#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 -#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57 -#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130 -#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27 -#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 -#: mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208 -#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52 -#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42 -#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31 -#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110 -#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50 -#: src/Module/Register.php:192 src/Module/Search/Directory.php:18 -#: src/Module/Contact.php:340 -msgid "Permission denied." -msgstr "Zugriff verweigert." - -#: include/api.php:1119 +#: include/api.php:1124 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "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:1133 +#: include/api.php:1138 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -124,759 +72,284 @@ 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:1147 +#: include/api.php:1152 #, 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:4589 mod/photos.php:91 mod/photos.php:196 -#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 #: mod/profile_photo.php:103 mod/profile_photo.php:210 -#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 -#: src/Model/User.php:804 src/Model/User.php:812 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 msgid "Profile Photos" msgstr "Profilbilder" -#: include/conversation.php:161 include/conversation.php:298 -#: src/Model/Item.php:3309 -msgid "event" -msgstr "Veranstaltung" - -#: include/conversation.php:164 include/conversation.php:174 -#: include/conversation.php:301 include/conversation.php:310 -#: mod/subthread.php:88 mod/tagger.php:69 -msgid "status" -msgstr "Status" - -#: include/conversation.php:169 include/conversation.php:306 -#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311 -msgid "photo" -msgstr "Foto" - -#: include/conversation.php:182 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s Gefällt %2$ss %3$s" - -#: include/conversation.php:184 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s Gefällt %2$ss %3$s nicht" - -#: include/conversation.php:186 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s nimmt an %2$ss %3$s teil." - -#: include/conversation.php:188 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s nimmt nicht an %2$ss %3$s teil." - -#: include/conversation.php:190 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s nimmt eventuell an %2$ss %3$s teil." - -#: include/conversation.php:225 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s ist nun mit %2$s befreundet" - -#: include/conversation.php:266 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s stupste %2$s" - -#: include/conversation.php:320 mod/tagger.php:102 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt" - -#: include/conversation.php:342 -msgid "post/item" -msgstr "Nachricht/Beitrag" - -#: include/conversation.php:343 -#, php-format -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:569 mod/profiles.php:352 mod/photos.php:1442 -msgid "Likes" -msgstr "Likes" - -#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 -msgid "Dislikes" -msgstr "Dislikes" - -#: include/conversation.php:571 include/conversation.php:1566 -#: mod/photos.php:1443 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Teilnehmend" -msgstr[1] "Teilnehmend" - -#: include/conversation.php:572 mod/photos.php:1443 -msgid "Not attending" -msgstr "Nicht teilnehmend" - -#: include/conversation.php:573 mod/photos.php:1443 -msgid "Might attend" -msgstr "Eventuell teilnehmend" - -#: include/conversation.php:574 -msgid "Reshares" -msgstr "Reshares" - -#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 -msgid "Select" -msgstr "Auswählen" - -#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805 -#: src/Module/Contact.php:1086 -msgid "Delete" -msgstr "Löschen" - -#: include/conversation.php:681 src/Object/Post.php:383 -#: src/Object/Post.php:384 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Das Profil von %s auf %s betrachten." - -#: include/conversation.php:694 src/Object/Post.php:371 -msgid "Categories:" -msgstr "Kategorien:" - -#: include/conversation.php:695 src/Object/Post.php:372 -msgid "Filed under:" -msgstr "Abgelegt unter:" - -#: include/conversation.php:702 src/Object/Post.php:397 -#, php-format -msgid "%s from %s" -msgstr "%s von %s" - -#: include/conversation.php:717 -msgid "View in context" -msgstr "Im Zusammenhang betrachten" - -#: include/conversation.php:719 include/conversation.php:1232 -#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 -#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 -#: src/Object/Post.php:424 -msgid "Please wait" -msgstr "Bitte warten" - -#: include/conversation.php:783 -msgid "remove" -msgstr "löschen" - -#: include/conversation.php:787 -msgid "Delete Selected Items" -msgstr "Lösche die markierten Beiträge" - -#: include/conversation.php:942 view/theme/frio/theme.php:363 -msgid "Follow Thread" -msgstr "Folge der Unterhaltung" - -#: include/conversation.php:943 src/Model/Contact.php:1225 -msgid "View Status" -msgstr "Pinnwand anschauen" - -#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87 -#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218 -#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74 -#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 -msgid "View Profile" -msgstr "Profil anschauen" - -#: include/conversation.php:945 src/Model/Contact.php:1227 -msgid "View Photos" -msgstr "Bilder anschauen" - -#: include/conversation.php:946 src/Model/Contact.php:1219 -#: src/Model/Contact.php:1228 -msgid "Network Posts" -msgstr "Netzwerkbeiträge" - -#: include/conversation.php:947 src/Model/Contact.php:1220 -#: src/Model/Contact.php:1229 -msgid "View Contact" -msgstr "Kontakt anzeigen" - -#: include/conversation.php:948 src/Model/Contact.php:1231 -msgid "Send PM" -msgstr "Private Nachricht senden" - -#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585 -#: src/Module/Contact.php:802 src/Module/Contact.php:1061 -msgid "Block" -msgstr "Sperren" - -#: include/conversation.php:950 mod/notifications.php:63 -#: mod/notifications.php:197 mod/notifications.php:290 -#: src/Module/Contact.php:586 src/Module/Contact.php:803 -#: src/Module/Contact.php:1069 -msgid "Ignore" -msgstr "Ignorieren" - -#: include/conversation.php:954 src/Model/Contact.php:1232 -msgid "Poke" -msgstr "Anstupsen" - -#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160 -#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 -#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75 -#: src/Module/BaseSearchModule.php:134 -msgid "Connect/Follow" -msgstr "Verbinden/Folgen" - -#: include/conversation.php:1084 -#, php-format -msgid "%s likes this." -msgstr "%s mag das." - -#: include/conversation.php:1087 -#, php-format -msgid "%s doesn't like this." -msgstr "%s mag das nicht." - -#: include/conversation.php:1090 -#, php-format -msgid "%s attends." -msgstr "%s nimmt teil." - -#: include/conversation.php:1093 -#, php-format -msgid "%s doesn't attend." -msgstr "%s nimmt nicht teil." - -#: include/conversation.php:1096 -#, php-format -msgid "%s attends maybe." -msgstr "%s nimmt eventuell teil." - -#: include/conversation.php:1099 include/conversation.php:1142 -#, php-format -msgid "%s reshared this." -msgstr "%s hat dies geteilt" - -#: include/conversation.php:1107 -msgid "and" -msgstr "und" - -#: include/conversation.php:1113 -#, php-format -msgid "and %d other people" -msgstr "und %dandere" - -#: include/conversation.php:1121 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d Personen mögen das" - -#: include/conversation.php:1122 -#, php-format -msgid "%s like this." -msgstr "%s mögen das." - -#: include/conversation.php:1125 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d Personen mögen das nicht" - -#: include/conversation.php:1126 -#, php-format -msgid "%s don't like this." -msgstr "%s mögen dies nicht." - -#: include/conversation.php:1129 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d Personen nehmen teil" - -#: include/conversation.php:1130 -#, php-format -msgid "%s attend." -msgstr "%s nehmen teil." - -#: include/conversation.php:1133 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d Personen nehmen nicht teil" - -#: include/conversation.php:1134 -#, php-format -msgid "%s don't attend." -msgstr "%s nehmen nicht teil." - -#: include/conversation.php:1137 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d Personen nehmen eventuell teil" - -#: include/conversation.php:1138 -#, php-format -msgid "%s attend maybe." -msgstr "%s nimmt eventuell teil." - -#: include/conversation.php:1141 -#, php-format -msgid "%2$d people reshared this" -msgstr "%2$d Personen haben dies geteilt" - -#: include/conversation.php:1171 -msgid "Visible to everybody" -msgstr "Für jedermann sichtbar" - -#: include/conversation.php:1172 src/Module/Item/Compose.php:187 -#: src/Object/Post.php:888 -msgid "Please enter a image/video/audio/webpage URL:" -msgstr "Bitte gib eine Bild/Video/Audio/Webseiten-URL ein:" - -#: include/conversation.php:1173 -msgid "Tag term:" -msgstr "Tag:" - -#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48 -msgid "Save to Folder:" -msgstr "In diesem Ordner speichern:" - -#: include/conversation.php:1175 -msgid "Where are you right now?" -msgstr "Wo hältst du dich jetzt gerade auf?" - -#: include/conversation.php:1176 -msgid "Delete item(s)?" -msgstr "Einträge löschen?" - -#: include/conversation.php:1208 -msgid "New Post" -msgstr "Neuer Beitrag" - -#: include/conversation.php:1211 -msgid "Share" -msgstr "Teilen" - -#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72 -#: mod/message.php:258 mod/message.php:439 -msgid "Upload photo" -msgstr "Foto hochladen" - -#: include/conversation.php:1213 mod/editpost.php:73 -msgid "upload photo" -msgstr "Bild hochladen" - -#: include/conversation.php:1214 mod/editpost.php:74 -msgid "Attach file" -msgstr "Datei anhängen" - -#: include/conversation.php:1215 mod/editpost.php:75 -msgid "attach file" -msgstr "Datei anhängen" - -#: include/conversation.php:1216 src/Module/Item/Compose.php:179 -#: src/Object/Post.php:880 -msgid "Bold" -msgstr "Fett" - -#: include/conversation.php:1217 src/Module/Item/Compose.php:180 -#: src/Object/Post.php:881 -msgid "Italic" -msgstr "Kursiv" - -#: include/conversation.php:1218 src/Module/Item/Compose.php:181 -#: src/Object/Post.php:882 -msgid "Underline" -msgstr "Unterstrichen" - -#: include/conversation.php:1219 src/Module/Item/Compose.php:182 -#: src/Object/Post.php:883 -msgid "Quote" -msgstr "Zitat" - -#: include/conversation.php:1220 src/Module/Item/Compose.php:183 -#: src/Object/Post.php:884 -msgid "Code" -msgstr "Code" - -#: include/conversation.php:1221 src/Module/Item/Compose.php:184 -#: src/Object/Post.php:885 -msgid "Image" -msgstr "Bild" - -#: include/conversation.php:1222 src/Module/Item/Compose.php:185 -#: src/Object/Post.php:886 -msgid "Link" -msgstr "Link" - -#: include/conversation.php:1223 src/Module/Item/Compose.php:186 -#: src/Object/Post.php:887 -msgid "Link or Media" -msgstr "Link oder Mediendatei" - -#: include/conversation.php:1224 mod/editpost.php:82 -#: src/Module/Item/Compose.php:189 -msgid "Set your location" -msgstr "Deinen Standort festlegen" - -#: include/conversation.php:1225 mod/editpost.php:83 -msgid "set location" -msgstr "Ort setzen" - -#: include/conversation.php:1226 mod/editpost.php:84 -msgid "Clear browser location" -msgstr "Browser-Standort leeren" - -#: include/conversation.php:1227 mod/editpost.php:85 -msgid "clear location" -msgstr "Ort löschen" - -#: include/conversation.php:1229 mod/editpost.php:99 -#: src/Module/Item/Compose.php:194 -msgid "Set title" -msgstr "Titel setzen" - -#: include/conversation.php:1231 mod/editpost.php:101 -#: src/Module/Item/Compose.php:195 -msgid "Categories (comma-separated list)" -msgstr "Kategorien (kommasepariert)" - -#: include/conversation.php:1233 mod/editpost.php:87 -msgid "Permission settings" -msgstr "Berechtigungseinstellungen" - -#: include/conversation.php:1234 mod/editpost.php:116 -msgid "permissions" -msgstr "Zugriffsrechte" - -#: include/conversation.php:1243 mod/editpost.php:96 -msgid "Public post" -msgstr "Öffentlicher Beitrag" - -#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433 -#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550 -#: src/Module/Item/Compose.php:188 src/Object/Post.php:889 -msgid "Preview" -msgstr "Vorschau" - -#: include/conversation.php:1256 -msgid "Post to Groups" -msgstr "Poste an Gruppe" - -#: include/conversation.php:1257 -msgid "Post to Contacts" -msgstr "Poste an Kontakte" - -#: include/conversation.php:1258 -msgid "Private post" -msgstr "Privater Beitrag" - -#: include/conversation.php:1263 mod/editpost.php:114 -#: src/Model/Profile.php:550 src/Module/Contact.php:301 -msgid "Message" -msgstr "Nachricht" - -#: include/conversation.php:1264 mod/editpost.php:115 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1536 -msgid "View all" -msgstr "Zeige alle" - -#: include/conversation.php:1560 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "mag ich" -msgstr[1] "Mag ich" - -#: include/conversation.php:1563 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "mag ich nicht" -msgstr[1] "Mag ich nicht" - -#: include/conversation.php:1569 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Nicht teilnehmend " -msgstr[1] "Nicht teilnehmend" - -#: include/conversation.php:1572 src/Content/ContactSelector.php:243 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Unentschieden" -msgstr[1] "Unentschieden" - -#: include/enotify.php:57 +#: include/enotify.php:58 msgid "Friendica Notification" msgstr "Friendica-Benachrichtigung" -#: include/enotify.php:60 +#: include/enotify.php:61 msgid "Thank You," msgstr "Danke," -#: include/enotify.php:63 +#: include/enotify.php:64 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s Administrator" -#: include/enotify.php:65 +#: include/enotify.php:66 #, php-format msgid "%s Administrator" msgstr "der Administrator von %s" -#: include/enotify.php:134 +#: include/enotify.php:135 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica-Meldung] Neue Email erhalten auf %s" -#: include/enotify.php:136 +#: include/enotify.php:137 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s hat dir eine neue, private Nachricht auf %2$s geschickt." -#: include/enotify.php:137 +#: include/enotify.php:138 msgid "a private message" msgstr "eine private Nachricht" -#: include/enotify.php:137 +#: include/enotify.php:138 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s schickte dir %2$s." -#: include/enotify.php:139 +#: include/enotify.php:140 #, php-format 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:172 +#: include/enotify.php:173 #, php-format msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" msgstr "%1$s erwähnte dich in [url=%2$s] einem %3$s[/url]" -#: include/enotify.php:178 +#: include/enotify.php:179 #, 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:188 +#: include/enotify.php:189 #, php-format msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s erwähnte dich auf [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:195 +#: include/enotify.php:196 #, 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:207 +#: include/enotify.php:208 #, php-format msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" msgstr "%1$s erwähnte dich auf [url=%2$s]deinem %3$s[/url]" -#: include/enotify.php:213 +#: include/enotify.php:214 #, 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:224 +#: include/enotify.php:225 #, php-format msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" msgstr "%1$s erwähnte dich im [url=%2$s]eigenen %3$s[/url]" -#: include/enotify.php:230 +#: include/enotify.php:231 #, php-format msgid "%1$s commented on [url=%2$s]their %3$s[/url]" msgstr "%1$s kommentierte den [url=%2$s]eigenen %3$s[/url]" -#: include/enotify.php:243 +#: include/enotify.php:244 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica-Meldung] %s hat dich erwähnt" -#: include/enotify.php:245 +#: include/enotify.php:246 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s erwähnte dich auf %2$s" -#: include/enotify.php:247 +#: include/enotify.php:248 #, 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:249 +#: include/enotify.php:250 #, 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:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 #, 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:261 +#: include/enotify.php:262 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben" -#: include/enotify.php:263 +#: include/enotify.php:264 #, 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:264 +#: include/enotify.php:265 #, 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:276 +#: include/enotify.php:277 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt" -#: include/enotify.php:278 +#: include/enotify.php:279 #, 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:279 +#: include/enotify.php:280 #, 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:291 +#: include/enotify.php:292 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica-Meldung] %1$s hat dich angestupst" -#: include/enotify.php:293 +#: include/enotify.php:294 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s hat dich auf %2$s angestupst" -#: include/enotify.php:294 +#: include/enotify.php:295 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]hat dich angestupst[/url]." -#: include/enotify.php:311 +#: include/enotify.php:312 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica-Meldung] %s hat Deinen Beitrag getaggt" -#: include/enotify.php:313 +#: include/enotify.php:314 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s erwähnte Deinen Beitrag auf %2$s" -#: include/enotify.php:314 +#: include/enotify.php:315 #, 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:326 +#: include/enotify.php:327 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica-Meldung] Kontaktanfrage erhalten" -#: include/enotify.php:328 +#: include/enotify.php:329 #, 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:329 +#: include/enotify.php:330 #, 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:334 include/enotify.php:380 +#: include/enotify.php:335 include/enotify.php:381 #, php-format msgid "You may visit their profile at %s" msgstr "Hier kannst du das Profil betrachten: %s" -#: include/enotify.php:336 +#: include/enotify.php:337 #, 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:343 +#: include/enotify.php:344 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica Benachrichtigung] Eine neue Person teilt mit dir" -#: include/enotify.php:345 include/enotify.php:346 +#: include/enotify.php:346 include/enotify.php:347 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s teilt mit dir auf %2$s" -#: include/enotify.php:353 +#: include/enotify.php:354 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica-Benachrichtigung] Du hast einen neuen Kontakt" -#: include/enotify.php:355 include/enotify.php:356 +#: include/enotify.php:356 include/enotify.php:357 #, 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:369 +#: include/enotify.php:370 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten" -#: include/enotify.php:371 +#: include/enotify.php:372 #, 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:372 +#: include/enotify.php:373 #, 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:378 +#: include/enotify.php:379 msgid "Name:" msgstr "Name:" -#: include/enotify.php:379 +#: include/enotify.php:380 msgid "Photo:" msgstr "Foto:" -#: include/enotify.php:382 +#: include/enotify.php:383 #, 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:390 include/enotify.php:405 +#: include/enotify.php:391 include/enotify.php:406 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt" -#: include/enotify.php:392 include/enotify.php:407 +#: include/enotify.php:393 include/enotify.php:408 #, 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:393 include/enotify.php:408 +#: include/enotify.php:394 include/enotify.php:409 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$s hat Deine [url=%1$s]Kontaktanfrage[/url] akzeptiert." -#: include/enotify.php:398 +#: include/enotify.php:399 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 E-Mails ohne Einschränkungen austauschen." -#: include/enotify.php:400 +#: include/enotify.php:401 #, 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:413 +#: include/enotify.php:414 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -885,37 +358,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:415 +#: include/enotify.php:416 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. " -#: include/enotify.php:417 +#: include/enotify.php:418 #, 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:427 mod/removeme.php:46 +#: include/enotify.php:428 mod/removeme.php:46 msgid "[Friendica System Notify]" msgstr "[Friendica-Systembenachrichtigung]" -#: include/enotify.php:427 +#: include/enotify.php:428 msgid "registration request" msgstr "Registrierungsanfrage" -#: include/enotify.php:429 +#: include/enotify.php:430 #, 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:430 +#: include/enotify.php:431 #, 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:435 +#: include/enotify.php:436 #, php-format msgid "" "Full Name:\t%s\n" @@ -923,3316 +396,681 @@ msgid "" "Login Name:\t%s (%s)" msgstr "Kompletter Name: %s\nURL der Seite: %s\nLogin Name: %s(%s)" -#: include/enotify.php:441 +#: include/enotify.php:442 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Bitte besuche %s, um die Anfrage zu bearbeiten." -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "Verbindung der Applikation autorisieren" +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 +msgid "event" +msgstr "Veranstaltung" -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "Gehe zu Deiner Anwendung zurück und trage dort folgenden Sicherheitscode ein:" +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 +msgid "status" +msgstr "Status" -#: mod/api.php:94 src/Module/BaseAdminModule.php:56 -msgid "Please login to continue." -msgstr "Bitte melde dich an, um fortzufahren." +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 +msgid "photo" +msgstr "Foto" -#: mod/api.php:108 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "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:110 mod/profiles.php:526 mod/profiles.php:530 -#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:98 -msgid "No" -msgstr "Nein" - -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Verwalter nicht gefunden." - -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "Kein Verwalter" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Passwort des Verwalters" - -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Bitte gib das Passwort des Verwalters ein, um deine Anfrage zu bestätigen." - -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Verwalter" - -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern." - -#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 -#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97 -#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568 -msgid "Save Settings" -msgstr "Einstellungen speichern" - -#: mod/delegate.php:176 src/Content/Nav.php:263 -msgid "Delegate Page Management" -msgstr "Delegiere das Management für die Seite" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Bevollmächtigte" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem du nicht absolut vertraust!" - -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Vorhandene Bevollmächtigte für die Seite" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potentielle Bevollmächtigte" - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "Entfernen" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "Hinzufügen" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "Keine Einträge." - -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Beitrag erfolgreich veröffentlicht." - -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "OStatus-Kontakten folgen" - -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "Keine Kontakte gefunden." - -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Konnte die Kontaktinformationen nicht einholen." - -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Konnte die Kontaktliste des Kontakts nicht abfragen." - -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Erledigt" - -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "Erfolg" - -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "Fehlgeschlagen" - -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 -msgid "ignored" -msgstr "Ignoriert" - -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist." - -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Zugriff verweigert" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Ungültiger Profil-Bezeichner." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Editor für die Profil-Sichtbarkeit" - -#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 -#: src/Model/Profile.php:889 src/Model/Profile.php:925 -#: src/Module/Welcome.php:38 src/Module/Contact.php:618 -#: src/Module/Contact.php:847 -msgid "Profile" -msgstr "Profil" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen" - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Sichtbar für" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "Alle Kontakte (mit gesichertem Profilzugriff)" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Konto freigegeben." - -#: mod/regmod.php:77 +#: include/conversation.php:188 #, php-format -msgid "Registration revoked for %s" -msgstr "Registrierung für %s wurde zurückgezogen" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s Gefällt %2$ss %3$s" -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Bitte melde dich an." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "Gelöschter Nutzeraccount" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "Ein Nutzer deiner Friendica-Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass dessen Daten aus deinen Backups entfernt werden." - -#: mod/removeme.php:48 +#: include/conversation.php:190 #, php-format -msgid "The user id is %d" -msgstr "Die ID des Users lautet %d" +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s Gefällt %2$ss %3$s nicht" -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Konto löschen" - -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen." - -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Bitte gib dein Passwort zur Verifikation ein:" - -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Erneuern der OStatus-Abonements" - -#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "Fehler" -msgstr[1] "Fehler" - -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Tag(s) entfernt" - -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Gegenstands-Tag entfernen" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Wähle ein Tag zum Entfernen aus: " - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "Auf geschlossenen Servern können ausschließlich die Administratoren Benutzerkonten importieren." - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Import" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Account umziehen" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "Du kannst einen Account von einem anderen Friendica Server importieren." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen, deine Kontakte darüber zu informieren, dass du hierher umgezogen bist." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus-Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren" - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Account-Datei" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "Du folgst diesem Kontakt." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Kontakt wird nicht mehr gefolgt" - -#: mod/unfollow.php:118 -msgid "Disconnect/Unfollow" -msgstr "Verbindung lösen/Nicht mehr folgen" - -#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 -msgid "Your Identity Address:" -msgstr "Adresse Deines Profils:" - -#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 -msgid "Submit Request" -msgstr "Anfrage abschicken" - -#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190 -#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83 -#: src/Module/Contact.php:603 -msgid "Profile URL" -msgstr "Profil URL" - -#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920 -#: src/Module/Contact.php:842 -msgid "Status Messages and Posts" -msgstr "Statusnachrichten und Beiträge" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Ungültige Anfrage" - -#: mod/wall_attach.php:103 -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:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Oder - hast du versucht, eine leere Datei hochzuladen?" - -#: mod/wall_attach.php:114 +#: include/conversation.php:192 #, php-format -msgid "File exceeds size limit of %s" -msgstr "Die Datei ist größer als das erlaubte Limit von %s" +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s nimmt an %2$ss %3$s teil." -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "Hochladen der Datei fehlgeschlagen." - -#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 -#: mod/photos.php:715 mod/profile_photo.php:152 +#: include/conversation.php:194 #, php-format -msgid "Image exceeds size limit of %s" -msgstr "Bildgröße überschreitet das Limit von %s" +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s nimmt nicht an %2$ss %3$s teil." -#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 -msgid "Unable to process image." -msgstr "Konnte das Bild nicht bearbeiten." - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Pinnwand-Bilder" - -#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 -msgid "Image upload failed." -msgstr "Hochladen des Bildes gescheitert." - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#: include/conversation.php:196 #, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Maximale Anzahl der täglichen Pinnwand-Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen." +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s nimmt eventuell an %2$ss %3$s teil." -#: mod/wallmessage.php:60 mod/message.php:70 -msgid "No recipient selected." -msgstr "Kein Empfänger gewählt." +#: include/conversation.php:231 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s ist nun mit %2$s befreundet" -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Konnte Deinen Heimatort nicht bestimmen." +#: include/conversation.php:272 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s stupste %2$s" -#: mod/wallmessage.php:66 mod/message.php:77 -msgid "Message could not be sent." -msgstr "Nachricht konnte nicht gesendet werden." +#: include/conversation.php:326 mod/tagger.php:105 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt" -#: mod/wallmessage.php:69 mod/message.php:80 -msgid "Message collection failure." -msgstr "Konnte Nachrichten nicht abrufen." +#: include/conversation.php:348 +msgid "post/item" +msgstr "Nachricht/Beitrag" -#: mod/wallmessage.php:72 mod/message.php:83 -msgid "Message sent." -msgstr "Nachricht gesendet." +#: include/conversation.php:349 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "Kein Empfänger." +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 +msgid "Likes" +msgstr "Likes" -#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 -msgid "Please enter a link URL:" -msgstr "Bitte gib die URL des Links ein:" +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 +msgid "Dislikes" +msgstr "Dislikes" -#: mod/wallmessage.php:128 mod/message.php:246 -msgid "Send Private Message" +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Teilnehmend" +msgstr[1] "Teilnehmend" + +#: include/conversation.php:577 mod/photos.php:1408 +msgid "Not attending" +msgstr "Nicht teilnehmend" + +#: include/conversation.php:578 mod/photos.php:1408 +msgid "Might attend" +msgstr "Eventuell teilnehmend" + +#: include/conversation.php:579 +msgid "Reshares" +msgstr "Reshares" + +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 +msgid "Select" +msgstr "Auswählen" + +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 +msgid "Delete" +msgstr "Löschen" + +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Das Profil von %s auf %s betrachten." + +#: include/conversation.php:702 src/Object/Post.php:395 +msgid "Categories:" +msgstr "Kategorien:" + +#: include/conversation.php:703 src/Object/Post.php:396 +msgid "Filed under:" +msgstr "Abgelegt unter:" + +#: include/conversation.php:710 src/Object/Post.php:421 +#, php-format +msgid "%s from %s" +msgstr "%s von %s" + +#: include/conversation.php:725 +msgid "View in context" +msgstr "Im Zusammenhang betrachten" + +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 +msgid "Please wait" +msgstr "Bitte warten" + +#: include/conversation.php:791 +msgid "remove" +msgstr "löschen" + +#: include/conversation.php:795 +msgid "Delete Selected Items" +msgstr "Lösche die markierten Beiträge" + +#: include/conversation.php:956 view/theme/frio/theme.php:363 +msgid "Follow Thread" +msgstr "Folge der Unterhaltung" + +#: include/conversation.php:957 src/Model/Contact.php:1255 +msgid "View Status" +msgstr "Pinnwand anschauen" + +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 +msgid "View Profile" +msgstr "Profil anschauen" + +#: include/conversation.php:959 src/Model/Contact.php:1257 +msgid "View Photos" +msgstr "Bilder anschauen" + +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 +msgid "Network Posts" +msgstr "Netzwerkbeiträge" + +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 +msgid "View Contact" +msgstr "Kontakt anzeigen" + +#: include/conversation.php:962 src/Model/Contact.php:1261 +msgid "Send PM" msgstr "Private Nachricht senden" -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern." - -#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 -msgid "To:" -msgstr "An:" - -#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 -msgid "Subject:" -msgstr "Betreff:" - -#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Deine Nachricht:" - -#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 -#: mod/message.php:440 -msgid "Insert web link" -msgstr "Einen Link einfügen" - -#: mod/match.php:49 -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:102 mod/suggest.php:106 src/Content/Widget.php:42 -#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 -msgid "Connect" -msgstr "Verbinden" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "erste" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "nächste" - -#: mod/match.php:130 src/Module/BaseSearchModule.php:92 -msgid "No matches" -msgstr "Keine Übereinstimmungen" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Profilübereinstimmungen" - -#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 -#: mod/profiles.php:511 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Profil nicht gefunden." - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Profil gelöscht." - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profil-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "Neues Profil angelegt." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Profil nicht zum Duplizieren verfügbar." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Profilname ist erforderlich." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Familienstand" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romanze" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Arbeit / Beschäftigung" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Religion" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Politische Ansichten" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Geschlecht" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Sexuelle Vorlieben" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Webseite" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Interessen" - -#: mod/profiles.php:382 -msgid "Address" -msgstr "Adresse" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Wohnort" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profil aktualisiert." - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Kontakte und Freunde verbergen" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Zeige mehr Profil-Felder:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Profilaktionen" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Profil bearbeiten" - -#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92 -#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 -#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387 -#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531 -#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 -#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45 -#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 -#: src/Module/Contact.php:560 src/Module/Install.php:212 -#: src/Module/Install.php:252 src/Module/Install.php:288 -#: src/Object/Post.php:879 -msgid "Submit" -msgstr "Senden" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Profilbild ändern" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "Dieses Profil anzeigen" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "Alle Profile anzeigen" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 -msgid "Edit visibility" -msgstr "Sichtbarkeit bearbeiten" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Neues Profil anlegen und diese Einstellungen verwenden" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Dieses Profil duplizieren" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Dieses Profil löschen" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Grundinformationen" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Profilbild" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Vorlieben" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Status-Informationen" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Zusätzliche Informationen" - -#: mod/profiles.php:579 mod/network.php:992 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Persönlich" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Beziehung" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Verschiedenes" - -#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 -msgid "Upload Profile Photo" -msgstr "Profilbild hochladen" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Dein Geschlecht:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Beziehungsstatus:" - -#: mod/profiles.php:586 src/Model/Profile.php:808 -msgid "Sexual Preference:" -msgstr "Sexuelle Vorlieben:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Beispiel: Fischen Fotografie Software" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Profilname:" - -#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 -msgid "Required" -msgstr "Benötigt" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Dies ist dein öffentliches Profil.
Es könnte für jeden Nutzer des Internets sichtbar sein." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "Dein kompletter Name:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Titel/Beschreibung:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Adresse:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Wohnort:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Region/Bundesstaat:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Postleitzahl:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Land:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Alter: " - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Wer: (falls anwendbar)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Seit [Datum]:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "Erzähle uns ein bisschen von dir …" - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) Adresse" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Adresse der Homepage:" - -#: mod/profiles.php:613 src/Model/Profile.php:816 -msgid "Hometown:" -msgstr "Heimatort:" - -#: mod/profiles.php:614 src/Model/Profile.php:824 -msgid "Political Views:" -msgstr "Politische Ansichten:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Religiöse Ansichten:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Öffentliche Schlüsselwörter:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)" - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Private Schlüsselwörter:" - -#: mod/profiles.php:617 -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:618 src/Model/Profile.php:840 -msgid "Likes:" -msgstr "Likes:" - -#: mod/profiles.php:619 src/Model/Profile.php:844 -msgid "Dislikes:" -msgstr "Dislikes:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Musikalische Interessen" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Bücher, Literatur" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Fernsehen" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Filme/Tänze/Kultur/Unterhaltung" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interessen" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Liebe/Romantik" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Arbeit/Anstellung" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "Schule/Ausbildung" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformationen und Soziale Netzwerke" - -#: mod/profiles.php:659 src/Model/Profile.php:419 -msgid "Profile Image" -msgstr "Profilbild" - -#: mod/profiles.php:661 src/Model/Profile.php:422 -msgid "visible to everybody" -msgstr "sichtbar für jeden" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Bearbeite/Verwalte Profile" - -#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 -msgid "Change profile photo" -msgstr "Profilbild ändern" - -#: mod/profiles.php:670 src/Model/Profile.php:410 -msgid "Create New Profile" -msgstr "Neues Profil anlegen" - -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 -#: src/Module/Debug/ItemBody.php:18 -msgid "Access denied." -msgstr "Zugriff verweigert." - -#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185 -msgid "Access to this profile has been restricted." -msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt." - -#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 -#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 -#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964 -msgid "Events" -msgstr "Veranstaltungen" - -#: mod/cal.php:272 mod/events.php:384 -msgid "View" -msgstr "Ansehen" - -#: mod/cal.php:273 mod/events.php:386 -msgid "Previous" -msgstr "Vorherige" - -#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174 -msgid "Next" -msgstr "Nächste" - -#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 -msgid "today" -msgstr "Heute" - -#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 -#: src/Model/Event.php:429 -msgid "month" -msgstr "Monat" - -#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 -#: src/Model/Event.php:430 -msgid "week" -msgstr "Woche" - -#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 -#: src/Model/Event.php:431 -msgid "day" -msgstr "Tag" - -#: mod/cal.php:281 mod/events.php:396 -msgid "list" -msgstr "Liste" - -#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 -msgid "User not found" -msgstr "Nutzer nicht gefunden" - -#: mod/cal.php:310 -msgid "This calendar format is not supported" -msgstr "Dieses Kalenderformat wird nicht unterstützt." - -#: mod/cal.php:312 -msgid "No exportable data found" -msgstr "Keine exportierbaren Daten gefunden" - -#: mod/cal.php:329 -msgid "calendar" -msgstr "Kalender" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "Keine gemeinsamen Kontakte." - -#: mod/common.php:141 src/Module/Contact.php:870 -msgid "Common Friends" -msgstr "Gemeinsame Kontakte" - -#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850 -#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201 -#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 -#: src/Module/Directory.php:30 -msgid "Public access denied." -msgstr "Öffentlicher Zugriff verweigert." - -#: mod/community.php:76 -msgid "Community option not available." -msgstr "Optionen für die Gemeinschaftsseite nicht verfügbar." - -#: mod/community.php:93 -msgid "Not available." -msgstr "Nicht verfügbar." - -#: mod/community.php:103 -msgid "Local Community" -msgstr "Lokale Gemeinschaft" - -#: mod/community.php:106 -msgid "Posts from local users on this server" -msgstr "Beiträge von Nutzern dieses Servers" - -#: mod/community.php:114 -msgid "Global Community" -msgstr "Globale Gemeinschaft" - -#: mod/community.php:117 -msgid "Posts from users of the whole federated network" -msgstr "Beiträge von Nutzern des gesamten föderalen Netzwerks" - -#: mod/community.php:163 mod/search.php:222 -msgid "No results." -msgstr "Keine Ergebnisse." - -#: mod/community.php:215 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers." - -#: mod/crepair.php:79 -msgid "Contact settings applied." -msgstr "Einstellungen zum Kontakt angewandt." - -#: mod/crepair.php:81 -msgid "Contact update failed." -msgstr "Konnte den Kontakt nicht aktualisieren." - -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 -#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 -#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 -msgid "Contact not found." -msgstr "Kontakt nicht gefunden." - -#: mod/crepair.php:115 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "ACHTUNG: Das sind Experten-Einstellungen! Wenn du etwas Falsches eingibst, funktioniert die Kommunikation mit diesem Kontakt evtl. nicht mehr." - -#: mod/crepair.php:116 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Bitte nutze den Zurück-Button Deines Browsers jetzt, wenn du dir unsicher bist, was du tun willst." - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "No mirroring" -msgstr "Kein Spiegeln" - -#: mod/crepair.php:130 -msgid "Mirror as forwarded posting" -msgstr "Spiegeln als weitergeleitete Beiträge" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "Mirror as my own posting" -msgstr "Spiegeln als meine eigenen Beiträge" - -#: mod/crepair.php:145 -msgid "Return to contact editor" -msgstr "Zurück zum Kontakteditor" - -#: mod/crepair.php:147 -msgid "Refetch contact data" -msgstr "Kontaktdaten neu laden" - -#: mod/crepair.php:150 -msgid "Remote Self" -msgstr "Entfernte Konten" - -#: mod/crepair.php:153 -msgid "Mirror postings from this contact" -msgstr "Spiegle Beiträge dieses Kontakts" - -#: mod/crepair.php:155 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica, alle Top-Level Beiträge dieses Kontakts an all Deine Kontakte zu senden (spiegeln)." - -#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 -#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:313 -msgid "Name" -msgstr "Name" - -#: mod/crepair.php:160 -msgid "Account Nickname" -msgstr "Konto-Spitzname" - -#: mod/crepair.php:161 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tagname - überschreibt Name/Spitzname" - -#: mod/crepair.php:162 -msgid "Account URL" -msgstr "Konto-URL" - -#: mod/crepair.php:163 -msgid "Account URL Alias" -msgstr "Konto URL Alias" - -#: mod/crepair.php:164 -msgid "Friend Request URL" -msgstr "URL für Kontaktschaftsanfragen" - -#: mod/crepair.php:165 -msgid "Friend Confirm URL" -msgstr "URL für Bestätigungen von Kontaktanfragen" - -#: mod/crepair.php:166 -msgid "Notification Endpoint URL" -msgstr "URL-Endpunkt für Benachrichtigungen" - -#: mod/crepair.php:167 -msgid "Poll/Feed URL" -msgstr "Pull/Feed-URL" - -#: mod/crepair.php:168 -msgid "New photo from this URL" -msgstr "Neues Foto von dieser URL" - -#: mod/dfrn_confirm.php:126 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde." - -#: mod/dfrn_confirm.php:227 -msgid "Response from remote site was not understood." -msgstr "Antwort der Gegenstelle unverständlich." - -#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " -msgstr "Unerwartete Antwort der Gegenstelle: " - -#: mod/dfrn_confirm.php:249 -msgid "Confirmation completed successfully." -msgstr "Bestätigung erfolgreich abgeschlossen." - -#: mod/dfrn_confirm.php:261 -msgid "Temporary failure. Please wait and try again." -msgstr "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal." - -#: mod/dfrn_confirm.php:264 -msgid "Introduction failed or was revoked." -msgstr "Kontaktanfrage schlug fehl oder wurde zurückgezogen." - -#: mod/dfrn_confirm.php:269 -msgid "Remote site reported: " -msgstr "Gegenstelle meldet: " - -#: mod/dfrn_confirm.php:374 -#, php-format -msgid "No user record found for '%s' " -msgstr "Für '%s' wurde kein Nutzer gefunden" - -#: mod/dfrn_confirm.php:384 -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:395 -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:411 -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:425 -#, 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:441 -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:452 -msgid "Unable to set your contact credentials on our system." -msgstr "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden." - -#: mod/dfrn_confirm.php:508 -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:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2551 -msgid "[Name Withheld]" -msgstr "[Name unterdrückt]" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s heißt %2$s herzlich willkommen" - -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "Diese Kontaktanfrage wurde bereits akzeptiert." - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:354 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung." - -#: mod/dfrn_request.php:120 mod/dfrn_request.php:358 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Warnung: Es konnte kein Name des Besitzers an der angegebenen Profiladresse gefunden werden." - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:361 -msgid "Warning: profile location has no profile photo." -msgstr "Warnung: Es gibt kein Profilbild an der angegebenen Profiladresse." - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:365 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden" -msgstr[1] "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden" - -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "Kontaktanfrage abgeschlossen." - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "Nicht behebbarer Protokollfehler." - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "Profil nicht verfügbar." - -#: mod/dfrn_request.php:249 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s hat heute zu viele Kontaktanfragen erhalten." - -#: mod/dfrn_request.php:250 -msgid "Spam protection measures have been invoked." -msgstr "Maßnahmen zum Spamschutz wurden ergriffen." - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen." - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "Ungültiger Locator" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "Du hast dich hier bereits vorgestellt." - -#: mod/dfrn_request.php:314 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Es scheint so, als ob du bereits mit %s in Kontakt stehst." - -#: mod/dfrn_request.php:334 -msgid "Invalid profile URL." -msgstr "Ungültige Profil-URL." - -#: mod/dfrn_request.php:340 src/Model/Contact.php:2182 -msgid "Disallowed profile URL." -msgstr "Nicht erlaubte Profil-URL." - -#: mod/dfrn_request.php:346 src/Model/Contact.php:2187 -#: src/Module/Friendica.php:59 -msgid "Blocked domain" -msgstr "Blockierte Domain" - -#: mod/dfrn_request.php:413 src/Module/Contact.php:143 -msgid "Failed to update contact record." -msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen." - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "Deine Kontaktanfrage wurde gesendet." - -#: mod/dfrn_request.php:471 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Entferntes Abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. " - -#: mod/dfrn_request.php:487 -msgid "Please login to confirm introduction." -msgstr "Bitte melde dich an, um die Kontaktanfrage zu bestätigen." - -#: mod/dfrn_request.php:495 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Momentan bist du mit einer anderen Identität angemeldet. Bitte melde dich mit diesem Profil an." - -#: mod/dfrn_request.php:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "Bestätigen" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "Verberge diesen Kontakt" - -#: mod/dfrn_request.php:522 -#, php-format -msgid "Welcome home %s." -msgstr "Willkommen zurück %s." - -#: mod/dfrn_request.php:523 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Bitte bestätige Deine Kontaktanfrage bei %s." - -#: 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: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:637 -msgid "Friend/Connection Request" -msgstr "Kontaktanfrage" - -#: 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:639 mod/follow.php:162 -msgid "Please answer the following:" -msgstr "Bitte beantworte folgendes:" - -#: mod/dfrn_request.php:640 mod/follow.php:163 -#, php-format -msgid "Does %s know you?" -msgstr "Kennt %s dich?" - -#: mod/dfrn_request.php:641 mod/follow.php:164 -msgid "Add a personal note:" -msgstr "Eine persönliche Notiz beifügen:" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "GNU Social (Pleroma, Mastodon)" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "Diaspora (Socialhome, Hubzilla)" - -#: mod/dfrn_request.php:646 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora-Suchleiste." - -#: mod/editpost.php:28 mod/editpost.php:38 -msgid "Item not found" -msgstr "Beitrag nicht gefunden" - -#: mod/editpost.php:45 -msgid "Edit post" -msgstr "Beitrag bearbeiten" - -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887 -#: src/Module/Filer/SaveTag.php:49 -msgid "Save" -msgstr "Speichern" - -#: mod/editpost.php:77 -msgid "web link" -msgstr "Weblink" - -#: mod/editpost.php:78 -msgid "Insert video link" -msgstr "Video-Adresse einfügen" - -#: mod/editpost.php:79 -msgid "video link" -msgstr "Video-Link" - -#: mod/editpost.php:80 -msgid "Insert audio link" -msgstr "Audio-Adresse einfügen" - -#: mod/editpost.php:81 -msgid "audio link" -msgstr "Audio-Link" - -#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 -msgid "CC: email addresses" -msgstr "Cc: E-Mail-Addressen" - -#: mod/editpost.php:102 src/Core/ACL.php:309 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Z.B.: bob@example.com, mary@example.com" - -#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 -#: src/Model/Profile.php:933 -msgid "Photos" -msgstr "Bilder" - -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 -#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 -#: src/Model/Photo.php:583 -msgid "Contact Photos" -msgstr "Kontaktbilder" - -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 -msgid "Upload" -msgstr "Hochladen" - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "Dateien" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "Der Kontakt konnte nicht hinzugefügt werden." - -#: mod/follow.php:87 -msgid "You already added this contact." -msgstr "Du hast den Kontakt bereits hinzugefügt." - -#: mod/follow.php:99 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." - -#: mod/follow.php:106 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." - -#: mod/follow.php:113 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "Der Netzwerktyp wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden." - -#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820 -#: src/Module/Contact.php:613 -msgid "Tags:" -msgstr "Tags:" - -#: mod/fsuggest.php:44 -msgid "Suggested contact not found." -msgstr "Vorgeschlagener Kontakt wurde nicht gefunden." - -#: mod/fsuggest.php:57 -msgid "Friend suggestion sent." -msgstr "Kontaktvorschlag gesendet." - -#: mod/fsuggest.php:79 -msgid "Suggest Friends" -msgstr "Kontakte vorschlagen" - -#: mod/fsuggest.php:81 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Schlage %s einen Kontakt vor" - -#: mod/hcard.php:20 -msgid "No profile" -msgstr "Kein Profil" - -#: mod/lockview.php:47 mod/lockview.php:58 -msgid "Remote privacy information not available." -msgstr "Entfernte Privatsphäreneinstellungen nicht verfügbar." - -#: mod/lockview.php:67 -msgid "Visible to:" -msgstr "Sichtbar für:" - -#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 -#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126 -#: src/Module/Contact.php:771 -msgid "Followers" -msgstr "Folgende" - -#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 -msgid "Mutuals" -msgstr "Beidseitige Freundschaft" - -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "Kein gültiges Konto gefunden." - -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail." - -#: mod/lostpass.php:44 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\nHallo %1$s,\n\nAuf \"%2$s\" ist eine Anfrage auf das Zurücksetzen deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste deines Browsers ein.\n\nSolltest du die Anfrage NICHT gestellt haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\ndu diese Änderung angefragt hast." - -#: mod/lostpass.php:55 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "\nUm deine Identität zu verifizieren, folge bitte diesem Link:\n\n%1$s\n\nDu wirst eine weitere E-Mail mit deinem neuen Passwort erhalten. Sobald du dich\nangemeldet hast, kannst du dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2$s\nBenutzername:\t%3$s" - -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "Anfrage zum Zurücksetzen des Passworts auf %s erhalten" - -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert." - -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "Die Anfrage ist abgelaufen. Bitte stelle eine erneute." - -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "Hast du dein Passwort vergessen?" - -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet." - -#: mod/lostpass.php:119 src/Module/Login.php:318 -msgid "Nickname or Email: " -msgstr "Spitzname oder E-Mail:" - -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "Zurücksetzen" - -#: mod/lostpass.php:135 src/Module/Login.php:330 -msgid "Password Reset" -msgstr "Passwort zurücksetzen" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "Dein Passwort wurde wie gewünscht zurückgesetzt." - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "Dein neues Passwort lautet" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "Speichere oder kopiere dein neues Passwort - und dann" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "hier klicken, um dich anzumelden" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Du kannst das Passwort in den Einstellungen ändern, sobald du dich erfolgreich angemeldet hast." - -#: mod/lostpass.php:147 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "\nHallo %1$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere dein Passwort in eines, das du dir leicht merken kannst)." - -#: mod/lostpass.php:153 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1$s\nLogin Name: %2$s\nPasswort: %3$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden." - -#: mod/lostpass.php:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Auf %s wurde dein Passwort geändert" - -#: mod/manage.php:179 -msgid "Manage Identities and/or Pages" -msgstr "Verwalte Identitäten und/oder Seiten" - -#: mod/manage.php:180 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die deine Kontoinformationen teilen oder zu denen du „Verwalten“-Befugnisse bekommen hast." - -#: mod/manage.php:181 -msgid "Select an identity to manage: " -msgstr "Wähle eine Identität zum Verwalten aus: " - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 -msgid "New Message" -msgstr "Neue Nachricht" - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "Konnte die Kontaktinformationen nicht finden." - -#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198 -#: mod/notifications.php:254 -msgid "Discard" -msgstr "Verwerfen" - -#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Messages" -msgstr "Nachrichten" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "Möchtest du diese Nachricht wirklich löschen?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "Unterhaltung nicht gefunden." - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "Nachricht gelöscht." - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "Unterhaltung gelöscht." - -#: mod/message.php:289 -msgid "No messages." -msgstr "Keine Nachrichten." - -#: mod/message.php:352 -msgid "Message not available." -msgstr "Nachricht nicht verfügbar." - -#: mod/message.php:406 -msgid "Delete message" -msgstr "Nachricht löschen" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "D, d. M Y - H:i" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "Unterhaltung löschen" - -#: mod/message.php:425 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst du auf der Profilseite des Absenders antworten." - -#: mod/message.php:429 -msgid "Send Reply" -msgstr "Antwort senden" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "Unbekannter Absender - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "Du und %s" - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%s und du" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d Nachricht" -msgstr[1] "%d Nachrichten" - -#: mod/network.php:183 mod/search.php:35 -msgid "Remove term" -msgstr "Begriff entfernen" - -#: mod/network.php:190 mod/search.php:44 -msgid "Saved Searches" -msgstr "Gespeicherte Suchen" - -#: mod/network.php:191 src/Model/Group.php:483 -msgid "add" -msgstr "hinzufügen" - -#: mod/network.php:571 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "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:574 -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:641 -msgid "No such group" -msgstr "Es gibt keine solche Gruppe" - -#: mod/network.php:662 src/Module/Group.php:288 -msgid "Group is empty" -msgstr "Gruppe ist leer" - -#: mod/network.php:666 -#, php-format -msgid "Group: %s" -msgstr "Gruppe: %s" - -#: mod/network.php:692 -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:695 src/Module/AllFriends.php:35 -#: src/Module/AllFriends.php:43 -msgid "Invalid contact." -msgstr "Ungültiger Kontakt." - -#: mod/network.php:974 -msgid "Commented Order" -msgstr "Neueste Kommentare" - -#: mod/network.php:977 -msgid "Sort by Comment Date" -msgstr "Nach Kommentardatum sortieren" - -#: mod/network.php:982 -msgid "Posted Order" -msgstr "Neueste Beiträge" - -#: mod/network.php:985 -msgid "Sort by Post Date" -msgstr "Nach Beitragsdatum sortieren" - -#: mod/network.php:995 -msgid "Posts that mention or involve you" -msgstr "Beiträge, in denen es um dich geht" - -#: mod/network.php:1002 -msgid "New" -msgstr "Neue" - -#: mod/network.php:1005 -msgid "Activity Stream - by date" -msgstr "Aktivitäten-Stream - nach Datum" - -#: mod/network.php:1013 -msgid "Shared Links" -msgstr "Geteilte Links" - -#: mod/network.php:1016 -msgid "Interesting Links" -msgstr "Interessante Links" - -#: mod/network.php:1023 -msgid "Starred" -msgstr "Markierte" - -#: mod/network.php:1026 -msgid "Favourite Posts" -msgstr "Favorisierte Beiträge" - -#: mod/notes.php:34 src/Model/Profile.php:975 -msgid "Personal Notes" -msgstr "Persönliche Notizen" - -#: mod/photos.php:113 src/Model/Profile.php:936 -msgid "Photo Albums" -msgstr "Fotoalben" - -#: mod/photos.php:114 mod/photos.php:1639 -msgid "Recent Photos" -msgstr "Neueste Fotos" - -#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 -msgid "Upload New Photos" -msgstr "Neue Fotos hochladen" - -#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 -msgid "everybody" -msgstr "jeder" - -#: mod/photos.php:185 -msgid "Contact information unavailable" -msgstr "Kontaktinformationen nicht verfügbar" - -#: mod/photos.php:207 -msgid "Album not found." -msgstr "Album nicht gefunden." - -#: mod/photos.php:265 -msgid "Album successfully deleted" -msgstr "Album wurde erfolgreich gelöscht." - -#: mod/photos.php:267 -msgid "Album was empty." -msgstr "Album ist leer." - -#: mod/photos.php:590 -msgid "a photo" -msgstr "einem Foto" - -#: mod/photos.php:590 -#, 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:689 -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:692 -msgid "Image file is missing" -msgstr "Bilddatei konnte nicht gefunden werden." - -#: mod/photos.php:697 -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:723 -msgid "Image file is empty." -msgstr "Bilddatei ist leer." - -#: mod/photos.php:855 -msgid "No photos selected" -msgstr "Keine Bilder ausgewählt" - -#: mod/photos.php:947 mod/videos.php:210 -msgid "Access to this item is restricted." -msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt." - -#: mod/photos.php:1001 -msgid "Upload Photos" -msgstr "Bilder hochladen" - -#: mod/photos.php:1005 mod/photos.php:1097 -msgid "New album name: " -msgstr "Name des neuen Albums: " - -#: mod/photos.php:1006 -msgid "or select existing album:" -msgstr "oder wähle ein bestehendes Album:" - -#: mod/photos.php:1007 -msgid "Do not show a status post for this upload" -msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen" - -#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Berechtigungen" - -#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 -msgid "Show to Groups" -msgstr "Zeige den Gruppen" - -#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 -msgid "Show to Contacts" -msgstr "Zeige den Kontakten" - -#: mod/photos.php:1079 -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:1081 mod/photos.php:1102 -msgid "Delete Album" -msgstr "Album löschen" - -#: mod/photos.php:1108 -msgid "Edit Album" -msgstr "Album bearbeiten" - -#: mod/photos.php:1109 -msgid "Drop Album" -msgstr "Album löschen" - -#: mod/photos.php:1114 -msgid "Show Newest First" -msgstr "Zeige neueste zuerst" - -#: mod/photos.php:1116 -msgid "Show Oldest First" -msgstr "Zeige älteste zuerst" - -#: mod/photos.php:1137 mod/photos.php:1624 -msgid "View Photo" -msgstr "Foto betrachten" - -#: mod/photos.php:1174 -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:1176 -msgid "Photo not available" -msgstr "Foto nicht verfügbar" - -#: mod/photos.php:1186 -msgid "Do you really want to delete this photo?" -msgstr "Möchtest du wirklich dieses Foto löschen?" - -#: mod/photos.php:1188 mod/photos.php:1388 -msgid "Delete Photo" -msgstr "Foto löschen" - -#: mod/photos.php:1279 -msgid "View photo" -msgstr "Fotos ansehen" - -#: mod/photos.php:1281 -msgid "Edit photo" -msgstr "Foto bearbeiten" - -#: mod/photos.php:1282 -msgid "Delete photo" -msgstr "Foto löschen" - -#: mod/photos.php:1283 -msgid "Use as profile photo" -msgstr "Als Profilbild verwenden" - -#: mod/photos.php:1290 -msgid "Private Photo" -msgstr "Privates Foto" - -#: mod/photos.php:1296 -msgid "View Full Size" -msgstr "Betrachte Originalgröße" - -#: mod/photos.php:1356 -msgid "Tags: " -msgstr "Tags: " - -#: mod/photos.php:1359 -msgid "[Select tags to remove]" -msgstr "[Zu entfernende Tags auswählen]" - -#: mod/photos.php:1374 -msgid "New album name" -msgstr "Name des neuen Albums" - -#: mod/photos.php:1375 -msgid "Caption" -msgstr "Bildunterschrift" - -#: mod/photos.php:1376 -msgid "Add a Tag" -msgstr "Tag hinzufügen" - -#: mod/photos.php:1376 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: mod/photos.php:1377 -msgid "Do not rotate" -msgstr "Nicht rotieren" - -#: mod/photos.php:1378 -msgid "Rotate CW (right)" -msgstr "Drehen US (rechts)" - -#: mod/photos.php:1379 -msgid "Rotate CCW (left)" -msgstr "Drehen EUS (links)" - -#: mod/photos.php:1413 src/Object/Post.php:313 -msgid "I like this (toggle)" -msgstr "Ich mag das (toggle)" - -#: mod/photos.php:1414 src/Object/Post.php:314 -msgid "I don't like this (toggle)" -msgstr "Ich mag das nicht (toggle)" - -#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 -#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002 -#: src/Object/Post.php:876 -msgid "This is you" -msgstr "Das bist du" - -#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 -#: src/Object/Post.php:420 src/Object/Post.php:878 -msgid "Comment" -msgstr "Kommentar" - -#: mod/photos.php:1559 -msgid "Map" -msgstr "Karte" - -#: mod/photos.php:1630 mod/videos.php:287 -msgid "View Album" -msgstr "Album betrachten" - -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0} möchte mit dir in Kontakt treten" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0} möchte sich registrieren" - -#: mod/poke.php:177 -msgid "Poke/Prod" +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 +msgid "Block" +msgstr "Sperren" + +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 +msgid "Ignore" +msgstr "Ignorieren" + +#: include/conversation.php:968 src/Model/Contact.php:1262 +msgid "Poke" msgstr "Anstupsen" -#: mod/poke.php:178 -msgid "poke, prod or do other things to somebody" -msgstr "Stupse Leute an oder mache anderes mit ihnen" +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 +msgid "Connect/Follow" +msgstr "Verbinden/Folgen" -#: mod/poke.php:179 -msgid "Recipient" -msgstr "Empfänger" - -#: mod/poke.php:180 -msgid "Choose what you wish to do to recipient" -msgstr "Was willst du mit dem Empfänger machen:" - -#: mod/poke.php:183 -msgid "Make this post private" -msgstr "Diesen Beitrag privat machen" - -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl." - -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:311 +#: include/conversation.php:1101 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "Verkleinern der Bildgröße von [%s] scheiterte." +msgid "%s likes this." +msgstr "%s mag das." -#: mod/profile_photo.php:125 -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:133 -msgid "Unable to process image" -msgstr "Bild konnte nicht verarbeitet werden" - -#: mod/profile_photo.php:244 -msgid "Upload File:" -msgstr "Datei hochladen:" - -#: mod/profile_photo.php:245 -msgid "Select a profile:" -msgstr "Profil auswählen:" - -#: mod/profile_photo.php:250 -msgid "or" -msgstr "oder" - -#: mod/profile_photo.php:251 -msgid "skip this step" -msgstr "diesen Schritt überspringen" - -#: mod/profile_photo.php:251 -msgid "select a photo from your photo albums" -msgstr "wähle ein Foto aus deinen Fotoalben" - -#: mod/profile_photo.php:264 -msgid "Crop Image" -msgstr "Bild zurechtschneiden" - -#: mod/profile_photo.php:265 -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:267 -msgid "Done Editing" -msgstr "Bearbeitung abgeschlossen" - -#: mod/profile_photo.php:301 -msgid "Image uploaded successfully." -msgstr "Bild erfolgreich hochgeladen." - -#: mod/search.php:92 -msgid "Only logged in users are permitted to perform a search." -msgstr "Nur eingeloggten Benutzern ist das Suchen gestattet." - -#: mod/search.php:114 -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:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200 -msgid "Search" -msgstr "Suche" - -#: mod/search.php:228 +#: include/conversation.php:1104 #, php-format -msgid "Items tagged with: %s" -msgstr "Beiträge, die mit %s getaggt sind" +msgid "%s doesn't like this." +msgstr "%s mag das nicht." -#: mod/search.php:230 src/Module/Contact.php:794 +#: include/conversation.php:1107 #, php-format -msgid "Results for: %s" -msgstr "Ergebnisse für: %s" +msgid "%s attends." +msgstr "%s nimmt teil." -#: mod/subthread.php:104 +#: include/conversation.php:1110 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s folgt %2$s %3$s" +msgid "%s doesn't attend." +msgstr "%s nimmt nicht teil." -#: mod/suggest.php:28 -msgid "Contact suggestion successfully ignored." -msgstr "Kontaktvorschlag erfolgreich ignoriert." +#: include/conversation.php:1113 +#, php-format +msgid "%s attends maybe." +msgstr "%s nimmt eventuell teil." -#: mod/suggest.php:52 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal." +#: include/conversation.php:1116 include/conversation.php:1159 +#, php-format +msgid "%s reshared this." +msgstr "%s hat dies geteilt" -#: mod/suggest.php:71 -msgid "Do you really want to delete this suggestion?" -msgstr "Möchtest du wirklich diese Empfehlung löschen?" +#: include/conversation.php:1124 +msgid "and" +msgstr "und" -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "Ignorieren/Verbergen" +#: include/conversation.php:1130 +#, php-format +msgid "and %d other people" +msgstr "und %dandere" -#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 +#: include/conversation.php:1138 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d Personen mögen das" + +#: include/conversation.php:1139 +#, php-format +msgid "%s like this." +msgstr "%s mögen das." + +#: include/conversation.php:1142 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d Personen mögen das nicht" + +#: include/conversation.php:1143 +#, php-format +msgid "%s don't like this." +msgstr "%s mögen dies nicht." + +#: include/conversation.php:1146 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d Personen nehmen teil" + +#: include/conversation.php:1147 +#, php-format +msgid "%s attend." +msgstr "%s nehmen teil." + +#: include/conversation.php:1150 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d Personen nehmen nicht teil" + +#: include/conversation.php:1151 +#, php-format +msgid "%s don't attend." +msgstr "%s nehmen nicht teil." + +#: include/conversation.php:1154 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d Personen nehmen eventuell teil" + +#: include/conversation.php:1155 +#, php-format +msgid "%s attend maybe." +msgstr "%s nimmt eventuell teil." + +#: include/conversation.php:1158 +#, php-format +msgid "%2$d people reshared this" +msgstr "%2$d Personen haben dies geteilt" + +#: include/conversation.php:1188 +msgid "Visible to everybody" +msgstr "Für jedermann sichtbar" + +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 +msgid "Please enter a image/video/audio/webpage URL:" +msgstr "Bitte gib eine Bild/Video/Audio/Webseiten-URL ein:" + +#: include/conversation.php:1190 +msgid "Tag term:" +msgstr "Tag:" + +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 +msgid "Save to Folder:" +msgstr "In diesem Ordner speichern:" + +#: include/conversation.php:1192 +msgid "Where are you right now?" +msgstr "Wo hältst du dich jetzt gerade auf?" + +#: include/conversation.php:1193 +msgid "Delete item(s)?" +msgstr "Einträge löschen?" + +#: include/conversation.php:1225 +msgid "New Post" +msgstr "Neuer Beitrag" + +#: include/conversation.php:1228 +msgid "Share" +msgstr "Teilen" + +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 +#: mod/message.php:258 mod/message.php:439 +msgid "Upload photo" +msgstr "Foto hochladen" + +#: include/conversation.php:1230 mod/editpost.php:74 +msgid "upload photo" +msgstr "Bild hochladen" + +#: include/conversation.php:1231 mod/editpost.php:75 +msgid "Attach file" +msgstr "Datei anhängen" + +#: include/conversation.php:1232 mod/editpost.php:76 +msgid "attach file" +msgstr "Datei anhängen" + +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 +msgid "Bold" +msgstr "Fett" + +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 +msgid "Italic" +msgstr "Kursiv" + +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 +msgid "Underline" +msgstr "Unterstrichen" + +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 +msgid "Quote" +msgstr "Zitat" + +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 +msgid "Code" +msgstr "Code" + +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 +msgid "Image" +msgstr "Bild" + +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 +msgid "Link" +msgstr "Link" + +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 +msgid "Link or Media" +msgstr "Link oder Mediendatei" + +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 +msgid "Set your location" +msgstr "Deinen Standort festlegen" + +#: include/conversation.php:1242 mod/editpost.php:84 +msgid "set location" +msgstr "Ort setzen" + +#: include/conversation.php:1243 mod/editpost.php:85 +msgid "Clear browser location" +msgstr "Browser-Standort leeren" + +#: include/conversation.php:1244 mod/editpost.php:86 +msgid "clear location" +msgstr "Ort löschen" + +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 +msgid "Set title" +msgstr "Titel setzen" + +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 +msgid "Categories (comma-separated list)" +msgstr "Kategorien (kommasepariert)" + +#: include/conversation.php:1250 mod/editpost.php:88 +msgid "Permission settings" +msgstr "Berechtigungseinstellungen" + +#: include/conversation.php:1251 mod/editpost.php:117 +msgid "permissions" +msgstr "Zugriffsrechte" + +#: include/conversation.php:1260 mod/editpost.php:97 +msgid "Public post" +msgstr "Öffentlicher Beitrag" + +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 +msgid "Preview" +msgstr "Vorschau" + +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 +msgid "Cancel" +msgstr "Abbrechen" + +#: include/conversation.php:1273 +msgid "Post to Groups" +msgstr "Poste an Gruppe" + +#: include/conversation.php:1274 +msgid "Post to Contacts" +msgstr "Poste an Kontakte" + +#: include/conversation.php:1275 +msgid "Private post" +msgstr "Privater Beitrag" + +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 +msgid "Message" +msgstr "Nachricht" + +#: include/conversation.php:1281 mod/editpost.php:116 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1573 +msgid "View all" +msgstr "Zeige alle" + +#: include/conversation.php:1597 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "mag ich" +msgstr[1] "Mag ich" + +#: include/conversation.php:1600 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "mag ich nicht" +msgstr[1] "Mag ich nicht" + +#: include/conversation.php:1606 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Nicht teilnehmend " +msgstr[1] "Nicht teilnehmend" + +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Unentschieden" +msgstr[1] "Unentschieden" + +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 +#: src/Module/Debug/ItemBody.php:40 +msgid "Item not found." +msgstr "Beitrag nicht gefunden." + +#: include/items.php:387 +msgid "Do you really want to delete this item?" +msgstr "Möchtest du wirklich dieses Item löschen?" + +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 +#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 +msgid "Yes" +msgstr "Ja" + +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 +msgid "Permission denied." +msgstr "Zugriff verweigert." + +#: update.php:218 +#, php-format +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "%s: Aktualisiere die author-id und owner-id in der Thread Tabelle" + +#: update.php:273 +#, php-format +msgid "%s: Updating post-type." +msgstr "%s: Aktualisiere Beitrags-Typ" + +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "Community-Profile" + +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "Letzte Nutzer" + +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "Leute finden" + +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "Name oder Interessen eingeben" + +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Beispiel: Robert Morgenstein, Angeln" + +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "Finde" + +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 msgid "Friend Suggestions" msgstr "Kontaktvorschläge" -#: mod/uexport.php:52 -msgid "Export account" -msgstr "Account exportieren" - -#: mod/uexport.php:52 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Exportiere Deine Account-Informationen und Kontakte. Verwende dies, um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen." - -#: mod/uexport.php:53 -msgid "Export all" -msgstr "Alles exportieren" - -#: mod/uexport.php:53 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Exportiere Deine Account-Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies, um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)." - -#: mod/uexport.php:59 mod/settings.php:131 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Persönliche Daten exportieren" - -#: mod/videos.php:123 -msgid "No videos selected" -msgstr "Keine Videos ausgewählt" - -#: mod/videos.php:280 src/Model/Item.php:3477 -msgid "View Video" -msgstr "Video ansehen" - -#: mod/videos.php:295 -msgid "Recent Videos" -msgstr "Neueste Videos" - -#: mod/videos.php:297 -msgid "Upload New Videos" -msgstr "Neues Video hochladen" - -#: mod/display.php:254 mod/display.php:339 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Der angeforderte Beitrag existiert nicht oder wurde gelöscht." - -#: mod/display.php:417 -msgid "The feed for this item is unavailable." -msgstr "Der Feed für diesen Beitrag ist nicht verfügbar." - -#: mod/events.php:118 mod/events.php:120 -msgid "Event can not end before it has started." -msgstr "Die Veranstaltung kann nicht enden, bevor sie beginnt." - -#: mod/events.php:127 mod/events.php:129 -msgid "Event title and start time are required." -msgstr "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden." - -#: mod/events.php:385 -msgid "Create New Event" -msgstr "Neue Veranstaltung erstellen" - -#: mod/events.php:508 -msgid "Event details" -msgstr "Veranstaltungsdetails" - -#: mod/events.php:509 -msgid "Starting date and Title are required." -msgstr "Anfangszeitpunkt und Titel werden benötigt" - -#: mod/events.php:510 mod/events.php:515 -msgid "Event Starts:" -msgstr "Veranstaltungsbeginn:" - -#: mod/events.php:523 mod/events.php:548 -msgid "Finish date/time is not known or not relevant" -msgstr "Enddatum/-zeit ist nicht bekannt oder nicht relevant" - -#: mod/events.php:525 mod/events.php:530 -msgid "Event Finishes:" -msgstr "Veranstaltungsende:" - -#: mod/events.php:536 mod/events.php:549 -msgid "Adjust for viewer timezone" -msgstr "An Zeitzone des Betrachters anpassen" - -#: mod/events.php:538 -msgid "Description:" -msgstr "Beschreibung" - -#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:447 src/Module/Directory.php:137 -#: src/Module/Contact.php:607 -msgid "Location:" -msgstr "Ort:" - -#: mod/events.php:542 mod/events.php:544 -msgid "Title:" -msgstr "Titel:" - -#: mod/events.php:545 mod/events.php:546 -msgid "Share this event" -msgstr "Veranstaltung teilen" - -#: mod/events.php:553 src/Model/Profile.php:890 -msgid "Basic" -msgstr "Allgemein" - -#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573 -#: src/Module/Contact.php:880 -msgid "Advanced" -msgstr "Erweitert" - -#: mod/events.php:571 -msgid "Failed to remove event" -msgstr "Entfernen der Veranstaltung fehlgeschlagen" - -#: mod/events.php:573 -msgid "Event removed" -msgstr "Veranstaltung enfternt" - -#: mod/item.php:123 -msgid "Unable to locate original post." -msgstr "Konnte den Originalbeitrag nicht finden." - -#: mod/item.php:323 -msgid "Empty post discarded." -msgstr "Leerer Beitrag wurde verworfen." - -#: mod/item.php:803 -#, 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:805 -#, php-format -msgid "You may visit them online at %s" -msgstr "Du kannst sie online unter %s besuchen" - -#: mod/item.php:806 -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:810 -#, php-format -msgid "%s posted an update." -msgstr "%s hat ein Update veröffentlicht." - -#: mod/notifications.php:40 -msgid "Invalid request identifier." -msgstr "Invalid request identifier." - -#: mod/notifications.php:96 src/Content/Nav.php:249 -msgid "Notifications" -msgstr "Benachrichtigungen" - -#: mod/notifications.php:115 -msgid "Network Notifications" -msgstr "Netzwerkbenachrichtigungen" - -#: mod/notifications.php:120 -msgid "System Notifications" -msgstr "Systembenachrichtigungen" - -#: mod/notifications.php:125 -msgid "Personal Notifications" -msgstr "Persönliche Benachrichtigungen" - -#: mod/notifications.php:130 -msgid "Home Notifications" -msgstr "Pinnwandbenachrichtigungen" - -#: mod/notifications.php:153 -msgid "Show unread" -msgstr "Ungelesene anzeigen" - -#: mod/notifications.php:153 -msgid "Show all" -msgstr "Alle anzeigen" - -#: mod/notifications.php:164 -msgid "Show Ignored Requests" -msgstr "Zeige ignorierte Anfragen" - -#: mod/notifications.php:164 -msgid "Hide Ignored Requests" -msgstr "Verberge ignorierte Anfragen" - -#: mod/notifications.php:177 mod/notifications.php:262 -msgid "Notification type:" -msgstr "Art der Benachrichtigung:" - -#: mod/notifications.php:180 -msgid "Suggested by:" -msgstr "Vorgeschlagen von:" - -#: mod/notifications.php:192 mod/notifications.php:279 -#: src/Module/Contact.php:594 -msgid "Hide this contact from others" -msgstr "Verbirg diesen Kontakt vor Anderen" - -#: mod/notifications.php:194 mod/notifications.php:288 -#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Genehmigen" - -#: mod/notifications.php:214 -msgid "Claims to be known to you: " -msgstr "Behauptet, dich zu kennen: " - -#: mod/notifications.php:215 -msgid "yes" -msgstr "ja" - -#: mod/notifications.php:215 -msgid "no" -msgstr "nein" - -#: mod/notifications.php:216 mod/notifications.php:220 -msgid "Shall your connection be bidirectional or not?" -msgstr "Soll die Verbindung beidseitig sein oder nicht?" - -#: mod/notifications.php:217 mod/notifications.php:221 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "Akzeptierst du %s als Kontakt, erlaubst du damit das Lesen deiner Beiträge und abonnierst selbst auch die Beiträge von %s." - -#: mod/notifications.php:218 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "Wenn du %s als Abonnent akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten." - -#: mod/notifications.php:222 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "Wenn du %s als Teilender akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten." - -#: mod/notifications.php:233 -msgid "Friend" -msgstr "Kontakt" - -#: mod/notifications.php:234 -msgid "Sharer" -msgstr "Teilender" - -#: mod/notifications.php:234 -msgid "Subscriber" -msgstr "Abonnent" - -#: mod/notifications.php:274 src/Model/Profile.php:453 -#: src/Model/Profile.php:832 src/Module/Directory.php:145 -#: src/Module/Contact.php:611 -msgid "About:" -msgstr "Über:" - -#: mod/notifications.php:278 src/Model/Profile.php:450 -#: src/Model/Profile.php:771 src/Module/Directory.php:142 -msgid "Gender:" -msgstr "Geschlecht:" - -#: mod/notifications.php:285 src/Model/Profile.php:558 -#: src/Module/Contact.php:295 -msgid "Network:" -msgstr "Netzwerk:" - -#: mod/notifications.php:299 -msgid "No introductions." -msgstr "Keine Kontaktanfragen." - -#: mod/notifications.php:333 -#, php-format -msgid "No more %s notifications." -msgstr "Keine weiteren %s-Benachrichtigungen" - -#: mod/openid.php:30 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID Protokollfehler. Keine ID zurückgegeben." - -#: mod/openid.php:60 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Nutzerkonto wurde nicht gefunden und OpenID-Registrierung ist auf diesem Server nicht gestattet." - -#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139 -msgid "Login failed." -msgstr "Anmeldung fehlgeschlagen." - -#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Nutzerkonto" - -#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:89 -#: src/Module/TwoFactor/Verify.php:62 -msgid "Two-factor authentication" -msgstr "Zwei-Faktor Authentifizierung" - -#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profile" - -#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Zusätzliche Features" - -#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Anzeige" - -#: mod/settings.php:103 mod/settings.php:843 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Soziale Netzwerke" - -#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Addons" - -#: mod/settings.php:117 src/Content/Nav.php:263 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegationen" - -#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Verbundene Programme" - -#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Konto löschen" - -#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 -msgid "Settings" -msgstr "Einstellungen" - -#: mod/settings.php:190 -msgid "Missing some important data!" -msgstr "Wichtige Daten fehlen!" - -#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801 -msgid "Update" -msgstr "Aktualisierungen" - -#: mod/settings.php:302 -msgid "Failed to connect with email account using the settings provided." -msgstr "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich." - -#: mod/settings.php:307 -msgid "Email settings updated." -msgstr "E-Mail Einstellungen bearbeitet." - -#: mod/settings.php:323 -msgid "Features updated" -msgstr "Features aktualisiert" - -#: mod/settings.php:384 -msgid "The theme you chose isn't available." -msgstr "Das gewählte Theme ist nicht verfügbar" - -#: mod/settings.php:396 -msgid "Relocate message has been send to your contacts" -msgstr "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet." - -#: mod/settings.php:408 -msgid "Passwords do not match." -msgstr "Die Passwörter stimmen nicht überein." - -#: mod/settings.php:416 src/Console/NewPassword.php:101 -msgid "Password update failed. Please try again." -msgstr "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal." - -#: mod/settings.php:419 src/Console/NewPassword.php:104 -msgid "Password changed." -msgstr "Passwort geändert." - -#: mod/settings.php:422 -msgid "Password unchanged." -msgstr "Passwort unverändert." - -#: mod/settings.php:503 -msgid " Please use a shorter name." -msgstr " Bitte verwende einen kürzeren Namen." - -#: mod/settings.php:506 -msgid " Name too short." -msgstr " Name ist zu kurz." - -#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 -msgid "Wrong Password" -msgstr "Falsches Passwort" - -#: mod/settings.php:518 -msgid "Invalid email." -msgstr "Ungültige E-Mail-Adresse." - -#: mod/settings.php:524 -msgid "Cannot change to that email." -msgstr "Ändern der E-Mail nicht möglich. " - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt." - -#: mod/settings.php:577 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte." - -#: mod/settings.php:617 -msgid "Settings updated." -msgstr "Einstellungen aktualisiert." - -#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 -msgid "Add application" -msgstr "Programm hinzufügen" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Redirect" -msgstr "Umleiten" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Icon url" -msgstr "Icon URL" - -#: mod/settings.php:694 -msgid "You can't edit this application." -msgstr "Du kannst dieses Programm nicht bearbeiten." - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "Verbundene Programme" - -#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 -msgid "Edit" -msgstr "Bearbeiten" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "Anwenderschlüssel beginnt mit" - -#: mod/settings.php:740 -msgid "No name" -msgstr "Kein Name" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "Autorisierung entziehen" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "Keine Addon-Einstellungen konfiguriert" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "Addon Einstellungen" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Aus" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "An" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "Zusätzliche Features" - -#: mod/settings.php:806 src/Content/ContactSelector.php:120 -msgid "Diaspora" -msgstr "Diaspora" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "enabled" -msgstr "eingeschaltet" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "disabled" -msgstr "ausgeschaltet" - -#: mod/settings.php:806 mod/settings.php:807 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Eingebaute Unterstützung für Verbindungen zu %s ist %s" - -#: mod/settings.php:807 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:838 -msgid "Email access is disabled on this site." -msgstr "Zugriff auf E-Mails für diese Seite deaktiviert." - -#: mod/settings.php:848 -msgid "General Social Media Settings" -msgstr "Allgemeine Einstellungen zu Sozialen Medien" - -#: mod/settings.php:849 -msgid "Accept only top level posts by contacts you follow" -msgstr "Ausschließlich Unterhaltungen von meinen Kontakten anzeigen" - -#: mod/settings.php:849 -msgid "" -"The system does an auto completion of threads when a comment arrives. This " -"has got the side effect that you can receive posts that had been started by " -"a non-follower but had been commented by someone you follow. This setting " -"deactivates this behaviour. When activated, you strictly only will receive " -"posts from people you really do follow." -msgstr "Wenn neue Kommentare empfangen werden führt das System eine Vervollständigung der Unterhaltung durch. Die hat den Nebeneffekt, dass Unterhaltungen in denen einer deiner Kontakte kommentiert haben, die aber nicht von einem deiner Kontakte begonnen wurden in deinem Netzwerk-Stream angezeigt werden können. Diese Option unterbindet dieses Verhalten. Ist sie aktiviert, wirst du ausschließlich die Unterhaltungen angezeigt bekommen, die von deinen Kontakten begonnen wurden." - -#: mod/settings.php:850 -msgid "Disable Content Warning" -msgstr "Inhaltswarnung ausschalten" - -#: mod/settings.php:850 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Benutzer in Netzwerken wie Mastodon oder Pleroma können ein Inhaltswarnfeld einstellen, das ihren Beitrag standardmäßig ausblendet. Dies deaktiviert das automatische Zusammenklappen und setzt die Inhaltswarnung als Beitragstitel. Beeinflusst keine anderen Inhaltsfilterungen, die du eventuell eingerichtet hast." - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "Intelligentes Link-Kürzen ausschalten" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Normalerweise versucht das System, den besten Link zu finden, um ihn zu gekürzten Postings hinzuzufügen. Wird diese Option ausgewählt, wird stets ein Link auf die originale Friendica-Nachricht beigefügt." - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Automatisch allen GNU Social (OStatus) Followern/Erwähnern folgen" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "Wenn du eine Nachricht eines unbekannten OStatus-Nutzers bekommst, entscheidet diese Option, wie diese behandelt werden soll. Ist die Option aktiviert, wird ein neuer Kontakt für den Verfasser erstellt,." - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "Voreingestellte Gruppe für OStatus-Kontakte" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "Dein alter GNU Social-Account" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Wenn du deinen alten GNU Social/Statusnet-Account-Namen hier angibst (Format name@domain.tld), werden deine Kontakte automatisch hinzugefügt. Dieses Feld wird geleert, wenn die Kontakte hinzugefügt wurden." - -#: mod/settings.php:857 -msgid "Repair OStatus subscriptions" -msgstr "OStatus-Abonnements reparieren" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "E-Mail/Postfach-Einstellungen" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an." - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "Letzter erfolgreicher E-Mail-Check" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "IMAP-Server-Name:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "IMAP-Port:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "Sicherheit:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "Keine" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "E-Mail-Login-Name:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "E-Mail-Passwort:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "Reply-to Adresse:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "Sende öffentliche Beiträge an alle E-Mail-Kontakte:" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "Aktion nach Import:" - -#: mod/settings.php:872 src/Content/Nav.php:251 -msgid "Mark as seen" -msgstr "Als gelesen markieren" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "In einen Ordner verschieben" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "In diesen Ordner verschieben:" - -#: mod/settings.php:897 src/Module/Admin/Site.php:433 -msgid "No special theme for mobile devices" -msgstr "Kein spezielles Theme für mobile Geräte verwenden." - -#: mod/settings.php:905 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Nicht unterstützt)" - -#: mod/settings.php:907 src/Module/Admin/Site.php:450 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimentell)" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Sonntag" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 -msgid "Monday" -msgstr "Montag" - -#: mod/settings.php:951 -msgid "Display Settings" -msgstr "Anzeige-Einstellungen" - -#: mod/settings.php:957 -msgid "Display Theme:" -msgstr "Theme:" - -#: mod/settings.php:958 -msgid "Mobile Theme:" -msgstr "Mobiles Theme" - -#: mod/settings.php:959 -msgid "Suppress warning of insecure networks" -msgstr "Warnung vor unsicheren Netzwerken unterdrücken" - -#: mod/settings.php:959 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "Soll das System Warnungen unterdrücken, die angezeigt werden, weil von dir eingerichtete Kontakt-Gruppen Accounts aus Netzwerken beinhalten, die keine nicht öffentlichen Beiträge empfangen können." - -#: mod/settings.php:960 -msgid "Update browser every xx seconds" -msgstr "Browser alle xx Sekunden aktualisieren" - -#: mod/settings.php:960 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum sind 10 Sekunden. Gib -1 ein, um abzuschalten." - -#: mod/settings.php:961 -msgid "Number of items to display per page:" -msgstr "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: " - -#: mod/settings.php:961 mod/settings.php:962 -msgid "Maximum of 100 items" -msgstr "Maximal 100 Beiträge" - -#: mod/settings.php:962 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:" - -#: mod/settings.php:963 -msgid "Don't show emoticons" -msgstr "Keine Smileys anzeigen" - -#: mod/settings.php:964 -msgid "Calendar" -msgstr "Kalender" - -#: mod/settings.php:965 -msgid "Beginning of week:" -msgstr "Wochenbeginn:" - -#: mod/settings.php:966 -msgid "Don't show notices" -msgstr "Info-Popups nicht anzeigen" - -#: mod/settings.php:967 -msgid "Infinite scroll" -msgstr "Endloses Scrollen" - -#: mod/settings.php:968 -msgid "Automatic updates only at the top of the network page" -msgstr "Automatische Updates nur, wenn du oben auf der Netzwerkseite bist." - -#: mod/settings.php:968 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "Wenn dies deaktiviert ist, wird die Netzwerk-Seite aktualisiert, wann immer neue Beiträge eintreffen, egal an welcher Stelle gerade gelesen wird." - -#: mod/settings.php:969 -msgid "Bandwidth Saver Mode" -msgstr "Bandbreiten-Spar-Modus" - -#: mod/settings.php:969 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "Wenn aktiviert, wird der eingebettete Inhalt nicht automatisch aktualisiert. In diesem Fall Seite bitte neu laden." - -#: mod/settings.php:970 -msgid "Smart Threading" -msgstr "Intelligentes Threading" - -#: mod/settings.php:970 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "Ist dies aktiviert, werden Einrückungen in Unterhaltungen unterdrückt, wo sie nicht benötigt werden. Werden sie benötigt, werden die Threads weiterhin eingerückt." - -#: mod/settings.php:972 -msgid "General Theme Settings" -msgstr "Allgemeine Theme-Einstellungen" - -#: mod/settings.php:973 -msgid "Custom Theme Settings" -msgstr "Benutzerdefinierte Theme-Einstellungen" - -#: mod/settings.php:974 -msgid "Content Settings" -msgstr "Einstellungen zum Inhalt" - -#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "Ähnliche Interessen" + +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "Zufälliges Profil" + +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "Freunde einladen" + +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "Weltweites Verzeichnis" + +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "Lokales Verzeichnis" + +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "Foren" + +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "Externer Link zum Forum" + +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "mehr anzeigen" + +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "Schnell-Start" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "Hilfe" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "Verbinde Dienste" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "Komma-separierte Liste der Helfer-Foren" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "nicht zeigen" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "zeigen" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "Senden" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 +#: mod/settings.php:976 msgid "Theme settings" msgstr "Theme-Einstellungen" -#: mod/settings.php:989 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Konnte dein Profil nicht finden. Bitte kontaktiere den Admin." +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "Stil auswählen" -#: mod/settings.php:1028 -msgid "Account Types" -msgstr "Kontenarten" +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "Foren" -#: mod/settings.php:1029 -msgid "Personal Page Subtypes" -msgstr "Unterarten der persönlichen Seite" +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "Hilfe oder @NewHere" -#: mod/settings.php:1030 -msgid "Community Forum Subtypes" -msgstr "Unterarten des Gemeinschaftsforums" +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "Kontakte finden" -#: mod/settings.php:1037 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Persönliche Seite" - -#: mod/settings.php:1038 -msgid "Account for a personal profile." -msgstr "Konto für ein persönliches Profil." - -#: mod/settings.php:1041 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Organisationsseite" - -#: mod/settings.php:1042 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Konto für eine Organisation, das Kontaktanfragen automatisch als \"Follower\" annimmt." - -#: mod/settings.php:1045 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "Nachrichtenseite" - -#: mod/settings.php:1046 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Konto für einen Feedspiegel, das Kontaktanfragen automatisch als \"Follower\" annimmt." - -#: mod/settings.php:1049 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Gemeinschaftsforum" - -#: mod/settings.php:1050 -msgid "Account for community discussions." -msgstr "Konto für Diskussionsforen. " - -#: mod/settings.php:1053 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Normales Konto" - -#: mod/settings.php:1054 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Konto für ein normales, persönliches Profil. Kontaktanfragen müssen manuell als \"Friend\" oder \"Follower\" bestätigt werden." - -#: mod/settings.php:1057 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Marktschreier-Konto" - -#: mod/settings.php:1058 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Konto für ein öffentliches Profil, das Kontaktanfragen automatisch als \"Follower\" annimmt." - -#: mod/settings.php:1061 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Öffentliches Forum" - -#: mod/settings.php:1062 -msgid "Automatically approves all contact requests." -msgstr "Bestätigt alle Kontaktanfragen automatisch." - -#: mod/settings.php:1065 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Automatische Freunde-Seite" - -#: mod/settings.php:1066 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Konto für ein gefragtes Profil, das Kontaktanfragen automatisch als \"Friend\" annimmt." - -#: mod/settings.php:1069 -msgid "Private Forum [Experimental]" -msgstr "Privates Forum [Versuchsstadium]" - -#: mod/settings.php:1070 -msgid "Requires manual approval of contact requests." -msgstr "Kontaktanfragen müssen manuell bestätigt werden." - -#: mod/settings.php:1081 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1081 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID." - -#: mod/settings.php:1089 -msgid "Publish your default profile in your local site directory?" -msgstr "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?" - -#: mod/settings.php:1089 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein." - -#: mod/settings.php:1095 -msgid "Publish your default profile in the global social directory?" -msgstr "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?" - -#: mod/settings.php:1095 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "Dein Profil wird in den globalen Friendica-Verzeichnissen (z.B. %s) veröffentlicht. Dein Profil wird öffentlich auffindbar sein." - -#: mod/settings.php:1095 -msgid "" -"This setting also determines whether Friendica will inform search engines " -"that your profile should be indexed or not. Third-party search engines may " -"or may not respect this setting." -msgstr "Diese Einstellung bestimmt auch, ob Friendica Suchmaschinen mitteilt, dass das Profil indiziert werden darf oder nicht. Ob sich Suchmaschinen von Drittanbietern daran halten, kann Friendica nicht beeinflussen." - -#: mod/settings.php:1102 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?" - -#: mod/settings.php:1102 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "Die Liste deiner Kontakte wird nicht in deinem Standard-Profil angezeigt werden. Du kannst für jedes weitere Profil diese Entscheidung separat einstellen." - -#: mod/settings.php:1106 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" - -#: mod/settings.php:1106 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "Anonyme Besucher deines Profils werden ausschließlich dein Profilbild, deinen Namen sowie deinen Spitznamen sehen. Deine öffentlichen Beiträge und Kommentare werden weiterhin sichtbar sein." - -#: mod/settings.php:1110 -msgid "Allow friends to post to your profile page?" -msgstr "Dürfen deine Kontakte auf deine Pinnwand schreiben?" - -#: mod/settings.php:1110 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "Deine Kontakte können Beiträge auf deiner Pinnwand hinterlassen. Diese werden an deine Kontakte verteilt." - -#: mod/settings.php:1114 -msgid "Allow friends to tag your posts?" -msgstr "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?" - -#: mod/settings.php:1114 -msgid "Your contacts can add additional tags to your posts." -msgstr "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen." - -#: mod/settings.php:1118 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" - -#: mod/settings.php:1118 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "Wenn du magst, kann Friendica dich neuen Mitgliedern als Kontakt vorschlagen." - -#: mod/settings.php:1122 -msgid "Permit unknown people to send you private mail?" -msgstr "Dürfen dir Unbekannte private Nachrichten schicken?" - -#: mod/settings.php:1122 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Nutzer des Friendica Netzwerks können dir private Nachrichten senden, selbst wenn sie nicht in deine Kontaktliste sind." - -#: mod/settings.php:1126 -msgid "Profile is not published." -msgstr "Profil ist nicht veröffentlicht." - -#: mod/settings.php:1132 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "Die Adresse deines Profils lautet '%s' oder '%s'." - -#: mod/settings.php:1139 -msgid "Automatically expire posts after this many days:" -msgstr "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:" - -#: mod/settings.php:1139 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Wenn leer, verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht." - -#: mod/settings.php:1140 -msgid "Advanced expiration settings" -msgstr "Erweiterte Verfallseinstellungen" - -#: mod/settings.php:1141 -msgid "Advanced Expiration" -msgstr "Erweitertes Verfallen" - -#: mod/settings.php:1142 -msgid "Expire posts:" -msgstr "Beiträge verfallen lassen:" - -#: mod/settings.php:1143 -msgid "Expire personal notes:" -msgstr "Persönliche Notizen verfallen lassen:" - -#: mod/settings.php:1144 -msgid "Expire starred posts:" -msgstr "Markierte Beiträge verfallen lassen:" - -#: mod/settings.php:1145 -msgid "Expire photos:" -msgstr "Fotos verfallen lassen:" - -#: mod/settings.php:1146 -msgid "Only expire posts by others:" -msgstr "Nur Beiträge anderer verfallen:" - -#: mod/settings.php:1176 -msgid "Account Settings" -msgstr "Kontoeinstellungen" - -#: mod/settings.php:1184 -msgid "Password Settings" -msgstr "Passwort-Einstellungen" - -#: mod/settings.php:1185 src/Module/Register.php:130 -msgid "New Password:" -msgstr "Neues Passwort:" - -#: mod/settings.php:1185 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Erlaubte Zeichen sind a-z, A-Z, 0-9 und Sonderzeichen, abgesehen von Leerzeichen, Doppelpunkten (:) und akzentuierten Buchstaben." - -#: mod/settings.php:1186 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Bestätigen:" - -#: mod/settings.php:1186 -msgid "Leave password fields blank unless changing" -msgstr "Lass die Passwort-Felder leer, außer du willst das Passwort ändern" - -#: mod/settings.php:1187 -msgid "Current Password:" -msgstr "Aktuelles Passwort:" - -#: mod/settings.php:1187 mod/settings.php:1188 -msgid "Your current password to confirm the changes" -msgstr "Dein aktuelles Passwort um die Änderungen zu bestätigen" - -#: mod/settings.php:1188 -msgid "Password:" -msgstr "Passwort:" - -#: mod/settings.php:1192 -msgid "Basic Settings" -msgstr "Grundeinstellungen" - -#: mod/settings.php:1193 src/Model/Profile.php:764 -msgid "Full Name:" -msgstr "Kompletter Name:" - -#: mod/settings.php:1194 -msgid "Email Address:" -msgstr "E-Mail-Adresse:" - -#: mod/settings.php:1195 -msgid "Your Timezone:" -msgstr "Deine Zeitzone:" - -#: mod/settings.php:1196 -msgid "Your Language:" -msgstr "Deine Sprache:" - -#: mod/settings.php:1196 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Wähle die Sprache, in der wir dir die Friendica-Oberfläche präsentieren sollen und dir E-Mail schicken" - -#: mod/settings.php:1197 -msgid "Default Post Location:" -msgstr "Standardstandort:" - -#: mod/settings.php:1198 -msgid "Use Browser Location:" -msgstr "Standort des Browsers verwenden:" - -#: mod/settings.php:1201 -msgid "Security and Privacy Settings" -msgstr "Sicherheits- und Privatsphäre-Einstellungen" - -#: mod/settings.php:1203 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximale Anzahl von Kontaktanfragen/Tag:" - -#: mod/settings.php:1203 mod/settings.php:1232 -msgid "(to prevent spam abuse)" -msgstr "(um SPAM zu vermeiden)" - -#: mod/settings.php:1204 -msgid "Default Post Permissions" -msgstr "Standard-Zugriffsrechte für Beiträge" - -#: mod/settings.php:1205 -msgid "(click to open/close)" -msgstr "(klicke zum Öffnen/Schließen)" - -#: mod/settings.php:1215 -msgid "Default Private Post" -msgstr "Privater Standardbeitrag" - -#: mod/settings.php:1216 -msgid "Default Public Post" -msgstr "Öffentlicher Standardbeitrag" - -#: mod/settings.php:1220 -msgid "Default Permissions for New Posts" -msgstr "Standardberechtigungen für neue Beiträge" - -#: mod/settings.php:1232 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:" - -#: mod/settings.php:1235 -msgid "Notification Settings" -msgstr "Benachrichtigungseinstellungen" - -#: mod/settings.php:1236 -msgid "Send a notification email when:" -msgstr "Benachrichtigungs-E-Mail senden, wenn:" - -#: mod/settings.php:1237 -msgid "You receive an introduction" -msgstr "– du eine Kontaktanfrage erhältst" - -#: mod/settings.php:1238 -msgid "Your introductions are confirmed" -msgstr "– eine Deiner Kontaktanfragen akzeptiert wurde" - -#: mod/settings.php:1239 -msgid "Someone writes on your profile wall" -msgstr "– jemand etwas auf Deine Pinnwand schreibt" - -#: mod/settings.php:1240 -msgid "Someone writes a followup comment" -msgstr "– jemand auch einen Kommentar verfasst" - -#: mod/settings.php:1241 -msgid "You receive a private message" -msgstr "– du eine private Nachricht erhältst" - -#: mod/settings.php:1242 -msgid "You receive a friend suggestion" -msgstr "– du eine Empfehlung erhältst" - -#: mod/settings.php:1243 -msgid "You are tagged in a post" -msgstr "– du in einem Beitrag erwähnt wirst" - -#: mod/settings.php:1244 -msgid "You are poked/prodded/etc. in a post" -msgstr "– du von jemandem angestupst oder sonstwie behandelt wirst" - -#: mod/settings.php:1246 -msgid "Activate desktop notifications" -msgstr "Desktop-Benachrichtigungen einschalten" - -#: mod/settings.php:1246 -msgid "Show desktop popup on new notifications" -msgstr "Desktop-Benachrichtigungen einschalten" - -#: mod/settings.php:1248 -msgid "Text-only notification emails" -msgstr "Benachrichtigungs-E-Mail als Rein-Text." - -#: mod/settings.php:1250 -msgid "Send text only notification emails, without the html part" -msgstr "Sende Benachrichtigungs-E-Mail als Rein-Text - ohne HTML-Teil" - -#: mod/settings.php:1252 -msgid "Show detailled notifications" -msgstr "Detaillierte Benachrichtigungen anzeigen" - -#: mod/settings.php:1254 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "Normalerweise werden alle Benachrichtigungen zu einem Thema in einer einzigen Benachrichtigung zusammengefasst. Wenn diese Option aktiviert ist, wird jede Benachrichtigung einzeln angezeigt." - -#: mod/settings.php:1256 -msgid "Advanced Account/Page Type Settings" -msgstr "Erweiterte Konto-/Seitentyp-Einstellungen" - -#: mod/settings.php:1257 -msgid "Change the behaviour of this account for special situations" -msgstr "Verhalten dieses Kontos in bestimmten Situationen:" - -#: mod/settings.php:1260 -msgid "Relocate" -msgstr "Umziehen" - -#: mod/settings.php:1261 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "Wenn du dein Profil von einem anderen Server umgezogen hast und einige deiner Kontakte deine Beiträge nicht erhalten, verwende diesen Button." - -#: mod/settings.php:1262 -msgid "Resend relocate message to contacts" -msgstr "Umzugsbenachrichtigung erneut an Kontakte senden" - -#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 msgid "default" msgstr "Standard" @@ -4300,6 +1138,107 @@ msgstr "Mosaik" msgid "Repeat image to fill the screen." msgstr "Wiederhole das Bild, um den Bildschirm zu füllen." +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Gast" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Besucher" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "Status" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "Deine Beiträge und Unterhaltungen" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "Profil" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "Deine Profilseite" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "Bilder" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "Deine Fotos" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "Videos" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "Deine Videos" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "Veranstaltungen" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "Deine Ereignisse" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Network" +msgstr "Netzwerk" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "Unterhaltungen Deiner Kontakte" + +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "Ereignisse und Kalender" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "Nachrichten" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "Private E-Mail" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "Einstellungen" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "Kontoeinstellungen" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "Kontakte" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "Freunde und Kontakte verwalten/bearbeiten" + #: view/theme/frio/config.php:111 msgid "Custom" msgstr "Benutzerdefiniert" @@ -4376,79 +1315,6 @@ msgstr "Hintergrundfarbe der Login-Seite" msgid "Leave background image and color empty for theme defaults" msgstr "Wenn die Theme-Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer." -#: view/theme/frio/theme.php:246 -msgid "Guest" -msgstr "Gast" - -#: view/theme/frio/theme.php:251 -msgid "Visitor" -msgstr "Besucher" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91 -#: src/Module/Contact.php:616 src/Module/Contact.php:831 -msgid "Status" -msgstr "Status" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Content/Nav.php:244 -msgid "Your posts and conversations" -msgstr "Deine Beiträge und Unterhaltungen" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 -msgid "Your profile page" -msgstr "Deine Profilseite" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 -msgid "Your photos" -msgstr "Deine Fotos" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -#: src/Model/Profile.php:941 src/Model/Profile.php:944 -msgid "Videos" -msgstr "Videos" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -msgid "Your videos" -msgstr "Deine Videos" - -#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 -msgid "Your events" -msgstr "Deine Ereignisse" - -#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 -#: src/Content/Nav.php:241 -msgid "Network" -msgstr "Netzwerk" - -#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 -msgid "Conversations from your friends" -msgstr "Unterhaltungen Deiner Kontakte" - -#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 -#: src/Model/Profile.php:956 src/Model/Profile.php:967 -msgid "Events and Calendar" -msgstr "Ereignisse und Kalender" - -#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Private mail" -msgstr "Private E-Mail" - -#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 -msgid "Account settings" -msgstr "Kontoeinstellungen" - -#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904 -#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996 -#: src/Model/Profile.php:999 src/Module/Contact.php:774 -#: src/Module/Contact.php:859 -msgid "Contacts" -msgstr "Kontakte" - -#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 -msgid "Manage/edit friends and contacts" -msgstr "Freunde und Kontakte verwalten/bearbeiten" - #: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "Ausrichtung" @@ -4473,298 +1339,2095 @@ msgstr "Schriftgröße in Beiträgen" msgid "Textareas font size" msgstr "Schriftgröße in Eingabefeldern" -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Komma-separierte Liste der Helfer-Foren" +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "Es gibt keine MyISAM-Tabellen." -#: view/theme/vier/config.php:116 src/Core/ACL.php:302 -msgid "don't show" -msgstr "nicht zeigen" +#: src/Database/DBStructure.php:74 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n" -#: view/theme/vier/config.php:116 src/Core/ACL.php:301 -msgid "show" -msgstr "zeigen" +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "Fehler beim Ändern der Datenbank aufgetreten" -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Stil auswählen" +#: src/Database/DBStructure.php:266 +#, php-format +msgid "%s: Database update" +msgstr "%s: Datenbank Aktualisierung" -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Foren" +#: src/Database/DBStructure.php:527 +#, php-format +msgid "%s: updating %s table." +msgstr "%s: aktualisiere Tabelle %s" -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Community-Profile" +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "Dieser Beitrag wurde bearbeitet." -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Hilfe oder @NewHere" +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "Private Nachricht" -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Verbinde Dienste" +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "Bearbeiten" -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Kontakte finden" +#: src/Object/Post.php:197 +msgid "pinned item" +msgstr "Angehefteter Beitrag" -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Letzte Nutzer" +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "Lokal löschen" -#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 -msgid "Find People" -msgstr "Leute finden" +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "Global löschen" -#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 -msgid "Enter name or interest" -msgstr "Name oder Interessen eingeben" +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "Lokal entfernen" -#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Beispiel: Robert Morgenstein, Angeln" +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "In Ordner speichern" -#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 -#: src/Module/Directory.php:86 src/Module/Contact.php:795 -msgid "Find" -msgstr "Finde" +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "Ich werde teilnehmen" -#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 -msgid "Similar Interests" -msgstr "Ähnliche Interessen" +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "Ich werde nicht teilnehmen" -#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 -msgid "Random Profile" -msgstr "Zufälliges Profil" +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "Ich werde eventuell teilnehmen" -#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 -msgid "Invite Friends" -msgstr "Freunde einladen" +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "Thread ignorieren" -#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 -#: src/Module/Directory.php:78 -msgid "Global Directory" -msgstr "Weltweites Verzeichnis" +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "Thread nicht mehr ignorieren" -#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 -msgid "Local Directory" -msgstr "Lokales Verzeichnis" +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "Ignoriert-Status ein-/ausschalten" -#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907 -#: src/Content/Nav.php:209 src/Content/ForumManager.php:130 -msgid "Forums" -msgstr "Foren" +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "Ignoriert" -#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 -msgid "External link to forum" -msgstr "Externer Link zum Forum" +#: src/Object/Post.php:296 +msgid "pin" +msgstr "anheften" -#: view/theme/vier/theme.php:255 src/Content/Widget.php:407 -#: src/Content/Widget.php:507 src/Content/ForumManager.php:135 -msgid "show more" -msgstr "mehr anzeigen" +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "losmachen" -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Schnell-Start" +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "Angeheftet Status ändern" -#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 -#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 -#: src/Module/Settings/TwoFactor/Index.php:90 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 -msgid "Help" -msgstr "Hilfe" +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "angeheftet" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Dienstag" +#: src/Object/Post.php:308 +msgid "add star" +msgstr "markieren" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Mittwoch" +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "Markierung entfernen" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Donnerstag" +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "Markierung umschalten" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 -msgid "Friday" -msgstr "Freitag" +#: src/Object/Post.php:313 +msgid "starred" +msgstr "markiert" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Samstag" +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "Tag hinzufügen" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 -msgid "January" -msgstr "Januar" +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "Ich mag das (toggle)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 -msgid "February" -msgstr "Februar" +#: src/Object/Post.php:328 +msgid "like" +msgstr "mag ich" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 -msgid "March" -msgstr "März" +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "Ich mag das nicht (toggle)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 -msgid "April" -msgstr "April" +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "mag ich nicht" -#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 -#: src/Model/Event.php:407 -msgid "May" -msgstr "Mai" +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "Weitersagen" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 -msgid "June" -msgstr "Juni" +#: src/Object/Post.php:332 +msgid "share" +msgstr "Teilen" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 -msgid "July" -msgstr "Juli" +#: src/Object/Post.php:384 +#, php-format +msgid "%s (Received %s)" +msgstr "%s (Empfangen %s)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 -msgid "August" -msgstr "August" +#: src/Object/Post.php:409 +msgid "to" +msgstr "zu" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 -msgid "September" -msgstr "September" +#: src/Object/Post.php:410 +msgid "via" +msgstr "via" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 -msgid "October" -msgstr "Oktober" +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "Wall-to-Wall" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 -msgid "November" -msgstr "November" +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "via Wall-To-Wall:" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 -msgid "December" -msgstr "Dezember" +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "Kommentar" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Mo" +#: src/Object/Post.php:448 +#, php-format +msgid "Reply to %s" +msgstr "Antworte %s" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Di" +#: src/Object/Post.php:464 +msgid "Notifier task is pending" +msgstr "Die Benachrichtigungsaufgabe ist ausstehend" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Mi" +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "Die Auslieferung an Remote-Server steht noch aus" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Do" +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "Die Auslieferung an Remote-Server ist unterwegs" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Fr" +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "Die Zustellung an Remote-Server ist fast erledigt" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Sa" +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "Die Zustellung an die Remote-Server ist erledigt" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 +#: src/Object/Post.php:488 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d Kommentar" +msgstr[1] "%d Kommentare" + +#: src/Object/Post.php:489 +msgid "Show more" +msgstr "Zeige mehr" + +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "Zeige weniger" + +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "Kommentar" +msgstr[1] "Kommentare" + +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "Das bist du" + +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "Es wurde kein Konfigurationswert für das systemweite Theme gesetzt." + +#: src/Content/Text/BBCode.php:490 +msgid "view full size" +msgstr "Volle Größe anzeigen" + +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 +msgid "Image/photo" +msgstr "Bild/Foto" + +#: src/Content/Text/BBCode.php:1045 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 +msgid "Click to open/close" +msgstr "Zum Öffnen/Schließen klicken" + +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "$1 hat geschrieben:" + +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "Verschlüsselter Inhalt" + +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "Ungültiges Quell-Protokoll" + +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "Ungültiges Link-Protokoll" + +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "lade weitere Einträge..." + +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "Das Ende" + +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "Speichern" + +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "Folge" + +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "Suche" + +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@name, !forum, #tags, content" + +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Volltext" + +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tags" + +#: src/Content/ContactSelector.php:58 +msgid "Frequently" +msgstr "immer wieder" + +#: src/Content/ContactSelector.php:59 +msgid "Hourly" +msgstr "Stündlich" + +#: src/Content/ContactSelector.php:60 +msgid "Twice daily" +msgstr "Zweimal täglich" + +#: src/Content/ContactSelector.php:61 +msgid "Daily" +msgstr "Täglich" + +#: src/Content/ContactSelector.php:62 +msgid "Weekly" +msgstr "Wöchentlich" + +#: src/Content/ContactSelector.php:63 +msgid "Monthly" +msgstr "Monatlich" + +#: src/Content/ContactSelector.php:116 +msgid "DFRN" +msgstr "DFRN" + +#: src/Content/ContactSelector.php:117 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:118 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:315 +msgid "Email" +msgstr "E-Mail" + +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "Diaspora" + +#: src/Content/ContactSelector.php:121 +msgid "Zot!" +msgstr "Zott" + +#: src/Content/ContactSelector.php:122 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:123 +msgid "XMPP/IM" +msgstr "XMPP/Chat" + +#: src/Content/ContactSelector.php:124 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:125 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:126 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:127 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "Discourse" + +#: src/Content/ContactSelector.php:129 +msgid "Diaspora Connector" +msgstr "Diaspora Connector" + +#: src/Content/ContactSelector.php:130 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:131 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: src/Content/ContactSelector.php:132 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 +msgid "No answer" +msgstr "Keine Antwort" + +#: src/Content/ContactSelector.php:232 +msgid "Male" +msgstr "Männlich" + +#: src/Content/ContactSelector.php:233 +msgid "Female" +msgstr "Weiblich" + +#: src/Content/ContactSelector.php:234 +msgid "Currently Male" +msgstr "Momentan männlich" + +#: src/Content/ContactSelector.php:235 +msgid "Currently Female" +msgstr "Momentan weiblich" + +#: src/Content/ContactSelector.php:236 +msgid "Mostly Male" +msgstr "Hauptsächlich männlich" + +#: src/Content/ContactSelector.php:237 +msgid "Mostly Female" +msgstr "Hauptsächlich weiblich" + +#: src/Content/ContactSelector.php:238 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:239 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:240 +msgid "Transsexual" +msgstr "Transsexuell" + +#: src/Content/ContactSelector.php:241 +msgid "Hermaphrodite" +msgstr "Hermaphrodit" + +#: src/Content/ContactSelector.php:242 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:243 +msgid "Non-specific" +msgstr "Nicht spezifiziert" + +#: src/Content/ContactSelector.php:244 +msgid "Other" +msgstr "Andere" + +#: src/Content/ContactSelector.php:272 +msgid "Males" +msgstr "Männer" + +#: src/Content/ContactSelector.php:273 +msgid "Females" +msgstr "Frauen" + +#: src/Content/ContactSelector.php:274 +msgid "Gay" +msgstr "Schwul" + +#: src/Content/ContactSelector.php:275 +msgid "Lesbian" +msgstr "Lesbisch" + +#: src/Content/ContactSelector.php:276 +msgid "No Preference" +msgstr "Keine Vorlieben" + +#: src/Content/ContactSelector.php:277 +msgid "Bisexual" +msgstr "Bisexuell" + +#: src/Content/ContactSelector.php:278 +msgid "Autosexual" +msgstr "Autosexuell" + +#: src/Content/ContactSelector.php:279 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:280 +msgid "Virgin" +msgstr "Jungfrauen" + +#: src/Content/ContactSelector.php:281 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:282 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:283 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:284 +msgid "Nonsexual" +msgstr "Nonsexual" + +#: src/Content/ContactSelector.php:310 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:311 +msgid "Lonely" +msgstr "Einsam" + +#: src/Content/ContactSelector.php:312 +msgid "In a relation" +msgstr "In einer Beziehung" + +#: src/Content/ContactSelector.php:313 +msgid "Has crush" +msgstr "verknallt" + +#: src/Content/ContactSelector.php:314 +msgid "Infatuated" +msgstr "verliebt" + +#: src/Content/ContactSelector.php:315 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:316 +msgid "Unfaithful" +msgstr "Untreu" + +#: src/Content/ContactSelector.php:317 +msgid "Sex Addict" +msgstr "Sexbesessen" + +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 +msgid "Friends" +msgstr "Kontakte" + +#: src/Content/ContactSelector.php:319 +msgid "Friends/Benefits" +msgstr "Freunde/Zuwendungen" + +#: src/Content/ContactSelector.php:320 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:321 +msgid "Engaged" +msgstr "Verlobt" + +#: src/Content/ContactSelector.php:322 +msgid "Married" +msgstr "Verheiratet" + +#: src/Content/ContactSelector.php:323 +msgid "Imaginarily married" +msgstr "imaginär verheiratet" + +#: src/Content/ContactSelector.php:324 +msgid "Partners" +msgstr "Partner" + +#: src/Content/ContactSelector.php:325 +msgid "Cohabiting" +msgstr "zusammenlebend" + +#: src/Content/ContactSelector.php:326 +msgid "Common law" +msgstr "wilde Ehe" + +#: src/Content/ContactSelector.php:327 +msgid "Happy" +msgstr "Glücklich" + +#: src/Content/ContactSelector.php:328 +msgid "Not looking" +msgstr "Nicht auf der Suche" + +#: src/Content/ContactSelector.php:329 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:330 +msgid "Betrayed" +msgstr "Betrogen" + +#: src/Content/ContactSelector.php:331 +msgid "Separated" +msgstr "Getrennt" + +#: src/Content/ContactSelector.php:332 +msgid "Unstable" +msgstr "Unstabil" + +#: src/Content/ContactSelector.php:333 +msgid "Divorced" +msgstr "Geschieden" + +#: src/Content/ContactSelector.php:334 +msgid "Imaginarily divorced" +msgstr "Imaginär geschieden" + +#: src/Content/ContactSelector.php:335 +msgid "Widowed" +msgstr "Verwitwet" + +#: src/Content/ContactSelector.php:336 +msgid "Uncertain" +msgstr "Unsicher" + +#: src/Content/ContactSelector.php:337 +msgid "It's complicated" +msgstr "Ist kompliziert" + +#: src/Content/ContactSelector.php:338 +msgid "Don't care" +msgstr "Ist mir nicht wichtig" + +#: src/Content/ContactSelector.php:339 +msgid "Ask me" +msgstr "Frag mich" + +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "Neuen Kontakt hinzufügen" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "Adresse oder Web-Link eingeben" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Beispiel: bob@example.com, http://example.com/barbara" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "Verbinden" + +#: src/Content/Widget.php:59 +#, 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:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "Folgende" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "Gefolgte" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "Beidseitige Freundschaft" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "Beziehungen" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "Alle Kontakte" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "Protokolle" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "Alle Protokolle" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "Gespeicherte Ordner" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "Alles" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "Kategorien" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d gemeinsamer Kontakt" +msgstr[1] "%d gemeinsame Kontakte" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "Archiv" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Einbettungen deaktiviert" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Eingebetteter Inhalt" + +#: src/Content/Feature.php:82 +msgid "General Features" +msgstr "Allgemeine Features" + +#: src/Content/Feature.php:84 +msgid "Multiple Profiles" +msgstr "Mehrere Profile" + +#: src/Content/Feature.php:84 +msgid "Ability to create multiple profiles" +msgstr "Möglichkeit, mehrere Profile zu erstellen" + +#: src/Content/Feature.php:85 +msgid "Photo Location" +msgstr "Aufnahmeort" + +#: src/Content/Feature.php:85 +msgid "" +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden." + +#: src/Content/Feature.php:86 +msgid "Export Public Calendar" +msgstr "Öffentlichen Kalender exportieren" + +#: src/Content/Feature.php:86 +msgid "Ability for visitors to download the public calendar" +msgstr "Möglichkeit für Besucher, den öffentlichen Kalender herunter zu laden" + +#: src/Content/Feature.php:87 +msgid "Trending Tags" +msgstr "Trending Tags" + +#: src/Content/Feature.php:87 +msgid "" +"Show a community page widget with a list of the most popular tags in recent " +"public posts." +msgstr "Auf der Gemeinschaftsseite ein Widget mit den meist benutzten Tags in öffentlichen Beiträgen anzeigen." + +#: src/Content/Feature.php:92 +msgid "Post Composition Features" +msgstr "Beitragserstellung-Features" + +#: src/Content/Feature.php:93 +msgid "Auto-mention Forums" +msgstr "Foren automatisch erwähnen" + +#: src/Content/Feature.php:93 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde." + +#: src/Content/Feature.php:94 +msgid "Explicit Mentions" +msgstr "Explizite Erwähnungen" + +#: src/Content/Feature.php:94 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." +msgstr "Füge Erwähnungen zum Kommentarfeld hinzu, um manuell über die explizite Erwähnung von Gesprächsteilnehmern zu entscheiden." + +#: src/Content/Feature.php:99 +msgid "Network Sidebar" +msgstr "Netzwerk-Seitenleiste" + +#: src/Content/Feature.php:100 +msgid "Ability to select posts by date ranges" +msgstr "Möglichkeit, die Beiträge nach Datumsbereichen zu sortieren" + +#: src/Content/Feature.php:101 +msgid "Protocol Filter" +msgstr "Protokoll-Filter" + +#: src/Content/Feature.php:101 +msgid "Enable widget to display Network posts only from selected protocols" +msgstr "Aktiviere Widget, um Netzwerkbeiträge nur von ausgesuchten Protokollen anzuzeigen" + +#: src/Content/Feature.php:106 +msgid "Network Tabs" +msgstr "Netzwerk-Reiter" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Netzwerk-Reiter: Neue" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Aktiviert einen Netzwerk-Reiter, in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Netzwerk-Reiter: Geteilte Links" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Aktiviert einen Netzwerk-Reiter, der ausschließlich Nachrichten mit Links enthält" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Werkzeuge für Beiträge und Kommentare" + +#: src/Content/Feature.php:114 +msgid "Post Categories" +msgstr "Beitragskategorien" + +#: src/Content/Feature.php:114 +msgid "Add categories to your posts" +msgstr "Eigene Beiträge mit Kategorien versehen" + +#: src/Content/Feature.php:119 +msgid "Advanced Profile Settings" +msgstr "Erweiterte Profil-Einstellungen" + +#: src/Content/Feature.php:120 +msgid "List Forums" +msgstr "Zeige Foren" + +#: src/Content/Feature.php:120 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite" + +#: src/Content/Feature.php:121 +msgid "Tag Cloud" +msgstr "Schlagwortwolke" + +#: src/Content/Feature.php:121 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen" + +#: src/Content/Feature.php:122 +msgid "Display Membership Date" +msgstr "Mitgliedschaftsdatum anzeigen" + +#: src/Content/Feature.php:122 +msgid "Display membership date in profile" +msgstr "Das Datum der Registrierung deines Accounts im Profil anzeigen" + +#: src/Content/Nav.php:74 +msgid "Nothing new here" +msgstr "Keine Neuigkeiten" + +#: src/Content/Nav.php:78 +msgid "Clear notifications" +msgstr "Bereinige Benachrichtigungen" + +#: src/Content/Nav.php:153 src/Module/Login.php:136 +msgid "Logout" +msgstr "Abmelden" + +#: src/Content/Nav.php:153 +msgid "End this session" +msgstr "Diese Sitzung beenden" + +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 +msgid "Login" +msgstr "Anmeldung" + +#: src/Content/Nav.php:155 +msgid "Sign in" +msgstr "Anmelden" + +#: src/Content/Nav.php:165 +msgid "Personal notes" +msgstr "Persönliche Notizen" + +#: src/Content/Nav.php:165 +msgid "Your personal notes" +msgstr "Deine persönlichen Notizen" + +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "Pinnwand" + +#: src/Content/Nav.php:182 +msgid "Home Page" +msgstr "Homepage" + +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 +msgid "Register" +msgstr "Registrieren" + +#: src/Content/Nav.php:186 +msgid "Create an account" +msgstr "Nutzerkonto erstellen" + +#: src/Content/Nav.php:192 +msgid "Help and documentation" +msgstr "Hilfe und Dokumentation" + +#: src/Content/Nav.php:196 +msgid "Apps" +msgstr "Apps" + +#: src/Content/Nav.php:196 +msgid "Addon applications, utilities, games" +msgstr "Zusätzliche Anwendungen, Dienstprogramme, Spiele" + +#: src/Content/Nav.php:200 +msgid "Search site content" +msgstr "Inhalt der Seite durchsuchen" + +#: src/Content/Nav.php:224 +msgid "Community" +msgstr "Gemeinschaft" + +#: src/Content/Nav.php:224 +msgid "Conversations on this and other servers" +msgstr "Unterhaltungen auf diesem und anderen Servern" + +#: src/Content/Nav.php:231 +msgid "Directory" +msgstr "Verzeichnis" + +#: src/Content/Nav.php:231 +msgid "People directory" +msgstr "Nutzerverzeichnis" + +#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 +msgid "Information" +msgstr "Information" + +#: src/Content/Nav.php:233 +msgid "Information about this friendica instance" +msgstr "Informationen zu dieser Friendica-Instanz" + +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 +msgid "Terms of Service" +msgstr "Nutzungsbedingungen" + +#: src/Content/Nav.php:236 +msgid "Terms of Service of this Friendica instance" +msgstr "Die Nutzungsbedingungen dieser Friendica-Instanz" + +#: src/Content/Nav.php:242 +msgid "Network Reset" +msgstr "Netzwerk zurücksetzen" + +#: src/Content/Nav.php:242 +msgid "Load Network page with no filters" +msgstr "Netzwerk-Seite ohne Filter laden" + +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Kontaktanfragen" + +#: src/Content/Nav.php:248 +msgid "Friend Requests" +msgstr "Kontaktanfragen" + +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "Benachrichtigungen" + +#: src/Content/Nav.php:250 +msgid "See all notifications" +msgstr "Alle Benachrichtigungen anzeigen" + +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "Als gelesen markieren" + +#: src/Content/Nav.php:251 +msgid "Mark all system notifications seen" +msgstr "Markiere alle Systembenachrichtigungen als gelesen" + +#: src/Content/Nav.php:255 +msgid "Inbox" +msgstr "Eingang" + +#: src/Content/Nav.php:256 +msgid "Outbox" +msgstr "Ausgang" + +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "Neue Nachricht" + +#: src/Content/Nav.php:260 +msgid "Delegation" +msgstr "Delegation" + +#: src/Content/Nav.php:260 +msgid "Manage other pages" +msgstr "Andere Seiten verwalten" + +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "Profile" + +#: src/Content/Nav.php:266 +msgid "Manage/Edit Profiles" +msgstr "Profile verwalten/editieren" + +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 +msgid "Admin" +msgstr "Administration" + +#: src/Content/Nav.php:274 +msgid "Site setup and configuration" +msgstr "Einstellungen der Seite und Konfiguration" + +#: src/Content/Nav.php:277 +msgid "Navigation" +msgstr "Navigation" + +#: src/Content/Nav.php:277 +msgid "Site map" +msgstr "Sitemap" + +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "Begriff entfernen" + +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "Gespeicherte Suchen" + +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Exportieren" + +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Kalender als ical exportieren" + +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Kalender als csv exportieren" + +#: src/Content/Widget/TrendingTags.php:34 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "Trending Tags (%d Stunde)" +msgstr[1] "Trending Tags (%d Stunden)" + +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "mehr Trending Tags" + +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "Keine Kontakte" + +#: src/Content/Widget/ContactBlock.php:90 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d Kontakt" +msgstr[1] "%d Kontakte" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "Kontakte anzeigen" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "neuer" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "älter" + +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "erste" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "vorige" + +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "nächste" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "letzte" + +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 +msgid "Edit profile" +msgstr "Profil bearbeiten" + +#: src/Model/Profile.php:398 +msgid "Manage/edit profiles" +msgstr "Profile verwalten/editieren" + +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "Profilbild ändern" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "Neues Profil anlegen" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "Profilbild" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "sichtbar für jeden" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "Sichtbarkeit bearbeiten" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "Ort:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "Geschlecht:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 +msgid "Status:" +msgstr "Status:" + +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 +msgid "Homepage:" +msgstr "Homepage:" + +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "Über:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 +msgid "XMPP:" +msgstr "XMPP:" + +#: src/Model/Profile.php:542 src/Module/Contact.php:320 +msgid "Unfollow" +msgstr "Entfolgen" + +#: src/Model/Profile.php:544 +msgid "Atom feed" +msgstr "Atom-Feed" + +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "Netzwerk:" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 +msgid "g A l F d" +msgstr "l, d. F G \\U\\h\\r" + +#: src/Model/Profile.php:585 +msgid "F d" +msgstr "d. F" + +#: src/Model/Profile.php:647 src/Model/Profile.php:732 +msgid "[today]" +msgstr "[heute]" + +#: src/Model/Profile.php:657 +msgid "Birthday Reminders" +msgstr "Geburtstagserinnerungen" + +#: src/Model/Profile.php:658 +msgid "Birthdays this week:" +msgstr "Geburtstage diese Woche:" + +#: src/Model/Profile.php:719 +msgid "[No description]" +msgstr "[keine Beschreibung]" + +#: src/Model/Profile.php:745 +msgid "Event Reminders" +msgstr "Veranstaltungserinnerungen" + +#: src/Model/Profile.php:746 +msgid "Upcoming events the next 7 days:" +msgstr "Veranstaltungen der nächsten 7 Tage:" + +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "Kompletter Name:" + +#: src/Model/Profile.php:763 +msgid "Member since:" +msgstr "Mitglied seit:" + +#: src/Model/Profile.php:771 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:772 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "Geburtstag:" + +#: src/Model/Profile.php:787 +msgid "Age:" +msgstr "Alter:" + +#: src/Model/Profile.php:800 +#, php-format +msgid "for %1$d %2$s" +msgstr "für %1$d %2$s" + +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "Sexuelle Vorlieben:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "Heimatort:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "Tags:" + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "Politische Ansichten:" + +#: src/Model/Profile.php:824 +msgid "Religion:" +msgstr "Religion:" + +#: src/Model/Profile.php:832 +msgid "Hobbies/Interests:" +msgstr "Hobbies/Interessen:" + +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "Likes:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "Dislikes:" + +#: src/Model/Profile.php:844 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformationen und Soziale Netzwerke:" + +#: src/Model/Profile.php:848 +msgid "Musical interests:" +msgstr "Musikalische Interessen:" + +#: src/Model/Profile.php:852 +msgid "Books, literature:" +msgstr "Literatur/Bücher:" + +#: src/Model/Profile.php:856 +msgid "Television:" +msgstr "Fernsehen:" + +#: src/Model/Profile.php:860 +msgid "Film/dance/culture/entertainment:" +msgstr "Filme/Tänze/Kultur/Unterhaltung:" + +#: src/Model/Profile.php:864 +msgid "Love/Romance:" +msgstr "Liebesleben:" + +#: src/Model/Profile.php:868 +msgid "Work/employment:" +msgstr "Arbeit/Beschäftigung:" + +#: src/Model/Profile.php:872 +msgid "School/education:" +msgstr "Schule/Ausbildung:" + +#: src/Model/Profile.php:877 +msgid "Forums:" +msgstr "Foren:" + +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "Allgemein" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 +msgid "Advanced" +msgstr "Erweitert" + +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "Statusnachrichten und Beiträge" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 +msgid "Profile Details" +msgstr "Profildetails" + +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "Fotoalben" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "Persönliche Notizen" + +#: src/Model/Profile.php:974 +msgid "Only You Can See This" +msgstr "Nur du kannst das sehen" + +#: src/Model/Profile.php:982 src/Model/Profile.php:985 +msgid "Tips for New Members" +msgstr "Tipps für neue Nutzer" + +#: src/Model/Profile.php:1180 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "OpenWebAuth: %1$s heißt %2$s herzlich willkommen" + +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" +msgstr "l, d. F Y\\, H:i" + +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "Beginnt:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "Endet:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "ganztägig" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 msgid "Sun" msgstr "So" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "Mo" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "Di" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "Mi" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "Do" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "Fr" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "Sa" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "Sonntag" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "Montag" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "Dienstag" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "Mittwoch" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "Donnerstag" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "Freitag" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "Samstag" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 msgid "Jan" msgstr "Jan" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 msgid "Feb" msgstr "Feb" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 msgid "Mar" msgstr "März" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 msgid "Apr" msgstr "Apr" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "Mai" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 msgid "Jun" msgstr "Jun" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 msgid "Jul" msgstr "Juli" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 msgid "Aug" msgstr "Aug" -#: src/Core/L10n/L10n.php:394 -msgid "Sep" +#: src/Model/Event.php:412 +msgid "Sept" msgstr "Sep" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 msgid "Oct" msgstr "Okt" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 msgid "Nov" msgstr "Nov" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 msgid "Dec" msgstr "Dez" -#: src/Core/L10n/L10n.php:413 -msgid "poke" -msgstr "anstupsen" +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "Januar" -#: src/Core/L10n/L10n.php:413 -msgid "poked" -msgstr "stupste" +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "Februar" -#: src/Core/L10n/L10n.php:414 -msgid "ping" -msgstr "anpingen" +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "März" -#: src/Core/L10n/L10n.php:414 -msgid "pinged" -msgstr "pingte" +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "April" -#: src/Core/L10n/L10n.php:415 -msgid "prod" -msgstr "knuffen" +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "Juni" -#: src/Core/L10n/L10n.php:415 -msgid "prodded" -msgstr "knuffte" +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "Juli" -#: src/Core/L10n/L10n.php:416 -msgid "slap" -msgstr "ohrfeigen" +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "August" -#: src/Core/L10n/L10n.php:416 -msgid "slapped" -msgstr "ohrfeigte" +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "September" -#: src/Core/L10n/L10n.php:417 -msgid "finger" -msgstr "befummeln" +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "Oktober" -#: src/Core/L10n/L10n.php:417 -msgid "fingered" -msgstr "befummelte" +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "November" -#: src/Core/L10n/L10n.php:418 -msgid "rebuff" -msgstr "eine Abfuhr erteilen" +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "Dezember" -#: src/Core/L10n/L10n.php:418 -msgid "rebuffed" -msgstr "abfuhrerteilte" +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "Heute" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "Monat" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "Woche" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "Tag" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "Keine Veranstaltung zum Anzeigen" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "Veranstaltung bearbeiten" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "Veranstaltung kopieren" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "Veranstaltung löschen" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "Link zum Originalbeitrag" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "D H:i" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "H:i" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "Karte anzeigen" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "Karte verbergen" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%ss Geburtstag" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "Herzlichen Glückwunsch, %s" + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "Kontaktbilder" + +#: src/Model/User.php:357 +msgid "Login failed" +msgstr "Anmeldung fehlgeschlagen" + +#: src/Model/User.php:389 +msgid "Not enough information to authenticate" +msgstr "Nicht genügend Informationen für die Authentifizierung" + +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "Nutzer nicht gefunden" + +#: src/Model/User.php:483 +msgid "Password can't be empty" +msgstr "Das Passwort kann nicht leer sein" + +#: src/Model/User.php:502 +msgid "Empty passwords are not allowed." +msgstr "Leere Passwörter sind nicht erlaubt." + +#: src/Model/User.php:506 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "Das neue Passwort wurde in einem öffentlichen Daten-Dump veröffentlicht. Bitte verwende ein anderes Passwort." + +#: src/Model/User.php:512 +msgid "" +"The password can't contain accentuated letters, white spaces or colons (:)" +msgstr "Das Passwort darf keine akzentuierten Buchstaben, Leerzeichen oder Doppelpunkte (:) beinhalten" + +#: src/Model/User.php:612 +msgid "Passwords do not match. Password unchanged." +msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert." + +#: src/Model/User.php:619 +msgid "An invitation is required." +msgstr "Du benötigst eine Einladung." + +#: src/Model/User.php:623 +msgid "Invitation could not be verified." +msgstr "Die Einladung konnte nicht überprüft werden." + +#: src/Model/User.php:631 +msgid "Invalid OpenID url" +msgstr "Ungültige OpenID URL" + +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Beim Versuch, dich mit der von dir angegebenen OpenID anzumelden, trat ein Problem auf. Bitte überprüfe, dass du die OpenID richtig geschrieben hast." + +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "The error message was:" +msgstr "Die Fehlermeldung lautete:" + +#: src/Model/User.php:650 +msgid "Please enter the required information." +msgstr "Bitte trage die erforderlichen Informationen ein." + +#: src/Model/User.php:664 +#, php-format +msgid "" +"system.username_min_length (%s) and system.username_max_length (%s) are " +"excluding each other, swapping values." +msgstr "system.username_min_length (%s) and system.username_max_length (%s) schließen sich gegenseitig aus, tausche Werte aus." + +#: src/Model/User.php:671 +#, php-format +msgid "Username should be at least %s character." +msgid_plural "Username should be at least %s characters." +msgstr[0] "Der Benutzername sollte aus mindestens %s Zeichen bestehen." +msgstr[1] "Der Benutzername sollte aus mindestens %s Zeichen bestehen." + +#: src/Model/User.php:675 +#, php-format +msgid "Username should be at most %s character." +msgid_plural "Username should be at most %s characters." +msgstr[0] "Der Benutzername sollte aus maximal %s Zeichen bestehen." +msgstr[1] "Der Benutzername sollte aus maximal %s Zeichen bestehen." + +#: src/Model/User.php:683 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Das scheint nicht dein kompletter Name (Vor- und Nachname) zu sein." + +#: src/Model/User.php:688 +msgid "Your email domain is not among those allowed on this site." +msgstr "Die Domain Deiner E-Mail-Adresse ist auf dieser Seite nicht erlaubt." + +#: src/Model/User.php:692 +msgid "Not a valid email address." +msgstr "Keine gültige E-Mail-Adresse." + +#: src/Model/User.php:695 +msgid "The nickname was blocked from registration by the nodes admin." +msgstr "Der Admin des Knotens hat den Spitznamen für die Registrierung gesperrt." + +#: src/Model/User.php:699 src/Model/User.php:707 +msgid "Cannot use that email." +msgstr "Konnte diese E-Mail-Adresse nicht verwenden." + +#: src/Model/User.php:714 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\" und \"_\") bestehen." + +#: src/Model/User.php:722 src/Model/User.php:779 +msgid "Nickname is already registered. Please choose another." +msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen." + +#: src/Model/User.php:732 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden." + +#: src/Model/User.php:766 src/Model/User.php:770 +msgid "An error occurred during registration. Please try again." +msgstr "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal." + +#: src/Model/User.php:795 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal." + +#: src/Model/User.php:802 +msgid "An error occurred creating your self contact. Please try again." +msgstr "Bei der Erstellung deines self-Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut." + +#: src/Model/User.php:811 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut." + +#: src/Model/User.php:888 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%4$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\t\t" +msgstr "\n\t\t\tHallo %1$s,\n\t\t\t\tdanke für deine Registrierung auf %2$s. Dein Account muss noch vom Admin des Knotens freigeschaltet werden.\n\n\t\t\tDeine Zugangsdaten lauten wie folgt:\n\n\t\t\tSeitenadresse:\t%3$s\n\t\t\tAnmeldename:\t\t%4$s\n\t\t\tPasswort:\t\t%5$s\n\t\t" + +#: src/Model/User.php:909 +#, php-format +msgid "Registration at %s" +msgstr "Registrierung als %s" + +#: src/Model/User.php:929 +#, php-format +msgid "" +"\n" +"\t\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t\t" +msgstr "\n\t\t\t\tHallo %1$s,\n\t\t\t\tDanke für die Registrierung auf %2$s. Dein Account wurde angelegt.\n\t\t\t" + +#: src/Model/User.php:937 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "\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 wiederfinden.\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/Model/User.php:976 src/Module/Admin/Users.php:88 +#, php-format +msgid "Registration details for %s" +msgstr "Details der Registration von %s" + +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[kein Betreff]" + +#: src/Model/Group.php:77 +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 "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen." + +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "Voreingestellte Gruppe für neue Kontakte" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "Alle Kontakte" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "bearbeiten" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "hinzufügen" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "Gruppen" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "Gruppe bearbeiten" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Kontakte in keiner Gruppe" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "Neue Gruppe erstellen" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Gruppenname:" + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "Gruppen bearbeiten" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "Beitrag abgelegt" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "Entfolgen" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "Kontakt löschen" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "Genehmigen" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "Organisation" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "Nachrichten" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "Nicht erlaubte Profil-URL." + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "Blockierte Domain" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "Connect-URL fehlt" + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke" + +#: src/Model/Contact.php:2276 +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:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden." + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "Die angegebene Profiladresse liefert unzureichende Informationen." + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "Es wurde kein Autor oder Name gefunden." + +#: src/Model/Contact.php:2296 +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:2299 +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:2300 +msgid "Use mailto: in front of address to force email check." +msgstr "Verwende mailto: vor der E-Mail-Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen." + +#: src/Model/Contact.php:2306 +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:2311 +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:2372 +msgid "Unable to retrieve contact information." +msgstr "Konnte die Kontaktinformationen nicht empfangen." + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "[Name unterdrückt]" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "Aktivität" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "Beitrag" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "Inhaltswarnung: %s" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "Video ansehen" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "Byte" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "Auf separater Seite ansehen" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "auf separater Seite ansehen" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Datenbankspeicher konnte nicht aktualisiert werden %s" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Der Datenbankspeicher konnte keine Daten einfügen" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "Dateisystemspeicher konnte nicht erstellt werden \"%s\". Überprüfe, ob du Schreibberechtigungen hast." + +#: src/Model/Storage/Filesystem.php:105 +#, 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üfe Deine Schreibberechtigungen" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "Dateipfad zum Speicher" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "Verzeichnis, in das Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Verzeichnisstruktur sein" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Gib einen gültigen, existierenden Ordner ein" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s hat %ss Beitrag kommentiert" + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%s hat einen neuen Beitrag erstellt" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%s mag %ss Beitrag" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s mag %ss Beitrag nicht" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s nimmt an %s's Event teil" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s nimmt nicht an %s's Event teil" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s nimmt eventuell an %s's Event teil" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s ist jetzt mit %s befreundet" + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "Kontaktvorschlag" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "Kontakt-/Freundschaftsanfrage" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "Neuer Bewunderer" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 +#, php-format +msgid "%s's timeline" +msgstr "Timeline von %s" + +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 +#, php-format +msgid "%s's posts" +msgstr "Beiträge von %s" + +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 +#, php-format +msgid "%s's comments" +msgstr "Kommentare von %s" + +#: src/Protocol/OStatus.php:1839 +#, php-format +msgid "%s is now following %s." +msgstr "%s folgt nun %s" + +#: src/Protocol/OStatus.php:1840 +msgid "following" +msgstr "folgen" + +#: src/Protocol/OStatus.php:1843 +#, php-format +msgid "%s stopped following %s." +msgstr "%s hat aufgehört %s, zu folgen" + +#: src/Protocol/OStatus.php:1844 +msgid "stopped following" +msgstr "wird nicht mehr gefolgt" + +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "Anhänge:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "Legacy-Moduldatei nicht gefunden: %s" #: src/Core/Update.php:193 #, php-format @@ -4799,6 +3462,139 @@ msgid "" "\t\t\t\t\tThe friendica database was successfully updated from %s to %s." msgstr "\n \t\t\t\t\tDie Friendica Datenbank wurde erfolgreich von %s auf %s aktualisiert." +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "anstupsen" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "stupste" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "anpingen" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "pingte" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "knuffen" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "knuffte" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "ohrfeigen" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "ohrfeigte" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "befummeln" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "befummelte" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "eine Abfuhr erteilen" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "abfuhrerteilte" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "Anmeldung fehlgeschlagen." + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "Anmeldung fehlgeschlagen. Bitte überprüfe deine Angaben." + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "Willkommen %s" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "Bitte lade ein Profilbild hoch." + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "Willkommen zurück %s" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "Beidseitige Freundschaft" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "An E-Mail senden" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "Öffentlich" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "Dieser Inhalt wird all deine Abonenten sowie auf der Gemeinschaftsseite angezeigt. Außerdem kann ihn jeder sehen, der den Link kennt." + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "Begrenzt/Privat" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "Dieser Inhalt wird außschließlich den Kontakten gezeigt, die du in der ersten Box ausgewählt hast, mit den Ausnahmen derer die du in der zweiten Box auflistest. Er wird nicht öffentlich zugänglich sein." + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "Sichtbar für:" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "Ausgenommen:" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "Cc: E-Mail-Addressen" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Z.B.: bob@example.com, mary@example.com" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "Connectoren" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist." + #: src/Core/UserImport.php:107 msgid "Error decoding account file" msgstr "Fehler beim Verarbeiten der Account-Datei" @@ -5091,8 +3887,8 @@ msgstr "ImageMagicx PHP Erweiterung ist nicht installiert." msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP Erweiterung ist installiert" -#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372 -#: tests/src/Core/InstallerTest.php:400 +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 msgid "ImageMagick supports GIF" msgstr "ImageMagick unterstützt GIF" @@ -5104,1650 +3900,109 @@ msgstr "Die Datenbank wird bereits verwendet." msgid "Could not connect to database." msgstr "Verbindung zur Datenbank gescheitert." -#: src/Core/NotificationsManager.php:144 -msgid "System" -msgstr "System" - -#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 -#: src/Content/Nav.php:244 -msgid "Home" -msgstr "Pinnwand" - -#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 -msgid "Introductions" -msgstr "Kontaktanfragen" - -#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s hat %ss Beitrag kommentiert" - -#: src/Core/NotificationsManager.php:245 -#, php-format -msgid "%s created a new post" -msgstr "%s hat einen neuen Beitrag erstellt" - -#: src/Core/NotificationsManager.php:259 -#, php-format -msgid "%s liked %s's post" -msgstr "%s mag %ss Beitrag" - -#: src/Core/NotificationsManager.php:272 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s mag %ss Beitrag nicht" - -#: src/Core/NotificationsManager.php:285 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s nimmt an %s's Event teil" - -#: src/Core/NotificationsManager.php:298 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s nimmt nicht an %s's Event teil" - -#: src/Core/NotificationsManager.php:311 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s nimmt eventuell an %s's Event teil" - -#: src/Core/NotificationsManager.php:344 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s ist jetzt mit %s befreundet" - -#: src/Core/NotificationsManager.php:629 -msgid "Friend Suggestion" -msgstr "Kontaktvorschlag" - -#: src/Core/NotificationsManager.php:663 -msgid "Friend/Connect Request" -msgstr "Kontakt-/Freundschaftsanfrage" - -#: src/Core/NotificationsManager.php:663 -msgid "New Follower" -msgstr "Neuer Bewunderer" - -#: src/Core/Session.php:186 -#, php-format -msgid "Welcome %s" -msgstr "Willkommen %s" - -#: src/Core/Session.php:187 -msgid "Please upload a profile photo." -msgstr "Bitte lade ein Profilbild hoch." - -#: src/Core/Session.php:190 -#, php-format -msgid "Welcome back %s" -msgstr "Willkommen zurück %s" - -#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 -msgid "Post to Email" -msgstr "An E-Mail senden" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Für jeden sichtbar" - -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "Connectoren" - -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" - -#: src/Core/ACL.php:313 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist." - -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Schließen" - -#: src/Util/Temporal.php:147 src/Model/Profile.php:784 -msgid "Birthday:" -msgstr "Geburtstag:" - -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DD oder MM-DD" - -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "nie" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "vor weniger als einer Sekunde" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "Jahr" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "Jahre" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "Monate" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "Wochen" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "Tage" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "Stunde" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "Stunden" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "Minute" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "Minuten" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "Sekunde" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "Sekunden" - -#: src/Util/Temporal.php:329 -#, php-format -msgid "in %1$d %2$s" -msgstr "in %1$d %2$s" - -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "vor %1$d %2$s" - -#: src/Content/Text/HTML.php:793 -msgid "Loading more entries..." -msgstr "lade weitere Einträge..." - -#: src/Content/Text/HTML.php:794 -msgid "The end" -msgstr "Das Ende" - -#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544 -#: src/Module/Contact.php:297 -msgid "Follow" -msgstr "Folge" - -#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" - -#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203 -msgid "Full Text" -msgstr "Volltext" - -#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:204 -msgid "Tags" -msgstr "Tags" - -#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478 -msgid "Click to open/close" -msgstr "Zum Öffnen/Schließen klicken" - -#: src/Content/Text/BBCode.php:465 -msgid "view full size" -msgstr "Volle Größe anzeigen" - -#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560 -#: src/Content/Text/BBCode.php:1561 -msgid "Image/photo" -msgstr "Bild/Foto" - -#: src/Content/Text/BBCode.php:1017 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: src/Content/Text/BBCode.php:1509 -msgid "$1 wrote:" -msgstr "$1 hat geschrieben:" - -#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564 -msgid "Encrypted content" -msgstr "Verschlüsselter Inhalt" - -#: src/Content/Text/BBCode.php:1788 -msgid "Invalid source protocol" -msgstr "Ungültiges Quell-Protokoll" - -#: src/Content/Text/BBCode.php:1803 -msgid "Invalid link protocol" -msgstr "Ungültiges Link-Protokoll" - -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Exportieren" - -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Kalender als ical exportieren" - -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Kalender als csv exportieren" - -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "Keine Kontakte" - -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d Kontakt" -msgstr[1] "%d Kontakte" - -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "Kontakte anzeigen" - -#: src/Content/Widget/TrendingTags.php:34 -#, php-format -msgid "Trending Tags (last %d hour)" -msgid_plural "Trending Tags (last %d hours)" -msgstr[0] "Trending Tags (%d Stunde)" -msgstr[1] "Trending Tags (%d Stunden)" - -#: src/Content/Widget/TrendingTags.php:35 -msgid "More Trending Tags" -msgstr "mehr Trending Tags" - -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "neuer" - -#: src/Content/Pager.php:158 -msgid "older" -msgstr "älter" - -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "vorige" - -#: src/Content/Pager.php:263 -msgid "last" -msgstr "letzte" - -#: src/Content/Feature.php:82 -msgid "General Features" -msgstr "Allgemeine Features" - -#: src/Content/Feature.php:84 -msgid "Multiple Profiles" -msgstr "Mehrere Profile" - -#: src/Content/Feature.php:84 -msgid "Ability to create multiple profiles" -msgstr "Möglichkeit, mehrere Profile zu erstellen" - -#: src/Content/Feature.php:85 -msgid "Photo Location" -msgstr "Aufnahmeort" - -#: src/Content/Feature.php:85 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden." - -#: src/Content/Feature.php:86 -msgid "Export Public Calendar" -msgstr "Öffentlichen Kalender exportieren" - -#: src/Content/Feature.php:86 -msgid "Ability for visitors to download the public calendar" -msgstr "Möglichkeit für Besucher, den öffentlichen Kalender herunter zu laden" - -#: src/Content/Feature.php:87 -msgid "Trending Tags" -msgstr "Trending Tags" - -#: src/Content/Feature.php:87 -msgid "" -"Show a community page widget with a list of the most popular tags in recent " -"public posts." -msgstr "Auf der Gemeinschaftsseite ein Widget mit den meist benutzten Tags in öffentlichen Beiträgen anzeigen." - -#: src/Content/Feature.php:92 -msgid "Post Composition Features" -msgstr "Beitragserstellung-Features" - -#: src/Content/Feature.php:93 -msgid "Auto-mention Forums" -msgstr "Foren automatisch erwähnen" - -#: src/Content/Feature.php:93 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde." - -#: src/Content/Feature.php:94 -msgid "Explicit Mentions" -msgstr "Explizite Erwähnungen" - -#: src/Content/Feature.php:94 -msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." -msgstr "Füge Erwähnungen zum Kommentarfeld hinzu, um manuell über die explizite Erwähnung von Gesprächsteilnehmern zu entscheiden." - -#: src/Content/Feature.php:99 -msgid "Network Sidebar" -msgstr "Netzwerk-Seitenleiste" - -#: src/Content/Feature.php:100 src/Content/Widget.php:501 -msgid "Archives" -msgstr "Archiv" - -#: src/Content/Feature.php:100 -msgid "Ability to select posts by date ranges" -msgstr "Möglichkeit, die Beiträge nach Datumsbereichen zu sortieren" - -#: src/Content/Feature.php:101 -msgid "Protocol Filter" -msgstr "Protokoll-Filter" - -#: src/Content/Feature.php:101 -msgid "Enable widget to display Network posts only from selected protocols" -msgstr "Aktiviere Widget, um Netzwerkbeiträge nur von ausgesuchten Protokollen anzuzeigen" - -#: src/Content/Feature.php:106 -msgid "Network Tabs" -msgstr "Netzwerk-Reiter" - -#: src/Content/Feature.php:107 -msgid "Network New Tab" -msgstr "Netzwerk-Reiter: Neue" - -#: src/Content/Feature.php:107 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Aktiviert einen Netzwerk-Reiter, in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden" - -#: src/Content/Feature.php:108 -msgid "Network Shared Links Tab" -msgstr "Netzwerk-Reiter: Geteilte Links" - -#: src/Content/Feature.php:108 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Aktiviert einen Netzwerk-Reiter, der ausschließlich Nachrichten mit Links enthält" - -#: src/Content/Feature.php:113 -msgid "Post/Comment Tools" -msgstr "Werkzeuge für Beiträge und Kommentare" - -#: src/Content/Feature.php:114 -msgid "Post Categories" -msgstr "Beitragskategorien" - -#: src/Content/Feature.php:114 -msgid "Add categories to your posts" -msgstr "Eigene Beiträge mit Kategorien versehen" - -#: src/Content/Feature.php:119 -msgid "Advanced Profile Settings" -msgstr "Erweiterte Profil-Einstellungen" - -#: src/Content/Feature.php:120 -msgid "List Forums" -msgstr "Zeige Foren" - -#: src/Content/Feature.php:120 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite" - -#: src/Content/Feature.php:121 -msgid "Tag Cloud" -msgstr "Schlagwortwolke" - -#: src/Content/Feature.php:121 -msgid "Provide a personal tag cloud on your profile page" -msgstr "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen" - -#: src/Content/Feature.php:122 -msgid "Display Membership Date" -msgstr "Mitgliedschaftsdatum anzeigen" - -#: src/Content/Feature.php:122 -msgid "Display membership date in profile" -msgstr "Das Datum der Registrierung deines Accounts im Profil anzeigen" - -#: src/Content/Nav.php:74 -msgid "Nothing new here" -msgstr "Keine Neuigkeiten" - -#: src/Content/Nav.php:78 -msgid "Clear notifications" -msgstr "Bereinige Benachrichtigungen" - -#: src/Content/Nav.php:153 src/Module/Login.php:315 -msgid "Logout" -msgstr "Abmelden" - -#: src/Content/Nav.php:153 -msgid "End this session" -msgstr "Diese Sitzung beenden" - -#: src/Content/Nav.php:155 src/Module/Login.php:316 -#: src/Module/Bookmarklet.php:25 -msgid "Login" -msgstr "Anmeldung" - -#: src/Content/Nav.php:155 -msgid "Sign in" -msgstr "Anmelden" - -#: src/Content/Nav.php:165 -msgid "Personal notes" -msgstr "Persönliche Notizen" - -#: src/Content/Nav.php:165 -msgid "Your personal notes" -msgstr "Deine persönlichen Notizen" - -#: src/Content/Nav.php:182 -msgid "Home Page" -msgstr "Homepage" - -#: src/Content/Nav.php:186 src/Module/Login.php:287 -#: src/Module/Register.php:136 -msgid "Register" -msgstr "Registrieren" - -#: src/Content/Nav.php:186 -msgid "Create an account" -msgstr "Nutzerkonto erstellen" - -#: src/Content/Nav.php:192 -msgid "Help and documentation" -msgstr "Hilfe und Dokumentation" - -#: src/Content/Nav.php:196 -msgid "Apps" -msgstr "Apps" - -#: src/Content/Nav.php:196 -msgid "Addon applications, utilities, games" -msgstr "Zusätzliche Anwendungen, Dienstprogramme, Spiele" - -#: src/Content/Nav.php:200 -msgid "Search site content" -msgstr "Inhalt der Seite durchsuchen" - -#: src/Content/Nav.php:224 -msgid "Community" -msgstr "Gemeinschaft" - -#: src/Content/Nav.php:224 -msgid "Conversations on this and other servers" -msgstr "Unterhaltungen auf diesem und anderen Servern" - -#: src/Content/Nav.php:231 -msgid "Directory" +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "Öffentlicher Zugriff verweigert." + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "Keine Einträge (einige Einträge könnten versteckt sein)." + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "Auf diesem Server suchen" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "Ergebnisse für:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" msgstr "Verzeichnis" -#: src/Content/Nav.php:231 -msgid "People directory" -msgstr "Nutzerverzeichnis" +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "Ungültige Anfrage" -#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 -msgid "Information" -msgstr "Information" +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "Nicht autorisiert" -#: src/Content/Nav.php:233 -msgid "Information about this friendica instance" -msgstr "Informationen zu dieser Friendica-Instanz" +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "Verboten" -#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 -msgid "Terms of Service" -msgstr "Nutzungsbedingungen" +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "Nicht gefunden" -#: src/Content/Nav.php:236 -msgid "Terms of Service of this Friendica instance" -msgstr "Die Nutzungsbedingungen dieser Friendica-Instanz" +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "Interner Serverfehler" -#: src/Content/Nav.php:242 -msgid "Network Reset" -msgstr "Netzwerk zurücksetzen" +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "Dienst nicht verfügbar" -#: src/Content/Nav.php:242 -msgid "Load Network page with no filters" -msgstr "Netzwerk-Seite ohne Filter laden" - -#: src/Content/Nav.php:248 -msgid "Friend Requests" -msgstr "Kontaktanfragen" - -#: src/Content/Nav.php:250 -msgid "See all notifications" -msgstr "Alle Benachrichtigungen anzeigen" - -#: src/Content/Nav.php:251 -msgid "Mark all system notifications seen" -msgstr "Markiere alle Systembenachrichtigungen als gelesen" - -#: src/Content/Nav.php:255 -msgid "Inbox" -msgstr "Eingang" - -#: src/Content/Nav.php:256 -msgid "Outbox" -msgstr "Ausgang" - -#: src/Content/Nav.php:260 -msgid "Manage" -msgstr "Verwalten" - -#: src/Content/Nav.php:260 -msgid "Manage other pages" -msgstr "Andere Seiten verwalten" - -#: src/Content/Nav.php:268 -msgid "Manage/Edit Profiles" -msgstr "Profile verwalten/editieren" - -#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 -msgid "Admin" -msgstr "Administration" - -#: src/Content/Nav.php:276 -msgid "Site setup and configuration" -msgstr "Einstellungen der Seite und Konfiguration" - -#: src/Content/Nav.php:279 -msgid "Navigation" -msgstr "Navigation" - -#: src/Content/Nav.php:279 -msgid "Site map" -msgstr "Sitemap" - -#: src/Content/OEmbed.php:254 -msgid "Embedding disabled" -msgstr "Einbettungen deaktiviert" - -#: src/Content/OEmbed.php:377 -msgid "Embedded content" -msgstr "Eingebetteter Inhalt" - -#: src/Content/Widget.php:38 -msgid "Add New Contact" -msgstr "Neuen Kontakt hinzufügen" - -#: src/Content/Widget.php:39 -msgid "Enter address or web location" -msgstr "Adresse oder Web-Link eingeben" - -#: src/Content/Widget.php:40 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Beispiel: bob@example.com, http://example.com/barbara" - -#: src/Content/Widget.php:58 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d Einladung verfügbar" -msgstr[1] "%d Einladungen verfügbar" - -#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127 -#: src/Module/Contact.php:772 -msgid "Following" -msgstr "Gefolgte" - -#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128 -#: src/Module/Contact.php:773 -msgid "Mutual friends" -msgstr "Beidseitige Freundschaft" - -#: src/Content/Widget.php:199 -msgid "Relationships" -msgstr "Beziehungen" - -#: src/Content/Widget.php:201 src/Module/Group.php:287 -#: src/Module/Contact.php:660 -msgid "All Contacts" -msgstr "Alle Kontakte" - -#: src/Content/Widget.php:244 -msgid "Protocols" -msgstr "Protokolle" - -#: src/Content/Widget.php:246 -msgid "All Protocols" -msgstr "Alle Protokolle" - -#: src/Content/Widget.php:279 -msgid "Saved Folders" -msgstr "Gespeicherte Ordner" - -#: src/Content/Widget.php:281 src/Content/Widget.php:320 -msgid "Everything" -msgstr "Alles" - -#: src/Content/Widget.php:318 -msgid "Categories" -msgstr "Kategorien" - -#: src/Content/Widget.php:402 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d gemeinsamer Kontakt" -msgstr[1] "%d gemeinsame Kontakte" - -#: src/Content/ContactSelector.php:58 -msgid "Frequently" -msgstr "immer wieder" - -#: src/Content/ContactSelector.php:59 -msgid "Hourly" -msgstr "Stündlich" - -#: src/Content/ContactSelector.php:60 -msgid "Twice daily" -msgstr "Zweimal täglich" - -#: src/Content/ContactSelector.php:61 -msgid "Daily" -msgstr "Täglich" - -#: src/Content/ContactSelector.php:62 -msgid "Weekly" -msgstr "Wöchentlich" - -#: src/Content/ContactSelector.php:63 -msgid "Monthly" -msgstr "Monatlich" - -#: src/Content/ContactSelector.php:116 -msgid "DFRN" -msgstr "DFRN" - -#: src/Content/ContactSelector.php:117 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:118 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:315 -msgid "Email" -msgstr "E-Mail" - -#: src/Content/ContactSelector.php:121 -msgid "Zot!" -msgstr "Zott" - -#: src/Content/ContactSelector.php:122 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:123 -msgid "XMPP/IM" -msgstr "XMPP/Chat" - -#: src/Content/ContactSelector.php:124 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:125 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:126 -msgid "pump.io" -msgstr "pump.io" - -#: src/Content/ContactSelector.php:127 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:128 -msgid "Diaspora Connector" -msgstr "Diaspora Connector" - -#: src/Content/ContactSelector.php:129 -msgid "GNU Social Connector" -msgstr "GNU Social Connector" - -#: src/Content/ContactSelector.php:130 -msgid "ActivityPub" -msgstr "ActivityPub" - -#: src/Content/ContactSelector.php:131 -msgid "pnut" -msgstr "pnut" - -#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269 -#: src/Content/ContactSelector.php:307 -msgid "No answer" -msgstr "Keine Antwort" - -#: src/Content/ContactSelector.php:230 -msgid "Male" -msgstr "Männlich" - -#: src/Content/ContactSelector.php:231 -msgid "Female" -msgstr "Weiblich" - -#: src/Content/ContactSelector.php:232 -msgid "Currently Male" -msgstr "Momentan männlich" - -#: src/Content/ContactSelector.php:233 -msgid "Currently Female" -msgstr "Momentan weiblich" - -#: src/Content/ContactSelector.php:234 -msgid "Mostly Male" -msgstr "Hauptsächlich männlich" - -#: src/Content/ContactSelector.php:235 -msgid "Mostly Female" -msgstr "Hauptsächlich weiblich" - -#: src/Content/ContactSelector.php:236 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:237 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:238 -msgid "Transsexual" -msgstr "Transsexuell" - -#: src/Content/ContactSelector.php:239 -msgid "Hermaphrodite" -msgstr "Hermaphrodit" - -#: src/Content/ContactSelector.php:240 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:241 -msgid "Non-specific" -msgstr "Nicht spezifiziert" - -#: src/Content/ContactSelector.php:242 -msgid "Other" -msgstr "Andere" - -#: src/Content/ContactSelector.php:270 -msgid "Males" -msgstr "Männer" - -#: src/Content/ContactSelector.php:271 -msgid "Females" -msgstr "Frauen" - -#: src/Content/ContactSelector.php:272 -msgid "Gay" -msgstr "Schwul" - -#: src/Content/ContactSelector.php:273 -msgid "Lesbian" -msgstr "Lesbisch" - -#: src/Content/ContactSelector.php:274 -msgid "No Preference" -msgstr "Keine Vorlieben" - -#: src/Content/ContactSelector.php:275 -msgid "Bisexual" -msgstr "Bisexuell" - -#: src/Content/ContactSelector.php:276 -msgid "Autosexual" -msgstr "Autosexuell" - -#: src/Content/ContactSelector.php:277 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:278 -msgid "Virgin" -msgstr "Jungfrauen" - -#: src/Content/ContactSelector.php:279 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:280 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:281 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:282 -msgid "Nonsexual" -msgstr "Nonsexual" - -#: src/Content/ContactSelector.php:308 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:309 -msgid "Lonely" -msgstr "Einsam" - -#: src/Content/ContactSelector.php:310 -msgid "In a relation" -msgstr "In einer Beziehung" - -#: src/Content/ContactSelector.php:311 -msgid "Has crush" -msgstr "verknallt" - -#: src/Content/ContactSelector.php:312 -msgid "Infatuated" -msgstr "verliebt" - -#: src/Content/ContactSelector.php:313 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:314 -msgid "Unfaithful" -msgstr "Untreu" - -#: src/Content/ContactSelector.php:315 -msgid "Sex Addict" -msgstr "Sexbesessen" - -#: src/Content/ContactSelector.php:316 src/Model/User.php:762 -msgid "Friends" -msgstr "Kontakte" - -#: src/Content/ContactSelector.php:317 -msgid "Friends/Benefits" -msgstr "Freunde/Zuwendungen" - -#: src/Content/ContactSelector.php:318 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:319 -msgid "Engaged" -msgstr "Verlobt" - -#: src/Content/ContactSelector.php:320 -msgid "Married" -msgstr "Verheiratet" - -#: src/Content/ContactSelector.php:321 -msgid "Imaginarily married" -msgstr "imaginär verheiratet" - -#: src/Content/ContactSelector.php:322 -msgid "Partners" -msgstr "Partner" - -#: src/Content/ContactSelector.php:323 -msgid "Cohabiting" -msgstr "zusammenlebend" - -#: src/Content/ContactSelector.php:324 -msgid "Common law" -msgstr "wilde Ehe" - -#: src/Content/ContactSelector.php:325 -msgid "Happy" -msgstr "Glücklich" - -#: src/Content/ContactSelector.php:326 -msgid "Not looking" -msgstr "Nicht auf der Suche" - -#: src/Content/ContactSelector.php:327 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:328 -msgid "Betrayed" -msgstr "Betrogen" - -#: src/Content/ContactSelector.php:329 -msgid "Separated" -msgstr "Getrennt" - -#: src/Content/ContactSelector.php:330 -msgid "Unstable" -msgstr "Unstabil" - -#: src/Content/ContactSelector.php:331 -msgid "Divorced" -msgstr "Geschieden" - -#: src/Content/ContactSelector.php:332 -msgid "Imaginarily divorced" -msgstr "Imaginär geschieden" - -#: src/Content/ContactSelector.php:333 -msgid "Widowed" -msgstr "Verwitwet" - -#: src/Content/ContactSelector.php:334 -msgid "Uncertain" -msgstr "Unsicher" - -#: src/Content/ContactSelector.php:335 -msgid "It's complicated" -msgstr "Ist kompliziert" - -#: src/Content/ContactSelector.php:336 -msgid "Don't care" -msgstr "Ist mir nicht wichtig" - -#: src/Content/ContactSelector.php:337 -msgid "Ask me" -msgstr "Frag mich" - -#: src/Database/DBStructure.php:50 -msgid "There are no tables on MyISAM." -msgstr "Es gibt keine MyISAM-Tabellen." - -#: src/Database/DBStructure.php:74 -#, php-format +#: src/Module/Special/HTTPException.php:44 msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n" +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "Aufgrund eines offensichtlichen Fehlers auf der Seite des Clients kann oder wird der Server die Anfrage nicht bearbeiten." -#: src/Database/DBStructure.php:77 -msgid "Errors encountered performing database changes: " -msgstr "Fehler beim Ändern der Datenbank aufgetreten" - -#: src/Database/DBStructure.php:266 -#, php-format -msgid "%s: Database update" -msgstr "%s: Datenbank Aktualisierung" - -#: src/Database/DBStructure.php:527 -#, php-format -msgid "%s: updating %s table." -msgstr "%s: aktualisiere Tabelle %s" - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "Dateisystemspeicher konnte nicht erstellt werden \"%s\". Überprüfe, ob du Schreibberechtigungen hast." - -#: src/Model/Storage/Filesystem.php:105 -#, php-format +#: src/Module/Special/HTTPException.php:45 msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "Der Dateisystemspeicher konnte die Daten nicht in \"%s\" speichern. Überprüfe Deine Schreibberechtigungen" +"Authentication is required and has failed or has not yet been provided." +msgstr "Die erforderliche Authentifizierung ist fehlgeschlagen oder noch nicht erfolgt." -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "Dateipfad zum Speicher" - -#: src/Model/Storage/Filesystem.php:128 +#: src/Module/Special/HTTPException.php:46 msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "Verzeichnis, in das Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Verzeichnisstruktur sein" +"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 "Die Anfrage war gültig, aber der Server verweigert die Ausführung. Der Benutzer verfügt möglicherweise nicht über die erforderlichen Berechtigungen oder benötigt ein Nutzerkonto." -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "Gib einen gültigen, existierenden Ordner ein" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "Datenbankspeicher konnte nicht aktualisiert werden %s" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "Der Datenbankspeicher konnte keine Daten einfügen" - -#: src/Model/Event.php:34 src/Model/Event.php:847 -#: src/Module/Debug/Localtime.php:17 -msgid "l F d, Y \\@ g:i A" -msgstr "l, d. F Y\\, H:i" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "Beginnt:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "Endet:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "ganztägig" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "Sep" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "Keine Veranstaltung zum Anzeigen" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "l, F j" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "Veranstaltung bearbeiten" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "Veranstaltung kopieren" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "Veranstaltung löschen" - -#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554 -msgid "link to source" -msgstr "Link zum Originalbeitrag" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "D H:i" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "H:i" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "Karte anzeigen" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "Karte verbergen" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%ss Geburtstag" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "Herzlichen Glückwunsch, %s" - -#: src/Model/FileTag.php:265 -msgid "Item filed" -msgstr "Beitrag abgelegt" - -#: src/Model/User.php:331 -msgid "Login failed" -msgstr "Anmeldung fehlgeschlagen" - -#: src/Model/User.php:362 -msgid "Not enough information to authenticate" -msgstr "Nicht genügend Informationen für die Authentifizierung" - -#: src/Model/User.php:440 -msgid "Password can't be empty" -msgstr "Das Passwort kann nicht leer sein" - -#: src/Model/User.php:459 -msgid "Empty passwords are not allowed." -msgstr "Leere Passwörter sind nicht erlaubt." - -#: src/Model/User.php:463 +#: src/Module/Special/HTTPException.php:47 msgid "" -"The new password has been exposed in a public data dump, please choose " -"another." -msgstr "Das neue Passwort wurde in einem öffentlichen Daten-Dump veröffentlicht. Bitte verwende ein anderes Passwort." +"The requested resource could not be found but may be available in the " +"future." +msgstr "Die angeforderte Ressource konnte nicht gefunden werden, sie könnte allerdings zu einem späteren Zeitpunkt verfügbar sein." -#: src/Model/User.php:469 +#: src/Module/Special/HTTPException.php:48 msgid "" -"The password can't contain accentuated letters, white spaces or colons (:)" -msgstr "Das Passwort darf keine akzentuierten Buchstaben, Leerzeichen oder Doppelpunkte (:) beinhalten" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "Eine unerwartete Situation ist eingetreten, zu der keine detailliertere Nachricht vorliegt." -#: src/Model/User.php:569 -msgid "Passwords do not match. Password unchanged." -msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert." - -#: src/Model/User.php:576 -msgid "An invitation is required." -msgstr "Du benötigst eine Einladung." - -#: src/Model/User.php:580 -msgid "Invitation could not be verified." -msgstr "Die Einladung konnte nicht überprüft werden." - -#: src/Model/User.php:587 -msgid "Invalid OpenID url" -msgstr "Ungültige OpenID URL" - -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Module/Special/HTTPException.php:49 msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Beim Versuch, dich mit der von dir angegebenen OpenID anzumelden, trat ein Problem auf. Bitte überprüfe, dass du die OpenID richtig geschrieben hast." +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "Der Server ist derzeit nicht verfügbar (wegen Überlastung oder Wartungsarbeiten). Bitte versuche es später noch einmal." -#: src/Model/User.php:600 src/Module/Login.php:102 -msgid "The error message was:" -msgstr "Die Fehlermeldung lautete:" +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "Geh zurück" -#: src/Model/User.php:606 -msgid "Please enter the required information." -msgstr "Bitte trage die erforderlichen Informationen ein." +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "Hilfe:" -#: src/Model/User.php:620 -#, php-format +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "Verwalte Identitäten und/oder Seiten" + +#: src/Module/Delegation.php:131 msgid "" -"system.username_min_length (%s) and system.username_max_length (%s) are " -"excluding each other, swapping values." -msgstr "system.username_min_length (%s) and system.username_max_length (%s) schließen sich gegenseitig aus, tausche Werte aus." +"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." -#: src/Model/User.php:627 -#, php-format -msgid "Username should be at least %s character." -msgid_plural "Username should be at least %s characters." -msgstr[0] "Der Benutzername sollte aus mindestens %s Zeichen bestehen." -msgstr[1] "Der Benutzername sollte aus mindestens %s Zeichen bestehen." - -#: src/Model/User.php:631 -#, php-format -msgid "Username should be at most %s character." -msgid_plural "Username should be at most %s characters." -msgstr[0] "Der Benutzername sollte aus maximal %s Zeichen bestehen." -msgstr[1] "Der Benutzername sollte aus maximal %s Zeichen bestehen." - -#: src/Model/User.php:639 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Das scheint nicht dein kompletter Name (Vor- und Nachname) zu sein." - -#: src/Model/User.php:644 -msgid "Your email domain is not among those allowed on this site." -msgstr "Die Domain Deiner E-Mail-Adresse ist auf dieser Seite nicht erlaubt." - -#: src/Model/User.php:648 -msgid "Not a valid email address." -msgstr "Keine gültige E-Mail-Adresse." - -#: src/Model/User.php:651 -msgid "The nickname was blocked from registration by the nodes admin." -msgstr "Der Admin des Knotens hat den Spitznamen für die Registrierung gesperrt." - -#: src/Model/User.php:655 src/Model/User.php:663 -msgid "Cannot use that email." -msgstr "Konnte diese E-Mail-Adresse nicht verwenden." - -#: src/Model/User.php:670 -msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\" und \"_\") bestehen." - -#: src/Model/User.php:677 src/Model/User.php:734 -msgid "Nickname is already registered. Please choose another." -msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen." - -#: src/Model/User.php:687 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden." - -#: src/Model/User.php:721 src/Model/User.php:725 -msgid "An error occurred during registration. Please try again." -msgstr "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal." - -#: src/Model/User.php:750 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal." - -#: src/Model/User.php:757 -msgid "An error occurred creating your self contact. Please try again." -msgstr "Bei der Erstellung deines self-Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut." - -#: src/Model/User.php:766 -msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut." - -#: src/Model/User.php:842 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%4$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\t\t" -msgstr "\n\t\t\tHallo %1$s,\n\t\t\t\tdanke für deine Registrierung auf %2$s. Dein Account muss noch vom Admin des Knotens freigeschaltet werden.\n\n\t\t\tDeine Zugangsdaten lauten wie folgt:\n\n\t\t\tSeitenadresse:\t%3$s\n\t\t\tAnmeldename:\t\t%4$s\n\t\t\tPasswort:\t\t%5$s\n\t\t" - -#: src/Model/User.php:859 -#, php-format -msgid "Registration at %s" -msgstr "Registrierung als %s" - -#: src/Model/User.php:878 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -msgstr "\nHallo %1$s,\n\ndanke für deine Registrierung auf %2$s. Dein Account wurde eingerichtet." - -#: src/Model/User.php:884 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%1$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "\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 wiederfinden.\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/Model/User.php:919 src/Module/Admin/Users.php:88 -#, php-format -msgid "Registration details for %s" -msgstr "Details der Registration von %s" - -#: src/Model/Contact.php:1230 -msgid "Drop Contact" -msgstr "Kontakt löschen" - -#: src/Model/Contact.php:1783 -msgid "Organisation" -msgstr "Organisation" - -#: src/Model/Contact.php:1787 -msgid "News" -msgstr "Nachrichten" - -#: src/Model/Contact.php:1791 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:2192 -msgid "Connect URL missing." -msgstr "Connect-URL fehlt" - -#: src/Model/Contact.php:2201 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke" - -#: src/Model/Contact.php:2242 -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:2243 src/Model/Contact.php:2256 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden." - -#: src/Model/Contact.php:2254 -msgid "The profile address specified does not provide adequate information." -msgstr "Die angegebene Profiladresse liefert unzureichende Informationen." - -#: src/Model/Contact.php:2259 -msgid "An author or name was not found." -msgstr "Es wurde kein Autor oder Name gefunden." - -#: src/Model/Contact.php:2262 -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:2265 -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:2266 -msgid "Use mailto: in front of address to force email check." -msgstr "Verwende mailto: vor der E-Mail-Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen." - -#: src/Model/Contact.php:2272 -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:2277 -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:2332 -msgid "Unable to retrieve contact information." -msgstr "Konnte die Kontaktinformationen nicht empfangen." - -#: src/Model/Group.php:77 -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 "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen." - -#: src/Model/Group.php:407 -msgid "Default privacy group for new contacts" -msgstr "Voreingestellte Gruppe für neue Kontakte" - -#: src/Model/Group.php:439 -msgid "Everybody" -msgstr "Alle Kontakte" - -#: src/Model/Group.php:458 -msgid "edit" -msgstr "bearbeiten" - -#: src/Model/Group.php:484 src/Module/Welcome.php:57 -#: src/Module/Contact.php:708 -msgid "Groups" -msgstr "Gruppen" - -#: src/Model/Group.php:488 -msgid "Edit group" -msgstr "Gruppe bearbeiten" - -#: src/Model/Group.php:489 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Kontakte in keiner Gruppe" - -#: src/Model/Group.php:491 -msgid "Create a new group" -msgstr "Neue Gruppe erstellen" - -#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Gruppenname:" - -#: src/Model/Group.php:493 -msgid "Edit groups" -msgstr "Gruppen bearbeiten" - -#: src/Model/Mail.php:113 src/Model/Mail.php:250 -msgid "[no subject]" -msgstr "[kein Betreff]" - -#: src/Model/Profile.php:212 src/Model/Profile.php:428 -#: src/Model/Profile.php:885 -msgid "Edit profile" -msgstr "Profil bearbeiten" - -#: src/Model/Profile.php:402 -msgid "Manage/edit profiles" -msgstr "Profile verwalten/editieren" - -#: src/Model/Profile.php:451 src/Model/Profile.php:795 -#: src/Module/Directory.php:143 -msgid "Status:" -msgstr "Status:" - -#: src/Model/Profile.php:452 src/Model/Profile.php:812 -#: src/Module/Directory.php:144 -msgid "Homepage:" -msgstr "Homepage:" - -#: src/Model/Profile.php:454 src/Module/Contact.php:609 -msgid "XMPP:" -msgstr "XMPP:" - -#: src/Model/Profile.php:546 src/Module/Contact.php:299 -msgid "Unfollow" -msgstr "Entfolgen" - -#: src/Model/Profile.php:548 -msgid "Atom feed" -msgstr "Atom-Feed" - -#: src/Model/Profile.php:588 src/Model/Profile.php:685 -msgid "g A l F d" -msgstr "l, d. F G \\U\\h\\r" - -#: src/Model/Profile.php:589 -msgid "F d" -msgstr "d. F" - -#: src/Model/Profile.php:651 src/Model/Profile.php:736 -msgid "[today]" -msgstr "[heute]" - -#: src/Model/Profile.php:661 -msgid "Birthday Reminders" -msgstr "Geburtstagserinnerungen" - -#: src/Model/Profile.php:662 -msgid "Birthdays this week:" -msgstr "Geburtstage diese Woche:" - -#: src/Model/Profile.php:723 -msgid "[No description]" -msgstr "[keine Beschreibung]" - -#: src/Model/Profile.php:749 -msgid "Event Reminders" -msgstr "Veranstaltungserinnerungen" - -#: src/Model/Profile.php:750 -msgid "Upcoming events the next 7 days:" -msgstr "Veranstaltungen der nächsten 7 Tage:" - -#: src/Model/Profile.php:767 -msgid "Member since:" -msgstr "Mitglied seit:" - -#: src/Model/Profile.php:775 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:776 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:791 -msgid "Age:" -msgstr "Alter:" - -#: src/Model/Profile.php:804 -#, php-format -msgid "for %1$d %2$s" -msgstr "für %1$d %2$s" - -#: src/Model/Profile.php:828 -msgid "Religion:" -msgstr "Religion:" - -#: src/Model/Profile.php:836 -msgid "Hobbies/Interests:" -msgstr "Hobbies/Interessen:" - -#: src/Model/Profile.php:848 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinformationen und Soziale Netzwerke:" - -#: src/Model/Profile.php:852 -msgid "Musical interests:" -msgstr "Musikalische Interessen:" - -#: src/Model/Profile.php:856 -msgid "Books, literature:" -msgstr "Literatur/Bücher:" - -#: src/Model/Profile.php:860 -msgid "Television:" -msgstr "Fernsehen:" - -#: src/Model/Profile.php:864 -msgid "Film/dance/culture/entertainment:" -msgstr "Filme/Tänze/Kultur/Unterhaltung:" - -#: src/Model/Profile.php:868 -msgid "Love/Romance:" -msgstr "Liebesleben:" - -#: src/Model/Profile.php:872 -msgid "Work/employment:" -msgstr "Arbeit/Beschäftigung:" - -#: src/Model/Profile.php:876 -msgid "School/education:" -msgstr "Schule/Ausbildung:" - -#: src/Model/Profile.php:881 -msgid "Forums:" -msgstr "Foren:" - -#: src/Model/Profile.php:928 src/Module/Contact.php:850 -msgid "Profile Details" -msgstr "Profildetails" - -#: src/Model/Profile.php:978 -msgid "Only You Can See This" -msgstr "Nur du kannst das sehen" - -#: src/Model/Profile.php:986 src/Model/Profile.php:989 -msgid "Tips for New Members" -msgstr "Tipps für neue Nutzer" - -#: src/Model/Profile.php:1186 -#, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "OpenWebAuth: %1$s heißt %2$s herzlich willkommen" - -#: src/Model/Item.php:3313 -msgid "activity" -msgstr "Aktivität" - -#: src/Model/Item.php:3315 src/Object/Post.php:474 -msgid "comment" -msgid_plural "comments" -msgstr[0] "Kommentar" -msgstr[1] "Kommentare" - -#: src/Model/Item.php:3318 -msgid "post" -msgstr "Beitrag" - -#: src/Model/Item.php:3417 -#, php-format -msgid "Content warning: %s" -msgstr "Inhaltswarnung: %s" - -#: src/Model/Item.php:3494 -msgid "bytes" -msgstr "Byte" - -#: src/Model/Item.php:3541 -msgid "View on separate page" -msgstr "Auf separater Seite ansehen" - -#: src/Model/Item.php:3542 -msgid "view on separate page" -msgstr "auf separater Seite ansehen" - -#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119 -#: src/Module/Profile.php:122 -#, php-format -msgid "%s's timeline" -msgstr "Timeline von %s" - -#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120 -#, php-format -msgid "%s's posts" -msgstr "Beiträge von %s" - -#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121 -#, php-format -msgid "%s's comments" -msgstr "Kommentare von %s" - -#: src/Protocol/OStatus.php:1861 -#, php-format -msgid "%s is now following %s." -msgstr "%s folgt nun %s" - -#: src/Protocol/OStatus.php:1862 -msgid "following" -msgstr "folgen" - -#: src/Protocol/OStatus.php:1865 -#, php-format -msgid "%s stopped following %s." -msgstr "%s hat aufgehört %s, zu folgen" - -#: src/Protocol/OStatus.php:1866 -msgid "stopped following" -msgstr "wird nicht mehr gefolgt" - -#: src/Protocol/Diaspora.php:2527 -msgid "Sharing notification from Diaspora network" -msgstr "Freigabe-Benachrichtigung von Diaspora" - -#: src/Protocol/Diaspora.php:3674 -msgid "Attachments:" -msgstr "Anhänge:" - -#: src/Worker/Delivery.php:508 -msgid "(no subject)" -msgstr "(kein Betreff)" +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "Wähle eine Identität zum Verwalten aus: " #: src/Module/Tos.php:35 src/Module/Tos.php:77 msgid "" @@ -6773,184 +4028,443 @@ msgstr "Diese Daten sind für die Kommunikation notwendig und werden an die Knot #, php-format msgid "" "At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " "be permanent. Deletion of the data will also be requested from the nodes of " "the communication partners." -msgstr "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den Kontoeinstellungen aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter %1$s/removeme möglich. Die Löschung des Nutzerkontos ist permanent. Die Löschung der Daten wird auch von den Knoten der Kommunikationspartner angefordert." +msgstr "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den Kontoeinstellungen aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter %1$s/removeme möglich. Die Löschung des Nutzerkontos ist permanent. Die Löschung der Daten wird auch von den Knoten der Kommunikationspartner angefordert." #: src/Module/Tos.php:40 src/Module/Tos.php:76 msgid "Privacy Statement" msgstr "Datenschutzerklärung" -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "Keine Applikationen installiert." +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Komunikationsserver - Installation" -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Anwendungen" +#: src/Module/Install.php:170 +msgid "System check" +msgstr "Systemtest" -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Credits" +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "Nächste" -#: src/Module/Credits.php:26 +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Noch einmal testen" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "Keine SSL-Richtlinie, Links werden das verwendete Protokoll beibehalten" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "SSL für alle Links erzwingen" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Grundeinstellungen" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 +msgid "SSL link policy" +msgstr "Regeln für SSL Links" + +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Host Name" + +#: src/Module/Install.php:199 msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica ist ein Gemeinschaftsprojekt, das nicht ohne die Hilfe vieler Personen möglich wäre. Hier ist eine Aufzählung der Personen, die zum Code oder der Übersetzung beigetragen haben. Dank an alle !" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "Sollte der ermittelte Hostname nicht stimmen, korrigiere bitte den Eintrag." -#: src/Module/Admin/Addons/Details.php:51 -msgid "Addon not found." -msgstr "Addon nicht gefunden." +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Basis-Pfad zur Installation" -#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 -#, php-format -msgid "Addon %s disabled." -msgstr "Addon %s ausgeschaltet." +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "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." -#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 -#, php-format -msgid "Addon %s enabled." -msgstr "Addon %s eingeschaltet." +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "Unterverzeichnis (Pfad) der URL" -#: src/Module/Admin/Addons/Details.php:76 -#: src/Module/Admin/Themes/Details.php:60 -msgid "Disable" -msgstr "Ausschalten" +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "Sollte das ermittelte Unterverzeichnis der Friendica Installation nicht stimmen, korrigiere es bitte. Wenn dieses Feld leer ist, bedeutet dies, dass die Installation direkt unter der Basis-URL installiert wird." -#: src/Module/Admin/Addons/Details.php:79 -#: src/Module/Admin/Themes/Details.php:63 -msgid "Enable" -msgstr "Einschalten" +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Datenbankverbindung" -#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:61 -#: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56 -#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173 -msgid "Administration" -msgstr "Administration" +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können." -#: src/Module/Admin/Addons/Details.php:101 -#: src/Module/Admin/Themes/Details.php:106 -msgid "Toggle" -msgstr "Umschalten" +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Bitte kontaktiere den Hosting-Provider oder den Administrator der Seite, falls du Fragen zu diesen Einstellungen haben solltest." -#: src/Module/Admin/Addons/Details.php:109 -#: src/Module/Admin/Themes/Details.php:115 -msgid "Author: " -msgstr "Autor:" +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Die Datenbank, die du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte, bevor du mit der Installation fortfährst." -#: src/Module/Admin/Addons/Details.php:110 -#: src/Module/Admin/Themes/Details.php:116 -msgid "Maintainer: " -msgstr "Betreuer:" +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Datenbank-Server" -#: src/Module/Admin/Addons/Index.php:36 -#, php-format -msgid "Addon %s failed to install." -msgstr "Addon %s konnte nicht installiert werden" +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Datenbank-Nutzer" -#: src/Module/Admin/Addons/Index.php:53 -msgid "Reload active addons" -msgstr "Aktivierte Addons neu laden" +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Datenbank-Passwort" -#: src/Module/Admin/Addons/Index.php:58 +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "Aus Sicherheitsgründen darf das Passwort nicht leer sein." + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Datenbank-Name" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Bitte wähle die Standardzeitzone Deiner Webseite" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Server-Einstellungen" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "E-Mail-Adresse des Administrators" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit du das Admin-Panel benutzen kannst." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "Systemsprache:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand" + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Die Datenbank Deiner Friendica-Seite wurde installiert." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Installation abgeschlossen" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

Wie geht es weiter?

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "Wichtig: du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten." + +#: src/Module/Install.php:331 #, php-format msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "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." +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran, dieselbe E-Mail Adresse anzugeben, die du auch als Administrator-E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst." -#: src/Module/Admin/Blocklist/Contact.php:28 -#: src/Console/GlobalCommunityBlock.php:87 -msgid "The contact has been blocked from the node" -msgstr "Der Kontakt wurde von diesem Knoten geblockt" +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "Bitte melde dich an, um fortzufahren." -#: src/Module/Admin/Blocklist/Contact.php:30 -#: src/Console/GlobalCommunityBlock.php:82 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden" - -#: src/Module/Admin/Blocklist/Contact.php:38 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "%sKontakt wieder freigegeben" -msgstr[1] "%sKontakte wieder freigegeben" - -#: src/Module/Admin/Blocklist/Contact.php:62 -msgid "Remote Contact Blocklist" -msgstr "Blockliste entfernter Kontakte" - -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/BaseAdminModule.php:62 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." +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "Verwaltete Benutzerkonten haben keinen Zugriff auf die Administrationsseiten. Bitte wechsle wieder zurück auf das Administrator Konto." -#: src/Module/Admin/Blocklist/Contact.php:64 -msgid "Block Remote Contact" -msgstr "Blockiere entfernten Kontakt" +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "Übersicht" -#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 -msgid "select all" -msgstr "Alle auswählen" +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" +msgstr "Föderation Statistik" -#: src/Module/Admin/Blocklist/Contact.php:66 -msgid "select none" -msgstr "Auswahl aufheben" +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "Konfiguration" -#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:585 src/Module/Contact.php:802 -#: src/Module/Contact.php:1061 -msgid "Unblock" -msgstr "Entsperren" +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "Seite" -#: src/Module/Admin/Blocklist/Contact.php:69 -msgid "No remote contact is blocked from this node." -msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert." +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "Nutzer" -#: src/Module/Admin/Blocklist/Contact.php:71 -msgid "Blocked Remote Contacts" -msgstr "Blockierte Kontakte von anderen Knoten" +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "Addons" -#: src/Module/Admin/Blocklist/Contact.php:72 -msgid "Block New Remote Contact" -msgstr "Blockieren von weiteren Kontakten" +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "Themen" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Photo" -msgstr "Foto:" +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "Zusätzliche Features" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Reason" -msgstr "Grund" +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "Datenbank" -#: src/Module/Admin/Blocklist/Contact.php:81 +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "DB Updates" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "Verzögerte Worker inspizieren" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "Worker Warteschlange inspizieren" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "Werkzeuge" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "Kontakt Blockliste" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Server Blockliste" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "Eintrag löschen" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "Protokolle" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "Protokolle anzeigen" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "Diagnostik" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "PHP-Info" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "Adresse untersuchen" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "Webfinger überprüfen" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "Eintrags Quelle" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" +msgstr "Babel" + +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "Addon Features" + +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "Nutzeranmeldungen, die auf Bestätigung warten" + +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "Neues Konto erstellen" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " +msgstr "Deine OpenID:" + +#: src/Module/Login.php:124 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "Bitte gib seinen Nutzernamen und das Passwort ein um die OpenID zu deinem bestehenden Nutzerkonto hinzufügen zu können." + +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " +msgstr "Oder melde dich mit deiner OpenID an: " + +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "Spitzname oder E-Mail:" + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "Passwort: " + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "Anmeldedaten merken" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "Passwort vergessen?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "Passwort zurücksetzen" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "Website-Nutzungsbedingungen" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "Nutzungsbedingungen" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "Website-Datenschutzerklärung" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "Datenschutzerklärung" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt." + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "Ungültiger Code, bitte erneut versuchen." + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "Zwei-Faktor Authentifizierung" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "

Öffnen Sie die Zwei-Faktor-Authentifizierungs-App auf Ihrem Gerät, um einen Authentifizierungscode abzurufen und Ihre Identität zu überprüfen.

" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Fehler" +msgstr[1] "Fehler" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 #, 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" +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "Hast du dein Handy nicht? Geben Sie einen Zwei-Faktor-Wiederherstellungscode ein" -#: src/Module/Admin/Blocklist/Contact.php:83 -msgid "URL of the remote contact to block." -msgstr "Die URL des entfernten Kontakts, der blockiert werden soll." +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "Bitte geben Sie einen Code aus Ihrer Authentifizierungs-App ein" -#: src/Module/Admin/Blocklist/Contact.php:84 -msgid "Block Reason" -msgstr "Sperrgrund" +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "Code überprüfen und Anmeldung abschließen" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "Verbleibende Wiederherstellungscodes: %d" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "Zwei-Faktor-Wiederherstellung" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "

Sie können einen Ihrer einmaligen Wiederherstellungscodes eingeben, falls Sie den Zugriff auf Ihr Mobilgerät verloren haben.

" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "Bitte geben Sie einen Wiederherstellungscode ein" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "Senden Sie den Wiederherstellungscode und schließen Sie die Anmeldung ab" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "System zur Wartung abgeschaltet" + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "Der Seite fehlt ein URL Parameter." + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "Der Beitrag wurde angelegt" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "Fehlerhaftes Foto mit der ID %s." + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "Beitrag konnte nicht gefunden werden." #: src/Module/Admin/Blocklist/Server.php:31 msgid "Server domain pattern added to blocklist." @@ -6978,6 +4492,18 @@ msgstr "Server Domain Muster löschen" msgid "Check to delete this entry from the blocklist" msgstr "Markieren, um diesen Eintrag von der Blocklist zu entfernen" +#: src/Module/Admin/Blocklist/Server.php:73 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 +msgid "Administration" +msgstr "Administration" + #: src/Module/Admin/Blocklist/Server.php:74 msgid "Server Domain Pattern Blocklist" msgstr "Server Domain Muster Blockliste" @@ -7048,263 +4574,99 @@ msgstr "Eintrag von der Blockliste entfernen" msgid "Delete entry from blocklist?" msgstr "Eintrag von der Blockliste entfernen?" -#: src/Module/Admin/DBSync.php:32 -msgid "Update has been marked successful" -msgstr "Update wurde als erfolgreich markiert" +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "Der Kontakt wurde von diesem Knoten geblockt" -#: src/Module/Admin/DBSync.php:42 +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 #, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt." +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden" -#: src/Module/Admin/DBSync.php:46 +#: src/Module/Admin/Blocklist/Contact.php:38 #, 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" +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%sKontakt wieder freigegeben" +msgstr[1] "%sKontakte wieder freigegeben" -#: src/Module/Admin/DBSync.php:63 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s" +#: src/Module/Admin/Blocklist/Contact.php:62 +msgid "Remote Contact Blocklist" +msgstr "Blockliste entfernter Kontakte" -#: src/Module/Admin/DBSync.php:65 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s war erfolgreich." - -#: src/Module/Admin/DBSync.php:68 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status." - -#: src/Module/Admin/DBSync.php:71 -#, 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." - -#: src/Module/Admin/DBSync.php:91 -msgid "No failed updates." -msgstr "Keine fehlgeschlagenen Updates." - -#: src/Module/Admin/DBSync.php:92 -msgid "Check database structure" -msgstr "Datenbankstruktur überprüfen" - -#: src/Module/Admin/DBSync.php:97 -msgid "Failed Updates" -msgstr "Fehlgeschlagene Updates" - -#: src/Module/Admin/DBSync.php:98 +#: src/Module/Admin/Blocklist/Contact.php:63 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." +"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." -#: src/Module/Admin/DBSync.php:99 -msgid "Mark success (if update was manually applied)" -msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)" +#: src/Module/Admin/Blocklist/Contact.php:64 +msgid "Block Remote Contact" +msgstr "Blockiere entfernten Kontakt" -#: src/Module/Admin/DBSync.php:100 -msgid "Attempt to execute this update step automatically" -msgstr "Versuchen, diesen Schritt automatisch auszuführen" +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 +msgid "select all" +msgstr "Alle auswählen" -#: src/Module/Admin/Features.php:59 +#: src/Module/Admin/Blocklist/Contact.php:66 +msgid "select none" +msgstr "Auswahl aufheben" + +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 +msgid "Unblock" +msgstr "Entsperren" + +#: src/Module/Admin/Blocklist/Contact.php:69 +msgid "No remote contact is blocked from this node." +msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert." + +#: src/Module/Admin/Blocklist/Contact.php:71 +msgid "Blocked Remote Contacts" +msgstr "Blockierte Kontakte von anderen Knoten" + +#: src/Module/Admin/Blocklist/Contact.php:72 +msgid "Block New Remote Contact" +msgstr "Blockieren von weiteren Kontakten" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Photo" +msgstr "Foto:" + +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "Name" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "Grund" + +#: src/Module/Admin/Blocklist/Contact.php:81 #, php-format -msgid "Lock feature %s" -msgstr "Feature festlegen: %s" +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "Insgesamt %s blockierter Kontakt" +msgstr[1] "Insgesamt %s blockierte Kontakte" -#: src/Module/Admin/Features.php:67 -msgid "Manage Additional Features" -msgstr "Zusätzliche Features Verwalten" +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "Profil URL" -#: src/Module/Admin/Federation.php:76 -msgid "unknown" -msgstr "Unbekannt" +#: src/Module/Admin/Blocklist/Contact.php:83 +msgid "URL of the remote contact to block." +msgstr "Die URL des entfernten Kontakts, der blockiert werden soll." -#: src/Module/Admin/Federation.php:181 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "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." - -#: src/Module/Admin/Federation.php:182 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "Die Funktion \"Regelmäßig globale Kontakte überprüfen\" ist nicht aktiv. Sie wird die hier angezeigten Daten verbessern." - -#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 -msgid "Federation Statistics" -msgstr "Föderation Statistik" - -#: src/Module/Admin/Federation.php:194 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:" - -#: src/Module/Admin/Item/Delete.php:35 -msgid "Item marked for deletion." -msgstr "Eintrag wurden zur Löschung markiert" - -#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95 -msgid "Delete Item" -msgstr "Eintrag löschen" - -#: src/Module/Admin/Item/Delete.php:48 -msgid "Delete this Item" -msgstr "Diesen Eintrag löschen" - -#: src/Module/Admin/Item/Delete.php:49 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "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." - -#: src/Module/Admin/Item/Delete.php:50 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "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." - -#: src/Module/Admin/Item/Delete.php:51 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "The GUID of the item you want to delete." -msgstr "Die GUID des zu löschenden Eintrags" - -#: src/Module/Admin/Item/Source.php:47 -msgid "Item Guid" -msgstr "Beitrags-Guid" - -#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 -#: src/Module/Admin/Summary.php:90 -#, php-format -msgid "The logfile '%s' is not writable. No logging possible" -msgstr "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich." - -#: src/Module/Admin/Logs/Settings.php:36 -msgid "Log settings updated." -msgstr "Protokolleinstellungen aktualisiert." - -#: src/Module/Admin/Logs/Settings.php:55 -msgid "PHP log currently enabled." -msgstr "PHP Protokollierung ist derzeit aktiviert." - -#: src/Module/Admin/Logs/Settings.php:57 -msgid "PHP log currently disabled." -msgstr "PHP Protokollierung ist derzeit nicht aktiviert." - -#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 -#: src/Module/BaseAdminModule.php:98 -msgid "Logs" -msgstr "Protokolle" - -#: src/Module/Admin/Logs/Settings.php:66 -msgid "Clear" -msgstr "löschen" - -#: src/Module/Admin/Logs/Settings.php:70 -msgid "Enable Debugging" -msgstr "Protokoll führen" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "Log file" -msgstr "Protokolldatei" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis." - -#: src/Module/Admin/Logs/Settings.php:72 -msgid "Log level" -msgstr "Protokoll-Level" - -#: src/Module/Admin/Logs/Settings.php:74 -msgid "PHP logging" -msgstr "PHP Protokollieren" - -#: src/Module/Admin/Logs/Settings.php:75 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the" -" following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "Um die Protokollierung von PHP-Fehlern und Warnungen vorübergehend zu aktivieren, kannst du der Datei index.php deiner 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 eine '0', um sie zu deaktivieren." - -#: src/Module/Admin/Logs/View.php:22 -#, 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." - -#: src/Module/Admin/Logs/View.php:26 -#, 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." - -#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99 -msgid "View Logs" -msgstr "Protokolle anzeigen" - -#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 -msgid "Theme settings updated." -msgstr "Themeneinstellungen aktualisiert." - -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 -#, php-format -msgid "Theme %s disabled." -msgstr "Theme %s deaktiviert." - -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 -#, php-format -msgid "Theme %s successfully enabled." -msgstr "Theme %s erfolgreich aktiviert." - -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 -#, php-format -msgid "Theme %s failed to install." -msgstr "Theme %s konnte nicht aktiviert werden." - -#: src/Module/Admin/Themes/Details.php:97 -msgid "Screenshot" -msgstr "Bildschirmfoto" - -#: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83 -msgid "Themes" -msgstr "Themen" - -#: src/Module/Admin/Themes/Embed.php:67 -msgid "Unknown theme." -msgstr "Unbekanntes Theme" - -#: src/Module/Admin/Themes/Index.php:98 -msgid "Reload active themes" -msgstr "Aktives Theme neu laden" - -#: src/Module/Admin/Themes/Index.php:103 -#, 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." - -#: src/Module/Admin/Themes/Index.php:104 -msgid "[Experimental]" -msgstr "[Experimentell]" - -#: src/Module/Admin/Themes/Index.php:105 -msgid "[Unsupported]" -msgstr "[Nicht unterstützt]" +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "Sperrgrund" #: src/Module/Admin/Tos.php:30 msgid "The Terms of Service settings have been updated." @@ -7345,6 +4707,115 @@ msgid "" "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." +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "Einstellungen speichern" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." +msgstr "Addon nicht gefunden." + +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s ausgeschaltet." + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s eingeschaltet." + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "Ausschalten" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "Einschalten" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "Umschalten" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "Autor:" + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "Betreuer:" + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "Addon %s konnte nicht installiert werden" + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "Aktivierte Addons neu laden" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "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." + +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "Themeneinstellungen aktualisiert." + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." +msgstr "Unbekanntes Theme" + +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 +#, php-format +msgid "Theme %s disabled." +msgstr "Theme %s deaktiviert." + +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "Theme %s erfolgreich aktiviert." + +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 +#, php-format +msgid "Theme %s failed to install." +msgstr "Theme %s konnte nicht aktiviert werden." + +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "Bildschirmfoto" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "Aktives Theme neu laden" + +#: src/Module/Admin/Themes/Index.php:103 +#, 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." + +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" +msgstr "[Experimentell]" + +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" +msgstr "[Nicht unterstützt]" + #: src/Module/Admin/Users.php:48 #, php-format msgid "" @@ -7425,10 +4896,42 @@ msgstr "Nutzer \"%s\" blockiert" msgid "User \"%s\" unblocked" msgstr "Nutzer \"%s\" frei geschaltet" +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 +msgid "Normal Account Page" +msgstr "Normales Konto" + +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 +msgid "Soapbox Page" +msgstr "Marktschreier-Konto" + +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 +msgid "Public Forum" +msgstr "Öffentliches Forum" + +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 +msgid "Automatic Friend Page" +msgstr "Automatische Freunde-Seite" + #: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "Privates Forum" +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 +msgid "Personal Page" +msgstr "Persönliche Seite" + +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 +msgid "Organisation Page" +msgstr "Organisationsseite" + +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 +msgid "News Page" +msgstr "Nachrichtenseite" + +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 +msgid "Community Forum" +msgstr "Gemeinschaftsforum" + #: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "Relais" @@ -7449,11 +4952,6 @@ msgstr "Letzter Beitrag" msgid "Type" msgstr "Typ" -#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295 -#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Nutzer" - #: src/Module/Admin/Users.php:279 msgid "Add User" msgstr "Nutzer hinzufügen" @@ -7530,42 +5028,6 @@ msgstr "Spitznamen für den neuen Nutzer" msgid "Email address of the new user." msgstr "Email Adresse des neuen Nutzers" -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Verzögerte Worker-Warteschlange inspizieren" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "Auf dieser Seite werden die aufgeschobenen Worker-Jobs aufgelistet. Dies sind Jobs, die beim ersten Mal nicht ausgeführt werden konnten." - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Worker-Warteschlange inspizieren" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "Auf dieser Seite werden die derzeit in der Warteschlange befindlichen Worker-Jobs aufgelistet. Diese Jobs werden vom Cronjob verarbeitet, den du während der Installation eingerichtet hast." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Parameter der Aufgabe" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Erstellt" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Priorität" - #: src/Module/Admin/Site.php:49 msgid "Can not parse base url. Must have at least ://" msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus :// bestehen" @@ -7578,6 +5040,15 @@ msgstr "Ungültige Einstellung für das Datenspeicher-Backend" msgid "Site settings updated." msgstr "Seiteneinstellungen aktualisiert." +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "Kein spezielles Theme für mobile Geräte verwenden." + +#: src/Module/Admin/Site.php:450 mod/settings.php:908 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimentell)" + #: src/Module/Admin/Site.php:462 msgid "No community page for local users" msgstr "Keine Gemeinschaftsseite für lokale Nutzer" @@ -7600,7 +5071,7 @@ msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwe #: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 #: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 -#: src/Module/Contact.php:525 +#: src/Module/Contact.php:546 msgid "Disabled" msgstr "Deaktiviert" @@ -7644,18 +5115,6 @@ msgstr "Bedarf der Zustimmung" msgid "Open" msgstr "Offen" -#: src/Module/Admin/Site.php:514 src/Module/Install.php:182 -msgid "No SSL policy, links will track page SSL state" -msgstr "Keine SSL-Richtlinie, Links werden das verwendete Protokoll beibehalten" - -#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 -msgid "Force all links to use SSL" -msgstr "SSL für alle Links erzwingen" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)" - #: src/Module/Admin/Site.php:520 msgid "Don't check" msgstr "Nicht überprüfen" @@ -7672,15 +5131,11 @@ msgstr "überprüfe die Entwicklungsversion" msgid "Database (legacy)" msgstr "Datenbank (legacy)" -#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Seite" - #: src/Module/Admin/Site.php:569 msgid "Republish users to directory" msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen." -#: src/Module/Admin/Site.php:570 src/Module/Register.php:121 +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 msgid "Registration" msgstr "Registrierung" @@ -7782,14 +5237,6 @@ msgstr "Systemweites mobiles Theme" msgid "Theme for mobile devices" msgstr "Theme für mobile Geräte" -#: src/Module/Admin/Site.php:592 src/Module/Install.php:192 -msgid "SSL link policy" -msgstr "Regeln für SSL Links" - -#: src/Module/Admin/Site.php:592 src/Module/Install.php:194 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" - #: src/Module/Admin/Site.php:593 msgid "Force SSL" msgstr "Erzwinge SSL" @@ -8525,7 +5972,185 @@ msgstr "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zu msgid "Start Relocation" msgstr "Umsiedlung starten" -#: src/Module/Admin/Summary.php:30 +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "Unbekannt" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "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." + +#: src/Module/Admin/Federation.php:182 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "Die Funktion \"Regelmäßig globale Kontakte überprüfen\" ist nicht aktiv. Sie wird die hier angezeigten Daten verbessern." + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "Aus" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "An" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "Feature festlegen: %s" + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "Zusätzliche Features Verwalten" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Verzögerte Worker-Warteschlange inspizieren" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "Auf dieser Seite werden die aufgeschobenen Worker-Jobs aufgelistet. Dies sind Jobs, die beim ersten Mal nicht ausgeführt werden konnten." + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "Worker-Warteschlange inspizieren" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "Auf dieser Seite werden die derzeit in der Warteschlange befindlichen Worker-Jobs aufgelistet. Diese Jobs werden vom Cronjob verarbeitet, den du während der Installation eingerichtet hast." + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Parameter der Aufgabe" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Erstellt" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Priorität" + +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "Eintrag wurden zur Löschung markiert" + +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "Diesen Eintrag löschen" + +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "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." + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "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." + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "Die GUID des zu löschenden Eintrags" + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "Beitrags-Guid" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich." + +#: src/Module/Admin/Logs/Settings.php:36 +msgid "Log settings updated." +msgstr "Protokolleinstellungen aktualisiert." + +#: src/Module/Admin/Logs/Settings.php:55 +msgid "PHP log currently enabled." +msgstr "PHP Protokollierung ist derzeit aktiviert." + +#: src/Module/Admin/Logs/Settings.php:57 +msgid "PHP log currently disabled." +msgstr "PHP Protokollierung ist derzeit nicht aktiviert." + +#: src/Module/Admin/Logs/Settings.php:66 +msgid "Clear" +msgstr "löschen" + +#: src/Module/Admin/Logs/Settings.php:70 +msgid "Enable Debugging" +msgstr "Protokoll führen" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "Log file" +msgstr "Protokolldatei" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis." + +#: src/Module/Admin/Logs/Settings.php:72 +msgid "Log level" +msgstr "Protokoll-Level" + +#: src/Module/Admin/Logs/Settings.php:74 +msgid "PHP logging" +msgstr "PHP Protokollieren" + +#: src/Module/Admin/Logs/Settings.php:75 +msgid "" +"To temporarily enable logging of PHP errors and warnings you can prepend the" +" following to the index.php file of your installation. The filename set in " +"the 'error_log' line is relative to the friendica top-level directory and " +"must be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "Um die Protokollierung von PHP-Fehlern und Warnungen vorübergehend zu aktivieren, kannst du der Datei index.php deiner 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 eine '0', um sie zu deaktivieren." + +#: src/Module/Admin/Logs/View.php:22 +#, 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." + +#: src/Module/Admin/Logs/View.php:26 +#, 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." + +#: src/Module/Admin/Summary.php:32 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " @@ -8536,39 +6161,39 @@ 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." -#: src/Module/Admin/Summary.php:38 +#: src/Module/Admin/Summary.php:40 #, php-format msgid "" "There is a new version of Friendica available for download. Your current " "version is %1$s, upstream version is %2$s" msgstr "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1$s, die aktuelle Version ist %2$s." -#: src/Module/Admin/Summary.php:47 +#: src/Module/Admin/Summary.php:49 msgid "" "The database update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear." msgstr "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." -#: src/Module/Admin/Summary.php:51 +#: src/Module/Admin/Summary.php:53 msgid "" "The last update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear. (Some of the errors are possibly inside the logfile.)" msgstr "Das letzte Update ist fehlgeschlagen. Bitte führe \"php bin/console.php dbstructure update\" auf der Kommandozeile aus und werfe einen Blick auf eventuell auftretende Fehler. (Zusätzliche Informationen zu Fehlern könnten in den Logdateien stehen.)" -#: src/Module/Admin/Summary.php:56 +#: src/Module/Admin/Summary.php:58 msgid "The worker was never executed. Please check your database structure!" msgstr "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur." -#: src/Module/Admin/Summary.php:58 +#: src/Module/Admin/Summary.php:60 #, php-format msgid "" "The last worker execution was on %s UTC. This is older than one hour. Please" " check your crontab settings." msgstr "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab-Einstellungen." -#: src/Module/Admin/Summary.php:63 +#: src/Module/Admin/Summary.php:65 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -8577,7 +6202,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." -#: src/Module/Admin/Summary.php:67 +#: src/Module/Admin/Summary.php:69 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -8586,7 +6211,7 @@ msgid "" "page for help with the transition." msgstr "Die Konfiguration von Friendica befindet sich ab jetzt in der 'config/local.config.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 config/local.ini.php. Wie die Übertragung der Werte aussehen muss, kannst du der Konfiguration Hilfeseite entnehmen." -#: src/Module/Admin/Summary.php:73 +#: src/Module/Admin/Summary.php:75 #, php-format msgid "" "%s is not reachable on your system. This is a severe " @@ -8594,178 +6219,676 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s konnte von deinem System nicht aufgerufen werden. Dies deutet auf ein schwerwiegendes Problem deiner Konfiguration hin. Bitte konsultiere die Installations-Dokumentation zum Beheben des Problems." -#: src/Module/Admin/Summary.php:106 +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich (Fehler: '%s')" + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich (Fehler: '%s')" + +#: src/Module/Admin/Summary.php:125 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "Friendica's system.basepath würde aktualisiert '%s' von '%s'. Bitte entfernen Sie system.basepath aus der Datenbank um Unterschiede zu vermeiden." -#: src/Module/Admin/Summary.php:114 +#: src/Module/Admin/Summary.php:133 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "Friendica's aktueller system.basepath '%s' ist verkehrt und die config file '%s' wird nicht benutzt." -#: src/Module/Admin/Summary.php:122 +#: src/Module/Admin/Summary.php:141 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "Friendica's aktueller system.basepath '%s' ist nicht gleich wie die config file '%s'. Bitte korrigieren Sie Ihre Konfiguration." -#: src/Module/Admin/Summary.php:129 +#: src/Module/Admin/Summary.php:148 msgid "Normal Account" msgstr "Normales Konto" -#: src/Module/Admin/Summary.php:130 +#: src/Module/Admin/Summary.php:149 msgid "Automatic Follower Account" msgstr "Automatisch folgendes Konto (Marktschreier)" -#: src/Module/Admin/Summary.php:131 +#: src/Module/Admin/Summary.php:150 msgid "Public Forum Account" msgstr "Öffentliches Forum-Konto" -#: src/Module/Admin/Summary.php:132 +#: src/Module/Admin/Summary.php:151 msgid "Automatic Friend Account" msgstr "Automatische Freunde-Seite" -#: src/Module/Admin/Summary.php:133 +#: src/Module/Admin/Summary.php:152 msgid "Blog Account" msgstr "Blog-Konto" -#: src/Module/Admin/Summary.php:134 +#: src/Module/Admin/Summary.php:153 msgid "Private Forum Account" msgstr "Privates Forum-Konto" -#: src/Module/Admin/Summary.php:154 +#: src/Module/Admin/Summary.php:173 msgid "Message queues" msgstr "Nachrichten-Warteschlangen" -#: src/Module/Admin/Summary.php:160 +#: src/Module/Admin/Summary.php:179 msgid "Server Settings" msgstr "Servereinstellungen" -#: src/Module/Admin/Summary.php:174 +#: src/Module/Admin/Summary.php:193 msgid "Summary" msgstr "Zusammenfassung" -#: src/Module/Admin/Summary.php:176 +#: src/Module/Admin/Summary.php:195 msgid "Registered users" msgstr "Registrierte Personen" -#: src/Module/Admin/Summary.php:178 +#: src/Module/Admin/Summary.php:197 msgid "Pending registrations" msgstr "Anstehende Anmeldungen" -#: src/Module/Admin/Summary.php:179 +#: src/Module/Admin/Summary.php:198 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:183 +#: src/Module/Admin/Summary.php:202 msgid "Active addons" msgstr "Aktivierte Addons" -#: src/Module/AllFriends.php:55 -msgid "No friends to display." -msgstr "Keine Kontakte zum Anzeigen." +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" +msgstr "Update wurde als erfolgreich markiert" -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "Beitrag konnte nicht gefunden werden." +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt." -#: src/Module/BaseAdminModule.php:62 +#: src/Module/Admin/DBSync.php:46 +#, 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" + +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s" + +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s war erfolgreich." + +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status." + +#: src/Module/Admin/DBSync.php:71 +#, 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." + +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." +msgstr "Keine fehlgeschlagenen Updates." + +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" +msgstr "Datenbankstruktur überprüfen" + +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" +msgstr "Fehlgeschlagene Updates" + +#: src/Module/Admin/DBSync.php:98 msgid "" -"Submanaged account can't access the administation pages. Please log back in " -"as the master account." -msgstr "Verwaltete Benutzerkonten haben keinen Zugriff auf die Administrationsseiten. Bitte wechsle wieder zurück auf das Administrator Konto." +"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." -#: src/Module/BaseAdminModule.php:76 -msgid "Overview" -msgstr "Übersicht" +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" +msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)" -#: src/Module/BaseAdminModule.php:79 -msgid "Configuration" -msgstr "Konfiguration" +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" +msgstr "Versuchen, diesen Schritt automatisch auszuführen" -#: src/Module/BaseAdminModule.php:87 -msgid "Database" -msgstr "Datenbank" +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." +msgstr "Delegierung erfolgreich eingerichtet." -#: src/Module/BaseAdminModule.php:88 -msgid "DB updates" -msgstr "DB Updates" +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "Der angegebene Nutzer konnte nicht gefunden werden, ist nicht verfügbar oder das angegebene Passwort ist nicht richtig." -#: src/Module/BaseAdminModule.php:89 -msgid "Inspect Deferred Workers" -msgstr "Verzögerte Worker inspizieren" +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "Delegation erfolgreich aufgehoben." -#: src/Module/BaseAdminModule.php:90 -msgid "Inspect worker Queue" -msgstr "Worker Warteschlange inspizieren" +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "Verwalter können die Berechtigungen der Delegationen einsehen, sie aber nicht ändern." -#: src/Module/BaseAdminModule.php:92 -msgid "Tools" -msgstr "Werkzeuge" +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "Delegierter Nutzer nicht gefunden" -#: src/Module/BaseAdminModule.php:93 -msgid "Contact Blocklist" -msgstr "Kontakt Blockliste" +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "Kein Verwalter" -#: src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Server Blockliste" +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "Passwort des Verwalters" -#: src/Module/BaseAdminModule.php:101 -msgid "Diagnostics" -msgstr "Diagnostik" +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Bitte gib das Passwort des Verwalters ein, um deine Anfrage zu bestätigen." -#: src/Module/BaseAdminModule.php:102 -msgid "PHP Info" -msgstr "PHP-Info" +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "Verwalter" -#: src/Module/BaseAdminModule.php:103 -msgid "probe address" -msgstr "Adresse untersuchen" +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern." -#: src/Module/BaseAdminModule.php:104 -msgid "check webfinger" -msgstr "Webfinger überprüfen" +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "Delegiere das Management für die Seite" -#: src/Module/BaseAdminModule.php:105 -msgid "Item Source" -msgstr "Eintrags Quelle" +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "Bevollmächtigte" -#: src/Module/BaseAdminModule.php:106 -msgid "Babel" -msgstr "Babel" +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem du nicht absolut vertraust!" -#: src/Module/BaseAdminModule.php:115 -msgid "Addon Features" -msgstr "Addon Features" +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "Vorhandene Bevollmächtigte für die Seite" -#: src/Module/BaseAdminModule.php:116 -msgid "User registrations waiting for confirmation" -msgstr "Nutzeranmeldungen, die auf Bestätigung warten" +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "Potentielle Bevollmächtigte" -#: src/Module/BaseSearchModule.php:52 +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "Entfernen" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "Hinzufügen" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "Keine Einträge." + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "Account exportieren" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Exportiere Deine Account-Informationen und Kontakte. Verwende dies, um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen." + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "Alles exportieren" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Exportiere Deine Account-Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies, um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)." + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "Kontakte nach CSV exportieren" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "Exportiert die Liste der Nutzerkonten denen du folgst in eine CSV Datei. Das Format ist z.B. zu Mastodon kompatibel." + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "Persönliche Daten exportieren" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "Bitte geben Sie Ihr Passwort ein, um auf diese Seite zuzugreifen." + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "Zwei-Faktor-Authentifizierung erfolgreich aktiviert." + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "

Oder Sie können die Authentifizierungseinstellungen manuell übermitteln:

\n
\n\tVerursacher\n\t
%s
\n\t
Kontoname
\n\t
%s
\n\t
Geheimer Schlüssel
\n\t
%s
\n\t
Typ
\n\t
Zeitbasiert
\n\t
Anzahl an Ziffern
\n\t
6
\n\t
Hashing-Algorithmus
\n\t
SHA-1
\n
" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "Überprüfung des Zwei-Faktor-Codes" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "

Bitte scannen Sie diesen QR-Code mit Ihrer Authentifikator-App und übermitteln Sie den bereitgestellten Code.

" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "

Oder Sie können die folgende URL in Ihrem Mobilgerät öffnen:

%s

" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "Überprüfen Sie den Code und aktivieren Sie die Zwei-Faktor-Authentifizierung" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung ist leer." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung existiert bereits." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "Neues App spezifisches Passwort erzeugt." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "App spezifische Passwörter erfolgreich widerrufen." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "App spezifisches Passwort erfolgreich widerrufen." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "Zwei-Faktor App spezifische Passwörter." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "

App spezifische Passwörter sind zufällig generierte Passwörter die anstelle des regulären Passworts zur Anmeldung mit Client Anwendungen verwendet werden, wenn diese Anwendungen die Zwei-Faktor-Authentifizierung nicht unterstützen.

" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "Das neue App spezifische Passwort muss jetzt übertragen werden. Später wirst du es nicht mehr einsehen können!" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "Beschreibung" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "Zuletzt verwendet" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "Widerrufen" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "Alle widerrufen" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "Wenn du eine neues App spezifisches Passwort erstellst, musst du es sofort verwenden. Es wird dir nur ein einziges Mal nach der Erstellung angezeigt." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "Neues App spezifisches Passwort erstellen" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "Friendiqa auf meinem Fairphone 2" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "Erstellen" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "Zwei-Faktor Authentifizierung erfolgreich deaktiviert." + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "Falsches Passwort" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "

Benutze eine App auf dein Smartphone um einen Zwei-Faktor identifikations Code zu bekommen wenn beim Loggin das verlagt wird.

" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "Zwei-Faktor Authentifizierungsapp" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "Konfiguriert" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "Nicht konfiguriert" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "

Die Konfiguration deiner Zwei-Faktor Authentifizierungsapp ist nicht abgeschlossen.

" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "

Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "Wiederherstellungsschlüssel" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "Verbleibende Wiederherstellungsschlüssel" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "

Diese Einmalcodes können einen Authentifikator-App-Code ersetzen, falls Sie den Zugriff darauf verloren haben.

" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "App spezifische Passwörter" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "App spezifische Passwörter erstellen" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "

Diese zufällig erzeugten Passwörter erlauben es dir dich mit Apps anzumelden, die keine Zwei-Faktor-Authentifizierung unterstützen.

" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "Aktionen" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "Aktuelles Passwort:" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "Du musst dein aktuelles Passwort eingeben um die Einstellungen der Zwei-Faktor-Authentifizierung zu ändern" + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "Aktiviere die Zwei-Faktor-Authentifizierung" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "Deaktiviere die Zwei-Faktor-Authentifizierung" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "Wiederherstellungscodes anzeigen" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "App spezifische Passwörter verwalten" + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "Beenden Sie die App-Konfiguration" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "Neue Wiederherstellungscodes erfolgreich generiert." + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "Zwei-Faktor-Wiederherstellungscodes" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "

Wiederherstellungscodes können verwendet werden, um auf Ihr Konto zuzugreifen, falls Sie den Zugriff auf Ihr Gerät verlieren und keine Zwei-Faktor-Authentifizierungscodes erhalten können.

Bewahren Sie diese an einem sicheren Ort auf! Wenn Sie Ihr Gerät verlieren und nicht über die Wiederherstellungscodes verfügen, verlieren Sie den Zugriff auf Ihr Konto.

" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "Wenn Sie neue Wiederherstellungscodes generieren, müssen Sie die neuen Codes kopieren. Ihre alten Codes funktionieren nicht mehr." + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "Generieren Sie neue Wiederherstellungscodes" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "Weiter: Überprüfung" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "Methode nicht erlaubt." + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 +msgid "Page not found." +msgstr "Seite nicht gefunden." + +#: src/Module/BaseSearchModule.php:54 #, php-format msgid "People Search - %s" msgstr "Personensuche - %s" -#: src/Module/BaseSearchModule.php:62 +#: src/Module/BaseSearchModule.php:64 #, php-format msgid "Forum Search - %s" msgstr "Forensuche - %s" -#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 -msgid "You must be logged in to use this module" -msgstr "Du musst eingeloggt sein, um dieses Modul benutzen zu können." +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "Keine Übereinstimmungen" -#: src/Module/Debug/Feed.php:49 -msgid "Source URL" -msgstr "URL der Quelle" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "Keine Applikationen installiert." + +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Anwendungen" + +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Credits" + +#: src/Module/Credits.php:26 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica ist ein Gemeinschaftsprojekt, das nicht ohne die Hilfe vieler Personen möglich wäre. Hier ist eine Aufzählung der Personen, die zum Code oder der Übersetzung beigetragen haben. Dank an alle !" + +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "Abgemeldet." + +#: src/Module/Group.php:42 +msgid "Group created." +msgstr "Gruppe erstellt." + +#: src/Module/Group.php:48 +msgid "Could not create group." +msgstr "Konnte die Gruppe nicht erstellen." + +#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 +msgid "Group not found." +msgstr "Gruppe nicht gefunden." + +#: src/Module/Group.php:65 +msgid "Group name changed." +msgstr "Gruppenname geändert." + +#: src/Module/Group.php:87 +msgid "Unknown group." +msgstr "Unbekannte Gruppe" + +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "Kontakt nicht gefunden." + +#: src/Module/Group.php:96 +msgid "Contact is unavailable." +msgstr "Kontakt ist nicht verfügbar" + +#: src/Module/Group.php:100 +msgid "Contact is deleted." +msgstr "Kontakt wurde gelöscht" + +#: src/Module/Group.php:106 +msgid "Contact is blocked, unable to add it to a group." +msgstr "Kontakt ist geblockt und konnte deshalb nicht zur Gruppe hinzugefügt werden" + +#: src/Module/Group.php:110 +msgid "Unable to add the contact to the group." +msgstr "Konnte den Kontakt nicht zur Gruppe hinzufügen" + +#: src/Module/Group.php:112 +msgid "Contact successfully added to group." +msgstr "Kontakt zur Gruppe hinzugefügt" + +#: src/Module/Group.php:116 +msgid "Unable to remove the contact from the group." +msgstr "Konnte den Kontakt nicht aus der Gruppe entfernen" + +#: src/Module/Group.php:118 +msgid "Contact successfully removed from group." +msgstr "Kontakt aus Gruppe entfernt" + +#: src/Module/Group.php:121 +msgid "Unknown group command." +msgstr "Unbekannter Gruppen Befehl" + +#: src/Module/Group.php:124 +msgid "Bad request." +msgstr "Ungültige Anfrage." + +#: src/Module/Group.php:163 +msgid "Save Group" +msgstr "Gruppe speichern" + +#: src/Module/Group.php:164 +msgid "Filter" +msgstr "Filter" + +#: src/Module/Group.php:170 +msgid "Create a group of contacts/friends." +msgstr "Eine Kontaktgruppe anlegen." + +#: src/Module/Group.php:212 +msgid "Group removed." +msgstr "Gruppe entfernt." + +#: src/Module/Group.php:214 +msgid "Unable to remove group." +msgstr "Konnte die Gruppe nicht entfernen." + +#: src/Module/Group.php:265 +msgid "Delete Group" +msgstr "Gruppe löschen" + +#: src/Module/Group.php:275 +msgid "Edit Group Name" +msgstr "Gruppen Name bearbeiten" + +#: src/Module/Group.php:285 +msgid "Members" +msgstr "Mitglieder" + +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "Gruppe ist leer" + +#: src/Module/Group.php:301 +msgid "Remove contact from group" +msgstr "Entferne den Kontakt aus der Gruppe" + +#: src/Module/Group.php:321 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" + +#: src/Module/Group.php:335 +msgid "Add contact to group" +msgstr "Füge den Kontakt zur Gruppe hinzu" + +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "Keine Kontakte vorgegeben." + +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet." #: src/Module/Debug/Localtime.php:30 msgid "Time Conversion" @@ -8796,14 +6919,6 @@ msgstr "Umgerechnete lokale Zeit: %s" msgid "Please select your timezone:" msgstr "Bitte wähle Deine Zeitzone:" -#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet." - -#: src/Module/Debug/Probe.php:35 -msgid "Lookup address" -msgstr "Adresse nachschlagen" - #: src/Module/Debug/Babel.php:32 msgid "Source input" msgstr "Originaltext:" @@ -8916,885 +7031,29 @@ msgstr "Markdown" msgid "HTML" msgstr "HTML" -#: src/Module/Directory.php:61 -msgid "No entries (some entries may be hidden)." -msgstr "Keine Einträge (einige Einträge könnten versteckt sein)." +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "Zugriff verweigert." -#: src/Module/Directory.php:80 -msgid "Find on this site" -msgstr "Auf diesem Server suchen" +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 +msgid "You must be logged in to use this module" +msgstr "Du musst eingeloggt sein, um dieses Modul benutzen zu können." -#: src/Module/Directory.php:82 -msgid "Results for:" -msgstr "Ergebnisse für:" +#: src/Module/Debug/Feed.php:49 +msgid "Source URL" +msgstr "URL der Quelle" -#: src/Module/Directory.php:84 -msgid "Site Directory" -msgstr "Verzeichnis" +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "Adresse nachschlagen" -#: src/Module/Filer/SaveTag.php:39 -#, php-format -msgid "Filetag %s saved to item" -msgstr "Tag %s für den Eintrag gespeichert" - -#: src/Module/Filer/SaveTag.php:48 -msgid "- select -" -msgstr "- auswählen -" - -#: src/Module/FollowConfirm.php:37 -msgid "No given contact." -msgstr "Keine Kontakte vorgegeben." - -#: src/Module/Friendica.php:40 -msgid "Installed addons/apps:" -msgstr "Installierte Apps und Addons" - -#: src/Module/Friendica.php:45 -msgid "No installed addons/apps" -msgstr "Es sind keine Addons oder Apps installiert" - -#: src/Module/Friendica.php:50 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "Erfahre mehr über die Nutzungsbedingungen dieses Knotens." - -#: src/Module/Friendica.php:57 -msgid "On this server the following remote servers are blocked." -msgstr "Auf diesem Server werden die folgenden, entfernten Server blockiert." - -#: src/Module/Friendica.php:75 -#, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." -msgstr "Diese Friendica-Instanz verwendet die Version %s, sie ist unter der folgenden Adresse im Web zu finden %s. Die Datenbankversion ist %s und die Post-Update-Version %s." - -#: src/Module/Friendica.php:80 -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." - -#: src/Module/Friendica.php:81 -msgid "Bug reports and issues: please visit" -msgstr "Probleme oder Fehler gefunden? Bitte besuche" - -#: src/Module/Friendica.php:81 -msgid "the bugtracker at github" -msgstr "den Bugtracker auf github" - -#: src/Module/Friendica.php:82 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\"" - -#: src/Module/Group.php:42 -msgid "Group created." -msgstr "Gruppe erstellt." - -#: src/Module/Group.php:48 -msgid "Could not create group." -msgstr "Konnte die Gruppe nicht erstellen." - -#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 -msgid "Group not found." -msgstr "Gruppe nicht gefunden." - -#: src/Module/Group.php:65 -msgid "Group name changed." -msgstr "Gruppenname geändert." - -#: src/Module/Group.php:87 -msgid "Unknown group." -msgstr "Unbekannte Gruppe" - -#: src/Module/Group.php:96 -msgid "Contact is unavailable." -msgstr "Kontakt ist nicht verfügbar" - -#: src/Module/Group.php:100 -msgid "Contact is deleted." -msgstr "Kontakt wurde gelöscht" - -#: src/Module/Group.php:106 -msgid "Contact is blocked, unable to add it to a group." -msgstr "Kontakt ist geblockt und konnte deshalb nicht zur Gruppe hinzugefügt werden" - -#: src/Module/Group.php:110 -msgid "Unable to add the contact to the group." -msgstr "Konnte den Kontakt nicht zur Gruppe hinzufügen" - -#: src/Module/Group.php:112 -msgid "Contact successfully added to group." -msgstr "Kontakt zur Gruppe hinzugefügt" - -#: src/Module/Group.php:116 -msgid "Unable to remove the contact from the group." -msgstr "Konnte den Kontakt nicht aus der Gruppe entfernen" - -#: src/Module/Group.php:118 -msgid "Contact successfully removed from group." -msgstr "Kontakt aus Gruppe entfernt" - -#: src/Module/Group.php:121 -msgid "Unknown group command." -msgstr "Unbekannter Gruppen Befehl" - -#: src/Module/Group.php:124 -msgid "Bad request." -msgstr "Ungültige Anfrage." - -#: src/Module/Group.php:163 -msgid "Save Group" -msgstr "Gruppe speichern" - -#: src/Module/Group.php:164 -msgid "Filter" -msgstr "Filter" - -#: src/Module/Group.php:170 -msgid "Create a group of contacts/friends." -msgstr "Eine Kontaktgruppe anlegen." - -#: src/Module/Group.php:212 -msgid "Group removed." -msgstr "Gruppe entfernt." - -#: src/Module/Group.php:214 -msgid "Unable to remove group." -msgstr "Konnte die Gruppe nicht entfernen." - -#: src/Module/Group.php:265 -msgid "Delete Group" -msgstr "Gruppe löschen" - -#: src/Module/Group.php:275 -msgid "Edit Group Name" -msgstr "Gruppen Name bearbeiten" - -#: src/Module/Group.php:285 -msgid "Members" -msgstr "Mitglieder" - -#: src/Module/Group.php:301 -msgid "Remove contact from group" -msgstr "Entferne den Kontakt aus der Gruppe" - -#: src/Module/Group.php:335 -msgid "Add contact to group" -msgstr "Füge den Kontakt zur Gruppe hinzu" - -#: src/Module/Help.php:43 -msgid "Help:" -msgstr "Hilfe:" - -#: src/Module/Home.php:42 +#: src/Module/Home.php:34 #, php-format msgid "Welcome to %s" msgstr "Willkommen zu %s" -#: src/Module/Invite.php:37 -msgid "Total invitation limit exceeded." -msgstr "Limit für Einladungen erreicht." - -#: src/Module/Invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Keine gültige Email Adresse." - -#: src/Module/Invite.php:87 -msgid "Please join us on Friendica" -msgstr "Ich lade dich zu unserem sozialen Netzwerk Friendica ein" - -#: src/Module/Invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite." - -#: src/Module/Invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Zustellung der Nachricht fehlgeschlagen." - -#: src/Module/Invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d Nachricht gesendet." -msgstr[1] "%d Nachrichten gesendet." - -#: src/Module/Invite.php:122 -msgid "You have no more invitations available" -msgstr "Du hast keine weiteren Einladungen" - -#: src/Module/Invite.php:129 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Besuche %s für eine Liste der öffentlichen Server, denen du beitreten kannst. Friendica-Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer sozialer Netzwerke." - -#: src/Module/Invite.php:131 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s oder einer anderen öffentlichen Friendica-Website." - -#: src/Module/Invite.php:132 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica-Server, denen du beitreten kannst." - -#: src/Module/Invite.php:136 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen." - -#: src/Module/Invite.php:139 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden." - -#: src/Module/Invite.php:138 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s." - -#: src/Module/Invite.php:146 -msgid "Send invitations" -msgstr "Einladungen senden" - -#: src/Module/Invite.php:147 -msgid "Enter email addresses, one per line:" -msgstr "E-Mail-Adressen eingeben, eine pro Zeile:" - -#: src/Module/Invite.php:151 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Du bist herzlich dazu eingeladen, dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres, soziales Netz aufzubauen." - -#: src/Module/Invite.php:153 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Du benötigst den folgenden Einladungscode: $invite_code" - -#: src/Module/Invite.php:153 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Sobald du registriert bist, kontaktiere mich bitte auf meiner Profilseite:" - -#: src/Module/Invite.php:155 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "Für weitere Informationen über das Friendica-Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca." - -#: src/Module/Item/Compose.php:30 -msgid "Please enter a post body." -msgstr "Bitte gibt den Text des Beitrags an" - -#: src/Module/Item/Compose.php:43 -msgid "This feature is only available with the frio theme." -msgstr "Diese Seite kann ausschließlich mit dem Frio Theme verwendet werden." - -#: src/Module/Item/Compose.php:63 -msgid "Compose new personal note" -msgstr "Neue persönliche Notiz verfassen" - -#: src/Module/Item/Compose.php:70 -msgid "Compose new post" -msgstr "Neuen Beitrag verfassen" - -#: src/Module/Item/Compose.php:190 -msgid "Clear the location" -msgstr "Ort löschen" - -#: src/Module/Item/Compose.php:191 -msgid "Location services are unavailable on your device" -msgstr "Ortungsdienste sind auf Ihrem Gerät nicht verfügbar" - -#: src/Module/Item/Compose.php:192 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" -msgstr "Ortungsdienste sind deaktiviert. Bitte überprüfen Sie die Berechtigungen der Website auf Ihrem Gerät" - -#: src/Module/Item/Compose.php:196 -msgid "Public" -msgstr "Öffentlich" - -#: src/Module/Item/Compose.php:197 -msgid "" -"This post will be sent to all your followers and can be seen in the " -"community pages and by anyone with its link." -msgstr "Der Beitrag wird an alle gesendet die dir folgen und wird auf der Gemeinschaftsseite zu sehen sein. Jeder der den Link des Beitrags kennt kann ihn einsehen." - -#: src/Module/Item/Compose.php:198 -msgid "Limited/Private" -msgstr "Begrenzt/Privat" - -#: src/Module/Item/Compose.php:199 -msgid "" -"This post will be sent only to the people in the first box, to the exception" -" of the people mentioned in the second box. It won't appear anywhere public." -msgstr "Der Beitrag wird nur an Kontakte gesendet, die im ersten Kasten aufgelistet sind, mit der Ausnahme derer, die im zweiten Kasten aufgelistet werden. Der Beitrag wird nicht öffentlich einsehbar sein." - -#: src/Module/Login.php:286 -msgid "Create a New Account" -msgstr "Neues Konto erstellen" - -#: src/Module/Login.php:319 -msgid "Password: " -msgstr "Passwort: " - -#: src/Module/Login.php:320 -msgid "Remember me" -msgstr "Anmeldedaten merken" - -#: src/Module/Login.php:323 -msgid "Or login using OpenID: " -msgstr "Oder melde dich mit deiner OpenID an: " - -#: src/Module/Login.php:329 -msgid "Forgot your password?" -msgstr "Passwort vergessen?" - -#: src/Module/Login.php:332 -msgid "Website Terms of Service" -msgstr "Website-Nutzungsbedingungen" - -#: src/Module/Login.php:333 -msgid "terms of service" -msgstr "Nutzungsbedingungen" - -#: src/Module/Login.php:335 -msgid "Website Privacy Policy" -msgstr "Website-Datenschutzerklärung" - -#: src/Module/Login.php:336 -msgid "privacy policy" -msgstr "Datenschutzerklärung" - -#: src/Module/Logout.php:38 -msgid "Logged out." -msgstr "Abgemeldet." - -#: src/Module/Maintenance.php:29 -msgid "System down for maintenance" -msgstr "System zur Wartung abgeschaltet" - -#: src/Module/PageNotFound.php:13 -msgid "Page not found." -msgstr "Seite nicht gefunden." - -#: src/Module/Photo.php:87 -#, php-format -msgid "Invalid photo with id %s." -msgstr "Fehlerhaftes Foto mit der ID %s." - -#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 -msgid "User not found." -msgstr "Benutzer nicht gefunden." - -#: src/Module/Profile/Contacts.php:78 -msgid "No contacts." -msgstr "Keine Kontakte." - -#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569 -#: src/Module/Contact.php:1008 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Besuche %ss Profil [%s]" - -#: src/Module/Profile/Contacts.php:112 -#, php-format -msgid "Follower (%s)" -msgid_plural "Followers (%s)" -msgstr[0] "Folgende (%s)" -msgstr[1] "Folgende (%s)" - -#: src/Module/Profile/Contacts.php:113 -#, php-format -msgid "Following (%s)" -msgid_plural "Following (%s)" -msgstr[0] "Gefolgte (%s)" -msgstr[1] "Gefolgte (%s)" - -#: src/Module/Profile/Contacts.php:114 -#, php-format -msgid "Mutual friend (%s)" -msgid_plural "Mutual friends (%s)" -msgstr[0] "Beidseitige Freundschafte (%s)" -msgstr[1] "Beidseitige Freundschaften (%s)" - -#: src/Module/Profile/Contacts.php:116 -#, php-format -msgid "Contact (%s)" -msgid_plural "Contacts (%s)" -msgstr[0] "Kontakt (%s)" -msgstr[1] "Kontakte (%s)" - -#: src/Module/Profile/Contacts.php:125 -msgid "All contacts" -msgstr "Alle Kontakte" - -#: src/Module/Register.php:83 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking \"Register\"." -msgstr "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst." - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus." - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "Deine OpenID (optional): " - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "Soll dein Profil im Nutzerverzeichnis angezeigt werden?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "Hinweis für den Admin" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest." - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "Dein Ein­la­dungs­code" - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):" - -#: src/Module/Register.php:128 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)" - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "Leer lassen, um das Passwort automatisch zu generieren." - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird 'spitzname@%s' sein." - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "Spitznamen wählen: " - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "Importiere dein Profil auf diese Friendica-Instanz" - -#: src/Module/Register.php:149 -msgid "Note: This node explicitly contains adult content" -msgstr "Hinweis: Dieser Knoten enthält explizit Inhalte für Erwachsene" - -#: src/Module/Register.php:242 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet." - -#: src/Module/Register.php:246 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account-Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern." - -#: src/Module/Register.php:253 -msgid "Registration successful." -msgstr "Registrierung erfolgreich." - -#: src/Module/Register.php:258 -msgid "Your registration can not be processed." -msgstr "Deine Registrierung konnte nicht verarbeitet werden." - -#: src/Module/Register.php:304 -msgid "Your registration is pending approval by the site owner." -msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:36 -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "Bitte geben Sie Ihr Passwort ein, um auf diese Seite zuzugreifen." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:54 -msgid "App-specific password generation failed: The description is empty." -msgstr "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung ist leer." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:57 -msgid "" -"App-specific password generation failed: This description already exists." -msgstr "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung existiert bereits." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:61 -msgid "New app-specific password generated." -msgstr "Neues App spezifisches Passwort erzeugt." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:67 -msgid "App-specific passwords successfully revoked." -msgstr "App spezifische Passwörter erfolgreich widerrufen." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:77 -msgid "App-specific password successfully revoked." -msgstr "App spezifisches Passwort erfolgreich widerrufen." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:98 -msgid "Two-factor app-specific passwords" -msgstr "Zwei-Faktor App spezifische Passwörter." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 -msgid "" -"

App-specific passwords are randomly generated passwords used instead your" -" regular password to authenticate your account on third-party applications " -"that don't support two-factor authentication.

" -msgstr "

App spezifische Passwörter sind zufällig generierte Passwörter die anstelle des regulären Passworts zur Anmeldung mit Client Anwendungen verwendet werden, wenn diese Anwendungen die Zwei-Faktor-Authentifizierung nicht unterstützen.

" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:101 -msgid "" -"Make sure to copy your new app-specific password now. You won’t be able to " -"see it again!" -msgstr "Das neue App spezifische Passwort muss jetzt übertragen werden. Später wirst du es nicht mehr einsehen können!" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:104 -msgid "Description" -msgstr "Beschreibung" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:105 -msgid "Last Used" -msgstr "Zuletzt verwendet" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:106 -msgid "Revoke" -msgstr "Widerrufen" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 -msgid "Revoke All" -msgstr "Alle widerrufen" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 -msgid "" -"When you generate a new app-specific password, you must use it right away, " -"it will be shown to you once after you generate it." -msgstr "Wenn du eine neues App spezifisches Passwort erstellst, musst du es sofort verwenden. Es wird dir nur ein einziges Mal nach der Erstellung angezeigt." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:111 -msgid "Generate new app-specific password" -msgstr "Neues App spezifisches Passwort erstellen" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:112 -msgid "Friendiqa on my Fairphone 2..." -msgstr "Friendiqa auf meinem Fairphone 2" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:113 -msgid "Generate" -msgstr "Erstellen" - -#: src/Module/Settings/TwoFactor/Index.php:51 -msgid "Two-factor authentication successfully disabled." -msgstr "Zwei-Faktor Authentifizierung erfolgreich deaktiviert." - -#: src/Module/Settings/TwoFactor/Index.php:92 -msgid "" -"

Use an application on a mobile device to get two-factor authentication " -"codes when prompted on login.

" -msgstr "

Benutze eine App auf dein Smartphone um einen Zwei-Faktor identifikations Code zu bekommen wenn beim Loggin das verlagt wird.

" - -#: src/Module/Settings/TwoFactor/Index.php:96 -msgid "Authenticator app" -msgstr "Zwei-Faktor Authentifizierungsapp" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Configured" -msgstr "Konfiguriert" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Not Configured" -msgstr "Nicht konfiguriert" - -#: src/Module/Settings/TwoFactor/Index.php:98 -msgid "

You haven't finished configuring your authenticator app.

" -msgstr "

Die Konfiguration deiner Zwei-Faktor Authentifizierungsapp ist nicht abgeschlossen.

" - -#: src/Module/Settings/TwoFactor/Index.php:99 -msgid "

Your authenticator app is correctly configured.

" -msgstr "

Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

" - -#: src/Module/Settings/TwoFactor/Index.php:101 -msgid "Recovery codes" -msgstr "Wiederherstellungsschlüssel" - -#: src/Module/Settings/TwoFactor/Index.php:102 -msgid "Remaining valid codes" -msgstr "Verbleibende Wiederherstellungsschlüssel" - -#: src/Module/Settings/TwoFactor/Index.php:104 -msgid "" -"

These one-use codes can replace an authenticator app code in case you " -"have lost access to it.

" -msgstr "

Diese Einmalcodes können einen Authentifikator-App-Code ersetzen, falls Sie den Zugriff darauf verloren haben.

" - -#: src/Module/Settings/TwoFactor/Index.php:106 -msgid "App-specific passwords" -msgstr "App spezifische Passwörter" - -#: src/Module/Settings/TwoFactor/Index.php:107 -msgid "Generated app-specific passwords" -msgstr "App spezifische Passwörter erstellen" - -#: src/Module/Settings/TwoFactor/Index.php:109 -msgid "" -"

These randomly generated passwords allow you to authenticate on apps not " -"supporting two-factor authentication.

" -msgstr "

Diese zufällig erzeugten Passwörter erlauben es dir dich mit Apps anzumelden, die keine Zwei-Faktor-Authentifizierung unterstützen.

" - -#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614 -msgid "Actions" -msgstr "Aktionen" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "Current password:" -msgstr "Aktuelles Passwort:" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "" -"You need to provide your current password to change two-factor " -"authentication settings." -msgstr "Du musst dein aktuelles Passwort eingeben um die Einstellungen der Zwei-Faktor-Authentifizierung zu ändern" - -#: src/Module/Settings/TwoFactor/Index.php:113 -msgid "Enable two-factor authentication" -msgstr "Aktiviere die Zwei-Faktor-Authentifizierung" - -#: src/Module/Settings/TwoFactor/Index.php:114 -msgid "Disable two-factor authentication" -msgstr "Deaktiviere die Zwei-Faktor-Authentifizierung" - -#: src/Module/Settings/TwoFactor/Index.php:115 -msgid "Show recovery codes" -msgstr "Wiederherstellungscodes anzeigen" - -#: src/Module/Settings/TwoFactor/Index.php:116 -msgid "Manage app-specific passwords" -msgstr "App spezifische Passwörter verwalten" - -#: src/Module/Settings/TwoFactor/Index.php:117 -msgid "Finish app configuration" -msgstr "Beenden Sie die App-Konfiguration" - -#: src/Module/Settings/TwoFactor/Recovery.php:50 -msgid "New recovery codes successfully generated." -msgstr "Neue Wiederherstellungscodes erfolgreich generiert." - -#: src/Module/Settings/TwoFactor/Recovery.php:76 -msgid "Two-factor recovery codes" -msgstr "Zwei-Faktor-Wiederherstellungscodes" - -#: src/Module/Settings/TwoFactor/Recovery.php:78 -msgid "" -"

Recovery codes can be used to access your account in the event you lose " -"access to your device and cannot receive two-factor authentication " -"codes.

Put these in a safe spot! If you lose your " -"device and don’t have the recovery codes you will lose access to your " -"account.

" -msgstr "

Wiederherstellungscodes können verwendet werden, um auf Ihr Konto zuzugreifen, falls Sie den Zugriff auf Ihr Gerät verlieren und keine Zwei-Faktor-Authentifizierungscodes erhalten können.

Bewahren Sie diese an einem sicheren Ort auf! Wenn Sie Ihr Gerät verlieren und nicht über die Wiederherstellungscodes verfügen, verlieren Sie den Zugriff auf Ihr Konto.

" - -#: src/Module/Settings/TwoFactor/Recovery.php:80 -msgid "" -"When you generate new recovery codes, you must copy the new codes. Your old " -"codes won’t work anymore." -msgstr "Wenn Sie neue Wiederherstellungscodes generieren, müssen Sie die neuen Codes kopieren. Ihre alten Codes funktionieren nicht mehr." - -#: src/Module/Settings/TwoFactor/Recovery.php:81 -msgid "Generate new recovery codes" -msgstr "Generieren Sie neue Wiederherstellungscodes" - -#: src/Module/Settings/TwoFactor/Recovery.php:83 -msgid "Next: Verification" -msgstr "Weiter: Überprüfung" - -#: src/Module/Settings/TwoFactor/Verify.php:63 -msgid "Two-factor authentication successfully activated." -msgstr "Zwei-Faktor-Authentifizierung erfolgreich aktiviert." - -#: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 -msgid "Invalid code, please retry." -msgstr "Ungültiger Code, bitte erneut versuchen." - -#: src/Module/Settings/TwoFactor/Verify.php:96 -#, php-format -msgid "" -"

Or you can submit the authentication settings manually:

\n" -"
\n" -"\t
Issuer
\n" -"\t
%s
\n" -"\t
Account Name
\n" -"\t
%s
\n" -"\t
Secret Key
\n" -"\t
%s
\n" -"\t
Type
\n" -"\t
Time-based
\n" -"\t
Number of digits
\n" -"\t
6
\n" -"\t
Hashing algorithm
\n" -"\t
SHA-1
\n" -"
" -msgstr "

Oder Sie können die Authentifizierungseinstellungen manuell übermitteln:

\n
\n\tVerursacher\n\t
%s
\n\t
Kontoname
\n\t
%s
\n\t
Geheimer Schlüssel
\n\t
%s
\n\t
Typ
\n\t
Zeitbasiert
\n\t
Anzahl an Ziffern
\n\t
6
\n\t
Hashing-Algorithmus
\n\t
SHA-1
\n
" - -#: src/Module/Settings/TwoFactor/Verify.php:116 -msgid "Two-factor code verification" -msgstr "Überprüfung des Zwei-Faktor-Codes" - -#: src/Module/Settings/TwoFactor/Verify.php:118 -msgid "" -"

Please scan this QR Code with your authenticator app and submit the " -"provided code.

" -msgstr "

Bitte scannen Sie diesen QR-Code mit Ihrer Authentifikator-App und übermitteln Sie den bereitgestellten Code.

" - -#: src/Module/Settings/TwoFactor/Verify.php:120 -#, php-format -msgid "" -"

Or you can open the following URL in your mobile devicde:

%s

" -msgstr "

Oder Sie können die folgende URL in Ihrem Mobilgerät öffnen:

%s

" - -#: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:67 -msgid "Please enter a code from your authentication app" -msgstr "Bitte geben Sie einen Code aus Ihrer Authentifizierungs-App ein" - -#: src/Module/Settings/TwoFactor/Verify.php:127 -msgid "Verify code and enable two-factor authentication" -msgstr "Überprüfen Sie den Code und aktivieren Sie die Zwei-Faktor-Authentifizierung" - -#: src/Module/Special/HTTPException.php:32 -msgid "Bad Request" -msgstr "Ungültige Anfrage" - -#: src/Module/Special/HTTPException.php:33 -msgid "Unauthorized" -msgstr "Nicht autorisiert" - -#: src/Module/Special/HTTPException.php:34 -msgid "Forbidden" -msgstr "Verboten" - -#: src/Module/Special/HTTPException.php:35 -msgid "Not Found" -msgstr "Nicht gefunden" - -#: src/Module/Special/HTTPException.php:36 -msgid "Internal Server Error" -msgstr "Interner Serverfehler" - -#: src/Module/Special/HTTPException.php:37 -msgid "Service Unavailable" -msgstr "Dienst nicht verfügbar" - -#: src/Module/Special/HTTPException.php:44 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "Aufgrund eines offensichtlichen Fehlers auf der Seite des Clients kann oder wird der Server die Anfrage nicht bearbeiten." - -#: src/Module/Special/HTTPException.php:45 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "Die erforderliche Authentifizierung ist fehlgeschlagen oder noch nicht erfolgt." - -#: src/Module/Special/HTTPException.php:46 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "Die Anfrage war gültig, aber der Server verweigert die Ausführung. Der Benutzer verfügt möglicherweise nicht über die erforderlichen Berechtigungen oder benötigt ein Nutzerkonto." - -#: src/Module/Special/HTTPException.php:47 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "Die angeforderte Ressource konnte nicht gefunden werden, sie könnte allerdings zu einem späteren Zeitpunkt verfügbar sein." - -#: src/Module/Special/HTTPException.php:48 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "Eine unerwartete Situation ist eingetreten, zu der keine detailliertere Nachricht vorliegt." - -#: src/Module/Special/HTTPException.php:49 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "Der Server ist derzeit nicht verfügbar (wegen Überlastung oder Wartungsarbeiten). Bitte versuche es später noch einmal." - -#: src/Module/Special/HTTPException.php:55 -msgid "Go back" -msgstr "Geh zurück" - -#: src/Module/TwoFactor/Recovery.php:41 -#, php-format -msgid "Remaining recovery codes: %d" -msgstr "Verbleibende Wiederherstellungscodes: %d" - -#: src/Module/TwoFactor/Recovery.php:65 -msgid "Two-factor recovery" -msgstr "Zwei-Faktor-Wiederherstellung" - -#: src/Module/TwoFactor/Recovery.php:66 -msgid "" -"

You can enter one of your one-time recovery codes in case you lost access" -" to your mobile device.

" -msgstr "

Sie können einen Ihrer einmaligen Wiederherstellungscodes eingeben, falls Sie den Zugriff auf Ihr Mobilgerät verloren haben.

" - -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 -#, php-format -msgid "Don’t have your phone? Enter a two-factor recovery code" -msgstr "Hast du dein Handy nicht? Geben Sie einen Zwei-Faktor-Wiederherstellungscode ein" - -#: src/Module/TwoFactor/Recovery.php:68 -msgid "Please enter a recovery code" -msgstr "Bitte geben Sie einen Wiederherstellungscode ein" - -#: src/Module/TwoFactor/Recovery.php:69 -msgid "Submit recovery code and complete login" -msgstr "Senden Sie den Wiederherstellungscode und schließen Sie die Anmeldung ab" - -#: src/Module/TwoFactor/Verify.php:63 -msgid "" -"

Open the two-factor authentication app on your device to get an " -"authentication code and verify your identity.

" -msgstr "

Öffnen Sie die Zwei-Faktor-Authentifizierungs-App auf Ihrem Gerät, um einen Authentifizierungscode abzurufen und Ihre Identität zu überprüfen.

" - -#: src/Module/TwoFactor/Verify.php:68 -msgid "Verify code and complete login" -msgstr "Code überprüfen und Anmeldung abschließen" - #: src/Module/Welcome.php:25 msgid "Welcome to Friendica" msgstr "Willkommen bei Friendica" @@ -9845,6 +7104,10 @@ 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." +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "Profilbild hochladen" + #: src/Module/Welcome.php:40 msgid "" "Upload a profile photo if you have not done so already. Studies have shown " @@ -9960,13 +7223,69 @@ msgid "" " features and resources." msgstr "Unsere Hilfe-Seiten können herangezogen werden, um weitere Einzelheiten zu anderen Programm-Features zu erhalten." -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "Der Seite fehlt ein URL Parameter." +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "Benutzer nicht gefunden." -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "Der Beitrag wurde angelegt" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "Keine Kontakte." + +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Besuche %ss Profil [%s]" + +#: src/Module/Profile/Contacts.php:112 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "Folgende (%s)" +msgstr[1] "Folgende (%s)" + +#: src/Module/Profile/Contacts.php:113 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "Gefolgte (%s)" +msgstr[1] "Gefolgte (%s)" + +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "Beidseitige Freundschafte (%s)" +msgstr[1] "Beidseitige Freundschaften (%s)" + +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "Kontakt (%s)" +msgstr[1] "Kontakte (%s)" + +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "Alle Kontakte" + +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "Tag %s für den Eintrag gespeichert" + +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "- auswählen -" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "Ungültiger Kontakt." + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "Keine Kontakte zum Anzeigen." #: src/Module/Contact.php:72 #, php-format @@ -9987,659 +7306,838 @@ msgstr "Konnte das ausgewählte Profil nicht finden." msgid "Contact updated." msgstr "Kontakt aktualisiert." -#: src/Module/Contact.php:355 +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen." + +#: src/Module/Contact.php:376 msgid "Contact not found" msgstr "Kontakt nicht gefunden" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:395 msgid "Contact has been blocked" msgstr "Kontakt wurde blockiert" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:395 msgid "Contact has been unblocked" msgstr "Kontakt wurde wieder freigegeben" -#: src/Module/Contact.php:384 +#: src/Module/Contact.php:405 msgid "Contact has been ignored" msgstr "Kontakt wurde ignoriert" -#: src/Module/Contact.php:384 +#: src/Module/Contact.php:405 msgid "Contact has been unignored" msgstr "Kontakt wird nicht mehr ignoriert" -#: src/Module/Contact.php:394 +#: src/Module/Contact.php:415 msgid "Contact has been archived" msgstr "Kontakt wurde archiviert" -#: src/Module/Contact.php:394 +#: src/Module/Contact.php:415 msgid "Contact has been unarchived" msgstr "Kontakt wurde aus dem Archiv geholt" -#: src/Module/Contact.php:418 +#: src/Module/Contact.php:439 msgid "Drop contact" msgstr "Kontakt löschen" -#: src/Module/Contact.php:421 src/Module/Contact.php:798 +#: src/Module/Contact.php:442 src/Module/Contact.php:819 msgid "Do you really want to delete this contact?" msgstr "Möchtest Du wirklich diesen Kontakt löschen?" -#: src/Module/Contact.php:435 +#: src/Module/Contact.php:456 msgid "Contact has been removed." msgstr "Kontakt wurde entfernt." -#: src/Module/Contact.php:465 +#: src/Module/Contact.php:486 #, php-format msgid "You are mutual friends with %s" msgstr "Du hast mit %s eine beidseitige Freundschaft" -#: src/Module/Contact.php:470 +#: src/Module/Contact.php:491 #, php-format msgid "You are sharing with %s" msgstr "Du teilst mit %s" -#: src/Module/Contact.php:475 +#: src/Module/Contact.php:496 #, php-format msgid "%s is sharing with you" msgstr "%s teilt mit dir" -#: src/Module/Contact.php:499 +#: src/Module/Contact.php:520 msgid "Private communications are not available for this contact." msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar." -#: src/Module/Contact.php:501 +#: src/Module/Contact.php:522 msgid "Never" msgstr "Niemals" -#: src/Module/Contact.php:504 +#: src/Module/Contact.php:525 msgid "(Update was successful)" msgstr "(Aktualisierung war erfolgreich)" -#: src/Module/Contact.php:504 +#: src/Module/Contact.php:525 msgid "(Update was not successful)" msgstr "(Aktualisierung war nicht erfolgreich)" -#: src/Module/Contact.php:506 src/Module/Contact.php:1042 +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 msgid "Suggest friends" msgstr "Kontakte vorschlagen" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:531 #, php-format msgid "Network type: %s" msgstr "Netzwerktyp: %s" -#: src/Module/Contact.php:515 +#: src/Module/Contact.php:536 msgid "Communications lost with this contact!" msgstr "Verbindungen mit diesem Kontakt verloren!" -#: src/Module/Contact.php:521 +#: src/Module/Contact.php:542 msgid "Fetch further information for feeds" msgstr "Weitere Informationen zu Feeds holen" -#: src/Module/Contact.php:523 +#: src/Module/Contact.php:544 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht allzu viel Text beinhaltet. Schlagwörter werden aus den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet." -#: src/Module/Contact.php:526 +#: src/Module/Contact.php:547 msgid "Fetch information" msgstr "Beziehe Information" -#: src/Module/Contact.php:527 +#: src/Module/Contact.php:548 msgid "Fetch keywords" msgstr "Schlüsselwörter abrufen" -#: src/Module/Contact.php:528 +#: src/Module/Contact.php:549 msgid "Fetch information and keywords" msgstr "Beziehe Information und Schlüsselworte" -#: src/Module/Contact.php:547 +#: src/Module/Contact.php:568 msgid "Profile Visibility" msgstr "Profil-Sichtbarkeit" -#: src/Module/Contact.php:548 +#: src/Module/Contact.php:569 msgid "Contact Information / Notes" msgstr "Kontakt-Informationen / -Notizen" -#: src/Module/Contact.php:549 +#: src/Module/Contact.php:570 msgid "Contact Settings" msgstr "Kontakteinstellungen" -#: src/Module/Contact.php:558 +#: src/Module/Contact.php:579 msgid "Contact" msgstr "Kontakt" -#: src/Module/Contact.php:562 +#: src/Module/Contact.php:583 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Bitte wähle eines deiner Profile das angezeigt werden soll, wenn %s dein Profil aufruft." -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:585 msgid "Their personal note" msgstr "Die persönliche Mitteilung" -#: src/Module/Contact.php:566 +#: src/Module/Contact.php:587 msgid "Edit contact notes" msgstr "Notizen zum Kontakt bearbeiten" -#: src/Module/Contact.php:570 +#: src/Module/Contact.php:591 msgid "Block/Unblock contact" msgstr "Kontakt blockieren/freischalten" -#: src/Module/Contact.php:571 +#: src/Module/Contact.php:592 msgid "Ignore contact" msgstr "Ignoriere den Kontakt" -#: src/Module/Contact.php:572 +#: src/Module/Contact.php:593 msgid "Repair URL settings" msgstr "URL-Einstellungen reparieren" -#: src/Module/Contact.php:573 +#: src/Module/Contact.php:594 msgid "View conversations" msgstr "Unterhaltungen anzeigen" -#: src/Module/Contact.php:578 +#: src/Module/Contact.php:599 msgid "Last update:" msgstr "Letzte Aktualisierung: " -#: src/Module/Contact.php:580 +#: src/Module/Contact.php:601 msgid "Update public posts" msgstr "Öffentliche Beiträge aktualisieren" -#: src/Module/Contact.php:582 src/Module/Contact.php:1052 +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 msgid "Update now" msgstr "Jetzt aktualisieren" -#: src/Module/Contact.php:586 src/Module/Contact.php:803 -#: src/Module/Contact.php:1069 +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 msgid "Unignore" msgstr "Ignorieren aufheben" -#: src/Module/Contact.php:590 +#: src/Module/Contact.php:611 msgid "Currently blocked" msgstr "Derzeit geblockt" -#: src/Module/Contact.php:591 +#: src/Module/Contact.php:612 msgid "Currently ignored" msgstr "Derzeit ignoriert" -#: src/Module/Contact.php:592 +#: src/Module/Contact.php:613 msgid "Currently archived" msgstr "Momentan archiviert" -#: src/Module/Contact.php:593 +#: src/Module/Contact.php:614 msgid "Awaiting connection acknowledge" msgstr "Bedarf der Bestätigung des Kontakts" -#: src/Module/Contact.php:594 +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "Verbirg diesen Kontakt vor Anderen" + +#: src/Module/Contact.php:615 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein" -#: src/Module/Contact.php:595 +#: src/Module/Contact.php:616 msgid "Notification for new posts" msgstr "Benachrichtigung bei neuen Beiträgen" -#: src/Module/Contact.php:595 +#: src/Module/Contact.php:616 msgid "Send a notification of every new post of this contact" msgstr "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt." -#: src/Module/Contact.php:597 +#: src/Module/Contact.php:618 msgid "Blacklisted keywords" msgstr "Unterdrückte Schlüsselworte " -#: src/Module/Contact.php:597 +#: src/Module/Contact.php:618 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde" -#: src/Module/Contact.php:663 +#: src/Module/Contact.php:684 msgid "Show all contacts" msgstr "Alle Kontakte anzeigen" -#: src/Module/Contact.php:668 src/Module/Contact.php:778 +#: src/Module/Contact.php:689 src/Module/Contact.php:799 msgid "Pending" msgstr "Ausstehend" -#: src/Module/Contact.php:671 +#: src/Module/Contact.php:692 msgid "Only show pending contacts" msgstr "Zeige nur noch ausstehende Kontakte." -#: src/Module/Contact.php:676 src/Module/Contact.php:779 +#: src/Module/Contact.php:697 src/Module/Contact.php:800 msgid "Blocked" msgstr "Geblockt" -#: src/Module/Contact.php:679 +#: src/Module/Contact.php:700 msgid "Only show blocked contacts" msgstr "Nur blockierte Kontakte anzeigen" -#: src/Module/Contact.php:684 src/Module/Contact.php:781 +#: src/Module/Contact.php:705 src/Module/Contact.php:802 msgid "Ignored" msgstr "Ignoriert" -#: src/Module/Contact.php:687 +#: src/Module/Contact.php:708 msgid "Only show ignored contacts" msgstr "Nur ignorierte Kontakte anzeigen" -#: src/Module/Contact.php:692 src/Module/Contact.php:782 +#: src/Module/Contact.php:713 src/Module/Contact.php:803 msgid "Archived" msgstr "Archiviert" -#: src/Module/Contact.php:695 +#: src/Module/Contact.php:716 msgid "Only show archived contacts" msgstr "Nur archivierte Kontakte anzeigen" -#: src/Module/Contact.php:700 src/Module/Contact.php:780 +#: src/Module/Contact.php:721 src/Module/Contact.php:801 msgid "Hidden" msgstr "Verborgen" -#: src/Module/Contact.php:703 +#: src/Module/Contact.php:724 msgid "Only show hidden contacts" msgstr "Nur verborgene Kontakte anzeigen" -#: src/Module/Contact.php:711 +#: src/Module/Contact.php:732 msgid "Organize your contact groups" msgstr "Verwalte deine Kontaktgruppen" -#: src/Module/Contact.php:793 +#: src/Module/Contact.php:814 msgid "Search your contacts" msgstr "Suche in deinen Kontakten" -#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "Ergebnisse für: %s" + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "Aktualisierungen" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 msgid "Archive" msgstr "Archivieren" -#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 msgid "Unarchive" msgstr "Aus Archiv zurückholen" -#: src/Module/Contact.php:807 +#: src/Module/Contact.php:828 msgid "Batch Actions" msgstr "Stapelverarbeitung" -#: src/Module/Contact.php:834 +#: src/Module/Contact.php:855 msgid "Conversations started by this contact" msgstr "Unterhaltungen, die von diesem Kontakt begonnen wurden" -#: src/Module/Contact.php:839 +#: src/Module/Contact.php:860 msgid "Posts and Comments" msgstr "Statusnachrichten und Kommentare" -#: src/Module/Contact.php:862 +#: src/Module/Contact.php:883 msgid "View all contacts" msgstr "Alle Kontakte anzeigen" -#: src/Module/Contact.php:873 +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "Gemeinsame Kontakte" + +#: src/Module/Contact.php:894 msgid "View all common friends" msgstr "Alle Kontakte anzeigen" -#: src/Module/Contact.php:883 +#: src/Module/Contact.php:904 msgid "Advanced Contact Settings" msgstr "Fortgeschrittene Kontakteinstellungen" -#: src/Module/Contact.php:966 +#: src/Module/Contact.php:987 msgid "Mutual Friendship" msgstr "Beidseitige Freundschaft" -#: src/Module/Contact.php:971 +#: src/Module/Contact.php:992 msgid "is a fan of yours" msgstr "ist ein Fan von dir" -#: src/Module/Contact.php:976 +#: src/Module/Contact.php:997 msgid "you are a fan of" msgstr "Du bist Fan von" -#: src/Module/Contact.php:994 +#: src/Module/Contact.php:1015 msgid "Pending outgoing contact request" msgstr "Ausstehende ausgehende Kontaktanfrage" -#: src/Module/Contact.php:996 +#: src/Module/Contact.php:1017 msgid "Pending incoming contact request" msgstr "Ausstehende eingehende Kontaktanfrage" -#: src/Module/Contact.php:1009 +#: src/Module/Contact.php:1030 msgid "Edit contact" msgstr "Kontakt bearbeiten" -#: src/Module/Contact.php:1063 +#: src/Module/Contact.php:1084 msgid "Toggle Blocked status" msgstr "Geblockt-Status ein-/ausschalten" -#: src/Module/Contact.php:1071 +#: src/Module/Contact.php:1092 msgid "Toggle Ignored status" msgstr "Ignoriert-Status ein-/ausschalten" -#: src/Module/Contact.php:1080 +#: src/Module/Contact.php:1101 msgid "Toggle Archive status" msgstr "Archiviert-Status ein-/ausschalten" -#: src/Module/Contact.php:1088 +#: src/Module/Contact.php:1109 msgid "Delete contact" msgstr "Lösche den Kontakt" -#: src/Module/Install.php:159 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Komunikationsserver - Installation" +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "Limit für Einladungen erreicht." -#: src/Module/Install.php:170 -msgid "System check" -msgstr "Systemtest" +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Keine gültige Email Adresse." -#: src/Module/Install.php:175 -msgid "Check again" -msgstr "Noch einmal testen" +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Ich lade dich zu unserem sozialen Netzwerk Friendica ein" -#: src/Module/Install.php:190 -msgid "Base settings" -msgstr "Grundeinstellungen" +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite." -#: src/Module/Install.php:197 -msgid "Host name" -msgstr "Host Name" +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s: Zustellung der Nachricht fehlgeschlagen." -#: src/Module/Install.php:199 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "Sollte der ermittelte Hostname nicht stimmen, korrigiere bitte den Eintrag." +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d Nachricht gesendet." +msgstr[1] "%d Nachrichten gesendet." -#: src/Module/Install.php:202 -msgid "Base path to installation" -msgstr "Basis-Pfad zur Installation" +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "Du hast keine weiteren Einladungen" -#: src/Module/Install.php:204 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "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." - -#: src/Module/Install.php:207 -msgid "Sub path of the URL" -msgstr "Unterverzeichnis (Pfad) der URL" - -#: src/Module/Install.php:209 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "Sollte das ermittelte Unterverzeichnis der Friendica Installation nicht stimmen, korrigiere es bitte. Wenn dieses Feld leer ist, bedeutet dies, dass die Installation direkt unter der Basis-URL installiert wird." - -#: src/Module/Install.php:220 -msgid "Database connection" -msgstr "Datenbankverbindung" - -#: src/Module/Install.php:221 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können." - -#: src/Module/Install.php:222 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Bitte kontaktiere den Hosting-Provider oder den Administrator der Seite, falls du Fragen zu diesen Einstellungen haben solltest." - -#: src/Module/Install.php:223 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Die Datenbank, die du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte, bevor du mit der Installation fortfährst." - -#: src/Module/Install.php:230 -msgid "Database Server Name" -msgstr "Datenbank-Server" - -#: src/Module/Install.php:235 -msgid "Database Login Name" -msgstr "Datenbank-Nutzer" - -#: src/Module/Install.php:241 -msgid "Database Login Password" -msgstr "Datenbank-Passwort" - -#: src/Module/Install.php:243 -msgid "For security reasons the password must not be empty" -msgstr "Aus Sicherheitsgründen darf das Passwort nicht leer sein." - -#: src/Module/Install.php:246 -msgid "Database Name" -msgstr "Datenbank-Name" - -#: src/Module/Install.php:250 src/Module/Install.php:279 -msgid "Please select a default timezone for your website" -msgstr "Bitte wähle die Standardzeitzone Deiner Webseite" - -#: src/Module/Install.php:264 -msgid "Site settings" -msgstr "Server-Einstellungen" - -#: src/Module/Install.php:274 -msgid "Site administrator email address" -msgstr "E-Mail-Adresse des Administrators" - -#: src/Module/Install.php:276 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit du das Admin-Panel benutzen kannst." - -#: src/Module/Install.php:283 -msgid "System Language:" -msgstr "Systemsprache:" - -#: src/Module/Install.php:285 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand" - -#: src/Module/Install.php:297 -msgid "Your Friendica site database has been installed." -msgstr "Die Datenbank Deiner Friendica-Seite wurde installiert." - -#: src/Module/Install.php:305 -msgid "Installation finished" -msgstr "Installation abgeschlossen" - -#: src/Module/Install.php:327 -msgid "

What next

" -msgstr "

Wie geht es weiter?

" - -#: src/Module/Install.php:328 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "Wichtig: du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten." - -#: src/Module/Install.php:331 +#: src/Module/Invite.php:129 #, php-format msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran, dieselbe E-Mail Adresse anzugeben, die du auch als Administrator-E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst." +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Besuche %s für eine Liste der öffentlichen Server, denen du beitreten kannst. Friendica-Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer sozialer Netzwerke." -#: src/Object/Post.php:138 -msgid "This entry was edited" -msgstr "Dieser Beitrag wurde bearbeitet." - -#: src/Object/Post.php:158 -msgid "Private Message" -msgstr "Private Nachricht" - -#: src/Object/Post.php:200 -msgid "Delete locally" -msgstr "Lokal löschen" - -#: src/Object/Post.php:203 -msgid "Delete globally" -msgstr "Global löschen" - -#: src/Object/Post.php:203 -msgid "Remove locally" -msgstr "Lokal entfernen" - -#: src/Object/Post.php:217 -msgid "save to folder" -msgstr "In Ordner speichern" - -#: src/Object/Post.php:252 -msgid "I will attend" -msgstr "Ich werde teilnehmen" - -#: src/Object/Post.php:252 -msgid "I will not attend" -msgstr "Ich werde nicht teilnehmen" - -#: src/Object/Post.php:252 -msgid "I might attend" -msgstr "Ich werde eventuell teilnehmen" - -#: src/Object/Post.php:280 -msgid "ignore thread" -msgstr "Thread ignorieren" - -#: src/Object/Post.php:281 -msgid "unignore thread" -msgstr "Thread nicht mehr ignorieren" - -#: src/Object/Post.php:282 -msgid "toggle ignore status" -msgstr "Ignoriert-Status ein-/ausschalten" - -#: src/Object/Post.php:293 -msgid "add star" -msgstr "markieren" - -#: src/Object/Post.php:294 -msgid "remove star" -msgstr "Markierung entfernen" - -#: src/Object/Post.php:295 -msgid "toggle star status" -msgstr "Markierung umschalten" - -#: src/Object/Post.php:298 -msgid "starred" -msgstr "markiert" - -#: src/Object/Post.php:302 -msgid "add tag" -msgstr "Tag hinzufügen" - -#: src/Object/Post.php:313 -msgid "like" -msgstr "mag ich" - -#: src/Object/Post.php:314 -msgid "dislike" -msgstr "mag ich nicht" - -#: src/Object/Post.php:317 -msgid "Share this" -msgstr "Weitersagen" - -#: src/Object/Post.php:317 -msgid "share" -msgstr "Teilen" - -#: src/Object/Post.php:385 -msgid "to" -msgstr "zu" - -#: src/Object/Post.php:386 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:387 -msgid "Wall-to-Wall" -msgstr "Wall-to-Wall" - -#: src/Object/Post.php:388 -msgid "via Wall-To-Wall:" -msgstr "via Wall-To-Wall:" - -#: src/Object/Post.php:421 +#: src/Module/Invite.php:131 #, php-format -msgid "Reply to %s" -msgstr "Antworte %s" +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s oder einer anderen öffentlichen Friendica-Website." -#: src/Object/Post.php:437 -msgid "Notifier task is pending" -msgstr "Die Benachrichtigungsaufgabe ist ausstehend" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is pending" -msgstr "Die Auslieferung an Remote-Server steht noch aus" - -#: src/Object/Post.php:439 -msgid "Delivery to remote servers is underway" -msgstr "Die Auslieferung an Remote-Server ist unterwegs" - -#: src/Object/Post.php:440 -msgid "Delivery to remote servers is mostly done" -msgstr "Die Zustellung an Remote-Server ist fast erledigt" - -#: src/Object/Post.php:441 -msgid "Delivery to remote servers is done" -msgstr "Die Zustellung an die Remote-Server ist erledigt" - -#: src/Object/Post.php:461 +#: src/Module/Invite.php:132 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d Kommentar" -msgstr[1] "%d Kommentare" +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica-Server, denen du beitreten kannst." -#: src/Object/Post.php:462 -msgid "Show more" -msgstr "Zeige mehr" +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen." -#: src/Object/Post.php:463 -msgid "Show fewer" -msgstr "Zeige weniger" +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden." -#: src/App/Module.php:205 -msgid "You must be logged in to use addons. " -msgstr "Du musst angemeldet sein, um Addons benutzen zu können." - -#: src/App/Page.php:229 -msgid "Delete this item?" -msgstr "Diesen Beitrag löschen?" - -#: src/App/Page.php:277 -msgid "toggle mobile" -msgstr "mobile Ansicht umschalten" - -#: src/LegacyModule.php:30 +#: src/Module/Invite.php:138 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Legacy-Moduldatei nicht gefunden: %s" +msgid "To accept this invitation, please visit and register at %s." +msgstr "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s." -#: src/BaseModule.php:135 +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "Einladungen senden" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "E-Mail-Adressen eingeben, eine pro Zeile:" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "Deine Nachricht:" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Du bist herzlich dazu eingeladen, dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres, soziales Netz aufzubauen." + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Du benötigst den folgenden Einladungscode: $invite_code" + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Sobald du registriert bist, kontaktiere mich bitte auf meiner Profilseite:" + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Für weitere Informationen über das Friendica-Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca." + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "jeder" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "Nutzerkonto" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "Anzeige" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "Soziale Netzwerke" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "Delegationen" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "Verbundene Programme" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "Konto löschen" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "Bitte gibt den Text des Beitrags an" + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "Diese Seite kann ausschließlich mit dem Frio Theme verwendet werden." + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "Neue persönliche Notiz verfassen" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "Neuen Beitrag verfassen" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "Sichtbarkeit" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "Ort löschen" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "Ortungsdienste sind auf Ihrem Gerät nicht verfügbar" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "Ortungsdienste sind deaktiviert. Bitte überprüfen Sie die Berechtigungen der Website auf Ihrem Gerät" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "Installierte Apps und Addons" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "Es sind keine Addons oder Apps installiert" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Erfahre mehr über die Nutzungsbedingungen dieses Knotens." + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "Auf diesem Server werden die folgenden, entfernten Server blockiert." + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "Diese Friendica-Instanz verwendet die Version %s, sie ist unter der folgenden Adresse im Web zu finden %s. Die Datenbankversion ist %s und die Post-Update-Version %s." + +#: src/Module/Friendica.php:80 +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." + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "Probleme oder Fehler gefunden? Bitte besuche" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "den Bugtracker auf github" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\"" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal." + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst." + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus." + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "Deine OpenID (optional): " + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "Soll dein Profil im Nutzerverzeichnis angezeigt werden?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "Nein" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "Hinweis für den Admin" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest." + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "Dein Ein­la­dungs­code" + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):" + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)" + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "Neues Passwort:" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "Leer lassen, um das Passwort automatisch zu generieren." + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "Bestätigen:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird 'spitzname@%s' sein." + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "Spitznamen wählen: " + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "Import" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "Importiere dein Profil auf diese Friendica-Instanz" + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "Hinweis: Dieser Knoten enthält explizit Inhalte für Erwachsene" + +#: src/Module/Register.php:238 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet." + +#: src/Module/Register.php:242 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account-Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern." + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "Registrierung erfolgreich." + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "Deine Registrierung konnte nicht verarbeitet werden." + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "Du musst eine Nachricht für den Administrator als Begründung deiner Anfrage hinterlegen." + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "Du hast zu viele Informationen eingegeben." + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden." + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "Suche erfolgreich abgespeichert." + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "Suche ist bereits gespeichert." + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "Suche wurde entfernt." + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "Nur eingeloggten Benutzern ist das Suchen gestattet." + +#: src/Module/Search/Index.php:57 +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." + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "Keine Ergebnisse." + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "Beiträge, die mit %s getaggt sind" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "Du musst eingeloggt sein, um dieses Modul benutzen zu können." + +#: src/BaseModule.php:133 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "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/Console/ArchiveContact.php:86 +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "Diesen Beitrag löschen?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "mobile Ansicht umschalten" + +#: src/App/Router.php:184 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Für die URL (%s) konnte kein nicht-archivierter Kontakt gefunden werden" +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "Diese Methode ist in diesem Modul nicht erlaubt. Erlaubte Methoden sind: %s" -#: src/Console/ArchiveContact.php:89 -msgid "The contact entries have been archived" -msgstr "Die Kontakteinträge wurden archiviert." +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "Du musst angemeldet sein, um Addons benutzen zu können." -#: src/Console/NewPassword.php:93 -msgid "Enter new password: " -msgstr "Neues Passwort eingeben:" +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "Verschiedenes" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "Alter: " + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DD oder MM-DD" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "nie" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "vor weniger als einer Sekunde" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "Jahr" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "Jahre" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "Monate" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "Wochen" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "Tage" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "Stunde" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "Stunden" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "Minute" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "Minuten" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "Sekunde" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "Sekunden" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "in %1$d %2$s" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "vor %1$d %2$s" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "(kein Betreff)" #: src/Console/PostUpdate.php:73 #, php-format @@ -10662,16 +8160,2677 @@ msgstr "Ausstehende Post-Updates ausführen" msgid "All pending post updates are done." msgstr "Alle ausstehenden Post-Updates wurden ausgeführt." -#: src/App.php:485 -msgid "No system theme config value set." -msgstr "Es wurde kein Konfigurationswert für das systemweite Theme gesetzt." +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Neues Passwort eingeben:" -#: update.php:218 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "%s: Aktualisiere die author-id und owner-id in der Thread Tabelle" +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal." -#: update.php:273 +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "Passwort geändert." + +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s: Updating post-type." -msgstr "%s: Aktualisiere Beitrags-Typ" +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Für die URL (%s) konnte kein nicht-archivierter Kontakt gefunden werden" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "Die Kontakteinträge wurden archiviert." + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Kein gültiges Konto gefunden." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\nHallo %1$s,\n\nAuf \"%2$s\" ist eine Anfrage auf das Zurücksetzen deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste deines Browsers ein.\n\nSolltest du die Anfrage NICHT gestellt haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\ndu diese Änderung angefragt hast." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\nUm deine Identität zu verifizieren, folge bitte diesem Link:\n\n%1$s\n\nDu wirst eine weitere E-Mail mit deinem neuen Passwort erhalten. Sobald du dich\nangemeldet hast, kannst du dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2$s\nBenutzername:\t%3$s" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "Anfrage zum Zurücksetzen des Passworts auf %s erhalten" + +#: mod/lostpass.php:90 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert." + +#: mod/lostpass.php:103 +msgid "Request has expired, please make a new one." +msgstr "Die Anfrage ist abgelaufen. Bitte stelle eine erneute." + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "Hast du dein Passwort vergessen?" + +#: mod/lostpass.php:119 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet." + +#: mod/lostpass.php:121 +msgid "Reset" +msgstr "Zurücksetzen" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Dein Passwort wurde wie gewünscht zurückgesetzt." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Dein neues Passwort lautet" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Speichere oder kopiere dein neues Passwort - und dann" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "hier klicken, um dich anzumelden" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Du kannst das Passwort in den Einstellungen ändern, sobald du dich erfolgreich angemeldet hast." + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\nHallo %1$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere dein Passwort in eines, das du dir leicht merken kannst)." + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1$s\nLogin Name: %2$s\nPasswort: %3$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden." + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Auf %s wurde dein Passwort geändert" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "Auf geschlossenen Servern können ausschließlich die Administratoren Benutzerkonten importieren." + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "Account umziehen" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "Du kannst einen Account von einem anderen Friendica Server importieren." + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen, deine Kontakte darüber zu informieren, dass du hierher umgezogen bist." + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus-Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren" + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "Account-Datei" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\"" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "Optionen für die Gemeinschaftsseite nicht verfügbar." + +#: mod/community.php:85 +msgid "Not available." +msgstr "Nicht verfügbar." + +#: mod/community.php:95 +msgid "Local Community" +msgstr "Lokale Gemeinschaft" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "Beiträge von Nutzern dieses Servers" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "Globale Gemeinschaft" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "Beiträge von Nutzern des gesamten föderalen Netzwerks" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers." + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "Vorgeschlagener Kontakt wurde nicht gefunden." + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "Kontaktvorschlag gesendet." + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "Kontakte vorschlagen" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Schlage %s einen Kontakt vor" + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "Keine gemeinsamen Kontakte." + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0} möchte mit dir in Kontakt treten" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0} möchte sich registrieren" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "Entfernte Privatsphäreneinstellungen nicht verfügbar." + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "Sichtbar für:" + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "Die Veranstaltung kann nicht enden, bevor sie beginnt." + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden." + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "Ansehen" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "Neue Veranstaltung erstellen" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "Vorherige" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "Liste" + +#: mod/events.php:514 +msgid "Event details" +msgstr "Veranstaltungsdetails" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "Anfangszeitpunkt und Titel werden benötigt" + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "Veranstaltungsbeginn:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "Benötigt" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "Enddatum/-zeit ist nicht bekannt oder nicht relevant" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "Veranstaltungsende:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "An Zeitzone des Betrachters anpassen" + +#: mod/events.php:544 +msgid "Description:" +msgstr "Beschreibung" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "Titel:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "Veranstaltung teilen" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "Berechtigungen" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "Entfernen der Veranstaltung fehlgeschlagen" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "Veranstaltung enfternt" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Verbindung der Applikation autorisieren" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Gehe zu Deiner Anwendung zurück und trage dort folgenden Sicherheitscode ein:" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Möchtest du dieser Anwendung den Zugriff auf Deine Beiträge und Kontakte sowie das Erstellen neuer Beiträge in Deinem Namen gestatten?" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s heißt %2$s herzlich willkommen" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "Dieses Kalenderformat wird nicht unterstützt." + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "Keine exportierbaren Daten gefunden" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "Kalender" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Der angeforderte Beitrag existiert nicht oder wurde gelöscht." + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "Der Feed für diesen Beitrag ist nicht verfügbar." + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "Diese Kontaktanfrage wurde bereits akzeptiert." + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung." + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Warnung: Es konnte kein Name des Besitzers an der angegebenen Profiladresse gefunden werden." + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "Warnung: Es gibt kein Profilbild an der angegebenen Profiladresse." + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden" +msgstr[1] "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "Kontaktanfrage abgeschlossen." + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "Nicht behebbarer Protokollfehler." + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "Profil nicht verfügbar." + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s hat heute zu viele Kontaktanfragen erhalten." + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "Maßnahmen zum Spamschutz wurden ergriffen." + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen." + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "Ungültiger Locator" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "Du hast dich hier bereits vorgestellt." + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Es scheint so, als ob du bereits mit %s in Kontakt stehst." + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "Ungültige Profil-URL." + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "Deine Kontaktanfrage wurde gesendet." + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Entferntes Abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. " + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "Bitte melde dich an, um die Kontaktanfrage zu bestätigen." + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Momentan bist du mit einer anderen Identität angemeldet. Bitte melde dich mit diesem Profil an." + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:526 +msgid "Confirm" +msgstr "Bestätigen" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "Verberge diesen Kontakt" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "Willkommen zurück %s." + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Bitte bestätige Deine Kontaktanfrage bei %s." + +#: mod/dfrn_request.php:634 +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 +#, 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:639 +msgid "Friend/Connection Request" +msgstr "Kontaktanfrage" + +#: mod/dfrn_request.php:640 +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:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "Bitte beantworte folgendes:" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "Kennt %s dich?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "Eine persönliche Notiz beifügen:" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:648 +#, 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:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "Adresse Deines Profils:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "Anfrage abschicken" + +#: mod/crepair.php:79 +msgid "Contact settings applied." +msgstr "Einstellungen zum Kontakt angewandt." + +#: mod/crepair.php:81 +msgid "Contact update failed." +msgstr "Konnte den Kontakt nicht aktualisieren." + +#: mod/crepair.php:115 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "ACHTUNG: Das sind Experten-Einstellungen! Wenn du etwas Falsches eingibst, funktioniert die Kommunikation mit diesem Kontakt evtl. nicht mehr." + +#: mod/crepair.php:116 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Bitte nutze den Zurück-Button Deines Browsers jetzt, wenn du dir unsicher bist, was du tun willst." + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "No mirroring" +msgstr "Kein Spiegeln" + +#: mod/crepair.php:130 +msgid "Mirror as forwarded posting" +msgstr "Spiegeln als weitergeleitete Beiträge" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "Mirror as my own posting" +msgstr "Spiegeln als meine eigenen Beiträge" + +#: mod/crepair.php:145 +msgid "Return to contact editor" +msgstr "Zurück zum Kontakteditor" + +#: mod/crepair.php:147 +msgid "Refetch contact data" +msgstr "Kontaktdaten neu laden" + +#: mod/crepair.php:150 +msgid "Remote Self" +msgstr "Entfernte Konten" + +#: mod/crepair.php:153 +msgid "Mirror postings from this contact" +msgstr "Spiegle Beiträge dieses Kontakts" + +#: mod/crepair.php:155 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica, alle Top-Level Beiträge dieses Kontakts an all Deine Kontakte zu senden (spiegeln)." + +#: mod/crepair.php:160 +msgid "Account Nickname" +msgstr "Konto-Spitzname" + +#: mod/crepair.php:161 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tagname - überschreibt Name/Spitzname" + +#: mod/crepair.php:162 +msgid "Account URL" +msgstr "Konto-URL" + +#: mod/crepair.php:163 +msgid "Account URL Alias" +msgstr "Konto URL Alias" + +#: mod/crepair.php:164 +msgid "Friend Request URL" +msgstr "URL für Kontaktschaftsanfragen" + +#: mod/crepair.php:165 +msgid "Friend Confirm URL" +msgstr "URL für Bestätigungen von Kontaktanfragen" + +#: mod/crepair.php:166 +msgid "Notification Endpoint URL" +msgstr "URL-Endpunkt für Benachrichtigungen" + +#: mod/crepair.php:167 +msgid "Poll/Feed URL" +msgstr "Pull/Feed-URL" + +#: mod/crepair.php:168 +msgid "New photo from this URL" +msgstr "Neues Foto von dieser URL" + +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID Protokollfehler. Keine ID zurückgegeben." + +#: mod/openid.php:71 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "Nutzerkonto nicht gefunden. Bitte melde dich an und füge die OpenID zu deinem Konto hinzu." + +#: mod/openid.php:73 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "Nutzerkonto nicht gefunden. Bitte registriere ein neues Konto oder melde dich mit einem existierendem Konto an um diene OpenID hinzuzufügen." + +#: mod/notifications.php:39 +msgid "Invalid request identifier." +msgstr "Invalid request identifier." + +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "Verwerfen" + +#: mod/notifications.php:119 +msgid "Network Notifications" +msgstr "Netzwerkbenachrichtigungen" + +#: mod/notifications.php:124 +msgid "System Notifications" +msgstr "Systembenachrichtigungen" + +#: mod/notifications.php:129 +msgid "Personal Notifications" +msgstr "Persönliche Benachrichtigungen" + +#: mod/notifications.php:134 +msgid "Home Notifications" +msgstr "Pinnwandbenachrichtigungen" + +#: mod/notifications.php:157 +msgid "Show unread" +msgstr "Ungelesene anzeigen" + +#: mod/notifications.php:157 +msgid "Show all" +msgstr "Alle anzeigen" + +#: mod/notifications.php:168 +msgid "Show Ignored Requests" +msgstr "Zeige ignorierte Anfragen" + +#: mod/notifications.php:168 +msgid "Hide Ignored Requests" +msgstr "Verberge ignorierte Anfragen" + +#: mod/notifications.php:181 mod/notifications.php:266 +msgid "Notification type:" +msgstr "Art der Benachrichtigung:" + +#: mod/notifications.php:184 +msgid "Suggested by:" +msgstr "Vorgeschlagen von:" + +#: mod/notifications.php:218 +msgid "Claims to be known to you: " +msgstr "Behauptet, dich zu kennen: " + +#: mod/notifications.php:219 +msgid "yes" +msgstr "ja" + +#: mod/notifications.php:219 +msgid "no" +msgstr "nein" + +#: mod/notifications.php:220 mod/notifications.php:224 +msgid "Shall your connection be bidirectional or not?" +msgstr "Soll die Verbindung beidseitig sein oder nicht?" + +#: mod/notifications.php:221 mod/notifications.php:225 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Akzeptierst du %s als Kontakt, erlaubst du damit das Lesen deiner Beiträge und abonnierst selbst auch die Beiträge von %s." + +#: mod/notifications.php:222 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Wenn du %s als Abonnent akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten." + +#: mod/notifications.php:226 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Wenn du %s als Teilender akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten." + +#: mod/notifications.php:237 +msgid "Friend" +msgstr "Kontakt" + +#: mod/notifications.php:238 +msgid "Sharer" +msgstr "Teilender" + +#: mod/notifications.php:238 +msgid "Subscriber" +msgstr "Abonnent" + +#: mod/notifications.php:303 +msgid "No introductions." +msgstr "Keine Kontaktanfragen." + +#: mod/notifications.php:337 +#, php-format +msgid "No more %s notifications." +msgstr "Keine weiteren %s-Benachrichtigungen" + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Maximale Anzahl der täglichen Pinnwand-Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "Kein Empfänger gewählt." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Konnte Deinen Heimatort nicht bestimmen." + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Nachricht konnte nicht gesendet werden." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Konnte Nachrichten nicht abrufen." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Nachricht gesendet." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "Kein Empfänger." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Bitte gib die URL des Links ein:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Private Nachricht senden" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "An:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Betreff:" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Einen Link einfügen" + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "OStatus-Kontakten folgen" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "Keine Kontakte gefunden." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Konnte die Kontaktinformationen nicht einholen." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Konnte die Kontaktliste des Kontakts nicht abfragen." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Erledigt" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "Erfolg" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "Fehlgeschlagen" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist." + +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "Der Kontakt konnte nicht hinzugefügt werden." + +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "Du hast den Kontakt bereits hinzugefügt." + +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." + +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." + +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Der Netzwerktyp wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden." + +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "Hochladen" + +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "Dateien" + +#: mod/network.php:525 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "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:528 +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:595 +msgid "No such group" +msgstr "Es gibt keine solche Gruppe" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "Gruppe: %s" + +#: mod/network.php:646 +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:928 +msgid "Latest Activity" +msgstr "Letzte Äktivität" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "Sortiere nach letzter Aktivität" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "Letzte Beiträge" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "Nach Empfangsdatum der Beiträge sortiert" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "Persönlich" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "Beiträge, in denen es um dich geht" + +#: mod/network.php:956 +msgid "New" +msgstr "Neue" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "Aktivitäten-Stream - nach Datum" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "Geteilte Links" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "Interessante Links" + +#: mod/network.php:977 +msgid "Starred" +msgstr "Markierte" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "Favorisierte Beiträge" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "Du folgst diesem Kontakt." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Kontakt wird nicht mehr gefolgt" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Verbindung lösen/Nicht mehr folgen" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl." + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Verkleinern der Bildgröße von [%s] scheiterte." + +#: mod/profile_photo.php:125 +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:133 +msgid "Unable to process image" +msgstr "Bild konnte nicht verarbeitet werden" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Bildgröße überschreitet das Limit von %s" + +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "Konnte das Bild nicht bearbeiten." + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "Datei hochladen:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "Profil auswählen:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "oder" + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "diesen Schritt überspringen" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "wähle ein Foto aus deinen Fotoalben" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "Bild zurechtschneiden" + +#: mod/profile_photo.php:265 +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:267 +msgid "Done Editing" +msgstr "Bearbeitung abgeschlossen" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "Bild erfolgreich hochgeladen." + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "Hochladen des Bildes gescheitert." + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "Anstupsen" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "Stupse Leute an oder mache anderes mit ihnen" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "Empfänger" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "Was willst du mit dem Empfänger machen:" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "Diesen Beitrag privat machen" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "Neueste Fotos" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "Neue Fotos hochladen" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "Kontaktinformationen nicht verfügbar" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "Album nicht gefunden." + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "Album wurde erfolgreich gelöscht." + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "Album ist leer." + +#: mod/photos.php:578 +msgid "a photo" +msgstr "einem Foto" + +#: mod/photos.php:578 +#, 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:680 +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:683 +msgid "Image file is missing" +msgstr "Bilddatei konnte nicht gefunden werden." + +#: mod/photos.php:688 +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:714 +msgid "Image file is empty." +msgstr "Bilddatei ist leer." + +#: mod/photos.php:846 +msgid "No photos selected" +msgstr "Keine Bilder ausgewählt" + +#: mod/photos.php:912 mod/videos.php:168 +msgid "Access to this item is restricted." +msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt." + +#: mod/photos.php:966 +msgid "Upload Photos" +msgstr "Bilder hochladen" + +#: mod/photos.php:970 mod/photos.php:1062 +msgid "New album name: " +msgstr "Name des neuen Albums: " + +#: mod/photos.php:971 +msgid "or select existing album:" +msgstr "oder wähle ein bestehendes Album:" + +#: mod/photos.php:972 +msgid "Do not show a status post for this upload" +msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen" + +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 +msgid "Show to Groups" +msgstr "Zeige den Gruppen" + +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 +msgid "Show to Contacts" +msgstr "Zeige den Kontakten" + +#: mod/photos.php:1044 +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:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "Album löschen" + +#: mod/photos.php:1073 +msgid "Edit Album" +msgstr "Album bearbeiten" + +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "Album löschen" + +#: mod/photos.php:1079 +msgid "Show Newest First" +msgstr "Zeige neueste zuerst" + +#: mod/photos.php:1081 +msgid "Show Oldest First" +msgstr "Zeige älteste zuerst" + +#: mod/photos.php:1102 mod/photos.php:1594 +msgid "View Photo" +msgstr "Foto betrachten" + +#: mod/photos.php:1139 +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:1141 +msgid "Photo not available" +msgstr "Foto nicht verfügbar" + +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "Möchtest du wirklich dieses Foto löschen?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "Foto löschen" + +#: mod/photos.php:1244 +msgid "View photo" +msgstr "Fotos ansehen" + +#: mod/photos.php:1246 +msgid "Edit photo" +msgstr "Foto bearbeiten" + +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "Foto löschen" + +#: mod/photos.php:1248 +msgid "Use as profile photo" +msgstr "Als Profilbild verwenden" + +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "Privates Foto" + +#: mod/photos.php:1261 +msgid "View Full Size" +msgstr "Betrachte Originalgröße" + +#: mod/photos.php:1321 +msgid "Tags: " +msgstr "Tags: " + +#: mod/photos.php:1324 +msgid "[Select tags to remove]" +msgstr "[Zu entfernende Tags auswählen]" + +#: mod/photos.php:1339 +msgid "New album name" +msgstr "Name des neuen Albums" + +#: mod/photos.php:1340 +msgid "Caption" +msgstr "Bildunterschrift" + +#: mod/photos.php:1341 +msgid "Add a Tag" +msgstr "Tag hinzufügen" + +#: mod/photos.php:1341 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: mod/photos.php:1342 +msgid "Do not rotate" +msgstr "Nicht rotieren" + +#: mod/photos.php:1343 +msgid "Rotate CW (right)" +msgstr "Drehen US (rechts)" + +#: mod/photos.php:1344 +msgid "Rotate CCW (left)" +msgstr "Drehen EUS (links)" + +#: mod/photos.php:1529 +msgid "Map" +msgstr "Karte" + +#: mod/photos.php:1600 mod/videos.php:245 +msgid "View Album" +msgstr "Album betrachten" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "Profil nicht gefunden." + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Profil gelöscht." + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profil-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "Neues Profil angelegt." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Profil nicht zum Duplizieren verfügbar." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profilname ist erforderlich." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Familienstand" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romanze" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Arbeit / Beschäftigung" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Religion" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Politische Ansichten" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Geschlecht" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Sexuelle Vorlieben" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Webseite" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Interessen" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Adresse" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Wohnort" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profil aktualisiert." + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Kontakte und Freunde verbergen" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Zeige mehr Profil-Felder:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Profilaktionen" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Profil bearbeiten" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Profilbild ändern" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "Dieses Profil anzeigen" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "Alle Profile anzeigen" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Neues Profil anlegen und diese Einstellungen verwenden" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Dieses Profil duplizieren" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Dieses Profil löschen" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Grundinformationen" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Profilbild" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Vorlieben" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Status-Informationen" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Zusätzliche Informationen" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Beziehung" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Dein Geschlecht:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Beziehungsstatus:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Beispiel: Fischen Fotografie Software" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Profilname:" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Dies ist dein öffentliches Profil.
Es könnte für jeden Nutzer des Internets sichtbar sein." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "Dein kompletter Name:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Titel/Beschreibung:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Adresse:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Wohnort:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Region/Bundesstaat:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Postleitzahl:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Land:" + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Wer: (falls anwendbar)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Seit [Datum]:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "Erzähle uns ein bisschen von dir …" + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) Adresse" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Adresse der Homepage:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Religiöse Ansichten:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Öffentliche Schlüsselwörter:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)" + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Private Schlüsselwörter:" + +#: mod/profiles.php:617 +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:620 +msgid "Musical interests" +msgstr "Musikalische Interessen" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Bücher, Literatur" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Fernsehen" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Filme/Tänze/Kultur/Unterhaltung" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interessen" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Liebe/Romantik" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Arbeit/Anstellung" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "Schule/Ausbildung" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformationen und Soziale Netzwerke" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Bearbeite/Verwalte Profile" + +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Ungültige Anfrage" + +#: mod/wall_attach.php:90 +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:90 +msgid "Or - did you try to upload an empty file?" +msgstr "Oder - hast du versucht, eine leere Datei hochzuladen?" + +#: mod/wall_attach.php:101 +#, 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:116 +msgid "File upload failed." +msgstr "Hochladen der Datei fehlgeschlagen." + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "Konnte den Originalbeitrag nicht finden." + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "Leerer Beitrag wurde verworfen." + +#: mod/item.php:804 +#, 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:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "Du kannst sie online unter %s besuchen" + +#: mod/item.php:807 +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:811 +#, php-format +msgid "%s posted an update." +msgstr "%s hat ein Update veröffentlicht." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Beitrag erfolgreich veröffentlicht." + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Konto freigegeben." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrierung für %s wurde zurückgezogen" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Bitte melde dich an." + +#: mod/match.php:49 +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:135 +msgid "Profile Match" +msgstr "Profilübereinstimmungen" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "Wichtige Daten fehlen!" + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich." + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "E-Mail Einstellungen bearbeitet." + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Features aktualisiert" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "Das gewählte Theme ist nicht verfügbar" + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "Fehler beim Hochladen der Kontakt CSV Datei" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "Kontakte wurden importiert." + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet." + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "Die Passwörter stimmen nicht überein." + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "Passwort unverändert." + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr " Bitte verwende einen kürzeren Namen." + +#: mod/settings.php:534 +msgid " Name too short." +msgstr " Name ist zu kurz." + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "Ungültige E-Mail-Adresse." + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "Ändern der E-Mail nicht möglich. " + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt." + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte." + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "Einstellungen aktualisiert." + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "Programm hinzufügen" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "Consumer Key" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "Consumer Secret" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "Umleiten" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "Icon URL" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "Du kannst dieses Programm nicht bearbeiten." + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "Verbundene Programme" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "Anwenderschlüssel beginnt mit" + +#: mod/settings.php:733 +msgid "No name" +msgstr "Kein Name" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "Autorisierung entziehen" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "Keine Addon-Einstellungen konfiguriert" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "Addon Einstellungen" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "Zusätzliche Features" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "eingeschaltet" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "ausgeschaltet" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Eingebaute Unterstützung für Verbindungen zu %s ist %s" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "Zugriff auf E-Mails für diese Seite deaktiviert." + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "Keine" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "Allgemeine Einstellungen zu Sozialen Medien" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Ausschließlich Unterhaltungen von meinen Kontakten anzeigen" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "Wenn neue Kommentare empfangen werden führt das System eine Vervollständigung der Unterhaltung durch. Die hat den Nebeneffekt, dass Unterhaltungen in denen einer deiner Kontakte kommentiert haben, die aber nicht von einem deiner Kontakte begonnen wurden in deinem Netzwerk-Stream angezeigt werden können. Diese Option unterbindet dieses Verhalten. Ist sie aktiviert, wirst du ausschließlich die Unterhaltungen angezeigt bekommen, die von deinen Kontakten begonnen wurden." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Inhaltswarnung ausschalten" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Benutzer in Netzwerken wie Mastodon oder Pleroma können ein Inhaltswarnfeld einstellen, das ihren Beitrag standardmäßig ausblendet. Dies deaktiviert das automatische Zusammenklappen und setzt die Inhaltswarnung als Beitragstitel. Beeinflusst keine anderen Inhaltsfilterungen, die du eventuell eingerichtet hast." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Intelligentes Link-Kürzen ausschalten" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Normalerweise versucht das System, den besten Link zu finden, um ihn zu gekürzten Postings hinzuzufügen. Wird diese Option ausgewählt, wird stets ein Link auf die originale Friendica-Nachricht beigefügt." + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "Link Titel hinzufügen" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "Ist dies aktiviert, wird der Titel von angehangenen Links bei Beiträgen nach Diaspora* angefügt. Dies ist vorallem bei Entfernten Konten nützlich die Beiträge von Feeds weiterleiten." + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatisch allen GNU Social (OStatus) Followern/Erwähnern folgen" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Wenn du eine Nachricht eines unbekannten OStatus-Nutzers bekommst, entscheidet diese Option, wie diese behandelt werden soll. Ist die Option aktiviert, wird ein neuer Kontakt für den Verfasser erstellt,." + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "Voreingestellte Gruppe für OStatus-Kontakte" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "Dein alter GNU Social-Account" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Wenn du deinen alten GNU Social/Statusnet-Account-Namen hier angibst (Format name@domain.tld), werden deine Kontakte automatisch hinzugefügt. Dieses Feld wird geleert, wenn die Kontakte hinzugefügt wurden." + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "OStatus-Abonnements reparieren" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "E-Mail/Postfach-Einstellungen" + +#: mod/settings.php:863 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an." + +#: mod/settings.php:864 +msgid "Last successful email check:" +msgstr "Letzter erfolgreicher E-Mail-Check" + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "IMAP-Server-Name:" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "IMAP-Port:" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "Sicherheit:" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "E-Mail-Login-Name:" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "E-Mail-Passwort:" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "Reply-to Adresse:" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "Sende öffentliche Beiträge an alle E-Mail-Kontakte:" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "Aktion nach Import:" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "In einen Ordner verschieben" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "In diesen Ordner verschieben:" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Nicht unterstützt)" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "Anzeige-Einstellungen" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "Theme:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "Mobiles Theme" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "Warnung vor unsicheren Netzwerken unterdrücken" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Soll das System Warnungen unterdrücken, die angezeigt werden, weil von dir eingerichtete Kontakt-Gruppen Accounts aus Netzwerken beinhalten, die keine nicht öffentlichen Beiträge empfangen können." + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "Browser alle xx Sekunden aktualisieren" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum sind 10 Sekunden. Gib -1 ein, um abzuschalten." + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: " + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "Maximal 100 Beiträge" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "Keine Smileys anzeigen" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "Kalender" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "Wochenbeginn:" + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "Info-Popups nicht anzeigen" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "Endloses Scrollen" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatische Updates nur, wenn du oben auf der Netzwerkseite bist." + +#: mod/settings.php:969 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "Wenn dies deaktiviert ist, wird die Netzwerk-Seite aktualisiert, wann immer neue Beiträge eintreffen, egal an welcher Stelle gerade gelesen wird." + +#: mod/settings.php:970 +msgid "Bandwidth Saver Mode" +msgstr "Bandbreiten-Spar-Modus" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "Wenn aktiviert, wird der eingebettete Inhalt nicht automatisch aktualisiert. In diesem Fall Seite bitte neu laden." + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "Intelligentes Threading deaktivieren" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen aus." + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "Allgemeine Theme-Einstellungen" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "Benutzerdefinierte Theme-Einstellungen" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "Einstellungen zum Inhalt" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Konnte dein Profil nicht finden. Bitte kontaktiere den Admin." + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "Kontenarten" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "Unterarten der persönlichen Seite" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "Unterarten des Gemeinschaftsforums" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "Konto für ein persönliches Profil." + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Konto für eine Organisation, das Kontaktanfragen automatisch als \"Follower\" annimmt." + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Konto für einen Feedspiegel, das Kontaktanfragen automatisch als \"Follower\" annimmt." + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "Konto für Diskussionsforen. " + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Konto für ein normales, persönliches Profil. Kontaktanfragen müssen manuell als \"Friend\" oder \"Follower\" bestätigt werden." + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Konto für ein öffentliches Profil, das Kontaktanfragen automatisch als \"Follower\" annimmt." + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "Bestätigt alle Kontaktanfragen automatisch." + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Konto für ein gefragtes Profil, das Kontaktanfragen automatisch als \"Friend\" annimmt." + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "Privates Forum [Versuchsstadium]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "Kontaktanfragen müssen manuell bestätigt werden." + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID." + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?" + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein." + +#: mod/settings.php:1096 +msgid "Publish your default profile in the global social directory?" +msgstr "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?" + +#: mod/settings.php:1096 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Dein Profil wird in den globalen Friendica-Verzeichnissen (z.B. %s) veröffentlicht. Dein Profil wird öffentlich auffindbar sein." + +#: mod/settings.php:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "Diese Einstellung bestimmt auch, ob Friendica Suchmaschinen mitteilt, dass das Profil indiziert werden darf oder nicht. Ob sich Suchmaschinen von Drittanbietern daran halten, kann Friendica nicht beeinflussen." + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Die Liste deiner Kontakte wird nicht in deinem Standard-Profil angezeigt werden. Du kannst für jedes weitere Profil diese Entscheidung separat einstellen." + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" + +#: mod/settings.php:1107 +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 "Anonyme Besucher deines Profils werden ausschließlich dein Profilbild, deinen Namen sowie deinen Spitznamen sehen. Deine öffentlichen Beiträge und Kommentare werden weiterhin sichtbar sein." + +#: mod/settings.php:1111 +msgid "Allow friends to post to your profile page?" +msgstr "Dürfen deine Kontakte auf deine Pinnwand schreiben?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Deine Kontakte können Beiträge auf deiner Pinnwand hinterlassen. Diese werden an deine Kontakte verteilt." + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen." + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "Wenn du magst, kann Friendica dich neuen Mitgliedern als Kontakt vorschlagen." + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "Dürfen dir Unbekannte private Nachrichten schicken?" + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Nutzer des Friendica Netzwerks können dir private Nachrichten senden, selbst wenn sie nicht in deine Kontaktliste sind." + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "Profil ist nicht veröffentlicht." + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Die Adresse deines Profils lautet '%s' oder '%s'." + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:" + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Wenn leer, verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht." + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "Erweiterte Verfallseinstellungen" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "Erweitertes Verfallen" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "Beiträge verfallen lassen:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "Persönliche Notizen verfallen lassen:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "Markierte Beiträge verfallen lassen:" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "Fotos verfallen lassen:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "Nur Beiträge anderer verfallen:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "Kontoeinstellungen" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "Passwort-Einstellungen" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Erlaubte Zeichen sind a-z, A-Z, 0-9 und Sonderzeichen, abgesehen von Leerzeichen, Doppelpunkten (:) und akzentuierten Buchstaben." + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "Lass die Passwort-Felder leer, außer du willst das Passwort ändern" + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "Aktuelles Passwort:" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "Dein aktuelles Passwort um die Änderungen zu bestätigen" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "Passwort:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "OpenID URL löschen" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "Grundeinstellungen" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "E-Mail-Adresse:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "Deine Zeitzone:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "Deine Sprache:" + +#: mod/settings.php:1198 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Wähle die Sprache, in der wir dir die Friendica-Oberfläche präsentieren sollen und dir E-Mail schicken" + +#: mod/settings.php:1199 +msgid "Default Post Location:" +msgstr "Standardstandort:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "Standort des Browsers verwenden:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "Sicherheits- und Privatsphäre-Einstellungen" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximale Anzahl von Kontaktanfragen/Tag:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "(um SPAM zu vermeiden)" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "Standard-Zugriffsrechte für Beiträge" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "(klicke zum Öffnen/Schließen)" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "Privater Standardbeitrag" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "Öffentlicher Standardbeitrag" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "Standardberechtigungen für neue Beiträge" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "Benachrichtigungseinstellungen" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "Benachrichtigungs-E-Mail senden, wenn:" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "– du eine Kontaktanfrage erhältst" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "– eine Deiner Kontaktanfragen akzeptiert wurde" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "– jemand etwas auf Deine Pinnwand schreibt" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "– jemand auch einen Kommentar verfasst" + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "– du eine private Nachricht erhältst" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "– du eine Empfehlung erhältst" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "– du in einem Beitrag erwähnt wirst" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "– du von jemandem angestupst oder sonstwie behandelt wirst" + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "Desktop-Benachrichtigungen einschalten" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "Desktop-Benachrichtigungen einschalten" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "Benachrichtigungs-E-Mail als Rein-Text." + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "Sende Benachrichtigungs-E-Mail als Rein-Text - ohne HTML-Teil" + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "Detaillierte Benachrichtigungen anzeigen" + +#: mod/settings.php:1256 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "Normalerweise werden alle Benachrichtigungen zu einem Thema in einer einzigen Benachrichtigung zusammengefasst. Wenn diese Option aktiviert ist, wird jede Benachrichtigung einzeln angezeigt." + +#: mod/settings.php:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "Erweiterte Konto-/Seitentyp-Einstellungen" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "Verhalten dieses Kontos in bestimmten Situationen:" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "Kontakte Importieren" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "Lade eine CSV Datei hoch, die das Handle der Kontakte deines alten Nutzerkontos in der ersten Spalte enthält." + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "Datei hochladen" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "Umziehen" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Wenn du dein Profil von einem anderen Server umgezogen hast und einige deiner Kontakte deine Beiträge nicht erhalten, verwende diesen Button." + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "Umzugsbenachrichtigung erneut an Kontakte senden" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "Kontaktvorschlag erfolgreich ignoriert." + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal." + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "Möchtest du wirklich diese Empfehlung löschen?" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "Ignorieren/Verbergen" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde." + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "Antwort der Gegenstelle unverständlich." + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "Unerwartete Antwort der Gegenstelle: " + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "Bestätigung erfolgreich abgeschlossen." + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal." + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "Kontaktanfrage schlug fehl oder wurde zurückgezogen." + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "Gegenstelle meldet: " + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "Für '%s' wurde kein Nutzer gefunden" + +#: mod/dfrn_confirm.php:385 +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:396 +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:412 +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:426 +#, 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:442 +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:453 +msgid "Unable to set your contact credentials on our system." +msgstr "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden." + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "Die Updates für dein Profil konnten nicht gespeichert werden" + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "Gelöschter Nutzeraccount" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "Ein Nutzer deiner Friendica-Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass dessen Daten aus deinen Backups entfernt werden." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "Die ID des Users lautet %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Konto löschen" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Bitte gib dein Passwort zur Verifikation ein:" + +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "Pinnwand-Bilder" + +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "Beitrag nicht gefunden" + +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "Beitrag bearbeiten" + +#: mod/editpost.php:78 +msgid "web link" +msgstr "Weblink" + +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "Video-Adresse einfügen" + +#: mod/editpost.php:80 +msgid "video link" +msgstr "Video-Link" + +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "Audio-Adresse einfügen" + +#: mod/editpost.php:82 +msgid "audio link" +msgstr "Audio-Link" + +#: mod/subthread.php:107 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s folgt %2$s %3$s" + +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "Konnte die Kontaktinformationen nicht finden." + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "Möchtest du diese Nachricht wirklich löschen?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "Unterhaltung nicht gefunden." + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "Nachricht gelöscht." + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "Unterhaltung gelöscht." + +#: mod/message.php:289 +msgid "No messages." +msgstr "Keine Nachrichten." + +#: mod/message.php:352 +msgid "Message not available." +msgstr "Nachricht nicht verfügbar." + +#: mod/message.php:406 +msgid "Delete message" +msgstr "Nachricht löschen" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" +msgstr "D, d. M Y - H:i" + +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "Unterhaltung löschen" + +#: mod/message.php:425 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst du auf der Profilseite des Absenders antworten." + +#: mod/message.php:429 +msgid "Send Reply" +msgstr "Antwort senden" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "Unbekannter Absender - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "Du und %s" + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%s und du" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d Nachricht" +msgstr[1] "%d Nachrichten" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Erneuern der OStatus-Abonements" + +#: mod/hcard.php:21 +msgid "No profile" +msgstr "Kein Profil" + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Zugriff verweigert" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Ungültiger Profil-Bezeichner." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Editor für die Profil-Sichtbarkeit" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Sichtbar für" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "Alle Kontakte (mit gesichertem Profilzugriff)" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Tag(s) entfernt" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Gegenstands-Tag entfernen" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Wähle ein Tag zum Entfernen aus: " + +#: mod/videos.php:120 +msgid "No videos selected" +msgstr "Keine Videos ausgewählt" + +#: mod/videos.php:253 +msgid "Recent Videos" +msgstr "Neueste Videos" + +#: mod/videos.php:255 +msgid "Upload New Videos" +msgstr "Neues Video hochladen" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index c5be9eb4fd..4bf0087eae 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -6,11 +6,6 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Item not found."] = "Beitrag nicht gefunden."; -$a->strings["Do you really want to delete this item?"] = "Möchtest du wirklich dieses Item löschen?"; -$a->strings["Yes"] = "Ja"; -$a->strings["Cancel"] = "Abbrechen"; -$a->strings["Permission denied."] = "Zugriff verweigert."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen.", 1 => "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.", @@ -21,6 +16,69 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."; $a->strings["Profile Photos"] = "Profilbilder"; +$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung"; +$a->strings["Thank You,"] = "Danke,"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; +$a->strings["%s Administrator"] = "der Administrator von %s"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten auf %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat dir eine neue, private Nachricht auf %2\$s geschickt."; +$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 erwähnte dich in [url=%2\$s] einem %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 erwähnte 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 erwähnte dich auf [url=%2\$s]deinem %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 erwähnte dich im [url=%2\$s]eigenen %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s kommentierte den [url=%2\$s]eigenen %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 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]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat dich angestupst"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat dich auf %2\$s angestupst"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat dich angestupst[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten."; +$a->strings["You may visit their profile at %s"] = "Hier kannst du das Profil betrachten: %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit dir"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit dir auf %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica-Benachrichtigung] Du hast einen neuen Kontakt"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten."; +$a->strings["Name:"] = "Name:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf %2\$s bestätigt"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und E-Mails ohne Einschränkungen austauschen."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn du Änderungen an eurer Beziehung vornehmen willst."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' 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."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn du Änderungen an eurer Beziehung vornehmen willst."; +$a->strings["[Friendica System Notify]"] = "[Friendica-Systembenachrichtigung]"; +$a->strings["registration request"] = "Registrierungsanfrage"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten."; +$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Kompletter Name: %s\nURL der Seite: %s\nLogin Name: %s(%s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s, um die Anfrage zu bearbeiten."; $a->strings["event"] = "Veranstaltung"; $a->strings["status"] = "Status"; $a->strings["photo"] = "Foto"; @@ -113,6 +171,7 @@ $a->strings["Permission settings"] = "Berechtigungseinstellungen"; $a->strings["permissions"] = "Zugriffsrechte"; $a->strings["Public post"] = "Öffentlicher Beitrag"; $a->strings["Preview"] = "Vorschau"; +$a->strings["Cancel"] = "Abbrechen"; $a->strings["Post to Groups"] = "Poste an Gruppe"; $a->strings["Post to Contacts"] = "Poste an Kontakte"; $a->strings["Private post"] = "Privater Beitrag"; @@ -135,822 +194,39 @@ $a->strings["Undecided"] = [ 0 => "Unentschieden", 1 => "Unentschieden", ]; -$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung"; -$a->strings["Thank You,"] = "Danke,"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["%s Administrator"] = "der Administrator von %s"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten auf %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat dir eine neue, private Nachricht auf %2\$s geschickt."; -$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 erwähnte dich in [url=%2\$s] einem %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 erwähnte 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 erwähnte dich auf [url=%2\$s]deinem %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 erwähnte dich im [url=%2\$s]eigenen %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s kommentierte den [url=%2\$s]eigenen %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 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]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat dich angestupst"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat dich auf %2\$s angestupst"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat dich angestupst[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten."; -$a->strings["You may visit their profile at %s"] = "Hier kannst du das Profil betrachten: %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit dir"; -$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit dir auf %2\$s"; -$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica-Benachrichtigung] Du hast einen neuen Kontakt"; -$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s"; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten."; -$a->strings["Name:"] = "Name:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."; -$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf %2\$s bestätigt"; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert."; -$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und E-Mails ohne Einschränkungen austauschen."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn du Änderungen an eurer Beziehung vornehmen willst."; -$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' 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."; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn du Änderungen an eurer Beziehung vornehmen willst."; -$a->strings["[Friendica System Notify]"] = "[Friendica-Systembenachrichtigung]"; -$a->strings["registration request"] = "Registrierungsanfrage"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten"; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten."; -$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Kompletter Name: %s\nURL der Seite: %s\nLogin Name: %s(%s)"; -$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s, um die Anfrage zu bearbeiten."; -$a->strings["Authorize application connection"] = "Verbindung der Applikation autorisieren"; -$a->strings["Return to your app and insert this Securty Code:"] = "Gehe zu Deiner Anwendung zurück und trage dort folgenden Sicherheitscode ein:"; -$a->strings["Please login to continue."] = "Bitte melde dich an, um fortzufahren."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest du dieser Anwendung den Zugriff auf Deine Beiträge und Kontakte sowie das Erstellen neuer Beiträge in Deinem Namen gestatten?"; -$a->strings["No"] = "Nein"; -$a->strings["Parent user not found."] = "Verwalter nicht gefunden."; -$a->strings["No parent user"] = "Kein Verwalter"; -$a->strings["Parent Password:"] = "Passwort des Verwalters"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Bitte gib das Passwort des Verwalters ein, um deine Anfrage zu bestätigen."; -$a->strings["Parent User"] = "Verwalter"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern."; -$a->strings["Save Settings"] = "Einstellungen speichern"; -$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite"; -$a->strings["Delegates"] = "Bevollmächtigte"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem du nicht absolut vertraust!"; -$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite"; -$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte"; -$a->strings["Remove"] = "Entfernen"; -$a->strings["Add"] = "Hinzufügen"; -$a->strings["No entries."] = "Keine Einträge."; -$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht."; -$a->strings["Subscribing to OStatus contacts"] = "OStatus-Kontakten folgen"; -$a->strings["No contact provided."] = "Keine Kontakte gefunden."; -$a->strings["Couldn't fetch information for contact."] = "Konnte die Kontaktinformationen nicht einholen."; -$a->strings["Couldn't fetch friends for contact."] = "Konnte die Kontaktliste des Kontakts nicht abfragen."; -$a->strings["Done"] = "Erledigt"; -$a->strings["success"] = "Erfolg"; -$a->strings["failed"] = "Fehlgeschlagen"; -$a->strings["ignored"] = "Ignoriert"; -$a->strings["Keep this window open until done."] = "Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist."; -$a->strings["Permission denied"] = "Zugriff verweigert"; -$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner."; -$a->strings["Profile Visibility Editor"] = "Editor für die Profil-Sichtbarkeit"; -$a->strings["Profile"] = "Profil"; -$a->strings["Click on a contact to add or remove."] = "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen"; -$a->strings["Visible To"] = "Sichtbar für"; -$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit gesichertem Profilzugriff)"; -$a->strings["Account approved."] = "Konto freigegeben."; -$a->strings["Registration revoked for %s"] = "Registrierung für %s wurde zurückgezogen"; -$a->strings["Please login."] = "Bitte melde dich an."; -$a->strings["User deleted their account"] = "Gelöschter Nutzeraccount"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Ein Nutzer deiner Friendica-Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass dessen Daten aus deinen Backups entfernt werden."; -$a->strings["The user id is %d"] = "Die ID des Users lautet %d"; -$a->strings["Remove My Account"] = "Konto löschen"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."; -$a->strings["Please enter your password for verification:"] = "Bitte gib dein Passwort zur Verifikation ein:"; -$a->strings["Resubscribing to OStatus contacts"] = "Erneuern der OStatus-Abonements"; -$a->strings["Error"] = [ - 0 => "Fehler", - 1 => "Fehler", -]; -$a->strings["Tag(s) removed"] = "Tag(s) entfernt"; -$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen"; -$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: "; -$a->strings["User imports on closed servers can only be done by an administrator."] = "Auf geschlossenen Servern können ausschließlich die Administratoren Benutzerkonten importieren."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal."; -$a->strings["Import"] = "Import"; -$a->strings["Move account"] = "Account umziehen"; -$a->strings["You can import an account from another Friendica server."] = "Du kannst einen Account von einem anderen Friendica Server importieren."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen, deine Kontakte darüber zu informieren, dass du hierher umgezogen bist."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus-Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren"; -$a->strings["Account file"] = "Account-Datei"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\""; -$a->strings["You aren't following this contact."] = "Du folgst diesem Kontakt."; -$a->strings["Unfollowing is currently not supported by your network."] = "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt."; -$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt"; -$a->strings["Disconnect/Unfollow"] = "Verbindung lösen/Nicht mehr folgen"; -$a->strings["Your Identity Address:"] = "Adresse Deines Profils:"; -$a->strings["Submit Request"] = "Anfrage abschicken"; -$a->strings["Profile URL"] = "Profil URL"; -$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge"; -$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"; -$a->strings["Invalid request."] = "Ungültige Anfrage"; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Entschuldige, die Datei scheint größer zu sein, als es die PHP-Konfiguration erlaubt."; -$a->strings["Or - did you try to upload an empty file?"] = "Oder - hast du versucht, eine leere Datei hochzuladen?"; -$a->strings["File exceeds size limit of %s"] = "Die Datei ist größer als das erlaubte Limit von %s"; -$a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen."; -$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s"; -$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten."; -$a->strings["Wall Photos"] = "Pinnwand-Bilder"; -$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximale Anzahl der täglichen Pinnwand-Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen."; -$a->strings["No recipient selected."] = "Kein Empfänger gewählt."; -$a->strings["Unable to check your home location."] = "Konnte Deinen Heimatort nicht bestimmen."; -$a->strings["Message could not be sent."] = "Nachricht konnte nicht gesendet werden."; -$a->strings["Message collection failure."] = "Konnte Nachrichten nicht abrufen."; -$a->strings["Message sent."] = "Nachricht gesendet."; -$a->strings["No recipient."] = "Kein Empfänger."; -$a->strings["Please enter a link URL:"] = "Bitte gib die URL des Links ein:"; -$a->strings["Send Private Message"] = "Private Nachricht senden"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern."; -$a->strings["To:"] = "An:"; -$a->strings["Subject:"] = "Betreff:"; -$a->strings["Your message:"] = "Deine Nachricht:"; -$a->strings["Insert web link"] = "Einen Link einfügen"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu."; -$a->strings["Connect"] = "Verbinden"; -$a->strings["first"] = "erste"; -$a->strings["next"] = "nächste"; -$a->strings["No matches"] = "Keine Übereinstimmungen"; -$a->strings["Profile Match"] = "Profilübereinstimmungen"; -$a->strings["Profile not found."] = "Profil nicht gefunden."; -$a->strings["Profile deleted."] = "Profil gelöscht."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Neues Profil angelegt."; -$a->strings["Profile unavailable to clone."] = "Profil nicht zum Duplizieren verfügbar."; -$a->strings["Profile Name is required."] = "Profilname ist erforderlich."; -$a->strings["Marital Status"] = "Familienstand"; -$a->strings["Romantic Partner"] = "Romanze"; -$a->strings["Work/Employment"] = "Arbeit / Beschäftigung"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Politische Ansichten"; -$a->strings["Gender"] = "Geschlecht"; -$a->strings["Sexual Preference"] = "Sexuelle Vorlieben"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Webseite"; -$a->strings["Interests"] = "Interessen"; -$a->strings["Address"] = "Adresse"; -$a->strings["Location"] = "Wohnort"; -$a->strings["Profile updated."] = "Profil aktualisiert."; -$a->strings["Hide contacts and friends:"] = "Kontakte und Freunde verbergen"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Liste der Kontakte vor Betrachtern dieses Profils verbergen?"; -$a->strings["Show more profile fields:"] = "Zeige mehr Profil-Felder:"; -$a->strings["Profile Actions"] = "Profilaktionen"; -$a->strings["Edit Profile Details"] = "Profil bearbeiten"; -$a->strings["Submit"] = "Senden"; -$a->strings["Change Profile Photo"] = "Profilbild ändern"; -$a->strings["View this profile"] = "Dieses Profil anzeigen"; -$a->strings["View all profiles"] = "Alle Profile anzeigen"; -$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten"; -$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen verwenden"; -$a->strings["Clone this profile"] = "Dieses Profil duplizieren"; -$a->strings["Delete this profile"] = "Dieses Profil löschen"; -$a->strings["Basic information"] = "Grundinformationen"; -$a->strings["Profile picture"] = "Profilbild"; -$a->strings["Preferences"] = "Vorlieben"; -$a->strings["Status information"] = "Status-Informationen"; -$a->strings["Additional information"] = "Zusätzliche Informationen"; -$a->strings["Personal"] = "Persönlich"; -$a->strings["Relation"] = "Beziehung"; -$a->strings["Miscellaneous"] = "Verschiedenes"; -$a->strings["Upload Profile Photo"] = "Profilbild hochladen"; -$a->strings["Your Gender:"] = "Dein Geschlecht:"; -$a->strings[" Marital Status:"] = " Beziehungsstatus:"; -$a->strings["Sexual Preference:"] = "Sexuelle Vorlieben:"; -$a->strings["Example: fishing photography software"] = "Beispiel: Fischen Fotografie Software"; -$a->strings["Profile Name:"] = "Profilname:"; -$a->strings["Required"] = "Benötigt"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dies ist dein öffentliches Profil.
Es könnte für jeden Nutzer des Internets sichtbar sein."; -$a->strings["Your Full Name:"] = "Dein kompletter Name:"; -$a->strings["Title/Description:"] = "Titel/Beschreibung:"; -$a->strings["Street Address:"] = "Adresse:"; -$a->strings["Locality/City:"] = "Wohnort:"; -$a->strings["Region/State:"] = "Region/Bundesstaat:"; -$a->strings["Postal/Zip Code:"] = "Postleitzahl:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Age: "] = "Alter: "; -$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Seit [Datum]:"; -$a->strings["Tell us about yourself..."] = "Erzähle uns ein bisschen von dir …"; -$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) Adresse"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können."; -$a->strings["Homepage URL:"] = "Adresse der Homepage:"; -$a->strings["Hometown:"] = "Heimatort:"; -$a->strings["Political Views:"] = "Politische Ansichten:"; -$a->strings["Religious Views:"] = "Religiöse Ansichten:"; -$a->strings["Public Keywords:"] = "Öffentliche Schlüsselwörter:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)"; -$a->strings["Private Keywords:"] = "Private Schlüsselwörter:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"; -$a->strings["Likes:"] = "Likes:"; -$a->strings["Dislikes:"] = "Dislikes:"; -$a->strings["Musical interests"] = "Musikalische Interessen"; -$a->strings["Books, literature"] = "Bücher, Literatur"; -$a->strings["Television"] = "Fernsehen"; -$a->strings["Film/dance/culture/entertainment"] = "Filme/Tänze/Kultur/Unterhaltung"; -$a->strings["Hobbies/Interests"] = "Hobbies/Interessen"; -$a->strings["Love/romance"] = "Liebe/Romantik"; -$a->strings["Work/employment"] = "Arbeit/Anstellung"; -$a->strings["School/education"] = "Schule/Ausbildung"; -$a->strings["Contact information and Social Networks"] = "Kontaktinformationen und Soziale Netzwerke"; -$a->strings["Profile Image"] = "Profilbild"; -$a->strings["visible to everybody"] = "sichtbar für jeden"; -$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile"; -$a->strings["Change profile photo"] = "Profilbild ändern"; -$a->strings["Create New Profile"] = "Neues Profil anlegen"; -$a->strings["Access denied."] = "Zugriff verweigert."; -$a->strings["Access to this profile has been restricted."] = "Der Zugriff zu diesem Profil wurde eingeschränkt."; -$a->strings["Events"] = "Veranstaltungen"; -$a->strings["View"] = "Ansehen"; -$a->strings["Previous"] = "Vorherige"; -$a->strings["Next"] = "Nächste"; -$a->strings["today"] = "Heute"; -$a->strings["month"] = "Monat"; -$a->strings["week"] = "Woche"; -$a->strings["day"] = "Tag"; -$a->strings["list"] = "Liste"; -$a->strings["User not found"] = "Nutzer nicht gefunden"; -$a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt."; -$a->strings["No exportable data found"] = "Keine exportierbaren Daten gefunden"; -$a->strings["calendar"] = "Kalender"; -$a->strings["No contacts in common."] = "Keine gemeinsamen Kontakte."; -$a->strings["Common Friends"] = "Gemeinsame Kontakte"; -$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert."; -$a->strings["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar."; -$a->strings["Not available."] = "Nicht verfügbar."; -$a->strings["Local Community"] = "Lokale Gemeinschaft"; -$a->strings["Posts from local users on this server"] = "Beiträge von Nutzern dieses Servers"; -$a->strings["Global Community"] = "Globale Gemeinschaft"; -$a->strings["Posts from users of the whole federated network"] = "Beiträge von Nutzern des gesamten föderalen Netzwerks"; -$a->strings["No results."] = "Keine Ergebnisse."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers."; -$a->strings["Contact settings applied."] = "Einstellungen zum Kontakt angewandt."; -$a->strings["Contact update failed."] = "Konnte den Kontakt nicht aktualisieren."; -$a->strings["Contact not found."] = "Kontakt nicht gefunden."; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ACHTUNG: Das sind Experten-Einstellungen! Wenn du etwas Falsches eingibst, funktioniert die Kommunikation mit diesem Kontakt evtl. nicht mehr."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Bitte nutze den Zurück-Button Deines Browsers jetzt, wenn du dir unsicher bist, was du tun willst."; -$a->strings["No mirroring"] = "Kein Spiegeln"; -$a->strings["Mirror as forwarded posting"] = "Spiegeln als weitergeleitete Beiträge"; -$a->strings["Mirror as my own posting"] = "Spiegeln als meine eigenen Beiträge"; -$a->strings["Return to contact editor"] = "Zurück zum Kontakteditor"; -$a->strings["Refetch contact data"] = "Kontaktdaten neu laden"; -$a->strings["Remote Self"] = "Entfernte Konten"; -$a->strings["Mirror postings from this contact"] = "Spiegle Beiträge dieses Kontakts"; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica, alle Top-Level Beiträge dieses Kontakts an all Deine Kontakte zu senden (spiegeln)."; -$a->strings["Name"] = "Name"; -$a->strings["Account Nickname"] = "Konto-Spitzname"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - überschreibt Name/Spitzname"; -$a->strings["Account URL"] = "Konto-URL"; -$a->strings["Account URL Alias"] = "Konto URL Alias"; -$a->strings["Friend Request URL"] = "URL für Kontaktschaftsanfragen"; -$a->strings["Friend Confirm URL"] = "URL für Bestätigungen von Kontaktanfragen"; -$a->strings["Notification Endpoint URL"] = "URL-Endpunkt für Benachrichtigungen"; -$a->strings["Poll/Feed URL"] = "Pull/Feed-URL"; -$a->strings["New photo from this URL"] = "Neues Foto von dieser URL"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde."; -$a->strings["Response from remote site was not understood."] = "Antwort der Gegenstelle unverständlich."; -$a->strings["Unexpected response from remote site: "] = "Unerwartete Antwort der Gegenstelle: "; -$a->strings["Confirmation completed successfully."] = "Bestätigung erfolgreich abgeschlossen."; -$a->strings["Temporary failure. Please wait and try again."] = "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal."; -$a->strings["Introduction failed or was revoked."] = "Kontaktanfrage schlug fehl oder wurde zurückgezogen."; -$a->strings["Remote site reported: "] = "Gegenstelle meldet: "; -$a->strings["No user record found for '%s' "] = "Für '%s' wurde kein Nutzer gefunden"; -$a->strings["Our site encryption key is apparently messed up."] = "Der Verschlüsselungsschlüssel unserer Seite ist anscheinend nicht in Ordnung."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Leere URL für die Seite erhalten oder die URL konnte nicht entschlüsselt werden."; -$a->strings["Contact record was not found for you on our site."] = "Für diesen Kontakt wurde auf unserer Seite kein Eintrag gefunden."; -$a->strings["Site public key not available in contact record for URL %s."] = "Die Kontaktdaten für URL %s enthalten keinen Public Key für den Server."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Die ID, die uns dein System angeboten hat, ist hier bereits vergeben. Bitte versuche es noch einmal."; -$a->strings["Unable to set your contact credentials on our system."] = "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden."; -$a->strings["Unable to update your contact profile details on our system"] = "Die Updates für dein Profil konnten nicht gespeichert werden"; -$a->strings["[Name Withheld]"] = "[Name unterdrückt]"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen"; -$a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers an der angegebenen Profiladresse gefunden werden."; -$a->strings["Warning: profile location has no profile photo."] = "Warnung: Es gibt kein Profilbild an der angegebenen Profiladresse."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden", - 1 => "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden", -]; -$a->strings["Introduction complete."] = "Kontaktanfrage abgeschlossen."; -$a->strings["Unrecoverable protocol error."] = "Nicht behebbarer Protokollfehler."; -$a->strings["Profile unavailable."] = "Profil nicht verfügbar."; -$a->strings["%s has received too many connection requests today."] = "%s hat heute zu viele Kontaktanfragen erhalten."; -$a->strings["Spam protection measures have been invoked."] = "Maßnahmen zum Spamschutz wurden ergriffen."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen."; -$a->strings["Invalid locator"] = "Ungültiger Locator"; -$a->strings["You have already introduced yourself here."] = "Du hast dich hier bereits vorgestellt."; -$a->strings["Apparently you are already friends with %s."] = "Es scheint so, als ob du bereits mit %s in Kontakt stehst."; -$a->strings["Invalid profile URL."] = "Ungültige Profil-URL."; -$a->strings["Disallowed profile URL."] = "Nicht erlaubte Profil-URL."; -$a->strings["Blocked domain"] = "Blockierte Domain"; -$a->strings["Failed to update contact record."] = "Aktualisierung der Kontaktdaten fehlgeschlagen."; -$a->strings["Your introduction has been sent."] = "Deine Kontaktanfrage wurde gesendet."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Entferntes Abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. "; -$a->strings["Please login to confirm introduction."] = "Bitte melde dich an, um die Kontaktanfrage zu bestätigen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Momentan bist du mit einer anderen Identität angemeldet. Bitte melde dich mit diesem Profil an."; -$a->strings["Confirm"] = "Bestätigen"; -$a->strings["Hide this contact"] = "Verberge diesen Kontakt"; -$a->strings["Welcome home %s."] = "Willkommen zurück %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Bitte bestätige Deine Kontaktanfrage bei %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse Deines Profils in einem der unterstützten sozialen Netzwerke an:"; -$a->strings["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."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten."; -$a->strings["Friend/Connection Request"] = "Kontaktanfrage"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; -$a->strings["Please answer the following:"] = "Bitte beantworte folgendes:"; -$a->strings["Does %s know you?"] = "Kennt %s dich?"; -$a->strings["Add a personal note:"] = "Eine persönliche Notiz beifügen:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora-Suchleiste."; -$a->strings["Item not found"] = "Beitrag nicht gefunden"; -$a->strings["Edit post"] = "Beitrag bearbeiten"; -$a->strings["Save"] = "Speichern"; -$a->strings["web link"] = "Weblink"; -$a->strings["Insert video link"] = "Video-Adresse einfügen"; -$a->strings["video link"] = "Video-Link"; -$a->strings["Insert audio link"] = "Audio-Adresse einfügen"; -$a->strings["audio link"] = "Audio-Link"; -$a->strings["CC: email addresses"] = "Cc: E-Mail-Addressen"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Z.B.: bob@example.com, mary@example.com"; -$a->strings["Photos"] = "Bilder"; -$a->strings["Contact Photos"] = "Kontaktbilder"; -$a->strings["Upload"] = "Hochladen"; -$a->strings["Files"] = "Dateien"; -$a->strings["The contact could not be added."] = "Der Kontakt konnte nicht hinzugefügt werden."; -$a->strings["You already added this contact."] = "Du hast den Kontakt bereits hinzugefügt."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "Der Netzwerktyp wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Suggested contact not found."] = "Vorgeschlagener Kontakt wurde nicht gefunden."; -$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet."; -$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; -$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; -$a->strings["No profile"] = "Kein Profil"; -$a->strings["Remote privacy information not available."] = "Entfernte Privatsphäreneinstellungen nicht verfügbar."; -$a->strings["Visible to:"] = "Sichtbar für:"; -$a->strings["Followers"] = "Folgende"; -$a->strings["Mutuals"] = "Beidseitige Freundschaft"; -$a->strings["No valid account found."] = "Kein gültiges Konto gefunden."; -$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste deines Browsers ein.\n\nSolltest du die Anfrage NICHT gestellt haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\ndu diese Änderung angefragt hast."; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm deine Identität zu verifizieren, folge bitte diesem Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit deinem neuen Passwort erhalten. Sobald du dich\nangemeldet hast, kannst du dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."; -$a->strings["Request has expired, please make a new one."] = "Die Anfrage ist abgelaufen. Bitte stelle eine erneute."; -$a->strings["Forgot your Password?"] = "Hast du dein Passwort vergessen?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet."; -$a->strings["Nickname or Email: "] = "Spitzname oder E-Mail:"; -$a->strings["Reset"] = "Zurücksetzen"; -$a->strings["Password Reset"] = "Passwort zurücksetzen"; -$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt."; -$a->strings["Your new password is"] = "Dein neues Passwort lautet"; -$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere dein neues Passwort - und dann"; -$a->strings["click here to login"] = "hier klicken, um dich anzumelden"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Du kannst das Passwort in den Einstellungen ändern, sobald du dich erfolgreich angemeldet hast."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nHallo %1\$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere dein Passwort in eines, das du dir leicht merken kannst)."; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden."; -$a->strings["Your password has been changed at %s"] = "Auf %s wurde dein Passwort geändert"; -$a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die deine Kontoinformationen teilen oder zu denen du „Verwalten“-Befugnisse bekommen hast."; -$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: "; -$a->strings["New Message"] = "Neue Nachricht"; -$a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden."; -$a->strings["Discard"] = "Verwerfen"; -$a->strings["Messages"] = "Nachrichten"; -$a->strings["Do you really want to delete this message?"] = "Möchtest du diese Nachricht wirklich löschen?"; -$a->strings["Conversation not found."] = "Unterhaltung nicht gefunden."; -$a->strings["Message deleted."] = "Nachricht gelöscht."; -$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; -$a->strings["No messages."] = "Keine Nachrichten."; -$a->strings["Message not available."] = "Nachricht nicht verfügbar."; -$a->strings["Delete message"] = "Nachricht löschen"; -$a->strings["D, d M Y - g:i A"] = "D, d. M Y - H:i"; -$a->strings["Delete conversation"] = "Unterhaltung löschen"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst du auf der Profilseite des Absenders antworten."; -$a->strings["Send Reply"] = "Antwort senden"; -$a->strings["Unknown sender - %s"] = "Unbekannter Absender - %s"; -$a->strings["You and %s"] = "Du und %s"; -$a->strings["%s and You"] = "%s und du"; -$a->strings["%d message"] = [ - 0 => "%d Nachricht", - 1 => "%d Nachrichten", -]; -$a->strings["Remove term"] = "Begriff entfernen"; -$a->strings["Saved Searches"] = "Gespeicherte Suchen"; -$a->strings["add"] = "hinzufügen"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.", - 1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken, die keine nicht-öffentlichen Beiträge empfangen können.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."; -$a->strings["No such group"] = "Es gibt keine solche Gruppe"; -$a->strings["Group is empty"] = "Gruppe ist leer"; -$a->strings["Group: %s"] = "Gruppe: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."; -$a->strings["Invalid contact."] = "Ungültiger Kontakt."; -$a->strings["Commented Order"] = "Neueste Kommentare"; -$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren"; -$a->strings["Posted Order"] = "Neueste Beiträge"; -$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren"; -$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um dich geht"; -$a->strings["New"] = "Neue"; -$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum"; -$a->strings["Shared Links"] = "Geteilte Links"; -$a->strings["Interesting Links"] = "Interessante Links"; -$a->strings["Starred"] = "Markierte"; -$a->strings["Favourite Posts"] = "Favorisierte Beiträge"; -$a->strings["Personal Notes"] = "Persönliche Notizen"; -$a->strings["Photo Albums"] = "Fotoalben"; -$a->strings["Recent Photos"] = "Neueste Fotos"; -$a->strings["Upload New Photos"] = "Neue Fotos hochladen"; -$a->strings["everybody"] = "jeder"; -$a->strings["Contact information unavailable"] = "Kontaktinformationen nicht verfügbar"; -$a->strings["Album not found."] = "Album nicht gefunden."; -$a->strings["Album successfully deleted"] = "Album wurde erfolgreich gelöscht."; -$a->strings["Album was empty."] = "Album ist leer."; -$a->strings["a photo"] = "einem Foto"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s wurde von %3\$s in %2\$s getaggt"; -$a->strings["Image upload didn't complete, please try again"] = "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut."; -$a->strings["Image file is missing"] = "Bilddatei konnte nicht gefunden werden."; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Der Server kann derzeit keine neuen Datei-Uploads akzeptieren. Bitte kontaktiere deinen Administrator."; -$a->strings["Image file is empty."] = "Bilddatei ist leer."; -$a->strings["No photos selected"] = "Keine Bilder ausgewählt"; -$a->strings["Access to this item is restricted."] = "Zugriff zu diesem Eintrag wurde eingeschränkt."; -$a->strings["Upload Photos"] = "Bilder hochladen"; -$a->strings["New album name: "] = "Name des neuen Albums: "; -$a->strings["or select existing album:"] = "oder wähle ein bestehendes Album:"; -$a->strings["Do not show a status post for this upload"] = "Keine Status-Mitteilung für diesen Beitrag anzeigen"; -$a->strings["Permissions"] = "Berechtigungen"; -$a->strings["Show to Groups"] = "Zeige den Gruppen"; -$a->strings["Show to Contacts"] = "Zeige den Kontakten"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Möchtest du wirklich dieses Foto-Album und all seine Foto löschen?"; -$a->strings["Delete Album"] = "Album löschen"; -$a->strings["Edit Album"] = "Album bearbeiten"; -$a->strings["Drop Album"] = "Album löschen"; -$a->strings["Show Newest First"] = "Zeige neueste zuerst"; -$a->strings["Show Oldest First"] = "Zeige älteste zuerst"; -$a->strings["View Photo"] = "Foto betrachten"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein."; -$a->strings["Photo not available"] = "Foto nicht verfügbar"; -$a->strings["Do you really want to delete this photo?"] = "Möchtest du wirklich dieses Foto löschen?"; -$a->strings["Delete Photo"] = "Foto löschen"; -$a->strings["View photo"] = "Fotos ansehen"; -$a->strings["Edit photo"] = "Foto bearbeiten"; -$a->strings["Delete photo"] = "Foto löschen"; -$a->strings["Use as profile photo"] = "Als Profilbild verwenden"; -$a->strings["Private Photo"] = "Privates Foto"; -$a->strings["View Full Size"] = "Betrachte Originalgröße"; -$a->strings["Tags: "] = "Tags: "; -$a->strings["[Select tags to remove]"] = "[Zu entfernende Tags auswählen]"; -$a->strings["New album name"] = "Name des neuen Albums"; -$a->strings["Caption"] = "Bildunterschrift"; -$a->strings["Add a Tag"] = "Tag hinzufügen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Do not rotate"] = "Nicht rotieren"; -$a->strings["Rotate CW (right)"] = "Drehen US (rechts)"; -$a->strings["Rotate CCW (left)"] = "Drehen EUS (links)"; -$a->strings["I like this (toggle)"] = "Ich mag das (toggle)"; -$a->strings["I don't like this (toggle)"] = "Ich mag das nicht (toggle)"; -$a->strings["This is you"] = "Das bist du"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["Map"] = "Karte"; -$a->strings["View Album"] = "Album betrachten"; -$a->strings["{0} wants to be your friend"] = "{0} möchte mit dir in Kontakt treten"; -$a->strings["{0} requested registration"] = "{0} möchte sich registrieren"; -$a->strings["Poke/Prod"] = "Anstupsen"; -$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; -$a->strings["Recipient"] = "Empfänger"; -$a->strings["Choose what you wish to do to recipient"] = "Was willst du mit dem Empfänger machen:"; -$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; -$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl."; -$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."; -$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden"; -$a->strings["Upload File:"] = "Datei hochladen:"; -$a->strings["Select a profile:"] = "Profil auswählen:"; -$a->strings["or"] = "oder"; -$a->strings["skip this step"] = "diesen Schritt überspringen"; -$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben"; -$a->strings["Crop Image"] = "Bild zurechtschneiden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."; -$a->strings["Done Editing"] = "Bearbeitung abgeschlossen"; -$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; -$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet."; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."; -$a->strings["Search"] = "Suche"; -$a->strings["Items tagged with: %s"] = "Beiträge, die mit %s getaggt sind"; -$a->strings["Results for: %s"] = "Ergebnisse für: %s"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Kontaktvorschlag erfolgreich ignoriert."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal."; -$a->strings["Do you really want to delete this suggestion?"] = "Möchtest du wirklich diese Empfehlung löschen?"; -$a->strings["Ignore/Hide"] = "Ignorieren/Verbergen"; +$a->strings["Item not found."] = "Beitrag nicht gefunden."; +$a->strings["Do you really want to delete this item?"] = "Möchtest du wirklich dieses Item löschen?"; +$a->strings["Yes"] = "Ja"; +$a->strings["Permission denied."] = "Zugriff verweigert."; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualisiere die author-id und owner-id in der Thread Tabelle"; +$a->strings["%s: Updating post-type."] = "%s: Aktualisiere Beitrags-Typ"; +$a->strings["Community Profiles"] = "Community-Profile"; +$a->strings["Last users"] = "Letzte Nutzer"; +$a->strings["Find People"] = "Leute finden"; +$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiel: Robert Morgenstein, Angeln"; +$a->strings["Find"] = "Finde"; $a->strings["Friend Suggestions"] = "Kontaktvorschläge"; -$a->strings["Export account"] = "Account exportieren"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportiere Deine Account-Informationen und Kontakte. Verwende dies, um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen."; -$a->strings["Export all"] = "Alles exportieren"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportiere Deine Account-Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies, um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)."; -$a->strings["Export personal data"] = "Persönliche Daten exportieren"; -$a->strings["No videos selected"] = "Keine Videos ausgewählt"; -$a->strings["View Video"] = "Video ansehen"; -$a->strings["Recent Videos"] = "Neueste Videos"; -$a->strings["Upload New Videos"] = "Neues Video hochladen"; -$a->strings["The requested item doesn't exist or has been deleted."] = "Der angeforderte Beitrag existiert nicht oder wurde gelöscht."; -$a->strings["The feed for this item is unavailable."] = "Der Feed für diesen Beitrag ist nicht verfügbar."; -$a->strings["Event can not end before it has started."] = "Die Veranstaltung kann nicht enden, bevor sie beginnt."; -$a->strings["Event title and start time are required."] = "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden."; -$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; -$a->strings["Event details"] = "Veranstaltungsdetails"; -$a->strings["Starting date and Title are required."] = "Anfangszeitpunkt und Titel werden benötigt"; -$a->strings["Event Starts:"] = "Veranstaltungsbeginn:"; -$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant"; -$a->strings["Event Finishes:"] = "Veranstaltungsende:"; -$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen"; -$a->strings["Description:"] = "Beschreibung"; -$a->strings["Location:"] = "Ort:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Veranstaltung teilen"; -$a->strings["Basic"] = "Allgemein"; -$a->strings["Advanced"] = "Erweitert"; -$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen"; -$a->strings["Event removed"] = "Veranstaltung enfternt"; -$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden."; -$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."; -$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem du auf diese Nachricht antwortest."; -$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht."; -$a->strings["Invalid request identifier."] = "Invalid request identifier."; -$a->strings["Notifications"] = "Benachrichtigungen"; -$a->strings["Network Notifications"] = "Netzwerkbenachrichtigungen"; -$a->strings["System Notifications"] = "Systembenachrichtigungen"; -$a->strings["Personal Notifications"] = "Persönliche Benachrichtigungen"; -$a->strings["Home Notifications"] = "Pinnwandbenachrichtigungen"; -$a->strings["Show unread"] = "Ungelesene anzeigen"; -$a->strings["Show all"] = "Alle anzeigen"; -$a->strings["Show Ignored Requests"] = "Zeige ignorierte Anfragen"; -$a->strings["Hide Ignored Requests"] = "Verberge ignorierte Anfragen"; -$a->strings["Notification type:"] = "Art der Benachrichtigung:"; -$a->strings["Suggested by:"] = "Vorgeschlagen von:"; -$a->strings["Hide this contact from others"] = "Verbirg diesen Kontakt vor Anderen"; -$a->strings["Approve"] = "Genehmigen"; -$a->strings["Claims to be known to you: "] = "Behauptet, dich zu kennen: "; -$a->strings["yes"] = "ja"; -$a->strings["no"] = "nein"; -$a->strings["Shall your connection be bidirectional or not?"] = "Soll die Verbindung beidseitig sein oder nicht?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Akzeptierst du %s als Kontakt, erlaubst du damit das Lesen deiner Beiträge und abonnierst selbst auch die Beiträge von %s."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Abonnent akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Teilender akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten."; -$a->strings["Friend"] = "Kontakt"; -$a->strings["Sharer"] = "Teilender"; -$a->strings["Subscriber"] = "Abonnent"; -$a->strings["About:"] = "Über:"; -$a->strings["Gender:"] = "Geschlecht:"; -$a->strings["Network:"] = "Netzwerk:"; -$a->strings["No introductions."] = "Keine Kontaktanfragen."; -$a->strings["No more %s notifications."] = "Keine weiteren %s-Benachrichtigungen"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nutzerkonto wurde nicht gefunden und OpenID-Registrierung ist auf diesem Server nicht gestattet."; -$a->strings["Login failed."] = "Anmeldung fehlgeschlagen."; -$a->strings["Account"] = "Nutzerkonto"; -$a->strings["Two-factor authentication"] = "Zwei-Faktor Authentifizierung"; -$a->strings["Profiles"] = "Profile"; -$a->strings["Additional features"] = "Zusätzliche Features"; -$a->strings["Display"] = "Anzeige"; -$a->strings["Social Networks"] = "Soziale Netzwerke"; -$a->strings["Addons"] = "Addons"; -$a->strings["Delegations"] = "Delegationen"; -$a->strings["Connected apps"] = "Verbundene Programme"; -$a->strings["Remove account"] = "Konto löschen"; -$a->strings["Settings"] = "Einstellungen"; -$a->strings["Missing some important data!"] = "Wichtige Daten fehlen!"; -$a->strings["Update"] = "Aktualisierungen"; -$a->strings["Failed to connect with email account using the settings provided."] = "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich."; -$a->strings["Email settings updated."] = "E-Mail Einstellungen bearbeitet."; -$a->strings["Features updated"] = "Features aktualisiert"; -$a->strings["The theme you chose isn't available."] = "Das gewählte Theme ist nicht verfügbar"; -$a->strings["Relocate message has been send to your contacts"] = "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet."; -$a->strings["Passwords do not match."] = "Die Passwörter stimmen nicht überein."; -$a->strings["Password update failed. Please try again."] = "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal."; -$a->strings["Password changed."] = "Passwort geändert."; -$a->strings["Password unchanged."] = "Passwort unverändert."; -$a->strings[" Please use a shorter name."] = " Bitte verwende einen kürzeren Namen."; -$a->strings[" Name too short."] = " Name ist zu kurz."; -$a->strings["Wrong Password"] = "Falsches Passwort"; -$a->strings["Invalid email."] = "Ungültige E-Mail-Adresse."; -$a->strings["Cannot change to that email."] = "Ändern der E-Mail nicht möglich. "; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte."; -$a->strings["Settings updated."] = "Einstellungen aktualisiert."; -$a->strings["Add application"] = "Programm hinzufügen"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Umleiten"; -$a->strings["Icon url"] = "Icon URL"; -$a->strings["You can't edit this application."] = "Du kannst dieses Programm nicht bearbeiten."; -$a->strings["Connected Apps"] = "Verbundene Programme"; -$a->strings["Edit"] = "Bearbeiten"; -$a->strings["Client key starts with"] = "Anwenderschlüssel beginnt mit"; -$a->strings["No name"] = "Kein Name"; -$a->strings["Remove authorization"] = "Autorisierung entziehen"; -$a->strings["No Addon settings configured"] = "Keine Addon-Einstellungen konfiguriert"; -$a->strings["Addon Settings"] = "Addon Einstellungen"; -$a->strings["Off"] = "Aus"; -$a->strings["On"] = "An"; -$a->strings["Additional Features"] = "Zusätzliche Features"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["enabled"] = "eingeschaltet"; -$a->strings["disabled"] = "ausgeschaltet"; -$a->strings["Built-in support for %s connectivity is %s"] = "Eingebaute Unterstützung für Verbindungen zu %s ist %s"; -$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; -$a->strings["Email access is disabled on this site."] = "Zugriff auf E-Mails für diese Seite deaktiviert."; -$a->strings["General Social Media Settings"] = "Allgemeine Einstellungen zu Sozialen Medien"; -$a->strings["Accept only top level posts by contacts you follow"] = "Ausschließlich Unterhaltungen von meinen Kontakten anzeigen"; -$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "Wenn neue Kommentare empfangen werden führt das System eine Vervollständigung der Unterhaltung durch. Die hat den Nebeneffekt, dass Unterhaltungen in denen einer deiner Kontakte kommentiert haben, die aber nicht von einem deiner Kontakte begonnen wurden in deinem Netzwerk-Stream angezeigt werden können. Diese Option unterbindet dieses Verhalten. Ist sie aktiviert, wirst du ausschließlich die Unterhaltungen angezeigt bekommen, die von deinen Kontakten begonnen wurden."; -$a->strings["Disable Content Warning"] = "Inhaltswarnung ausschalten"; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Benutzer in Netzwerken wie Mastodon oder Pleroma können ein Inhaltswarnfeld einstellen, das ihren Beitrag standardmäßig ausblendet. Dies deaktiviert das automatische Zusammenklappen und setzt die Inhaltswarnung als Beitragstitel. Beeinflusst keine anderen Inhaltsfilterungen, die du eventuell eingerichtet hast."; -$a->strings["Disable intelligent shortening"] = "Intelligentes Link-Kürzen ausschalten"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normalerweise versucht das System, den besten Link zu finden, um ihn zu gekürzten Postings hinzuzufügen. Wird diese Option ausgewählt, wird stets ein Link auf die originale Friendica-Nachricht beigefügt."; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatisch allen GNU Social (OStatus) Followern/Erwähnern folgen"; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Wenn du eine Nachricht eines unbekannten OStatus-Nutzers bekommst, entscheidet diese Option, wie diese behandelt werden soll. Ist die Option aktiviert, wird ein neuer Kontakt für den Verfasser erstellt,."; -$a->strings["Default group for OStatus contacts"] = "Voreingestellte Gruppe für OStatus-Kontakte"; -$a->strings["Your legacy GNU Social account"] = "Dein alter GNU Social-Account"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Wenn du deinen alten GNU Social/Statusnet-Account-Namen hier angibst (Format name@domain.tld), werden deine Kontakte automatisch hinzugefügt. Dieses Feld wird geleert, wenn die Kontakte hinzugefügt wurden."; -$a->strings["Repair OStatus subscriptions"] = "OStatus-Abonnements reparieren"; -$a->strings["Email/Mailbox Setup"] = "E-Mail/Postfach-Einstellungen"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an."; -$a->strings["Last successful email check:"] = "Letzter erfolgreicher E-Mail-Check"; -$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:"; -$a->strings["Send public posts to all email contacts:"] = "Sende öffentliche Beiträge an alle E-Mail-Kontakte:"; -$a->strings["Action after import:"] = "Aktion nach Import:"; -$a->strings["Mark as seen"] = "Als gelesen markieren"; -$a->strings["Move to folder"] = "In einen Ordner verschieben"; -$a->strings["Move to folder:"] = "In diesen Ordner verschieben:"; -$a->strings["No special theme for mobile devices"] = "Kein spezielles Theme für mobile Geräte verwenden."; -$a->strings["%s - (Unsupported)"] = "%s - (Nicht unterstützt)"; -$a->strings["%s - (Experimental)"] = "%s - (Experimentell)"; -$a->strings["Sunday"] = "Sonntag"; -$a->strings["Monday"] = "Montag"; -$a->strings["Display Settings"] = "Anzeige-Einstellungen"; -$a->strings["Display Theme:"] = "Theme:"; -$a->strings["Mobile Theme:"] = "Mobiles Theme"; -$a->strings["Suppress warning of insecure networks"] = "Warnung vor unsicheren Netzwerken unterdrücken"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Soll das System Warnungen unterdrücken, die angezeigt werden, weil von dir eingerichtete Kontakt-Gruppen Accounts aus Netzwerken beinhalten, die keine nicht öffentlichen Beiträge empfangen können."; -$a->strings["Update browser every xx seconds"] = "Browser alle xx Sekunden aktualisieren"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum sind 10 Sekunden. Gib -1 ein, um abzuschalten."; -$a->strings["Number of items to display per page:"] = "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: "; -$a->strings["Maximum of 100 items"] = "Maximal 100 Beiträge"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:"; -$a->strings["Don't show emoticons"] = "Keine Smileys anzeigen"; -$a->strings["Calendar"] = "Kalender"; -$a->strings["Beginning of week:"] = "Wochenbeginn:"; -$a->strings["Don't show notices"] = "Info-Popups nicht anzeigen"; -$a->strings["Infinite scroll"] = "Endloses Scrollen"; -$a->strings["Automatic updates only at the top of the network page"] = "Automatische Updates nur, wenn du oben auf der Netzwerkseite bist."; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Wenn dies deaktiviert ist, wird die Netzwerk-Seite aktualisiert, wann immer neue Beiträge eintreffen, egal an welcher Stelle gerade gelesen wird."; -$a->strings["Bandwidth Saver Mode"] = "Bandbreiten-Spar-Modus"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Wenn aktiviert, wird der eingebettete Inhalt nicht automatisch aktualisiert. In diesem Fall Seite bitte neu laden."; -$a->strings["Smart Threading"] = "Intelligentes Threading"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Ist dies aktiviert, werden Einrückungen in Unterhaltungen unterdrückt, wo sie nicht benötigt werden. Werden sie benötigt, werden die Threads weiterhin eingerückt."; -$a->strings["General Theme Settings"] = "Allgemeine Theme-Einstellungen"; -$a->strings["Custom Theme Settings"] = "Benutzerdefinierte Theme-Einstellungen"; -$a->strings["Content Settings"] = "Einstellungen zum Inhalt"; +$a->strings["Similar Interests"] = "Ähnliche Interessen"; +$a->strings["Random Profile"] = "Zufälliges Profil"; +$a->strings["Invite Friends"] = "Freunde einladen"; +$a->strings["Global Directory"] = "Weltweites Verzeichnis"; +$a->strings["Local Directory"] = "Lokales Verzeichnis"; +$a->strings["Forums"] = "Foren"; +$a->strings["External link to forum"] = "Externer Link zum Forum"; +$a->strings["show more"] = "mehr anzeigen"; +$a->strings["Quick Start"] = "Schnell-Start"; +$a->strings["Help"] = "Hilfe"; +$a->strings["Connect Services"] = "Verbinde Dienste"; +$a->strings["Comma separated list of helper forums"] = "Komma-separierte Liste der Helfer-Foren"; +$a->strings["don't show"] = "nicht zeigen"; +$a->strings["show"] = "zeigen"; +$a->strings["Submit"] = "Senden"; $a->strings["Theme settings"] = "Theme-Einstellungen"; -$a->strings["Unable to find your profile. Please contact your admin."] = "Konnte dein Profil nicht finden. Bitte kontaktiere den Admin."; -$a->strings["Account Types"] = "Kontenarten"; -$a->strings["Personal Page Subtypes"] = "Unterarten der persönlichen Seite"; -$a->strings["Community Forum Subtypes"] = "Unterarten des Gemeinschaftsforums"; -$a->strings["Personal Page"] = "Persönliche Seite"; -$a->strings["Account for a personal profile."] = "Konto für ein persönliches Profil."; -$a->strings["Organisation Page"] = "Organisationsseite"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto für eine Organisation, das Kontaktanfragen automatisch als \"Follower\" annimmt."; -$a->strings["News Page"] = "Nachrichtenseite"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto für einen Feedspiegel, das Kontaktanfragen automatisch als \"Follower\" annimmt."; -$a->strings["Community Forum"] = "Gemeinschaftsforum"; -$a->strings["Account for community discussions."] = "Konto für Diskussionsforen. "; -$a->strings["Normal Account Page"] = "Normales Konto"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto für ein normales, persönliches Profil. Kontaktanfragen müssen manuell als \"Friend\" oder \"Follower\" bestätigt werden."; -$a->strings["Soapbox Page"] = "Marktschreier-Konto"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto für ein öffentliches Profil, das Kontaktanfragen automatisch als \"Follower\" annimmt."; -$a->strings["Public Forum"] = "Öffentliches Forum"; -$a->strings["Automatically approves all contact requests."] = "Bestätigt alle Kontaktanfragen automatisch."; -$a->strings["Automatic Friend Page"] = "Automatische Freunde-Seite"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto für ein gefragtes Profil, das Kontaktanfragen automatisch als \"Friend\" annimmt."; -$a->strings["Private Forum [Experimental]"] = "Privates Forum [Versuchsstadium]"; -$a->strings["Requires manual approval of contact requests."] = "Kontaktanfragen müssen manuell bestätigt werden."; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID."; -$a->strings["Publish your default profile in your local site directory?"] = "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein."; -$a->strings["Publish your default profile in the global social directory?"] = "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Dein Profil wird in den globalen Friendica-Verzeichnissen (z.B. %s) veröffentlicht. Dein Profil wird öffentlich auffindbar sein."; -$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "Diese Einstellung bestimmt auch, ob Friendica Suchmaschinen mitteilt, dass das Profil indiziert werden darf oder nicht. Ob sich Suchmaschinen von Drittanbietern daran halten, kann Friendica nicht beeinflussen."; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Die Liste deiner Kontakte wird nicht in deinem Standard-Profil angezeigt werden. Du kannst für jedes weitere Profil diese Entscheidung separat einstellen."; -$a->strings["Hide your profile details from anonymous viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonyme Besucher deines Profils werden ausschließlich dein Profilbild, deinen Namen sowie deinen Spitznamen sehen. Deine öffentlichen Beiträge und Kommentare werden weiterhin sichtbar sein."; -$a->strings["Allow friends to post to your profile page?"] = "Dürfen deine Kontakte auf deine Pinnwand schreiben?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Deine Kontakte können Beiträge auf deiner Pinnwand hinterlassen. Diese werden an deine Kontakte verteilt."; -$a->strings["Allow friends to tag your posts?"] = "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?"; -$a->strings["Your contacts can add additional tags to your posts."] = "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen."; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Wenn du magst, kann Friendica dich neuen Mitgliedern als Kontakt vorschlagen."; -$a->strings["Permit unknown people to send you private mail?"] = "Dürfen dir Unbekannte private Nachrichten schicken?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Nutzer des Friendica Netzwerks können dir private Nachrichten senden, selbst wenn sie nicht in deine Kontaktliste sind."; -$a->strings["Profile is not published."] = "Profil ist nicht veröffentlicht."; -$a->strings["Your Identity Address is '%s' or '%s'."] = "Die Adresse deines Profils lautet '%s' oder '%s'."; -$a->strings["Automatically expire posts after this many days:"] = "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Wenn leer, verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht."; -$a->strings["Advanced expiration settings"] = "Erweiterte Verfallseinstellungen"; -$a->strings["Advanced Expiration"] = "Erweitertes Verfallen"; -$a->strings["Expire posts:"] = "Beiträge verfallen lassen:"; -$a->strings["Expire personal notes:"] = "Persönliche Notizen verfallen lassen:"; -$a->strings["Expire starred posts:"] = "Markierte Beiträge verfallen lassen:"; -$a->strings["Expire photos:"] = "Fotos verfallen lassen:"; -$a->strings["Only expire posts by others:"] = "Nur Beiträge anderer verfallen:"; -$a->strings["Account Settings"] = "Kontoeinstellungen"; -$a->strings["Password Settings"] = "Passwort-Einstellungen"; -$a->strings["New Password:"] = "Neues Passwort:"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Erlaubte Zeichen sind a-z, A-Z, 0-9 und Sonderzeichen, abgesehen von Leerzeichen, Doppelpunkten (:) und akzentuierten Buchstaben."; -$a->strings["Confirm:"] = "Bestätigen:"; -$a->strings["Leave password fields blank unless changing"] = "Lass die Passwort-Felder leer, außer du willst das Passwort ändern"; -$a->strings["Current Password:"] = "Aktuelles Passwort:"; -$a->strings["Your current password to confirm the changes"] = "Dein aktuelles Passwort um die Änderungen zu bestätigen"; -$a->strings["Password:"] = "Passwort:"; -$a->strings["Basic Settings"] = "Grundeinstellungen"; -$a->strings["Full Name:"] = "Kompletter Name:"; -$a->strings["Email Address:"] = "E-Mail-Adresse:"; -$a->strings["Your Timezone:"] = "Deine Zeitzone:"; -$a->strings["Your Language:"] = "Deine Sprache:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Wähle die Sprache, in der wir dir die Friendica-Oberfläche präsentieren sollen und dir E-Mail schicken"; -$a->strings["Default Post Location:"] = "Standardstandort:"; -$a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:"; -$a->strings["Security and Privacy Settings"] = "Sicherheits- und Privatsphäre-Einstellungen"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximale Anzahl von Kontaktanfragen/Tag:"; -$a->strings["(to prevent spam abuse)"] = "(um SPAM zu vermeiden)"; -$a->strings["Default Post Permissions"] = "Standard-Zugriffsrechte für Beiträge"; -$a->strings["(click to open/close)"] = "(klicke zum Öffnen/Schließen)"; -$a->strings["Default Private Post"] = "Privater Standardbeitrag"; -$a->strings["Default Public Post"] = "Öffentlicher Standardbeitrag"; -$a->strings["Default Permissions for New Posts"] = "Standardberechtigungen für neue Beiträge"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:"; -$a->strings["Notification Settings"] = "Benachrichtigungseinstellungen"; -$a->strings["Send a notification email when:"] = "Benachrichtigungs-E-Mail senden, wenn:"; -$a->strings["You receive an introduction"] = "– du eine Kontaktanfrage erhältst"; -$a->strings["Your introductions are confirmed"] = "– eine Deiner Kontaktanfragen akzeptiert wurde"; -$a->strings["Someone writes on your profile wall"] = "– jemand etwas auf Deine Pinnwand schreibt"; -$a->strings["Someone writes a followup comment"] = "– jemand auch einen Kommentar verfasst"; -$a->strings["You receive a private message"] = "– du eine private Nachricht erhältst"; -$a->strings["You receive a friend suggestion"] = "– du eine Empfehlung erhältst"; -$a->strings["You are tagged in a post"] = "– du in einem Beitrag erwähnt wirst"; -$a->strings["You are poked/prodded/etc. in a post"] = "– du von jemandem angestupst oder sonstwie behandelt wirst"; -$a->strings["Activate desktop notifications"] = "Desktop-Benachrichtigungen einschalten"; -$a->strings["Show desktop popup on new notifications"] = "Desktop-Benachrichtigungen einschalten"; -$a->strings["Text-only notification emails"] = "Benachrichtigungs-E-Mail als Rein-Text."; -$a->strings["Send text only notification emails, without the html part"] = "Sende Benachrichtigungs-E-Mail als Rein-Text - ohne HTML-Teil"; -$a->strings["Show detailled notifications"] = "Detaillierte Benachrichtigungen anzeigen"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Normalerweise werden alle Benachrichtigungen zu einem Thema in einer einzigen Benachrichtigung zusammengefasst. Wenn diese Option aktiviert ist, wird jede Benachrichtigung einzeln angezeigt."; -$a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Konto-/Seitentyp-Einstellungen"; -$a->strings["Change the behaviour of this account for special situations"] = "Verhalten dieses Kontos in bestimmten Situationen:"; -$a->strings["Relocate"] = "Umziehen"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Wenn du dein Profil von einem anderen Server umgezogen hast und einige deiner Kontakte deine Beiträge nicht erhalten, verwende diesen Button."; -$a->strings["Resend relocate message to contacts"] = "Umzugsbenachrichtigung erneut an Kontakte senden"; +$a->strings["Set style"] = "Stil auswählen"; +$a->strings["Community Pages"] = "Foren"; +$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere"; +$a->strings["Find Friends"] = "Kontakte finden"; $a->strings["default"] = "Standard"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; @@ -967,6 +243,27 @@ $a->strings["Single row mosaic"] = "Mosaik in einer Zeile"; $a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Skaliere das Bild so, dass es in einer einzelnen Reihe, entweder horizontal oder vertikal, wiederholt wird."; $a->strings["Mosaic"] = "Mosaik"; $a->strings["Repeat image to fill the screen."] = "Wiederhole das Bild, um den Bildschirm zu füllen."; +$a->strings["Guest"] = "Gast"; +$a->strings["Visitor"] = "Besucher"; +$a->strings["Status"] = "Status"; +$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen"; +$a->strings["Profile"] = "Profil"; +$a->strings["Your profile page"] = "Deine Profilseite"; +$a->strings["Photos"] = "Bilder"; +$a->strings["Your photos"] = "Deine Fotos"; +$a->strings["Videos"] = "Videos"; +$a->strings["Your videos"] = "Deine Videos"; +$a->strings["Events"] = "Veranstaltungen"; +$a->strings["Your events"] = "Deine Ereignisse"; +$a->strings["Network"] = "Netzwerk"; +$a->strings["Conversations from your friends"] = "Unterhaltungen Deiner Kontakte"; +$a->strings["Events and Calendar"] = "Ereignisse und Kalender"; +$a->strings["Messages"] = "Nachrichten"; +$a->strings["Private mail"] = "Private E-Mail"; +$a->strings["Settings"] = "Einstellungen"; +$a->strings["Account settings"] = "Kontoeinstellungen"; +$a->strings["Contacts"] = "Kontakte"; +$a->strings["Manage/edit friends and contacts"] = "Freunde und Kontakte verwalten/bearbeiten"; $a->strings["Custom"] = "Benutzerdefiniert"; $a->strings["Note"] = "Hinweis"; $a->strings["Check image permissions if all users are allowed to see the image"] = "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen"; @@ -985,62 +282,381 @@ $a->strings["This replaces the jot modal window for writing new posts with a lin $a->strings["Login page background image"] = "Hintergrundbild der Login-Seite"; $a->strings["Login page background color"] = "Hintergrundfarbe der Login-Seite"; $a->strings["Leave background image and color empty for theme defaults"] = "Wenn die Theme-Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer."; -$a->strings["Guest"] = "Gast"; -$a->strings["Visitor"] = "Besucher"; -$a->strings["Status"] = "Status"; -$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen"; -$a->strings["Your profile page"] = "Deine Profilseite"; -$a->strings["Your photos"] = "Deine Fotos"; -$a->strings["Videos"] = "Videos"; -$a->strings["Your videos"] = "Deine Videos"; -$a->strings["Your events"] = "Deine Ereignisse"; -$a->strings["Network"] = "Netzwerk"; -$a->strings["Conversations from your friends"] = "Unterhaltungen Deiner Kontakte"; -$a->strings["Events and Calendar"] = "Ereignisse und Kalender"; -$a->strings["Private mail"] = "Private E-Mail"; -$a->strings["Account settings"] = "Kontoeinstellungen"; -$a->strings["Contacts"] = "Kontakte"; -$a->strings["Manage/edit friends and contacts"] = "Freunde und Kontakte verwalten/bearbeiten"; $a->strings["Alignment"] = "Ausrichtung"; $a->strings["Left"] = "Links"; $a->strings["Center"] = "Mitte"; $a->strings["Color scheme"] = "Farbschema"; $a->strings["Posts font size"] = "Schriftgröße in Beiträgen"; $a->strings["Textareas font size"] = "Schriftgröße in Eingabefeldern"; -$a->strings["Comma separated list of helper forums"] = "Komma-separierte Liste der Helfer-Foren"; -$a->strings["don't show"] = "nicht zeigen"; -$a->strings["show"] = "zeigen"; -$a->strings["Set style"] = "Stil auswählen"; -$a->strings["Community Pages"] = "Foren"; -$a->strings["Community Profiles"] = "Community-Profile"; -$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere"; -$a->strings["Connect Services"] = "Verbinde Dienste"; -$a->strings["Find Friends"] = "Kontakte finden"; -$a->strings["Last users"] = "Letzte Nutzer"; -$a->strings["Find People"] = "Leute finden"; -$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiel: Robert Morgenstein, Angeln"; -$a->strings["Find"] = "Finde"; -$a->strings["Similar Interests"] = "Ähnliche Interessen"; -$a->strings["Random Profile"] = "Zufälliges Profil"; -$a->strings["Invite Friends"] = "Freunde einladen"; -$a->strings["Global Directory"] = "Weltweites Verzeichnis"; -$a->strings["Local Directory"] = "Lokales Verzeichnis"; -$a->strings["Forums"] = "Foren"; -$a->strings["External link to forum"] = "Externer Link zum Forum"; -$a->strings["show more"] = "mehr anzeigen"; -$a->strings["Quick Start"] = "Schnell-Start"; -$a->strings["Help"] = "Hilfe"; +$a->strings["There are no tables on MyISAM."] = "Es gibt keine MyISAM-Tabellen."; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Fehler beim Ändern der Datenbank aufgetreten"; +$a->strings["%s: Database update"] = "%s: Datenbank Aktualisierung"; +$a->strings["%s: updating %s table."] = "%s: aktualisiere Tabelle %s"; +$a->strings["This entry was edited"] = "Dieser Beitrag wurde bearbeitet."; +$a->strings["Private Message"] = "Private Nachricht"; +$a->strings["Edit"] = "Bearbeiten"; +$a->strings["pinned item"] = "Angehefteter Beitrag"; +$a->strings["Delete locally"] = "Lokal löschen"; +$a->strings["Delete globally"] = "Global löschen"; +$a->strings["Remove locally"] = "Lokal entfernen"; +$a->strings["save to folder"] = "In Ordner speichern"; +$a->strings["I will attend"] = "Ich werde teilnehmen"; +$a->strings["I will not attend"] = "Ich werde nicht teilnehmen"; +$a->strings["I might attend"] = "Ich werde eventuell teilnehmen"; +$a->strings["ignore thread"] = "Thread ignorieren"; +$a->strings["unignore thread"] = "Thread nicht mehr ignorieren"; +$a->strings["toggle ignore status"] = "Ignoriert-Status ein-/ausschalten"; +$a->strings["ignored"] = "Ignoriert"; +$a->strings["pin"] = "anheften"; +$a->strings["unpin"] = "losmachen"; +$a->strings["toggle pin status"] = "Angeheftet Status ändern"; +$a->strings["pinned"] = "angeheftet"; +$a->strings["add star"] = "markieren"; +$a->strings["remove star"] = "Markierung entfernen"; +$a->strings["toggle star status"] = "Markierung umschalten"; +$a->strings["starred"] = "markiert"; +$a->strings["add tag"] = "Tag hinzufügen"; +$a->strings["I like this (toggle)"] = "Ich mag das (toggle)"; +$a->strings["like"] = "mag ich"; +$a->strings["I don't like this (toggle)"] = "Ich mag das nicht (toggle)"; +$a->strings["dislike"] = "mag ich nicht"; +$a->strings["Share this"] = "Weitersagen"; +$a->strings["share"] = "Teilen"; +$a->strings["%s (Received %s)"] = "%s (Empfangen %s)"; +$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["Comment"] = "Kommentar"; +$a->strings["Reply to %s"] = "Antworte %s"; +$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["Delivery to remote servers is done"] = "Die Zustellung an die Remote-Server ist erledigt"; +$a->strings["%d comment"] = [ + 0 => "%d Kommentar", + 1 => "%d Kommentare", +]; +$a->strings["Show more"] = "Zeige mehr"; +$a->strings["Show fewer"] = "Zeige weniger"; +$a->strings["comment"] = [ + 0 => "Kommentar", + 1 => "Kommentare", +]; +$a->strings["This is you"] = "Das bist du"; +$a->strings["No system theme config value set."] = "Es wurde kein Konfigurationswert für das systemweite Theme gesetzt."; +$a->strings["view full size"] = "Volle Größe anzeigen"; +$a->strings["Image/photo"] = "Bild/Foto"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["Click to open/close"] = "Zum Öffnen/Schließen klicken"; +$a->strings["$1 wrote:"] = "$1 hat geschrieben:"; +$a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; +$a->strings["Invalid source protocol"] = "Ungültiges Quell-Protokoll"; +$a->strings["Invalid link protocol"] = "Ungültiges Link-Protokoll"; +$a->strings["Loading more entries..."] = "lade weitere Einträge..."; +$a->strings["The end"] = "Das Ende"; +$a->strings["Save"] = "Speichern"; +$a->strings["Follow"] = "Folge"; +$a->strings["Search"] = "Suche"; +$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; +$a->strings["Full Text"] = "Volltext"; +$a->strings["Tags"] = "Tags"; +$a->strings["Frequently"] = "immer wieder"; +$a->strings["Hourly"] = "Stündlich"; +$a->strings["Twice daily"] = "Zweimal täglich"; +$a->strings["Daily"] = "Täglich"; +$a->strings["Weekly"] = "Wöchentlich"; +$a->strings["Monthly"] = "Monatlich"; +$a->strings["DFRN"] = "DFRN"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-Mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Zot!"] = "Zott"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/Chat"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Discourse"] = "Discourse"; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["ActivityPub"] = "ActivityPub"; +$a->strings["pnut"] = "pnut"; +$a->strings["No answer"] = "Keine Antwort"; +$a->strings["Male"] = "Männlich"; +$a->strings["Female"] = "Weiblich"; +$a->strings["Currently Male"] = "Momentan männlich"; +$a->strings["Currently Female"] = "Momentan weiblich"; +$a->strings["Mostly Male"] = "Hauptsächlich männlich"; +$a->strings["Mostly Female"] = "Hauptsächlich weiblich"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transsexuell"; +$a->strings["Hermaphrodite"] = "Hermaphrodit"; +$a->strings["Neuter"] = "Neuter"; +$a->strings["Non-specific"] = "Nicht spezifiziert"; +$a->strings["Other"] = "Andere"; +$a->strings["Males"] = "Männer"; +$a->strings["Females"] = "Frauen"; +$a->strings["Gay"] = "Schwul"; +$a->strings["Lesbian"] = "Lesbisch"; +$a->strings["No Preference"] = "Keine Vorlieben"; +$a->strings["Bisexual"] = "Bisexuell"; +$a->strings["Autosexual"] = "Autosexuell"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Jungfrauen"; +$a->strings["Deviant"] = "Deviant"; +$a->strings["Fetish"] = "Fetish"; +$a->strings["Oodles"] = "Oodles"; +$a->strings["Nonsexual"] = "Nonsexual"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Einsam"; +$a->strings["In a relation"] = "In einer Beziehung"; +$a->strings["Has crush"] = "verknallt"; +$a->strings["Infatuated"] = "verliebt"; +$a->strings["Dating"] = "Dating"; +$a->strings["Unfaithful"] = "Untreu"; +$a->strings["Sex Addict"] = "Sexbesessen"; +$a->strings["Friends"] = "Kontakte"; +$a->strings["Friends/Benefits"] = "Freunde/Zuwendungen"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Verlobt"; +$a->strings["Married"] = "Verheiratet"; +$a->strings["Imaginarily married"] = "imaginär verheiratet"; +$a->strings["Partners"] = "Partner"; +$a->strings["Cohabiting"] = "zusammenlebend"; +$a->strings["Common law"] = "wilde Ehe"; +$a->strings["Happy"] = "Glücklich"; +$a->strings["Not looking"] = "Nicht auf der Suche"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrogen"; +$a->strings["Separated"] = "Getrennt"; +$a->strings["Unstable"] = "Unstabil"; +$a->strings["Divorced"] = "Geschieden"; +$a->strings["Imaginarily divorced"] = "Imaginär geschieden"; +$a->strings["Widowed"] = "Verwitwet"; +$a->strings["Uncertain"] = "Unsicher"; +$a->strings["It's complicated"] = "Ist kompliziert"; +$a->strings["Don't care"] = "Ist mir nicht wichtig"; +$a->strings["Ask me"] = "Frag mich"; +$a->strings["Add New Contact"] = "Neuen Kontakt hinzufügen"; +$a->strings["Enter address or web location"] = "Adresse oder Web-Link eingeben"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@example.com, http://example.com/barbara"; +$a->strings["Connect"] = "Verbinden"; +$a->strings["%d invitation available"] = [ + 0 => "%d Einladung verfügbar", + 1 => "%d Einladungen verfügbar", +]; +$a->strings["Followers"] = "Folgende"; +$a->strings["Following"] = "Gefolgte"; +$a->strings["Mutual friends"] = "Beidseitige Freundschaft"; +$a->strings["Relationships"] = "Beziehungen"; +$a->strings["All Contacts"] = "Alle Kontakte"; +$a->strings["Protocols"] = "Protokolle"; +$a->strings["All Protocols"] = "Alle Protokolle"; +$a->strings["Saved Folders"] = "Gespeicherte Ordner"; +$a->strings["Everything"] = "Alles"; +$a->strings["Categories"] = "Kategorien"; +$a->strings["%d contact in common"] = [ + 0 => "%d gemeinsamer Kontakt", + 1 => "%d gemeinsame Kontakte", +]; +$a->strings["Archives"] = "Archiv"; +$a->strings["Embedding disabled"] = "Einbettungen deaktiviert"; +$a->strings["Embedded content"] = "Eingebetteter Inhalt"; +$a->strings["General Features"] = "Allgemeine Features"; +$a->strings["Multiple Profiles"] = "Mehrere Profile"; +$a->strings["Ability to create multiple profiles"] = "Möglichkeit, mehrere Profile zu erstellen"; +$a->strings["Photo Location"] = "Aufnahmeort"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden."; +$a->strings["Export Public Calendar"] = "Öffentlichen Kalender exportieren"; +$a->strings["Ability for visitors to download the public calendar"] = "Möglichkeit für Besucher, den öffentlichen Kalender herunter zu laden"; +$a->strings["Trending Tags"] = "Trending Tags"; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Auf der Gemeinschaftsseite ein Widget mit den meist benutzten Tags in öffentlichen Beiträgen anzeigen."; +$a->strings["Post Composition Features"] = "Beitragserstellung-Features"; +$a->strings["Auto-mention Forums"] = "Foren automatisch erwähnen"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde."; +$a->strings["Explicit Mentions"] = "Explizite Erwähnungen"; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Füge Erwähnungen zum Kommentarfeld hinzu, um manuell über die explizite Erwähnung von Gesprächsteilnehmern zu entscheiden."; +$a->strings["Network Sidebar"] = "Netzwerk-Seitenleiste"; +$a->strings["Ability to select posts by date ranges"] = "Möglichkeit, die Beiträge nach Datumsbereichen zu sortieren"; +$a->strings["Protocol Filter"] = "Protokoll-Filter"; +$a->strings["Enable widget to display Network posts only from selected protocols"] = "Aktiviere Widget, um Netzwerkbeiträge nur von ausgesuchten Protokollen anzuzeigen"; +$a->strings["Network Tabs"] = "Netzwerk-Reiter"; +$a->strings["Network New Tab"] = "Netzwerk-Reiter: Neue"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Aktiviert einen Netzwerk-Reiter, in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden"; +$a->strings["Network Shared Links Tab"] = "Netzwerk-Reiter: Geteilte Links"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Aktiviert einen Netzwerk-Reiter, der ausschließlich Nachrichten mit Links enthält"; +$a->strings["Post/Comment Tools"] = "Werkzeuge für Beiträge und Kommentare"; +$a->strings["Post Categories"] = "Beitragskategorien"; +$a->strings["Add categories to your posts"] = "Eigene Beiträge mit Kategorien versehen"; +$a->strings["Advanced Profile Settings"] = "Erweiterte Profil-Einstellungen"; +$a->strings["List Forums"] = "Zeige Foren"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite"; +$a->strings["Tag Cloud"] = "Schlagwortwolke"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen"; +$a->strings["Display Membership Date"] = "Mitgliedschaftsdatum anzeigen"; +$a->strings["Display membership date in profile"] = "Das Datum der Registrierung deines Accounts im Profil anzeigen"; +$a->strings["Nothing new here"] = "Keine Neuigkeiten"; +$a->strings["Clear notifications"] = "Bereinige Benachrichtigungen"; +$a->strings["Logout"] = "Abmelden"; +$a->strings["End this session"] = "Diese Sitzung beenden"; +$a->strings["Login"] = "Anmeldung"; +$a->strings["Sign in"] = "Anmelden"; +$a->strings["Personal notes"] = "Persönliche Notizen"; +$a->strings["Your personal notes"] = "Deine persönlichen Notizen"; +$a->strings["Home"] = "Pinnwand"; +$a->strings["Home Page"] = "Homepage"; +$a->strings["Register"] = "Registrieren"; +$a->strings["Create an account"] = "Nutzerkonto erstellen"; +$a->strings["Help and documentation"] = "Hilfe und Dokumentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Zusätzliche Anwendungen, Dienstprogramme, Spiele"; +$a->strings["Search site content"] = "Inhalt der Seite durchsuchen"; +$a->strings["Community"] = "Gemeinschaft"; +$a->strings["Conversations on this and other servers"] = "Unterhaltungen auf diesem und anderen Servern"; +$a->strings["Directory"] = "Verzeichnis"; +$a->strings["People directory"] = "Nutzerverzeichnis"; +$a->strings["Information"] = "Information"; +$a->strings["Information about this friendica instance"] = "Informationen zu dieser Friendica-Instanz"; +$a->strings["Terms of Service"] = "Nutzungsbedingungen"; +$a->strings["Terms of Service of this Friendica instance"] = "Die Nutzungsbedingungen dieser Friendica-Instanz"; +$a->strings["Network Reset"] = "Netzwerk zurücksetzen"; +$a->strings["Load Network page with no filters"] = "Netzwerk-Seite ohne Filter laden"; +$a->strings["Introductions"] = "Kontaktanfragen"; +$a->strings["Friend Requests"] = "Kontaktanfragen"; +$a->strings["Notifications"] = "Benachrichtigungen"; +$a->strings["See all notifications"] = "Alle Benachrichtigungen anzeigen"; +$a->strings["Mark as seen"] = "Als gelesen markieren"; +$a->strings["Mark all system notifications seen"] = "Markiere alle Systembenachrichtigungen als gelesen"; +$a->strings["Inbox"] = "Eingang"; +$a->strings["Outbox"] = "Ausgang"; +$a->strings["New Message"] = "Neue Nachricht"; +$a->strings["Delegation"] = "Delegation"; +$a->strings["Manage other pages"] = "Andere Seiten verwalten"; +$a->strings["Profiles"] = "Profile"; +$a->strings["Manage/Edit Profiles"] = "Profile verwalten/editieren"; +$a->strings["Admin"] = "Administration"; +$a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Sitemap"; +$a->strings["Remove term"] = "Begriff entfernen"; +$a->strings["Saved Searches"] = "Gespeicherte Suchen"; +$a->strings["Export"] = "Exportieren"; +$a->strings["Export calendar as ical"] = "Kalender als ical exportieren"; +$a->strings["Export calendar as csv"] = "Kalender als csv exportieren"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "Trending Tags (%d Stunde)", + 1 => "Trending Tags (%d Stunden)", +]; +$a->strings["More Trending Tags"] = "mehr Trending Tags"; +$a->strings["No contacts"] = "Keine Kontakte"; +$a->strings["%d Contact"] = [ + 0 => "%d Kontakt", + 1 => "%d Kontakte", +]; +$a->strings["View Contacts"] = "Kontakte anzeigen"; +$a->strings["newer"] = "neuer"; +$a->strings["older"] = "älter"; +$a->strings["first"] = "erste"; +$a->strings["prev"] = "vorige"; +$a->strings["next"] = "nächste"; +$a->strings["last"] = "letzte"; +$a->strings["Edit profile"] = "Profil bearbeiten"; +$a->strings["Manage/edit profiles"] = "Profile verwalten/editieren"; +$a->strings["Change profile photo"] = "Profilbild ändern"; +$a->strings["Create New Profile"] = "Neues Profil anlegen"; +$a->strings["Profile Image"] = "Profilbild"; +$a->strings["visible to everybody"] = "sichtbar für jeden"; +$a->strings["Edit visibility"] = "Sichtbarkeit bearbeiten"; +$a->strings["Location:"] = "Ort:"; +$a->strings["Gender:"] = "Geschlecht:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["About:"] = "Über:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = "Entfolgen"; +$a->strings["Atom feed"] = "Atom-Feed"; +$a->strings["Network:"] = "Netzwerk:"; +$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r"; +$a->strings["F d"] = "d. F"; +$a->strings["[today]"] = "[heute]"; +$a->strings["Birthday Reminders"] = "Geburtstagserinnerungen"; +$a->strings["Birthdays this week:"] = "Geburtstage diese Woche:"; +$a->strings["[No description]"] = "[keine Beschreibung]"; +$a->strings["Event Reminders"] = "Veranstaltungserinnerungen"; +$a->strings["Upcoming events the next 7 days:"] = "Veranstaltungen der nächsten 7 Tage:"; +$a->strings["Full Name:"] = "Kompletter Name:"; +$a->strings["Member since:"] = "Mitglied seit:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Geburtstag:"; +$a->strings["Age:"] = "Alter:"; +$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexuelle Vorlieben:"; +$a->strings["Hometown:"] = "Heimatort:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Political Views:"] = "Politische Ansichten:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Hobbies/Interessen:"; +$a->strings["Likes:"] = "Likes:"; +$a->strings["Dislikes:"] = "Dislikes:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformationen und Soziale Netzwerke:"; +$a->strings["Musical interests:"] = "Musikalische Interessen:"; +$a->strings["Books, literature:"] = "Literatur/Bücher:"; +$a->strings["Television:"] = "Fernsehen:"; +$a->strings["Film/dance/culture/entertainment:"] = "Filme/Tänze/Kultur/Unterhaltung:"; +$a->strings["Love/Romance:"] = "Liebesleben:"; +$a->strings["Work/employment:"] = "Arbeit/Beschäftigung:"; +$a->strings["School/education:"] = "Schule/Ausbildung:"; +$a->strings["Forums:"] = "Foren:"; +$a->strings["Basic"] = "Allgemein"; +$a->strings["Advanced"] = "Erweitert"; +$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge"; +$a->strings["Profile Details"] = "Profildetails"; +$a->strings["Photo Albums"] = "Fotoalben"; +$a->strings["Personal Notes"] = "Persönliche Notizen"; +$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\$s herzlich willkommen"; +$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i"; +$a->strings["Starts:"] = "Beginnt:"; +$a->strings["Finishes:"] = "Endet:"; +$a->strings["all-day"] = "ganztägig"; +$a->strings["Sun"] = "So"; +$a->strings["Mon"] = "Mo"; +$a->strings["Tue"] = "Di"; +$a->strings["Wed"] = "Mi"; +$a->strings["Thu"] = "Do"; +$a->strings["Fri"] = "Fr"; +$a->strings["Sat"] = "Sa"; +$a->strings["Sunday"] = "Sonntag"; +$a->strings["Monday"] = "Montag"; $a->strings["Tuesday"] = "Dienstag"; $a->strings["Wednesday"] = "Mittwoch"; $a->strings["Thursday"] = "Donnerstag"; $a->strings["Friday"] = "Freitag"; $a->strings["Saturday"] = "Samstag"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "März"; +$a->strings["Apr"] = "Apr"; +$a->strings["May"] = "Mai"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Juli"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sept"] = "Sep"; +$a->strings["Oct"] = "Okt"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dez"; $a->strings["January"] = "Januar"; $a->strings["February"] = "Februar"; $a->strings["March"] = "März"; $a->strings["April"] = "April"; -$a->strings["May"] = "Mai"; $a->strings["June"] = "Juni"; $a->strings["July"] = "Juli"; $a->strings["August"] = "August"; @@ -1048,24 +664,137 @@ $a->strings["September"] = "September"; $a->strings["October"] = "Oktober"; $a->strings["November"] = "November"; $a->strings["December"] = "Dezember"; -$a->strings["Mon"] = "Mo"; -$a->strings["Tue"] = "Di"; -$a->strings["Wed"] = "Mi"; -$a->strings["Thu"] = "Do"; -$a->strings["Fri"] = "Fr"; -$a->strings["Sat"] = "Sa"; -$a->strings["Sun"] = "So"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "März"; -$a->strings["Apr"] = "Apr"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Juli"; -$a->strings["Aug"] = "Aug"; +$a->strings["today"] = "Heute"; +$a->strings["month"] = "Monat"; +$a->strings["week"] = "Woche"; +$a->strings["day"] = "Tag"; +$a->strings["No events to display"] = "Keine Veranstaltung zum Anzeigen"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Veranstaltung bearbeiten"; +$a->strings["Duplicate event"] = "Veranstaltung kopieren"; +$a->strings["Delete event"] = "Veranstaltung löschen"; +$a->strings["link to source"] = "Link zum Originalbeitrag"; +$a->strings["D g:i A"] = "D H:i"; +$a->strings["g:i A"] = "H:i"; +$a->strings["Show map"] = "Karte anzeigen"; +$a->strings["Hide map"] = "Karte verbergen"; +$a->strings["%s's birthday"] = "%ss Geburtstag"; +$a->strings["Happy Birthday %s"] = "Herzlichen Glückwunsch, %s"; +$a->strings["Contact Photos"] = "Kontaktbilder"; +$a->strings["Login failed"] = "Anmeldung fehlgeschlagen"; +$a->strings["Not enough information to authenticate"] = "Nicht genügend Informationen für die Authentifizierung"; +$a->strings["User not found"] = "Nutzer nicht gefunden"; +$a->strings["Password can't be empty"] = "Das Passwort kann nicht leer sein"; +$a->strings["Empty passwords are not allowed."] = "Leere Passwörter sind nicht erlaubt."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Das neue Passwort wurde in einem öffentlichen Daten-Dump veröffentlicht. Bitte verwende ein anderes Passwort."; +$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "Das Passwort darf keine akzentuierten Buchstaben, Leerzeichen oder Doppelpunkte (:) beinhalten"; +$a->strings["Passwords do not match. Password unchanged."] = "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert."; +$a->strings["An invitation is required."] = "Du benötigst eine Einladung."; +$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht überprüft werden."; +$a->strings["Invalid OpenID url"] = "Ungültige OpenID URL"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Beim Versuch, dich mit der von dir angegebenen OpenID anzumelden, trat ein Problem auf. Bitte überprüfe, dass du die OpenID richtig geschrieben hast."; +$a->strings["The error message was:"] = "Die Fehlermeldung lautete:"; +$a->strings["Please enter the required information."] = "Bitte trage die erforderlichen Informationen ein."; +$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) schließen sich gegenseitig aus, tausche Werte aus."; +$a->strings["Username should be at least %s character."] = [ + 0 => "Der Benutzername sollte aus mindestens %s Zeichen bestehen.", + 1 => "Der Benutzername sollte aus mindestens %s Zeichen bestehen.", +]; +$a->strings["Username should be at most %s character."] = [ + 0 => "Der Benutzername sollte aus maximal %s Zeichen bestehen.", + 1 => "Der Benutzername sollte aus maximal %s Zeichen bestehen.", +]; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Das scheint nicht dein kompletter Name (Vor- und Nachname) zu sein."; +$a->strings["Your email domain is not among those allowed on this site."] = "Die Domain Deiner E-Mail-Adresse ist auf dieser Seite nicht erlaubt."; +$a->strings["Not a valid email address."] = "Keine gültige E-Mail-Adresse."; +$a->strings["The nickname was blocked from registration by the nodes admin."] = "Der Admin des Knotens hat den Spitznamen für die Registrierung gesperrt."; +$a->strings["Cannot use that email."] = "Konnte diese E-Mail-Adresse nicht verwenden."; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\" und \"_\") bestehen."; +$a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."; +$a->strings["An error occurred during registration. Please try again."] = "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal."; +$a->strings["An error occurred creating your default profile. Please try again."] = "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal."; +$a->strings["An error occurred creating your self contact. Please try again."] = "Bei der Erstellung deines self-Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tHallo %1\$s,\n\t\t\t\tdanke für deine Registrierung auf %2\$s. Dein Account muss noch vom Admin des Knotens freigeschaltet werden.\n\n\t\t\tDeine Zugangsdaten lauten wie folgt:\n\n\t\t\tSeitenadresse:\t%3\$s\n\t\t\tAnmeldename:\t\t%4\$s\n\t\t\tPasswort:\t\t%5\$s\n\t\t"; +$a->strings["Registration at %s"] = "Registrierung als %s"; +$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tHallo %1\$s,\n\t\t\t\tDanke für die Registrierung auf %2\$s. Dein Account wurde angelegt.\n\t\t\t"; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\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 wiederfinden.\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["Registration details for %s"] = "Details der Registration von %s"; +$a->strings["[no subject]"] = "[kein Betreff]"; +$a->strings["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."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."; +$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte"; +$a->strings["Everybody"] = "Alle Kontakte"; +$a->strings["edit"] = "bearbeiten"; +$a->strings["add"] = "hinzufügen"; +$a->strings["Groups"] = "Gruppen"; +$a->strings["Edit group"] = "Gruppe bearbeiten"; +$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe"; +$a->strings["Create a new group"] = "Neue Gruppe erstellen"; +$a->strings["Group Name: "] = "Gruppenname:"; +$a->strings["Edit groups"] = "Gruppen bearbeiten"; +$a->strings["Item filed"] = "Beitrag abgelegt"; +$a->strings["UnFollow"] = "Entfolgen"; +$a->strings["Drop Contact"] = "Kontakt löschen"; +$a->strings["Approve"] = "Genehmigen"; +$a->strings["Organisation"] = "Organisation"; +$a->strings["News"] = "Nachrichten"; +$a->strings["Forum"] = "Forum"; +$a->strings["Disallowed profile URL."] = "Nicht erlaubte Profil-URL."; +$a->strings["Blocked domain"] = "Blockierte Domain"; +$a->strings["Connect URL missing."] = "Connect-URL fehlt"; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke"; +$a->strings["This site is not configured to allow communications with other networks."] = "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."; +$a->strings["The profile address specified does not provide adequate information."] = "Die angegebene Profiladresse liefert unzureichende Informationen."; +$a->strings["An author or name was not found."] = "Es wurde kein Autor oder Name gefunden."; +$a->strings["No browser URL could be matched to this address."] = "Zu dieser Adresse konnte keine passende Browser-URL gefunden werden."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."; +$a->strings["Use mailto: in front of address to force email check."] = "Verwende mailto: vor der E-Mail-Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von dir erhalten können."; +$a->strings["Unable to retrieve contact information."] = "Konnte die Kontaktinformationen nicht empfangen."; +$a->strings["[Name Withheld]"] = "[Name unterdrückt]"; +$a->strings["activity"] = "Aktivität"; +$a->strings["post"] = "Beitrag"; +$a->strings["Content warning: %s"] = "Inhaltswarnung: %s"; +$a->strings["View Video"] = "Video ansehen"; +$a->strings["bytes"] = "Byte"; +$a->strings["View on separate page"] = "Auf separater Seite ansehen"; +$a->strings["view on separate page"] = "auf separater Seite ansehen"; +$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üfe, ob du Schreibberechtigungen hast."; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Der Dateisystemspeicher konnte die Daten nicht in \"%s\" speichern. Überprüfe Deine Schreibberechtigungen"; +$a->strings["Storage base path"] = "Dateipfad zum Speicher"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Verzeichnis, in das Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Verzeichnisstruktur sein"; +$a->strings["Enter a valid existing folder"] = "Gib einen gültigen, existierenden Ordner ein"; +$a->strings["%s commented on %s's post"] = "%s hat %ss Beitrag kommentiert"; +$a->strings["%s created a new post"] = "%s hat einen neuen Beitrag erstellt"; +$a->strings["%s liked %s's post"] = "%s mag %ss Beitrag"; +$a->strings["%s disliked %s's post"] = "%s mag %ss Beitrag nicht"; +$a->strings["%s is attending %s's event"] = "%s nimmt an %s's Event teil"; +$a->strings["%s is not attending %s's event"] = "%s nimmt nicht an %s's Event teil"; +$a->strings["%s may attend %s's event"] = "%s nimmt eventuell an %s's Event teil"; +$a->strings["%s is now friends with %s"] = "%s ist jetzt mit %s befreundet"; +$a->strings["Friend Suggestion"] = "Kontaktvorschlag"; +$a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage"; +$a->strings["New Follower"] = "Neuer Bewunderer"; +$a->strings["%s's timeline"] = "Timeline von %s"; +$a->strings["%s's posts"] = "Beiträge von %s"; +$a->strings["%s's comments"] = "Kommentare von %s"; +$a->strings["%s is now following %s."] = "%s folgt nun %s"; +$a->strings["following"] = "folgen"; +$a->strings["%s stopped following %s."] = "%s hat aufgehört %s, zu folgen"; +$a->strings["stopped following"] = "wird nicht mehr gefolgt"; +$a->strings["Attachments:"] = "Anhänge:"; +$a->strings["Legacy module file not found: %s"] = "Legacy-Moduldatei nicht gefunden: %s"; +$a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."; +$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."] = "\nDie Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.\n\nDas Problem sollte so schnell wie möglich gelöst werden, aber ich schaffe es nicht alleine. Bitte kontaktiere einen Friendica-Entwickler, falls du mir nicht alleine helfen kannst. Meine Datenbank könnte ungültig sein."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Die Fehlermeldung lautet\n[pre]%s[/pre]"; +$a->strings["[Friendica Notify] Database update"] = "[Friendica-Benachrichtigung]: Datenbank Update"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n \t\t\t\t\tDie Friendica Datenbank wurde erfolgreich von %s auf %s aktualisiert."; $a->strings["Sep"] = "Sep"; -$a->strings["Oct"] = "Okt"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dez"; $a->strings["poke"] = "anstupsen"; $a->strings["poked"] = "stupste"; $a->strings["ping"] = "anpingen"; @@ -1078,11 +807,24 @@ $a->strings["finger"] = "befummeln"; $a->strings["fingered"] = "befummelte"; $a->strings["rebuff"] = "eine Abfuhr erteilen"; $a->strings["rebuffed"] = "abfuhrerteilte"; -$a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."; -$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."] = "\nDie Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.\n\nDas Problem sollte so schnell wie möglich gelöst werden, aber ich schaffe es nicht alleine. Bitte kontaktiere einen Friendica-Entwickler, falls du mir nicht alleine helfen kannst. Meine Datenbank könnte ungültig sein."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "Die Fehlermeldung lautet\n[pre]%s[/pre]"; -$a->strings["[Friendica Notify] Database update"] = "[Friendica-Benachrichtigung]: Datenbank Update"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n \t\t\t\t\tDie Friendica Datenbank wurde erfolgreich von %s auf %s aktualisiert."; +$a->strings["Login failed."] = "Anmeldung fehlgeschlagen."; +$a->strings["Login failed. Please check your credentials."] = "Anmeldung fehlgeschlagen. Bitte überprüfe deine Angaben."; +$a->strings["Welcome %s"] = "Willkommen %s"; +$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch."; +$a->strings["Welcome back %s"] = "Willkommen zurück %s"; +$a->strings["Mutuals"] = "Beidseitige Freundschaft"; +$a->strings["Post to Email"] = "An E-Mail senden"; +$a->strings["Public"] = "Öffentlich"; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "Dieser Inhalt wird all deine Abonenten sowie auf der Gemeinschaftsseite angezeigt. Außerdem kann ihn jeder sehen, der den Link kennt."; +$a->strings["Limited/Private"] = "Begrenzt/Privat"; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Dieser Inhalt wird außschließlich den Kontakten gezeigt, die du in der ersten Box ausgewählt hast, mit den Ausnahmen derer die du in der zweiten Box auflistest. Er wird nicht öffentlich zugänglich sein."; +$a->strings["Show to:"] = "Sichtbar für:"; +$a->strings["Except to:"] = "Ausgenommen:"; +$a->strings["CC: email addresses"] = "Cc: E-Mail-Addressen"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Z.B.: bob@example.com, mary@example.com"; +$a->strings["Connectors"] = "Connectoren"; +$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."; $a->strings["Error decoding account file"] = "Fehler beim Verarbeiten der Account-Datei"; $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica-Account-Datei?"; $a->strings["User '%s' already exists on this server!"] = "Nutzer '%s' existiert bereits auf diesem Server!"; @@ -1151,420 +893,151 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP Erweite $a->strings["ImageMagick supports GIF"] = "ImageMagick unterstützt GIF"; $a->strings["Database already in use."] = "Die Datenbank wird bereits verwendet."; $a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert."; -$a->strings["System"] = "System"; -$a->strings["Home"] = "Pinnwand"; -$a->strings["Introductions"] = "Kontaktanfragen"; -$a->strings["%s commented on %s's post"] = "%s hat %ss Beitrag kommentiert"; -$a->strings["%s created a new post"] = "%s hat einen neuen Beitrag erstellt"; -$a->strings["%s liked %s's post"] = "%s mag %ss Beitrag"; -$a->strings["%s disliked %s's post"] = "%s mag %ss Beitrag nicht"; -$a->strings["%s is attending %s's event"] = "%s nimmt an %s's Event teil"; -$a->strings["%s is not attending %s's event"] = "%s nimmt nicht an %s's Event teil"; -$a->strings["%s may attend %s's event"] = "%s nimmt eventuell an %s's Event teil"; -$a->strings["%s is now friends with %s"] = "%s ist jetzt mit %s befreundet"; -$a->strings["Friend Suggestion"] = "Kontaktvorschlag"; -$a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage"; -$a->strings["New Follower"] = "Neuer Bewunderer"; -$a->strings["Welcome %s"] = "Willkommen %s"; -$a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch."; -$a->strings["Welcome back %s"] = "Willkommen zurück %s"; -$a->strings["Post to Email"] = "An E-Mail senden"; -$a->strings["Visible to everybody"] = "Für jeden sichtbar"; -$a->strings["Connectors"] = "Connectoren"; -$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."; -$a->strings["Close"] = "Schließen"; -$a->strings["Birthday:"] = "Geburtstag:"; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD oder MM-DD"; -$a->strings["never"] = "nie"; -$a->strings["less than a second ago"] = "vor weniger als einer Sekunde"; -$a->strings["year"] = "Jahr"; -$a->strings["years"] = "Jahre"; -$a->strings["months"] = "Monate"; -$a->strings["weeks"] = "Wochen"; -$a->strings["days"] = "Tage"; -$a->strings["hour"] = "Stunde"; -$a->strings["hours"] = "Stunden"; -$a->strings["minute"] = "Minute"; -$a->strings["minutes"] = "Minuten"; -$a->strings["second"] = "Sekunde"; -$a->strings["seconds"] = "Sekunden"; -$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s"; -$a->strings["Loading more entries..."] = "lade weitere Einträge..."; -$a->strings["The end"] = "Das Ende"; -$a->strings["Follow"] = "Folge"; -$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; -$a->strings["Full Text"] = "Volltext"; -$a->strings["Tags"] = "Tags"; -$a->strings["Click to open/close"] = "Zum Öffnen/Schließen klicken"; -$a->strings["view full size"] = "Volle Größe anzeigen"; -$a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 hat geschrieben:"; -$a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; -$a->strings["Invalid source protocol"] = "Ungültiges Quell-Protokoll"; -$a->strings["Invalid link protocol"] = "Ungültiges Link-Protokoll"; -$a->strings["Export"] = "Exportieren"; -$a->strings["Export calendar as ical"] = "Kalender als ical exportieren"; -$a->strings["Export calendar as csv"] = "Kalender als csv exportieren"; -$a->strings["No contacts"] = "Keine Kontakte"; -$a->strings["%d Contact"] = [ - 0 => "%d Kontakt", - 1 => "%d Kontakte", -]; -$a->strings["View Contacts"] = "Kontakte anzeigen"; -$a->strings["Trending Tags (last %d hour)"] = [ - 0 => "Trending Tags (%d Stunde)", - 1 => "Trending Tags (%d Stunden)", -]; -$a->strings["More Trending Tags"] = "mehr Trending Tags"; -$a->strings["newer"] = "neuer"; -$a->strings["older"] = "älter"; -$a->strings["prev"] = "vorige"; -$a->strings["last"] = "letzte"; -$a->strings["General Features"] = "Allgemeine Features"; -$a->strings["Multiple Profiles"] = "Mehrere Profile"; -$a->strings["Ability to create multiple profiles"] = "Möglichkeit, mehrere Profile zu erstellen"; -$a->strings["Photo Location"] = "Aufnahmeort"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden."; -$a->strings["Export Public Calendar"] = "Öffentlichen Kalender exportieren"; -$a->strings["Ability for visitors to download the public calendar"] = "Möglichkeit für Besucher, den öffentlichen Kalender herunter zu laden"; -$a->strings["Trending Tags"] = "Trending Tags"; -$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Auf der Gemeinschaftsseite ein Widget mit den meist benutzten Tags in öffentlichen Beiträgen anzeigen."; -$a->strings["Post Composition Features"] = "Beitragserstellung-Features"; -$a->strings["Auto-mention Forums"] = "Foren automatisch erwähnen"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde."; -$a->strings["Explicit Mentions"] = "Explizite Erwähnungen"; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Füge Erwähnungen zum Kommentarfeld hinzu, um manuell über die explizite Erwähnung von Gesprächsteilnehmern zu entscheiden."; -$a->strings["Network Sidebar"] = "Netzwerk-Seitenleiste"; -$a->strings["Archives"] = "Archiv"; -$a->strings["Ability to select posts by date ranges"] = "Möglichkeit, die Beiträge nach Datumsbereichen zu sortieren"; -$a->strings["Protocol Filter"] = "Protokoll-Filter"; -$a->strings["Enable widget to display Network posts only from selected protocols"] = "Aktiviere Widget, um Netzwerkbeiträge nur von ausgesuchten Protokollen anzuzeigen"; -$a->strings["Network Tabs"] = "Netzwerk-Reiter"; -$a->strings["Network New Tab"] = "Netzwerk-Reiter: Neue"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Aktiviert einen Netzwerk-Reiter, in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden"; -$a->strings["Network Shared Links Tab"] = "Netzwerk-Reiter: Geteilte Links"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Aktiviert einen Netzwerk-Reiter, der ausschließlich Nachrichten mit Links enthält"; -$a->strings["Post/Comment Tools"] = "Werkzeuge für Beiträge und Kommentare"; -$a->strings["Post Categories"] = "Beitragskategorien"; -$a->strings["Add categories to your posts"] = "Eigene Beiträge mit Kategorien versehen"; -$a->strings["Advanced Profile Settings"] = "Erweiterte Profil-Einstellungen"; -$a->strings["List Forums"] = "Zeige Foren"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite"; -$a->strings["Tag Cloud"] = "Schlagwortwolke"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen"; -$a->strings["Display Membership Date"] = "Mitgliedschaftsdatum anzeigen"; -$a->strings["Display membership date in profile"] = "Das Datum der Registrierung deines Accounts im Profil anzeigen"; -$a->strings["Nothing new here"] = "Keine Neuigkeiten"; -$a->strings["Clear notifications"] = "Bereinige Benachrichtigungen"; -$a->strings["Logout"] = "Abmelden"; -$a->strings["End this session"] = "Diese Sitzung beenden"; -$a->strings["Login"] = "Anmeldung"; -$a->strings["Sign in"] = "Anmelden"; -$a->strings["Personal notes"] = "Persönliche Notizen"; -$a->strings["Your personal notes"] = "Deine persönlichen Notizen"; -$a->strings["Home Page"] = "Homepage"; -$a->strings["Register"] = "Registrieren"; -$a->strings["Create an account"] = "Nutzerkonto erstellen"; -$a->strings["Help and documentation"] = "Hilfe und Dokumentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Zusätzliche Anwendungen, Dienstprogramme, Spiele"; -$a->strings["Search site content"] = "Inhalt der Seite durchsuchen"; -$a->strings["Community"] = "Gemeinschaft"; -$a->strings["Conversations on this and other servers"] = "Unterhaltungen auf diesem und anderen Servern"; -$a->strings["Directory"] = "Verzeichnis"; -$a->strings["People directory"] = "Nutzerverzeichnis"; -$a->strings["Information"] = "Information"; -$a->strings["Information about this friendica instance"] = "Informationen zu dieser Friendica-Instanz"; -$a->strings["Terms of Service"] = "Nutzungsbedingungen"; -$a->strings["Terms of Service of this Friendica instance"] = "Die Nutzungsbedingungen dieser Friendica-Instanz"; -$a->strings["Network Reset"] = "Netzwerk zurücksetzen"; -$a->strings["Load Network page with no filters"] = "Netzwerk-Seite ohne Filter laden"; -$a->strings["Friend Requests"] = "Kontaktanfragen"; -$a->strings["See all notifications"] = "Alle Benachrichtigungen anzeigen"; -$a->strings["Mark all system notifications seen"] = "Markiere alle Systembenachrichtigungen als gelesen"; -$a->strings["Inbox"] = "Eingang"; -$a->strings["Outbox"] = "Ausgang"; -$a->strings["Manage"] = "Verwalten"; -$a->strings["Manage other pages"] = "Andere Seiten verwalten"; -$a->strings["Manage/Edit Profiles"] = "Profile verwalten/editieren"; -$a->strings["Admin"] = "Administration"; -$a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Sitemap"; -$a->strings["Embedding disabled"] = "Einbettungen deaktiviert"; -$a->strings["Embedded content"] = "Eingebetteter Inhalt"; -$a->strings["Add New Contact"] = "Neuen Kontakt hinzufügen"; -$a->strings["Enter address or web location"] = "Adresse oder Web-Link eingeben"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@example.com, http://example.com/barbara"; -$a->strings["%d invitation available"] = [ - 0 => "%d Einladung verfügbar", - 1 => "%d Einladungen verfügbar", -]; -$a->strings["Following"] = "Gefolgte"; -$a->strings["Mutual friends"] = "Beidseitige Freundschaft"; -$a->strings["Relationships"] = "Beziehungen"; -$a->strings["All Contacts"] = "Alle Kontakte"; -$a->strings["Protocols"] = "Protokolle"; -$a->strings["All Protocols"] = "Alle Protokolle"; -$a->strings["Saved Folders"] = "Gespeicherte Ordner"; -$a->strings["Everything"] = "Alles"; -$a->strings["Categories"] = "Kategorien"; -$a->strings["%d contact in common"] = [ - 0 => "%d gemeinsamer Kontakt", - 1 => "%d gemeinsame Kontakte", -]; -$a->strings["Frequently"] = "immer wieder"; -$a->strings["Hourly"] = "Stündlich"; -$a->strings["Twice daily"] = "Zweimal täglich"; -$a->strings["Daily"] = "Täglich"; -$a->strings["Weekly"] = "Wöchentlich"; -$a->strings["Monthly"] = "Monatlich"; -$a->strings["DFRN"] = "DFRN"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-Mail"; -$a->strings["Zot!"] = "Zott"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/Chat"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora Connector"; -$a->strings["GNU Social Connector"] = "GNU Social Connector"; -$a->strings["ActivityPub"] = "ActivityPub"; -$a->strings["pnut"] = "pnut"; -$a->strings["No answer"] = "Keine Antwort"; -$a->strings["Male"] = "Männlich"; -$a->strings["Female"] = "Weiblich"; -$a->strings["Currently Male"] = "Momentan männlich"; -$a->strings["Currently Female"] = "Momentan weiblich"; -$a->strings["Mostly Male"] = "Hauptsächlich männlich"; -$a->strings["Mostly Female"] = "Hauptsächlich weiblich"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transsexuell"; -$a->strings["Hermaphrodite"] = "Hermaphrodit"; -$a->strings["Neuter"] = "Neuter"; -$a->strings["Non-specific"] = "Nicht spezifiziert"; -$a->strings["Other"] = "Andere"; -$a->strings["Males"] = "Männer"; -$a->strings["Females"] = "Frauen"; -$a->strings["Gay"] = "Schwul"; -$a->strings["Lesbian"] = "Lesbisch"; -$a->strings["No Preference"] = "Keine Vorlieben"; -$a->strings["Bisexual"] = "Bisexuell"; -$a->strings["Autosexual"] = "Autosexuell"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Jungfrauen"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Fetish"; -$a->strings["Oodles"] = "Oodles"; -$a->strings["Nonsexual"] = "Nonsexual"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Einsam"; -$a->strings["In a relation"] = "In einer Beziehung"; -$a->strings["Has crush"] = "verknallt"; -$a->strings["Infatuated"] = "verliebt"; -$a->strings["Dating"] = "Dating"; -$a->strings["Unfaithful"] = "Untreu"; -$a->strings["Sex Addict"] = "Sexbesessen"; -$a->strings["Friends"] = "Kontakte"; -$a->strings["Friends/Benefits"] = "Freunde/Zuwendungen"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Verlobt"; -$a->strings["Married"] = "Verheiratet"; -$a->strings["Imaginarily married"] = "imaginär verheiratet"; -$a->strings["Partners"] = "Partner"; -$a->strings["Cohabiting"] = "zusammenlebend"; -$a->strings["Common law"] = "wilde Ehe"; -$a->strings["Happy"] = "Glücklich"; -$a->strings["Not looking"] = "Nicht auf der Suche"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrogen"; -$a->strings["Separated"] = "Getrennt"; -$a->strings["Unstable"] = "Unstabil"; -$a->strings["Divorced"] = "Geschieden"; -$a->strings["Imaginarily divorced"] = "Imaginär geschieden"; -$a->strings["Widowed"] = "Verwitwet"; -$a->strings["Uncertain"] = "Unsicher"; -$a->strings["It's complicated"] = "Ist kompliziert"; -$a->strings["Don't care"] = "Ist mir nicht wichtig"; -$a->strings["Ask me"] = "Frag mich"; -$a->strings["There are no tables on MyISAM."] = "Es gibt keine MyISAM-Tabellen."; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "Fehler beim Ändern der Datenbank aufgetreten"; -$a->strings["%s: Database update"] = "%s: Datenbank Aktualisierung"; -$a->strings["%s: updating %s table."] = "%s: aktualisiere Tabelle %s"; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Dateisystemspeicher konnte nicht erstellt werden \"%s\". Überprüfe, ob du Schreibberechtigungen hast."; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Der Dateisystemspeicher konnte die Daten nicht in \"%s\" speichern. Überprüfe Deine Schreibberechtigungen"; -$a->strings["Storage base path"] = "Dateipfad zum Speicher"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Verzeichnis, in das Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Verzeichnisstruktur sein"; -$a->strings["Enter a valid existing folder"] = "Gib einen gültigen, existierenden Ordner ein"; -$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["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i"; -$a->strings["Starts:"] = "Beginnt:"; -$a->strings["Finishes:"] = "Endet:"; -$a->strings["all-day"] = "ganztägig"; -$a->strings["Sept"] = "Sep"; -$a->strings["No events to display"] = "Keine Veranstaltung zum Anzeigen"; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Veranstaltung bearbeiten"; -$a->strings["Duplicate event"] = "Veranstaltung kopieren"; -$a->strings["Delete event"] = "Veranstaltung löschen"; -$a->strings["link to source"] = "Link zum Originalbeitrag"; -$a->strings["D g:i A"] = "D H:i"; -$a->strings["g:i A"] = "H:i"; -$a->strings["Show map"] = "Karte anzeigen"; -$a->strings["Hide map"] = "Karte verbergen"; -$a->strings["%s's birthday"] = "%ss Geburtstag"; -$a->strings["Happy Birthday %s"] = "Herzlichen Glückwunsch, %s"; -$a->strings["Item filed"] = "Beitrag abgelegt"; -$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"; -$a->strings["Empty passwords are not allowed."] = "Leere Passwörter sind nicht erlaubt."; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Das neue Passwort wurde in einem öffentlichen Daten-Dump veröffentlicht. Bitte verwende ein anderes Passwort."; -$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "Das Passwort darf keine akzentuierten Buchstaben, Leerzeichen oder Doppelpunkte (:) beinhalten"; -$a->strings["Passwords do not match. Password unchanged."] = "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert."; -$a->strings["An invitation is required."] = "Du benötigst eine Einladung."; -$a->strings["Invitation could not be verified."] = "Die Einladung konnte nicht überprüft werden."; -$a->strings["Invalid OpenID url"] = "Ungültige OpenID URL"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Beim Versuch, dich mit der von dir angegebenen OpenID anzumelden, trat ein Problem auf. Bitte überprüfe, dass du die OpenID richtig geschrieben hast."; -$a->strings["The error message was:"] = "Die Fehlermeldung lautete:"; -$a->strings["Please enter the required information."] = "Bitte trage die erforderlichen Informationen ein."; -$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) schließen sich gegenseitig aus, tausche Werte aus."; -$a->strings["Username should be at least %s character."] = [ - 0 => "Der Benutzername sollte aus mindestens %s Zeichen bestehen.", - 1 => "Der Benutzername sollte aus mindestens %s Zeichen bestehen.", -]; -$a->strings["Username should be at most %s character."] = [ - 0 => "Der Benutzername sollte aus maximal %s Zeichen bestehen.", - 1 => "Der Benutzername sollte aus maximal %s Zeichen bestehen.", -]; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Das scheint nicht dein kompletter Name (Vor- und Nachname) zu sein."; -$a->strings["Your email domain is not among those allowed on this site."] = "Die Domain Deiner E-Mail-Adresse ist auf dieser Seite nicht erlaubt."; -$a->strings["Not a valid email address."] = "Keine gültige E-Mail-Adresse."; -$a->strings["The nickname was blocked from registration by the nodes admin."] = "Der Admin des Knotens hat den Spitznamen für die Registrierung gesperrt."; -$a->strings["Cannot use that email."] = "Konnte diese E-Mail-Adresse nicht verwenden."; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\" und \"_\") bestehen."; -$a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."; -$a->strings["An error occurred during registration. Please try again."] = "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal."; -$a->strings["An error occurred creating your self contact. Please try again."] = "Bei der Erstellung deines self-Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut."; -$a->strings["An error occurred creating your default contact group. Please try again."] = "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tHallo %1\$s,\n\t\t\t\tdanke für deine Registrierung auf %2\$s. Dein Account muss noch vom Admin des Knotens freigeschaltet werden.\n\n\t\t\tDeine Zugangsdaten lauten wie folgt:\n\n\t\t\tSeitenadresse:\t%3\$s\n\t\t\tAnmeldename:\t\t%4\$s\n\t\t\tPasswort:\t\t%5\$s\n\t\t"; -$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 wiederfinden.\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["Registration details for %s"] = "Details der Registration von %s"; -$a->strings["Drop Contact"] = "Kontakt löschen"; -$a->strings["Organisation"] = "Organisation"; -$a->strings["News"] = "Nachrichten"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect-URL fehlt"; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke"; -$a->strings["This site is not configured to allow communications with other networks."] = "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."; -$a->strings["The profile address specified does not provide adequate information."] = "Die angegebene Profiladresse liefert unzureichende Informationen."; -$a->strings["An author or name was not found."] = "Es wurde kein Autor oder Name gefunden."; -$a->strings["No browser URL could be matched to this address."] = "Zu dieser Adresse konnte keine passende Browser-URL gefunden werden."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."; -$a->strings["Use mailto: in front of address to force email check."] = "Verwende mailto: vor der E-Mail-Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von dir erhalten können."; -$a->strings["Unable to retrieve contact information."] = "Konnte die Kontaktinformationen nicht empfangen."; -$a->strings["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."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."; -$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte"; -$a->strings["Everybody"] = "Alle Kontakte"; -$a->strings["edit"] = "bearbeiten"; -$a->strings["Groups"] = "Gruppen"; -$a->strings["Edit group"] = "Gruppe bearbeiten"; -$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe"; -$a->strings["Create a new group"] = "Neue Gruppe erstellen"; -$a->strings["Group Name: "] = "Gruppenname:"; -$a->strings["Edit groups"] = "Gruppen bearbeiten"; -$a->strings["[no subject]"] = "[kein Betreff]"; -$a->strings["Edit profile"] = "Profil bearbeiten"; -$a->strings["Manage/edit profiles"] = "Profile verwalten/editieren"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = "Entfolgen"; -$a->strings["Atom feed"] = "Atom-Feed"; -$a->strings["g A l F d"] = "l, d. F G \\U\\h\\r"; -$a->strings["F d"] = "d. F"; -$a->strings["[today]"] = "[heute]"; -$a->strings["Birthday Reminders"] = "Geburtstagserinnerungen"; -$a->strings["Birthdays this week:"] = "Geburtstage diese Woche:"; -$a->strings["[No description]"] = "[keine Beschreibung]"; -$a->strings["Event Reminders"] = "Veranstaltungserinnerungen"; -$a->strings["Upcoming events the next 7 days:"] = "Veranstaltungen der nächsten 7 Tage:"; -$a->strings["Member since:"] = "Mitglied seit:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Age:"] = "Alter:"; -$a->strings["for %1\$d %2\$s"] = "für %1\$d %2\$s"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["Hobbies/Interests:"] = "Hobbies/Interessen:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinformationen und Soziale Netzwerke:"; -$a->strings["Musical interests:"] = "Musikalische Interessen:"; -$a->strings["Books, literature:"] = "Literatur/Bücher:"; -$a->strings["Television:"] = "Fernsehen:"; -$a->strings["Film/dance/culture/entertainment:"] = "Filme/Tänze/Kultur/Unterhaltung:"; -$a->strings["Love/Romance:"] = "Liebesleben:"; -$a->strings["Work/employment:"] = "Arbeit/Beschäftigung:"; -$a->strings["School/education:"] = "Schule/Ausbildung:"; -$a->strings["Forums:"] = "Foren:"; -$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\$s herzlich willkommen"; -$a->strings["activity"] = "Aktivität"; -$a->strings["comment"] = [ - 0 => "Kommentar", - 1 => "Kommentare", -]; -$a->strings["post"] = "Beitrag"; -$a->strings["Content warning: %s"] = "Inhaltswarnung: %s"; -$a->strings["bytes"] = "Byte"; -$a->strings["View on separate page"] = "Auf separater Seite ansehen"; -$a->strings["view on separate page"] = "auf separater Seite ansehen"; -$a->strings["%s's timeline"] = "Timeline von %s"; -$a->strings["%s's posts"] = "Beiträge von %s"; -$a->strings["%s's comments"] = "Kommentare von %s"; -$a->strings["%s is now following %s."] = "%s folgt nun %s"; -$a->strings["following"] = "folgen"; -$a->strings["%s stopped following %s."] = "%s hat aufgehört %s, zu folgen"; -$a->strings["stopped following"] = "wird nicht mehr gefolgt"; -$a->strings["Sharing notification from Diaspora network"] = "Freigabe-Benachrichtigung von Diaspora"; -$a->strings["Attachments:"] = "Anhänge:"; -$a->strings["(no subject)"] = "(kein Betreff)"; +$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert."; +$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein)."; +$a->strings["Find on this site"] = "Auf diesem Server suchen"; +$a->strings["Results for:"] = "Ergebnisse für:"; +$a->strings["Site Directory"] = "Verzeichnis"; +$a->strings["Bad Request"] = "Ungültige Anfrage"; +$a->strings["Unauthorized"] = "Nicht autorisiert"; +$a->strings["Forbidden"] = "Verboten"; +$a->strings["Not Found"] = "Nicht gefunden"; +$a->strings["Internal Server Error"] = "Interner Serverfehler"; +$a->strings["Service Unavailable"] = "Dienst nicht verfügbar"; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Aufgrund eines offensichtlichen Fehlers auf der Seite des Clients kann oder wird der Server die Anfrage nicht bearbeiten."; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "Die erforderliche Authentifizierung ist fehlgeschlagen oder noch nicht erfolgt."; +$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."] = "Die Anfrage war gültig, aber der Server verweigert die Ausführung. Der Benutzer verfügt möglicherweise nicht über die erforderlichen Berechtigungen oder benötigt ein Nutzerkonto."; +$a->strings["The requested resource could not be found but may be available in the future."] = "Die angeforderte Ressource konnte nicht gefunden werden, sie könnte allerdings zu einem späteren Zeitpunkt verfügbar sein."; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Eine unerwartete Situation ist eingetreten, zu der keine detailliertere Nachricht vorliegt."; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Der Server ist derzeit nicht verfügbar (wegen Überlastung oder Wartungsarbeiten). Bitte versuche es später noch einmal."; +$a->strings["Go back"] = "Geh zurück"; +$a->strings["Help:"] = "Hilfe:"; +$a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die deine Kontoinformationen teilen oder zu denen du „Verwalten“-Befugnisse bekommen hast."; +$a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: "; $a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig."; $a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "Diese Daten sind für die Kommunikation notwendig und werden an die Knoten der Kommunikationspartner übermittelt und dort gespeichert. Nutzer können weitere, private Angaben machen, die ebenfalls an die verwendeten Server der Kommunikationspartner übermittelt werden können."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den Kontoeinstellungen aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter %1\$s/removeme möglich. Die Löschung des Nutzerkontos ist permanent. Die Löschung der Daten wird auch von den Knoten der Kommunikationspartner angefordert."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den Kontoeinstellungen aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter %1\$s/removeme möglich. Die Löschung des Nutzerkontos ist permanent. Die Löschung der Daten wird auch von den Knoten der Kommunikationspartner angefordert."; $a->strings["Privacy Statement"] = "Datenschutzerklärung"; -$a->strings["No installed applications."] = "Keine Applikationen installiert."; -$a->strings["Applications"] = "Anwendungen"; -$a->strings["Credits"] = "Credits"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica ist ein Gemeinschaftsprojekt, das nicht ohne die Hilfe vieler Personen möglich wäre. Hier ist eine Aufzählung der Personen, die zum Code oder der Übersetzung beigetragen haben. Dank an alle !"; -$a->strings["Addon not found."] = "Addon nicht gefunden."; -$a->strings["Addon %s disabled."] = "Addon %s ausgeschaltet."; -$a->strings["Addon %s enabled."] = "Addon %s eingeschaltet."; -$a->strings["Disable"] = "Ausschalten"; -$a->strings["Enable"] = "Einschalten"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Komunikationsserver - Installation"; +$a->strings["System check"] = "Systemtest"; +$a->strings["Next"] = "Nächste"; +$a->strings["Check again"] = "Noch einmal testen"; +$a->strings["No SSL policy, links will track page SSL state"] = "Keine SSL-Richtlinie, Links werden das verwendete Protokoll beibehalten"; +$a->strings["Force all links to use SSL"] = "SSL für alle Links erzwingen"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"; +$a->strings["Base settings"] = "Grundeinstellungen"; +$a->strings["SSL link policy"] = "Regeln für SSL Links"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Bestimmt, ob generierte Links SSL verwenden müssen"; +$a->strings["Host name"] = "Host Name"; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Sollte der ermittelte Hostname nicht stimmen, korrigiere bitte den Eintrag."; +$a->strings["Base path to installation"] = "Basis-Pfad zur Installation"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "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."; +$a->strings["Sub path of the URL"] = "Unterverzeichnis (Pfad) der URL"; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Sollte das ermittelte Unterverzeichnis der Friendica Installation nicht stimmen, korrigiere es bitte. Wenn dieses Feld leer ist, bedeutet dies, dass die Installation direkt unter der Basis-URL installiert wird."; +$a->strings["Database connection"] = "Datenbankverbindung"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting-Provider oder den Administrator der Seite, falls du Fragen zu diesen Einstellungen haben solltest."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte, bevor du mit der Installation fortfährst."; +$a->strings["Database Server Name"] = "Datenbank-Server"; +$a->strings["Database Login Name"] = "Datenbank-Nutzer"; +$a->strings["Database Login Password"] = "Datenbank-Passwort"; +$a->strings["For security reasons the password must not be empty"] = "Aus Sicherheitsgründen darf das Passwort nicht leer sein."; +$a->strings["Database Name"] = "Datenbank-Name"; +$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone Deiner Webseite"; +$a->strings["Site settings"] = "Server-Einstellungen"; +$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit du das Admin-Panel benutzen kannst."; +$a->strings["System Language:"] = "Systemsprache:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand"; +$a->strings["Your Friendica site database has been installed."] = "Die Datenbank Deiner Friendica-Seite wurde installiert."; +$a->strings["Installation finished"] = "Installation abgeschlossen"; +$a->strings["

What next

"] = "

Wie geht es weiter?

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran, dieselbe E-Mail Adresse anzugeben, die du auch als Administrator-E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst."; +$a->strings["Please login to continue."] = "Bitte melde dich an, um fortzufahren."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Verwaltete Benutzerkonten haben keinen Zugriff auf die Administrationsseiten. Bitte wechsle wieder zurück auf das Administrator Konto."; +$a->strings["Overview"] = "Übersicht"; +$a->strings["Federation Statistics"] = "Föderation Statistik"; +$a->strings["Configuration"] = "Konfiguration"; +$a->strings["Site"] = "Seite"; +$a->strings["Users"] = "Nutzer"; +$a->strings["Addons"] = "Addons"; +$a->strings["Themes"] = "Themen"; +$a->strings["Additional features"] = "Zusätzliche Features"; +$a->strings["Database"] = "Datenbank"; +$a->strings["DB updates"] = "DB Updates"; +$a->strings["Inspect Deferred Workers"] = "Verzögerte Worker inspizieren"; +$a->strings["Inspect worker Queue"] = "Worker Warteschlange inspizieren"; +$a->strings["Tools"] = "Werkzeuge"; +$a->strings["Contact Blocklist"] = "Kontakt Blockliste"; +$a->strings["Server Blocklist"] = "Server Blockliste"; +$a->strings["Delete Item"] = "Eintrag löschen"; +$a->strings["Logs"] = "Protokolle"; +$a->strings["View Logs"] = "Protokolle anzeigen"; +$a->strings["Diagnostics"] = "Diagnostik"; +$a->strings["PHP Info"] = "PHP-Info"; +$a->strings["probe address"] = "Adresse untersuchen"; +$a->strings["check webfinger"] = "Webfinger überprüfen"; +$a->strings["Item Source"] = "Eintrags Quelle"; +$a->strings["Babel"] = "Babel"; +$a->strings["Addon Features"] = "Addon Features"; +$a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen, die auf Bestätigung warten"; +$a->strings["Create a New Account"] = "Neues Konto erstellen"; +$a->strings["Your OpenID: "] = "Deine OpenID:"; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "Bitte gib seinen Nutzernamen und das Passwort ein um die OpenID zu deinem bestehenden Nutzerkonto hinzufügen zu können."; +$a->strings["Or login using OpenID: "] = "Oder melde dich mit deiner OpenID an: "; +$a->strings["Nickname or Email: "] = "Spitzname oder E-Mail:"; +$a->strings["Password: "] = "Passwort: "; +$a->strings["Remember me"] = "Anmeldedaten merken"; +$a->strings["Forgot your password?"] = "Passwort vergessen?"; +$a->strings["Password Reset"] = "Passwort zurücksetzen"; +$a->strings["Website Terms of Service"] = "Website-Nutzungsbedingungen"; +$a->strings["terms of service"] = "Nutzungsbedingungen"; +$a->strings["Website Privacy Policy"] = "Website-Datenschutzerklärung"; +$a->strings["privacy policy"] = "Datenschutzerklärung"; +$a->strings["Access to this profile has been restricted."] = "Der Zugriff zu diesem Profil wurde eingeschränkt."; +$a->strings["Invalid code, please retry."] = "Ungültiger Code, bitte erneut versuchen."; +$a->strings["Two-factor authentication"] = "Zwei-Faktor Authentifizierung"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Öffnen Sie die Zwei-Faktor-Authentifizierungs-App auf Ihrem Gerät, um einen Authentifizierungscode abzurufen und Ihre Identität zu überprüfen.

"; +$a->strings["Error"] = [ + 0 => "Fehler", + 1 => "Fehler", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Hast du dein Handy nicht? Geben Sie einen Zwei-Faktor-Wiederherstellungscode ein"; +$a->strings["Please enter a code from your authentication app"] = "Bitte geben Sie einen Code aus Ihrer Authentifizierungs-App ein"; +$a->strings["Verify code and complete login"] = "Code überprüfen und Anmeldung abschließen"; +$a->strings["Remaining recovery codes: %d"] = "Verbleibende Wiederherstellungscodes: %d"; +$a->strings["Two-factor recovery"] = "Zwei-Faktor-Wiederherstellung"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

Sie können einen Ihrer einmaligen Wiederherstellungscodes eingeben, falls Sie den Zugriff auf Ihr Mobilgerät verloren haben.

"; +$a->strings["Please enter a recovery code"] = "Bitte geben Sie einen Wiederherstellungscode ein"; +$a->strings["Submit recovery code and complete login"] = "Senden Sie den Wiederherstellungscode und schließen Sie die Anmeldung ab"; +$a->strings["System down for maintenance"] = "System zur Wartung abgeschaltet"; +$a->strings["This page is missing a url parameter."] = "Der Seite fehlt ein URL Parameter."; +$a->strings["The post was created"] = "Der Beitrag wurde angelegt"; +$a->strings["Invalid photo with id %s."] = "Fehlerhaftes Foto mit der ID %s."; +$a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden."; +$a->strings["Server domain pattern added to blocklist."] = "Server Domain Muster zur Blockliste hinzugefügt"; +$a->strings["Site blocklist updated."] = "Blockliste aktualisiert."; +$a->strings["Blocked server domain pattern"] = "Blockierte Server Domain Muster"; +$a->strings["Reason for the block"] = "Begründung für die Blockierung"; +$a->strings["Delete server domain pattern"] = "Server Domain Muster löschen"; +$a->strings["Check to delete this entry from the blocklist"] = "Markieren, um diesen Eintrag von der Blocklist zu entfernen"; $a->strings["Administration"] = "Administration"; -$a->strings["Toggle"] = "Umschalten"; -$a->strings["Author: "] = "Autor:"; -$a->strings["Maintainer: "] = "Betreuer:"; -$a->strings["Addon %s failed to install."] = "Addon %s konnte nicht installiert werden"; -$a->strings["Reload active addons"] = "Aktivierte Addons neu laden"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "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."; +$a->strings["Server Domain Pattern Blocklist"] = "Server Domain Muster Blockliste"; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "Auf dieser Seite kannst du Muster definieren mit denen Server Domains aus dem föderierten Netzwerk daran gehindert werden mit deiner Instanz zu interagieren. Es ist ratsam für jedes Muster anzugeben, warum du es zur Blockliste hinzugefügt hast."; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "Die Liste der blockierten Domain Muster wird auf der Seite /friendica öffentlich einsehbar gemacht, damit deine Nutzer und Personen, die Kommunikationsprobleme erkunden, die Ursachen einfach finden können."; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

Die Server Domain Muster sind Groß-/Kleinschreibung unabhängig mit Shell-Jokerzeichen, die die folgenden Sonderzeichen umfassen:

\n
    \n\t
  • *: Beliebige Anzahl von Zeichen
  • \n\t
  • ?: Ein einzelnes beliebiges Zeichen
  • \n\t
  • [<Zeichen1><Zeichen2>...]:Zeichen1 oder Zeichen2
  • \n
"; +$a->strings["Add new entry to block list"] = "Neuen Eintrag in die Blockliste"; +$a->strings["Server Domain Pattern"] = "Server Domain Muster"; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "Das Muster für Server Domains die geblockt werden sollen. Gib das Protokoll nicht mit an!"; +$a->strings["Block reason"] = "Begründung der Blockierung"; +$a->strings["The reason why you blocked this server domain pattern."] = "Die Begründung, warum du dieses Domain Muster blockiert hast."; +$a->strings["Add Entry"] = "Eintrag hinzufügen"; +$a->strings["Save changes to the blocklist"] = "Änderungen der Blockliste speichern"; +$a->strings["Current Entries in the Blocklist"] = "Aktuelle Einträge der Blockliste"; +$a->strings["Delete entry from blocklist"] = "Eintrag von der Blockliste entfernen"; +$a->strings["Delete entry from blocklist?"] = "Eintrag von der Blockliste entfernen?"; $a->strings["The contact has been blocked from the node"] = "Der Kontakt wurde von diesem Knoten geblockt"; $a->strings["Could not find any contact entry for this URL (%s)"] = "Für die URL (%s) konnte kein Kontakt gefunden werden"; $a->strings["%s contact unblocked"] = [ @@ -1581,87 +1054,15 @@ $a->strings["No remote contact is blocked from this node."] = "Derzeit werden ke $a->strings["Blocked Remote Contacts"] = "Blockierte Kontakte von anderen Knoten"; $a->strings["Block New Remote Contact"] = "Blockieren von weiteren Kontakten"; $a->strings["Photo"] = "Foto:"; +$a->strings["Name"] = "Name"; $a->strings["Reason"] = "Grund"; $a->strings["%s total blocked contact"] = [ 0 => "Insgesamt %s blockierter Kontakt", 1 => "Insgesamt %s blockierte Kontakte", ]; +$a->strings["Profile URL"] = "Profil URL"; $a->strings["URL of the remote contact to block."] = "Die URL des entfernten Kontakts, der blockiert werden soll."; $a->strings["Block Reason"] = "Sperrgrund"; -$a->strings["Server domain pattern added to blocklist."] = "Server Domain Muster zur Blockliste hinzugefügt"; -$a->strings["Site blocklist updated."] = "Blockliste aktualisiert."; -$a->strings["Blocked server domain pattern"] = "Blockierte Server Domain Muster"; -$a->strings["Reason for the block"] = "Begründung für die Blockierung"; -$a->strings["Delete server domain pattern"] = "Server Domain Muster löschen"; -$a->strings["Check to delete this entry from the blocklist"] = "Markieren, um diesen Eintrag von der Blocklist zu entfernen"; -$a->strings["Server Domain Pattern Blocklist"] = "Server Domain Muster Blockliste"; -$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "Auf dieser Seite kannst du Muster definieren mit denen Server Domains aus dem föderierten Netzwerk daran gehindert werden mit deiner Instanz zu interagieren. Es ist ratsam für jedes Muster anzugeben, warum du es zur Blockliste hinzugefügt hast."; -$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "Die Liste der blockierten Domain Muster wird auf der Seite /friendica öffentlich einsehbar gemacht, damit deine Nutzer und Personen, die Kommunikationsprobleme erkunden, die Ursachen einfach finden können."; -$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

Die Server Domain Muster sind Groß-/Kleinschreibung unabhängig mit Shell-Jokerzeichen, die die folgenden Sonderzeichen umfassen:

\n
    \n\t
  • *: Beliebige Anzahl von Zeichen
  • \n\t
  • ?: Ein einzelnes beliebiges Zeichen
  • \n\t
  • [<Zeichen1><Zeichen2>...]:Zeichen1 oder Zeichen2
  • \n
"; -$a->strings["Add new entry to block list"] = "Neuen Eintrag in die Blockliste"; -$a->strings["Server Domain Pattern"] = "Server Domain Muster"; -$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "Das Muster für Server Domains die geblockt werden sollen. Gib das Protokoll nicht mit an!"; -$a->strings["Block reason"] = "Begründung der Blockierung"; -$a->strings["The reason why you blocked this server domain pattern."] = "Die Begründung, warum du dieses Domain Muster blockiert hast."; -$a->strings["Add Entry"] = "Eintrag hinzufügen"; -$a->strings["Save changes to the blocklist"] = "Änderungen der Blockliste speichern"; -$a->strings["Current Entries in the Blocklist"] = "Aktuelle Einträge der Blockliste"; -$a->strings["Delete entry from blocklist"] = "Eintrag von der Blockliste entfernen"; -$a->strings["Delete entry from blocklist?"] = "Eintrag von der Blockliste entfernen?"; -$a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert"; -$a->strings["Database structure update %s was successfully applied."] = "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"; -$a->strings["Executing %s failed with error: %s"] = "Die Ausführung von %s schlug fehl. Fehlermeldung: %s"; -$a->strings["Update %s was successfully applied."] = "Update %s war erfolgreich."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s hat keinen Status zurückgegeben. Unbekannter Status."; -$a->strings["There was no additional update function %s that needed to be called."] = "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste."; -$a->strings["No failed updates."] = "Keine fehlgeschlagenen Updates."; -$a->strings["Check database structure"] = "Datenbankstruktur überprüfen"; -$a->strings["Failed Updates"] = "Fehlgeschlagene Updates"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."; -$a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (falls das Update manuell installiert wurde)"; -$a->strings["Attempt to execute this update step automatically"] = "Versuchen, diesen Schritt automatisch auszuführen"; -$a->strings["Lock feature %s"] = "Feature festlegen: %s"; -$a->strings["Manage Additional Features"] = "Zusätzliche Features Verwalten"; -$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 \"Regelmäßig globale Kontakte überprüfen\" ist nicht aktiv. Sie wird die hier angezeigten Daten verbessern."; -$a->strings["Federation Statistics"] = "Föderation Statistik"; -$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["Item marked for deletion."] = "Eintrag wurden zur Löschung markiert"; -$a->strings["Delete Item"] = "Eintrag löschen"; -$a->strings["Delete this Item"] = "Diesen Eintrag löschen"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "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."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "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."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "Die GUID des zu löschenden Eintrags"; -$a->strings["Item Guid"] = "Beitrags-Guid"; -$a->strings["The logfile '%s' is not writable. No logging possible"] = "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich."; -$a->strings["Log settings updated."] = "Protokolleinstellungen aktualisiert."; -$a->strings["PHP log currently enabled."] = "PHP Protokollierung ist derzeit aktiviert."; -$a->strings["PHP log currently disabled."] = "PHP Protokollierung ist derzeit nicht aktiviert."; -$a->strings["Logs"] = "Protokolle"; -$a->strings["Clear"] = "löschen"; -$a->strings["Enable Debugging"] = "Protokoll führen"; -$a->strings["Log file"] = "Protokolldatei"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."; -$a->strings["Log level"] = "Protokoll-Level"; -$a->strings["PHP logging"] = "PHP Protokollieren"; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Um die Protokollierung von PHP-Fehlern und Warnungen vorübergehend zu aktivieren, kannst du der Datei index.php deiner 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 eine '0', um sie zu deaktivieren."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Fehler beim Öffnen der Logdatei %1\$s.\\r\\n
Bitte überprüfe ob die Datei %1\$s existiert und gelesen werden kann."; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Konnte die Logdatei %1\$s nicht öffnen.\\r\\n
Bitte stelle sicher, dass die Datei %1\$s lesbar ist."; -$a->strings["View Logs"] = "Protokolle anzeigen"; -$a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert."; -$a->strings["Theme %s disabled."] = "Theme %s deaktiviert."; -$a->strings["Theme %s successfully enabled."] = "Theme %s erfolgreich aktiviert."; -$a->strings["Theme %s failed to install."] = "Theme %s konnte nicht aktiviert werden."; -$a->strings["Screenshot"] = "Bildschirmfoto"; -$a->strings["Themes"] = "Themen"; -$a->strings["Unknown theme."] = "Unbekanntes Theme"; -$a->strings["Reload active themes"] = "Aktives Theme neu laden"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1\$s platziert werden."; -$a->strings["[Experimental]"] = "[Experimentell]"; -$a->strings["[Unsupported]"] = "[Nicht unterstützt]"; $a->strings["The Terms of Service settings have been updated."] = "Die Einstellungen zur Nutzungsbedingung wurden aktualisiert"; $a->strings["Display Terms of Service"] = "Nutzungsbedingungen anzeigen"; $a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Aktiviert die Seite für die Nutzungsbedingungen. Ist dies der Fall, werden sie auch von der Registrierungsseite und der allgemeinen Informationsseite verlinkt."; @@ -1670,6 +1071,28 @@ $a->strings["Show some informations regarding the needed information to operate $a->strings["Privacy Statement Preview"] = "Vorschau: Datenschutzerklärung"; $a->strings["The Terms of Service"] = "Die Nutzungsbedingungen"; $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein."; +$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings["Addon not found."] = "Addon nicht gefunden."; +$a->strings["Addon %s disabled."] = "Addon %s ausgeschaltet."; +$a->strings["Addon %s enabled."] = "Addon %s eingeschaltet."; +$a->strings["Disable"] = "Ausschalten"; +$a->strings["Enable"] = "Einschalten"; +$a->strings["Toggle"] = "Umschalten"; +$a->strings["Author: "] = "Autor:"; +$a->strings["Maintainer: "] = "Betreuer:"; +$a->strings["Addon %s failed to install."] = "Addon %s konnte nicht installiert werden"; +$a->strings["Reload active addons"] = "Aktivierte Addons neu laden"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "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."; +$a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert."; +$a->strings["Unknown theme."] = "Unbekanntes Theme"; +$a->strings["Theme %s disabled."] = "Theme %s deaktiviert."; +$a->strings["Theme %s successfully enabled."] = "Theme %s erfolgreich aktiviert."; +$a->strings["Theme %s failed to install."] = "Theme %s konnte nicht aktiviert werden."; +$a->strings["Screenshot"] = "Bildschirmfoto"; +$a->strings["Reload active themes"] = "Aktives Theme neu laden"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1\$s platziert werden."; +$a->strings["[Experimental]"] = "[Experimentell]"; +$a->strings["[Unsupported]"] = "[Nicht unterstützt]"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\nHallo %1\$s,\n\nauf %2\$s wurde ein Account für dich angelegt."; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\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 wiederfinden.\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."; $a->strings["%s user blocked"] = [ @@ -1688,13 +1111,20 @@ $a->strings["%s user deleted"] = [ $a->strings["User \"%s\" deleted"] = "Nutzer \"%s\" gelöscht"; $a->strings["User \"%s\" blocked"] = "Nutzer \"%s\" blockiert"; $a->strings["User \"%s\" unblocked"] = "Nutzer \"%s\" frei geschaltet"; +$a->strings["Normal Account Page"] = "Normales Konto"; +$a->strings["Soapbox Page"] = "Marktschreier-Konto"; +$a->strings["Public Forum"] = "Öffentliches Forum"; +$a->strings["Automatic Friend Page"] = "Automatische Freunde-Seite"; $a->strings["Private Forum"] = "Privates Forum"; +$a->strings["Personal Page"] = "Persönliche Seite"; +$a->strings["Organisation Page"] = "Organisationsseite"; +$a->strings["News Page"] = "Nachrichtenseite"; +$a->strings["Community Forum"] = "Gemeinschaftsforum"; $a->strings["Relay"] = "Relais"; $a->strings["Register date"] = "Anmeldedatum"; $a->strings["Last login"] = "Letzte Anmeldung"; $a->strings["Last item"] = "Letzter Beitrag"; $a->strings["Type"] = "Typ"; -$a->strings["Users"] = "Nutzer"; $a->strings["Add User"] = "Nutzer hinzufügen"; $a->strings["User registrations waiting for confirm"] = "Neuanmeldungen, die auf Deine Bestätigung warten"; $a->strings["User waiting for permanent deletion"] = "Nutzer wartet auf permanente Löschung"; @@ -1713,17 +1143,11 @@ $a->strings["Name of the new user."] = "Name des neuen Nutzers"; $a->strings["Nickname"] = "Spitzname"; $a->strings["Nickname of the new user."] = "Spitznamen für den neuen Nutzer"; $a->strings["Email address of the new user."] = "Email Adresse des neuen Nutzers"; -$a->strings["Inspect Deferred Worker Queue"] = "Verzögerte Worker-Warteschlange inspizieren"; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Auf dieser Seite werden die aufgeschobenen Worker-Jobs aufgelistet. Dies sind Jobs, die beim ersten Mal nicht ausgeführt werden konnten."; -$a->strings["Inspect Worker Queue"] = "Worker-Warteschlange inspizieren"; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Auf dieser Seite werden die derzeit in der Warteschlange befindlichen Worker-Jobs aufgelistet. Diese Jobs werden vom Cronjob verarbeitet, den du während der Installation eingerichtet hast."; -$a->strings["ID"] = "ID"; -$a->strings["Job Parameters"] = "Parameter der Aufgabe"; -$a->strings["Created"] = "Erstellt"; -$a->strings["Priority"] = "Priorität"; $a->strings["Can not parse base url. Must have at least ://"] = "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus :// bestehen"; $a->strings["Invalid storage backend setting value."] = "Ungültige Einstellung für das Datenspeicher-Backend"; $a->strings["Site settings updated."] = "Seiteneinstellungen aktualisiert."; +$a->strings["No special theme for mobile devices"] = "Kein spezielles Theme für mobile Geräte verwenden."; +$a->strings["%s - (Experimental)"] = "%s - (Experimentell)"; $a->strings["No community page for local users"] = "Keine Gemeinschaftsseite für lokale Nutzer"; $a->strings["No community page"] = "Keine Gemeinschaftsseite"; $a->strings["Public postings from users of this site"] = "Öffentliche Beiträge von NutzerInnen dieser Seite"; @@ -1740,14 +1164,10 @@ $a->strings["Multi user instance"] = "Mehrbenutzer-Instanz"; $a->strings["Closed"] = "Geschlossen"; $a->strings["Requires approval"] = "Bedarf der Zustimmung"; $a->strings["Open"] = "Offen"; -$a->strings["No SSL policy, links will track page SSL state"] = "Keine SSL-Richtlinie, Links werden das verwendete Protokoll beibehalten"; -$a->strings["Force all links to use SSL"] = "SSL für alle Links erzwingen"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"; $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["Database (legacy)"] = "Datenbank (legacy)"; -$a->strings["Site"] = "Seite"; $a->strings["Republish users to directory"] = "Nutzer erneut im globalen Verzeichnis veröffentlichen."; $a->strings["Registration"] = "Registrierung"; $a->strings["File upload"] = "Datei hochladen"; @@ -1773,8 +1193,6 @@ $a->strings["System theme"] = "Systemweites Theme"; $a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = "Standard-Theme des Systems - kann von Benutzerprofilen überschrieben werden - Ändere Einstellung des Standard-Themes"; $a->strings["Mobile system theme"] = "Systemweites mobiles Theme"; $a->strings["Theme for mobile devices"] = "Theme für mobile Geräte"; -$a->strings["SSL link policy"] = "Regeln für SSL Links"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Bestimmt, ob generierte Links SSL verwenden müssen"; $a->strings["Force SSL"] = "Erzwinge SSL"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Erzwinge SSL für alle Nicht-SSL-Anfragen - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife."; $a->strings["Hide help entry from navigation menu"] = "Verberge den Hilfe-Eintrag im Navigationsmenü"; @@ -1923,6 +1341,42 @@ $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Li $a->strings["Allow user tags"] = "Verwende Schlagworte der Nutzer"; $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben definierten Server-Schlagworten abonniert."; $a->strings["Start Relocation"] = "Umsiedlung starten"; +$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 \"Regelmäßig globale Kontakte überprüfen\" ist nicht aktiv. Sie 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["Off"] = "Aus"; +$a->strings["On"] = "An"; +$a->strings["Lock feature %s"] = "Feature festlegen: %s"; +$a->strings["Manage Additional Features"] = "Zusätzliche Features Verwalten"; +$a->strings["Inspect Deferred Worker Queue"] = "Verzögerte Worker-Warteschlange inspizieren"; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Auf dieser Seite werden die aufgeschobenen Worker-Jobs aufgelistet. Dies sind Jobs, die beim ersten Mal nicht ausgeführt werden konnten."; +$a->strings["Inspect Worker Queue"] = "Worker-Warteschlange inspizieren"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Auf dieser Seite werden die derzeit in der Warteschlange befindlichen Worker-Jobs aufgelistet. Diese Jobs werden vom Cronjob verarbeitet, den du während der Installation eingerichtet hast."; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = "Parameter der Aufgabe"; +$a->strings["Created"] = "Erstellt"; +$a->strings["Priority"] = "Priorität"; +$a->strings["Item marked for deletion."] = "Eintrag wurden zur Löschung markiert"; +$a->strings["Delete this Item"] = "Diesen Eintrag löschen"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "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."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "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."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "Die GUID des zu löschenden Eintrags"; +$a->strings["Item Guid"] = "Beitrags-Guid"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich."; +$a->strings["Log settings updated."] = "Protokolleinstellungen aktualisiert."; +$a->strings["PHP log currently enabled."] = "PHP Protokollierung ist derzeit aktiviert."; +$a->strings["PHP log currently disabled."] = "PHP Protokollierung ist derzeit nicht aktiviert."; +$a->strings["Clear"] = "löschen"; +$a->strings["Enable Debugging"] = "Protokoll führen"; +$a->strings["Log file"] = "Protokolldatei"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."; +$a->strings["Log level"] = "Protokoll-Level"; +$a->strings["PHP logging"] = "PHP Protokollieren"; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Um die Protokollierung von PHP-Fehlern und Warnungen vorübergehend zu aktivieren, kannst du der Datei index.php deiner 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 eine '0', um sie zu deaktivieren."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Fehler beim Öffnen der Logdatei %1\$s.\\r\\n
Bitte überprüfe ob die Datei %1\$s existiert und gelesen werden kann."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Konnte die Logdatei %1\$s nicht öffnen.\\r\\n
Bitte stelle sicher, dass die Datei %1\$s lesbar ist."; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = "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."; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1\$s, die aktuelle Version ist %2\$s."; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "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."; @@ -1932,6 +1386,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = "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."; $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = "Die Konfiguration von Friendica befindet sich ab jetzt in der 'config/local.config.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 config/local.ini.php. Wie die Übertragung der Werte aussehen muss, kannst du der Konfiguration Hilfeseite entnehmen."; $a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = "%s konnte von deinem System nicht aufgerufen werden. Dies deutet auf ein schwerwiegendes Problem deiner Konfiguration hin. Bitte konsultiere die Installations-Dokumentation zum Beheben des Problems."; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich (Fehler: '%s')"; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = "Die Logdatei '%s' ist nicht beschreibbar. Derzeit ist keine Aufzeichnung möglich (Fehler: '%s')"; $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "Friendica's system.basepath würde aktualisiert '%s' von '%s'. Bitte entfernen Sie system.basepath aus der Datenbank um Unterschiede zu vermeiden."; $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "Friendica's aktueller system.basepath '%s' ist verkehrt und die config file '%s' wird nicht benutzt."; $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "Friendica's aktueller system.basepath '%s' ist nicht gleich wie die config file '%s'. Bitte korrigieren Sie Ihre Konfiguration."; @@ -1948,38 +1404,140 @@ $a->strings["Registered users"] = "Registrierte Personen"; $a->strings["Pending registrations"] = "Anstehende Anmeldungen"; $a->strings["Version"] = "Version"; $a->strings["Active addons"] = "Aktivierte Addons"; -$a->strings["No friends to display."] = "Keine Kontakte zum Anzeigen."; -$a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden."; -$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Verwaltete Benutzerkonten haben keinen Zugriff auf die Administrationsseiten. Bitte wechsle wieder zurück auf das Administrator Konto."; -$a->strings["Overview"] = "Übersicht"; -$a->strings["Configuration"] = "Konfiguration"; -$a->strings["Database"] = "Datenbank"; -$a->strings["DB updates"] = "DB Updates"; -$a->strings["Inspect Deferred Workers"] = "Verzögerte Worker inspizieren"; -$a->strings["Inspect worker Queue"] = "Worker Warteschlange inspizieren"; -$a->strings["Tools"] = "Werkzeuge"; -$a->strings["Contact Blocklist"] = "Kontakt Blockliste"; -$a->strings["Server Blocklist"] = "Server Blockliste"; -$a->strings["Diagnostics"] = "Diagnostik"; -$a->strings["PHP Info"] = "PHP-Info"; -$a->strings["probe address"] = "Adresse untersuchen"; -$a->strings["check webfinger"] = "Webfinger überprüfen"; -$a->strings["Item Source"] = "Eintrags Quelle"; -$a->strings["Babel"] = "Babel"; -$a->strings["Addon Features"] = "Addon Features"; -$a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen, die auf Bestätigung warten"; +$a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert"; +$a->strings["Database structure update %s was successfully applied."] = "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"; +$a->strings["Executing %s failed with error: %s"] = "Die Ausführung von %s schlug fehl. Fehlermeldung: %s"; +$a->strings["Update %s was successfully applied."] = "Update %s war erfolgreich."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s hat keinen Status zurückgegeben. Unbekannter Status."; +$a->strings["There was no additional update function %s that needed to be called."] = "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste."; +$a->strings["No failed updates."] = "Keine fehlgeschlagenen Updates."; +$a->strings["Check database structure"] = "Datenbankstruktur überprüfen"; +$a->strings["Failed Updates"] = "Fehlgeschlagene Updates"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."; +$a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (falls das Update manuell installiert wurde)"; +$a->strings["Attempt to execute this update step automatically"] = "Versuchen, diesen Schritt automatisch auszuführen"; +$a->strings["Delegation successfully granted."] = "Delegierung erfolgreich eingerichtet."; +$a->strings["Parent user not found, unavailable or password doesn't match."] = "Der angegebene Nutzer konnte nicht gefunden werden, ist nicht verfügbar oder das angegebene Passwort ist nicht richtig."; +$a->strings["Delegation successfully revoked."] = "Delegation erfolgreich aufgehoben."; +$a->strings["Delegated administrators can view but not change delegation permissions."] = "Verwalter können die Berechtigungen der Delegationen einsehen, sie aber nicht ändern."; +$a->strings["Delegate user not found."] = "Delegierter Nutzer nicht gefunden"; +$a->strings["No parent user"] = "Kein Verwalter"; +$a->strings["Parent Password:"] = "Passwort des Verwalters"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Bitte gib das Passwort des Verwalters ein, um deine Anfrage zu bestätigen."; +$a->strings["Parent User"] = "Verwalter"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern."; +$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite"; +$a->strings["Delegates"] = "Bevollmächtigte"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem du nicht absolut vertraust!"; +$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite"; +$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte"; +$a->strings["Remove"] = "Entfernen"; +$a->strings["Add"] = "Hinzufügen"; +$a->strings["No entries."] = "Keine Einträge."; +$a->strings["Export account"] = "Account exportieren"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportiere Deine Account-Informationen und Kontakte. Verwende dies, um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen."; +$a->strings["Export all"] = "Alles exportieren"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportiere Deine Account-Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies, um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)."; +$a->strings["Export Contacts to CSV"] = "Kontakte nach CSV exportieren"; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Exportiert die Liste der Nutzerkonten denen du folgst in eine CSV Datei. Das Format ist z.B. zu Mastodon kompatibel."; +$a->strings["Export personal data"] = "Persönliche Daten exportieren"; +$a->strings["Please enter your password to access this page."] = "Bitte geben Sie Ihr Passwort ein, um auf diese Seite zuzugreifen."; +$a->strings["Two-factor authentication successfully activated."] = "Zwei-Faktor-Authentifizierung erfolgreich aktiviert."; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Oder Sie können die Authentifizierungseinstellungen manuell übermitteln:

\n
\n\tVerursacher\n\t
%s
\n\t
Kontoname
\n\t
%s
\n\t
Geheimer Schlüssel
\n\t
%s
\n\t
Typ
\n\t
Zeitbasiert
\n\t
Anzahl an Ziffern
\n\t
6
\n\t
Hashing-Algorithmus
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "Überprüfung des Zwei-Faktor-Codes"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Bitte scannen Sie diesen QR-Code mit Ihrer Authentifikator-App und übermitteln Sie den bereitgestellten Code.

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Oder Sie können die folgende URL in Ihrem Mobilgerät öffnen:

%s

"; +$a->strings["Verify code and enable two-factor authentication"] = "Überprüfen Sie den Code und aktivieren Sie die Zwei-Faktor-Authentifizierung"; +$a->strings["App-specific password generation failed: The description is empty."] = "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung ist leer."; +$a->strings["App-specific password generation failed: This description already exists."] = "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung existiert bereits."; +$a->strings["New app-specific password generated."] = "Neues App spezifisches Passwort erzeugt."; +$a->strings["App-specific passwords successfully revoked."] = "App spezifische Passwörter erfolgreich widerrufen."; +$a->strings["App-specific password successfully revoked."] = "App spezifisches Passwort erfolgreich widerrufen."; +$a->strings["Two-factor app-specific passwords"] = "Zwei-Faktor App spezifische Passwörter."; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App spezifische Passwörter sind zufällig generierte Passwörter die anstelle des regulären Passworts zur Anmeldung mit Client Anwendungen verwendet werden, wenn diese Anwendungen die Zwei-Faktor-Authentifizierung nicht unterstützen.

"; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Das neue App spezifische Passwort muss jetzt übertragen werden. Später wirst du es nicht mehr einsehen können!"; +$a->strings["Description"] = "Beschreibung"; +$a->strings["Last Used"] = "Zuletzt verwendet"; +$a->strings["Revoke"] = "Widerrufen"; +$a->strings["Revoke All"] = "Alle widerrufen"; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "Wenn du eine neues App spezifisches Passwort erstellst, musst du es sofort verwenden. Es wird dir nur ein einziges Mal nach der Erstellung angezeigt."; +$a->strings["Generate new app-specific password"] = "Neues App spezifisches Passwort erstellen"; +$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa auf meinem Fairphone 2"; +$a->strings["Generate"] = "Erstellen"; +$a->strings["Two-factor authentication successfully disabled."] = "Zwei-Faktor Authentifizierung erfolgreich deaktiviert."; +$a->strings["Wrong Password"] = "Falsches Passwort"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Benutze eine App auf dein Smartphone um einen Zwei-Faktor identifikations Code zu bekommen wenn beim Loggin das verlagt wird.

"; +$a->strings["Authenticator app"] = "Zwei-Faktor Authentifizierungsapp"; +$a->strings["Configured"] = "Konfiguriert"; +$a->strings["Not Configured"] = "Nicht konfiguriert"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

Die Konfiguration deiner Zwei-Faktor Authentifizierungsapp ist nicht abgeschlossen.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

"; +$a->strings["Recovery codes"] = "Wiederherstellungsschlüssel"; +$a->strings["Remaining valid codes"] = "Verbleibende Wiederherstellungsschlüssel"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

Diese Einmalcodes können einen Authentifikator-App-Code ersetzen, falls Sie den Zugriff darauf verloren haben.

"; +$a->strings["App-specific passwords"] = "App spezifische Passwörter"; +$a->strings["Generated app-specific passwords"] = "App spezifische Passwörter erstellen"; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

Diese zufällig erzeugten Passwörter erlauben es dir dich mit Apps anzumelden, die keine Zwei-Faktor-Authentifizierung unterstützen.

"; +$a->strings["Actions"] = "Aktionen"; +$a->strings["Current password:"] = "Aktuelles Passwort:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "Du musst dein aktuelles Passwort eingeben um die Einstellungen der Zwei-Faktor-Authentifizierung zu ändern"; +$a->strings["Enable two-factor authentication"] = "Aktiviere die Zwei-Faktor-Authentifizierung"; +$a->strings["Disable two-factor authentication"] = "Deaktiviere die Zwei-Faktor-Authentifizierung"; +$a->strings["Show recovery codes"] = "Wiederherstellungscodes anzeigen"; +$a->strings["Manage app-specific passwords"] = "App spezifische Passwörter verwalten"; +$a->strings["Finish app configuration"] = "Beenden Sie die App-Konfiguration"; +$a->strings["New recovery codes successfully generated."] = "Neue Wiederherstellungscodes erfolgreich generiert."; +$a->strings["Two-factor recovery codes"] = "Zwei-Faktor-Wiederherstellungscodes"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Wiederherstellungscodes können verwendet werden, um auf Ihr Konto zuzugreifen, falls Sie den Zugriff auf Ihr Gerät verlieren und keine Zwei-Faktor-Authentifizierungscodes erhalten können.

Bewahren Sie diese an einem sicheren Ort auf! Wenn Sie Ihr Gerät verlieren und nicht über die Wiederherstellungscodes verfügen, verlieren Sie den Zugriff auf Ihr Konto.

"; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "Wenn Sie neue Wiederherstellungscodes generieren, müssen Sie die neuen Codes kopieren. Ihre alten Codes funktionieren nicht mehr."; +$a->strings["Generate new recovery codes"] = "Generieren Sie neue Wiederherstellungscodes"; +$a->strings["Next: Verification"] = "Weiter: Überprüfung"; +$a->strings["Method Not Allowed."] = "Methode nicht erlaubt."; +$a->strings["Page not found."] = "Seite nicht gefunden."; $a->strings["People Search - %s"] = "Personensuche - %s"; $a->strings["Forum Search - %s"] = "Forensuche - %s"; -$a->strings["You must be logged in to use this module"] = "Du musst eingeloggt sein, um dieses Modul benutzen zu können."; -$a->strings["Source URL"] = "URL der Quelle"; +$a->strings["No matches"] = "Keine Übereinstimmungen"; +$a->strings["No installed applications."] = "Keine Applikationen installiert."; +$a->strings["Applications"] = "Anwendungen"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica ist ein Gemeinschaftsprojekt, das nicht ohne die Hilfe vieler Personen möglich wäre. Hier ist eine Aufzählung der Personen, die zum Code oder der Übersetzung beigetragen haben. Dank an alle !"; +$a->strings["Logged out."] = "Abgemeldet."; +$a->strings["Group created."] = "Gruppe erstellt."; +$a->strings["Could not create group."] = "Konnte die Gruppe nicht erstellen."; +$a->strings["Group not found."] = "Gruppe nicht gefunden."; +$a->strings["Group name changed."] = "Gruppenname geändert."; +$a->strings["Unknown group."] = "Unbekannte Gruppe"; +$a->strings["Contact not found."] = "Kontakt nicht gefunden."; +$a->strings["Contact is unavailable."] = "Kontakt ist nicht verfügbar"; +$a->strings["Contact is deleted."] = "Kontakt wurde gelöscht"; +$a->strings["Contact is blocked, unable to add it to a group."] = "Kontakt ist geblockt und konnte deshalb nicht zur Gruppe hinzugefügt werden"; +$a->strings["Unable to add the contact to the group."] = "Konnte den Kontakt nicht zur Gruppe hinzufügen"; +$a->strings["Contact successfully added to group."] = "Kontakt zur Gruppe hinzugefügt"; +$a->strings["Unable to remove the contact from the group."] = "Konnte den Kontakt nicht aus der Gruppe entfernen"; +$a->strings["Contact successfully removed from group."] = "Kontakt aus Gruppe entfernt"; +$a->strings["Unknown group command."] = "Unbekannter Gruppen Befehl"; +$a->strings["Bad request."] = "Ungültige Anfrage."; +$a->strings["Save Group"] = "Gruppe speichern"; +$a->strings["Filter"] = "Filter"; +$a->strings["Create a group of contacts/friends."] = "Eine Kontaktgruppe anlegen."; +$a->strings["Group removed."] = "Gruppe entfernt."; +$a->strings["Unable to remove group."] = "Konnte die Gruppe nicht entfernen."; +$a->strings["Delete Group"] = "Gruppe löschen"; +$a->strings["Edit Group Name"] = "Gruppen Name bearbeiten"; +$a->strings["Members"] = "Mitglieder"; +$a->strings["Group is empty"] = "Gruppe ist leer"; +$a->strings["Remove contact from group"] = "Entferne den Kontakt aus der Gruppe"; +$a->strings["Click on a contact to add or remove."] = "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen"; +$a->strings["Add contact to group"] = "Füge den Kontakt zur Gruppe hinzu"; +$a->strings["No given contact."] = "Keine Kontakte vorgegeben."; +$a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet."; $a->strings["Time Conversion"] = "Zeitumrechnung"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann."; $a->strings["UTC time: %s"] = "UTC Zeit: %s"; $a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s"; $a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s"; $a->strings["Please select your timezone:"] = "Bitte wähle Deine Zeitzone:"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet."; -$a->strings["Lookup address"] = "Adresse nachschlagen"; $a->strings["Source input"] = "Originaltext:"; $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (pures HTML)"; @@ -2008,207 +1566,11 @@ $a->strings["Source text"] = "Quelltext"; $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; -$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein)."; -$a->strings["Find on this site"] = "Auf diesem Server suchen"; -$a->strings["Results for:"] = "Ergebnisse für:"; -$a->strings["Site Directory"] = "Verzeichnis"; -$a->strings["Filetag %s saved to item"] = "Tag %s für den Eintrag gespeichert"; -$a->strings["- select -"] = "- auswählen -"; -$a->strings["No given contact."] = "Keine Kontakte vorgegeben."; -$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons"; -$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert"; -$a->strings["Read about the Terms of Service of this node."] = "Erfahre mehr über die Nutzungsbedingungen dieses Knotens."; -$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden, entfernten Server blockiert."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "Diese Friendica-Instanz verwendet die Version %s, sie ist unter der folgenden Adresse im Web zu finden %s. Die Datenbankversion ist %s und die Post-Update-Version %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Bitte besuche Friendi.ca, um mehr über das Friendica-Projekt zu erfahren."; -$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; -$a->strings["the bugtracker at github"] = "den Bugtracker auf github"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\""; -$a->strings["Group created."] = "Gruppe erstellt."; -$a->strings["Could not create group."] = "Konnte die Gruppe nicht erstellen."; -$a->strings["Group not found."] = "Gruppe nicht gefunden."; -$a->strings["Group name changed."] = "Gruppenname geändert."; -$a->strings["Unknown group."] = "Unbekannte Gruppe"; -$a->strings["Contact is unavailable."] = "Kontakt ist nicht verfügbar"; -$a->strings["Contact is deleted."] = "Kontakt wurde gelöscht"; -$a->strings["Contact is blocked, unable to add it to a group."] = "Kontakt ist geblockt und konnte deshalb nicht zur Gruppe hinzugefügt werden"; -$a->strings["Unable to add the contact to the group."] = "Konnte den Kontakt nicht zur Gruppe hinzufügen"; -$a->strings["Contact successfully added to group."] = "Kontakt zur Gruppe hinzugefügt"; -$a->strings["Unable to remove the contact from the group."] = "Konnte den Kontakt nicht aus der Gruppe entfernen"; -$a->strings["Contact successfully removed from group."] = "Kontakt aus Gruppe entfernt"; -$a->strings["Unknown group command."] = "Unbekannter Gruppen Befehl"; -$a->strings["Bad request."] = "Ungültige Anfrage."; -$a->strings["Save Group"] = "Gruppe speichern"; -$a->strings["Filter"] = "Filter"; -$a->strings["Create a group of contacts/friends."] = "Eine Kontaktgruppe anlegen."; -$a->strings["Group removed."] = "Gruppe entfernt."; -$a->strings["Unable to remove group."] = "Konnte die Gruppe nicht entfernen."; -$a->strings["Delete Group"] = "Gruppe löschen"; -$a->strings["Edit Group Name"] = "Gruppen Name bearbeiten"; -$a->strings["Members"] = "Mitglieder"; -$a->strings["Remove contact from group"] = "Entferne den Kontakt aus der Gruppe"; -$a->strings["Add contact to group"] = "Füge den Kontakt zur Gruppe hinzu"; -$a->strings["Help:"] = "Hilfe:"; +$a->strings["Access denied."] = "Zugriff verweigert."; +$a->strings["You must be logged in to use this module"] = "Du musst eingeloggt sein, um dieses Modul benutzen zu können."; +$a->strings["Source URL"] = "URL der Quelle"; +$a->strings["Lookup address"] = "Adresse nachschlagen"; $a->strings["Welcome to %s"] = "Willkommen zu %s"; -$a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht."; -$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse."; -$a->strings["Please join us on Friendica"] = "Ich lade dich zu unserem sozialen Netzwerk Friendica ein"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite."; -$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen."; -$a->strings["%d message sent."] = [ - 0 => "%d Nachricht gesendet.", - 1 => "%d Nachrichten gesendet.", -]; -$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besuche %s für eine Liste der öffentlichen Server, denen du beitreten kannst. Friendica-Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer sozialer Netzwerke."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s oder einer anderen öffentlichen Friendica-Website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica-Server, denen du beitreten kannst."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden."; -$a->strings["To accept this invitation, please visit and register at %s."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s."; -$a->strings["Send invitations"] = "Einladungen senden"; -$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres, soziales Netz aufzubauen."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald du registriert bist, kontaktiere mich bitte auf meiner Profilseite:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica-Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca."; -$a->strings["Please enter a post body."] = "Bitte gibt den Text des Beitrags an"; -$a->strings["This feature is only available with the frio theme."] = "Diese Seite kann ausschließlich mit dem Frio Theme verwendet werden."; -$a->strings["Compose new personal note"] = "Neue persönliche Notiz verfassen"; -$a->strings["Compose new post"] = "Neuen Beitrag verfassen"; -$a->strings["Clear the location"] = "Ort löschen"; -$a->strings["Location services are unavailable on your device"] = "Ortungsdienste sind auf Ihrem Gerät nicht verfügbar"; -$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Ortungsdienste sind deaktiviert. Bitte überprüfen Sie die Berechtigungen der Website auf Ihrem Gerät"; -$a->strings["Public"] = "Öffentlich"; -$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "Der Beitrag wird an alle gesendet die dir folgen und wird auf der Gemeinschaftsseite zu sehen sein. Jeder der den Link des Beitrags kennt kann ihn einsehen."; -$a->strings["Limited/Private"] = "Begrenzt/Privat"; -$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Der Beitrag wird nur an Kontakte gesendet, die im ersten Kasten aufgelistet sind, mit der Ausnahme derer, die im zweiten Kasten aufgelistet werden. Der Beitrag wird nicht öffentlich einsehbar sein."; -$a->strings["Create a New Account"] = "Neues Konto erstellen"; -$a->strings["Password: "] = "Passwort: "; -$a->strings["Remember me"] = "Anmeldedaten merken"; -$a->strings["Or login using OpenID: "] = "Oder melde dich mit deiner OpenID an: "; -$a->strings["Forgot your password?"] = "Passwort vergessen?"; -$a->strings["Website Terms of Service"] = "Website-Nutzungsbedingungen"; -$a->strings["terms of service"] = "Nutzungsbedingungen"; -$a->strings["Website Privacy Policy"] = "Website-Datenschutzerklärung"; -$a->strings["privacy policy"] = "Datenschutzerklärung"; -$a->strings["Logged out."] = "Abgemeldet."; -$a->strings["System down for maintenance"] = "System zur Wartung abgeschaltet"; -$a->strings["Page not found."] = "Seite nicht gefunden."; -$a->strings["Invalid photo with id %s."] = "Fehlerhaftes Foto mit der ID %s."; -$a->strings["User not found."] = "Benutzer nicht gefunden."; -$a->strings["No contacts."] = "Keine Kontakte."; -$a->strings["Visit %s's profile [%s]"] = "Besuche %ss Profil [%s]"; -$a->strings["Follower (%s)"] = [ - 0 => "Folgende (%s)", - 1 => "Folgende (%s)", -]; -$a->strings["Following (%s)"] = [ - 0 => "Gefolgte (%s)", - 1 => "Gefolgte (%s)", -]; -$a->strings["Mutual friend (%s)"] = [ - 0 => "Beidseitige Freundschafte (%s)", - 1 => "Beidseitige Freundschaften (%s)", -]; -$a->strings["Contact (%s)"] = [ - 0 => "Kontakt (%s)", - 1 => "Kontakte (%s)", -]; -$a->strings["All contacts"] = "Alle Kontakte"; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."; -$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): "; -$a->strings["Include your profile in member directory?"] = "Soll dein Profil im Nutzerverzeichnis angezeigt werden?"; -$a->strings["Note for the admin"] = "Hinweis für den Admin"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest."; -$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; -$a->strings["Your invitation code: "] = "Dein Ein­la­dungs­code"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):"; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)"; -$a->strings["Leave empty for an auto generated password."] = "Leer lassen, um das Passwort automatisch zu generieren."; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird 'spitzname@%s' sein."; -$a->strings["Choose a nickname: "] = "Spitznamen wählen: "; -$a->strings["Import your profile to this friendica instance"] = "Importiere dein Profil auf diese Friendica-Instanz"; -$a->strings["Note: This node explicitly contains adult content"] = "Hinweis: Dieser Knoten enthält explizit Inhalte für Erwachsene"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet."; -$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account-Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern."; -$a->strings["Registration successful."] = "Registrierung erfolgreich."; -$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; -$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; -$a->strings["Please enter your password to access this page."] = "Bitte geben Sie Ihr Passwort ein, um auf diese Seite zuzugreifen."; -$a->strings["App-specific password generation failed: The description is empty."] = "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung ist leer."; -$a->strings["App-specific password generation failed: This description already exists."] = "Die Erzeugung des App spezifischen Passworts ist fehlgeschlagen. Die Beschreibung existiert bereits."; -$a->strings["New app-specific password generated."] = "Neues App spezifisches Passwort erzeugt."; -$a->strings["App-specific passwords successfully revoked."] = "App spezifische Passwörter erfolgreich widerrufen."; -$a->strings["App-specific password successfully revoked."] = "App spezifisches Passwort erfolgreich widerrufen."; -$a->strings["Two-factor app-specific passwords"] = "Zwei-Faktor App spezifische Passwörter."; -$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App spezifische Passwörter sind zufällig generierte Passwörter die anstelle des regulären Passworts zur Anmeldung mit Client Anwendungen verwendet werden, wenn diese Anwendungen die Zwei-Faktor-Authentifizierung nicht unterstützen.

"; -$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Das neue App spezifische Passwort muss jetzt übertragen werden. Später wirst du es nicht mehr einsehen können!"; -$a->strings["Description"] = "Beschreibung"; -$a->strings["Last Used"] = "Zuletzt verwendet"; -$a->strings["Revoke"] = "Widerrufen"; -$a->strings["Revoke All"] = "Alle widerrufen"; -$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "Wenn du eine neues App spezifisches Passwort erstellst, musst du es sofort verwenden. Es wird dir nur ein einziges Mal nach der Erstellung angezeigt."; -$a->strings["Generate new app-specific password"] = "Neues App spezifisches Passwort erstellen"; -$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa auf meinem Fairphone 2"; -$a->strings["Generate"] = "Erstellen"; -$a->strings["Two-factor authentication successfully disabled."] = "Zwei-Faktor Authentifizierung erfolgreich deaktiviert."; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Benutze eine App auf dein Smartphone um einen Zwei-Faktor identifikations Code zu bekommen wenn beim Loggin das verlagt wird.

"; -$a->strings["Authenticator app"] = "Zwei-Faktor Authentifizierungsapp"; -$a->strings["Configured"] = "Konfiguriert"; -$a->strings["Not Configured"] = "Nicht konfiguriert"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

Die Konfiguration deiner Zwei-Faktor Authentifizierungsapp ist nicht abgeschlossen.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Deine Zwei-Faktor Authentifizierungsapp ist korrekt konfiguriert.

"; -$a->strings["Recovery codes"] = "Wiederherstellungsschlüssel"; -$a->strings["Remaining valid codes"] = "Verbleibende Wiederherstellungsschlüssel"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

Diese Einmalcodes können einen Authentifikator-App-Code ersetzen, falls Sie den Zugriff darauf verloren haben.

"; -$a->strings["App-specific passwords"] = "App spezifische Passwörter"; -$a->strings["Generated app-specific passwords"] = "App spezifische Passwörter erstellen"; -$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

Diese zufällig erzeugten Passwörter erlauben es dir dich mit Apps anzumelden, die keine Zwei-Faktor-Authentifizierung unterstützen.

"; -$a->strings["Actions"] = "Aktionen"; -$a->strings["Current password:"] = "Aktuelles Passwort:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "Du musst dein aktuelles Passwort eingeben um die Einstellungen der Zwei-Faktor-Authentifizierung zu ändern"; -$a->strings["Enable two-factor authentication"] = "Aktiviere die Zwei-Faktor-Authentifizierung"; -$a->strings["Disable two-factor authentication"] = "Deaktiviere die Zwei-Faktor-Authentifizierung"; -$a->strings["Show recovery codes"] = "Wiederherstellungscodes anzeigen"; -$a->strings["Manage app-specific passwords"] = "App spezifische Passwörter verwalten"; -$a->strings["Finish app configuration"] = "Beenden Sie die App-Konfiguration"; -$a->strings["New recovery codes successfully generated."] = "Neue Wiederherstellungscodes erfolgreich generiert."; -$a->strings["Two-factor recovery codes"] = "Zwei-Faktor-Wiederherstellungscodes"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Wiederherstellungscodes können verwendet werden, um auf Ihr Konto zuzugreifen, falls Sie den Zugriff auf Ihr Gerät verlieren und keine Zwei-Faktor-Authentifizierungscodes erhalten können.

Bewahren Sie diese an einem sicheren Ort auf! Wenn Sie Ihr Gerät verlieren und nicht über die Wiederherstellungscodes verfügen, verlieren Sie den Zugriff auf Ihr Konto.

"; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "Wenn Sie neue Wiederherstellungscodes generieren, müssen Sie die neuen Codes kopieren. Ihre alten Codes funktionieren nicht mehr."; -$a->strings["Generate new recovery codes"] = "Generieren Sie neue Wiederherstellungscodes"; -$a->strings["Next: Verification"] = "Weiter: Überprüfung"; -$a->strings["Two-factor authentication successfully activated."] = "Zwei-Faktor-Authentifizierung erfolgreich aktiviert."; -$a->strings["Invalid code, please retry."] = "Ungültiger Code, bitte erneut versuchen."; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Oder Sie können die Authentifizierungseinstellungen manuell übermitteln:

\n
\n\tVerursacher\n\t
%s
\n\t
Kontoname
\n\t
%s
\n\t
Geheimer Schlüssel
\n\t
%s
\n\t
Typ
\n\t
Zeitbasiert
\n\t
Anzahl an Ziffern
\n\t
6
\n\t
Hashing-Algorithmus
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "Überprüfung des Zwei-Faktor-Codes"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Bitte scannen Sie diesen QR-Code mit Ihrer Authentifikator-App und übermitteln Sie den bereitgestellten Code.

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Oder Sie können die folgende URL in Ihrem Mobilgerät öffnen:

%s

"; -$a->strings["Please enter a code from your authentication app"] = "Bitte geben Sie einen Code aus Ihrer Authentifizierungs-App ein"; -$a->strings["Verify code and enable two-factor authentication"] = "Überprüfen Sie den Code und aktivieren Sie die Zwei-Faktor-Authentifizierung"; -$a->strings["Bad Request"] = "Ungültige Anfrage"; -$a->strings["Unauthorized"] = "Nicht autorisiert"; -$a->strings["Forbidden"] = "Verboten"; -$a->strings["Not Found"] = "Nicht gefunden"; -$a->strings["Internal Server Error"] = "Interner Serverfehler"; -$a->strings["Service Unavailable"] = "Dienst nicht verfügbar"; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Aufgrund eines offensichtlichen Fehlers auf der Seite des Clients kann oder wird der Server die Anfrage nicht bearbeiten."; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "Die erforderliche Authentifizierung ist fehlgeschlagen oder noch nicht erfolgt."; -$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."] = "Die Anfrage war gültig, aber der Server verweigert die Ausführung. Der Benutzer verfügt möglicherweise nicht über die erforderlichen Berechtigungen oder benötigt ein Nutzerkonto."; -$a->strings["The requested resource could not be found but may be available in the future."] = "Die angeforderte Ressource konnte nicht gefunden werden, sie könnte allerdings zu einem späteren Zeitpunkt verfügbar sein."; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Eine unerwartete Situation ist eingetreten, zu der keine detailliertere Nachricht vorliegt."; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Der Server ist derzeit nicht verfügbar (wegen Überlastung oder Wartungsarbeiten). Bitte versuche es später noch einmal."; -$a->strings["Go back"] = "Geh zurück"; -$a->strings["Remaining recovery codes: %d"] = "Verbleibende Wiederherstellungscodes: %d"; -$a->strings["Two-factor recovery"] = "Zwei-Faktor-Wiederherstellung"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

Sie können einen Ihrer einmaligen Wiederherstellungscodes eingeben, falls Sie den Zugriff auf Ihr Mobilgerät verloren haben.

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Hast du dein Handy nicht? Geben Sie einen Zwei-Faktor-Wiederherstellungscode ein"; -$a->strings["Please enter a recovery code"] = "Bitte geben Sie einen Wiederherstellungscode ein"; -$a->strings["Submit recovery code and complete login"] = "Senden Sie den Wiederherstellungscode und schließen Sie die Anmeldung ab"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Öffnen Sie die Zwei-Faktor-Authentifizierungs-App auf Ihrem Gerät, um einen Authentifizierungscode abzurufen und Ihre Identität zu überprüfen.

"; -$a->strings["Verify code and complete login"] = "Code überprüfen und Anmeldung abschließen"; $a->strings["Welcome to Friendica"] = "Willkommen bei Friendica"; $a->strings["New Member Checklist"] = "Checkliste für neue Mitglieder"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Wir möchten dir einige Tipps und Links anbieten, die dir helfen könnten, den Einstieg angenehmer zu machen. Klicke auf ein Element, um die entsprechende Seite zu besuchen. Ein Link zu dieser Seite hier bleibt für dich an deiner Pinnwand für zwei Wochen nach dem Registrierungsdatum sichtbar und wird dann verschwinden."; @@ -2218,6 +1580,7 @@ $a->strings["On your Quick Start page - find a brief introduction to yo $a->strings["Go to Your Settings"] = "Gehe zu deinen Einstellungen"; $a->strings["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."] = "Ändere bitte unter Einstellungen dein Passwort. Außerdem merke dir deine Identifikationsadresse. Diese sieht aus wie eine E-Mail-Adresse und wird benötigt, um Kontakte mit anderen im Friendica Netzwerk zu knüpfen.."; $a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Ü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."; +$a->strings["Upload Profile Photo"] = "Profilbild hochladen"; $a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Lade ein Profilbild hoch, falls du es noch nicht getan hast. Studien haben gezeigt, dass es zehnmal wahrscheinlicher ist, neue Kontakte zu finden, wenn du ein Bild von dir selbst verwendest, als wenn du dies nicht tust."; $a->strings["Edit Your Profile"] = "Editiere dein Profil"; $a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Editiere dein Standard-Profil nach deinen Vorlieben. Überprüfe die Einstellungen zum Verbergen deiner Kontaktliste vor unbekannten Betrachtern des Profils."; @@ -2239,8 +1602,30 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s $a->strings["Getting Help"] = "Hilfe bekommen"; $a->strings["Go to the Help Section"] = "Zum Hilfe Abschnitt gehen"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Unsere Hilfe-Seiten können herangezogen werden, um weitere Einzelheiten zu anderen Programm-Features zu erhalten."; -$a->strings["This page is missing a url parameter."] = "Der Seite fehlt ein URL Parameter."; -$a->strings["The post was created"] = "Der Beitrag wurde angelegt"; +$a->strings["User not found."] = "Benutzer nicht gefunden."; +$a->strings["No contacts."] = "Keine Kontakte."; +$a->strings["Visit %s's profile [%s]"] = "Besuche %ss Profil [%s]"; +$a->strings["Follower (%s)"] = [ + 0 => "Folgende (%s)", + 1 => "Folgende (%s)", +]; +$a->strings["Following (%s)"] = [ + 0 => "Gefolgte (%s)", + 1 => "Gefolgte (%s)", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "Beidseitige Freundschafte (%s)", + 1 => "Beidseitige Freundschaften (%s)", +]; +$a->strings["Contact (%s)"] = [ + 0 => "Kontakt (%s)", + 1 => "Kontakte (%s)", +]; +$a->strings["All contacts"] = "Alle Kontakte"; +$a->strings["Filetag %s saved to item"] = "Tag %s für den Eintrag gespeichert"; +$a->strings["- select -"] = "- auswählen -"; +$a->strings["Invalid contact."] = "Ungültiger Kontakt."; +$a->strings["No friends to display."] = "Keine Kontakte zum Anzeigen."; $a->strings["%d contact edited."] = [ 0 => "%d Kontakt bearbeitet.", 1 => "%d Kontakte bearbeitet.", @@ -2248,6 +1633,7 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen."; $a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden."; $a->strings["Contact updated."] = "Kontakt aktualisiert."; +$a->strings["Failed to update contact record."] = "Aktualisierung der Kontaktdaten fehlgeschlagen."; $a->strings["Contact not found"] = "Kontakt nicht gefunden"; $a->strings["Contact has been blocked"] = "Kontakt wurde blockiert"; $a->strings["Contact has been unblocked"] = "Kontakt wurde wieder freigegeben"; @@ -2292,6 +1678,7 @@ $a->strings["Currently blocked"] = "Derzeit geblockt"; $a->strings["Currently ignored"] = "Derzeit ignoriert"; $a->strings["Currently archived"] = "Momentan archiviert"; $a->strings["Awaiting connection acknowledge"] = "Bedarf der Bestätigung des Kontakts"; +$a->strings["Hide this contact from others"] = "Verbirg diesen Kontakt vor Anderen"; $a->strings["Replies/likes to your public posts may still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein"; $a->strings["Notification for new posts"] = "Benachrichtigung bei neuen Beiträgen"; $a->strings["Send a notification of every new post of this contact"] = "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt."; @@ -2310,12 +1697,15 @@ $a->strings["Hidden"] = "Verborgen"; $a->strings["Only show hidden contacts"] = "Nur verborgene Kontakte anzeigen"; $a->strings["Organize your contact groups"] = "Verwalte deine Kontaktgruppen"; $a->strings["Search your contacts"] = "Suche in deinen Kontakten"; +$a->strings["Results for: %s"] = "Ergebnisse für: %s"; +$a->strings["Update"] = "Aktualisierungen"; $a->strings["Archive"] = "Archivieren"; $a->strings["Unarchive"] = "Aus Archiv zurückholen"; $a->strings["Batch Actions"] = "Stapelverarbeitung"; $a->strings["Conversations started by this contact"] = "Unterhaltungen, die von diesem Kontakt begonnen wurden"; $a->strings["Posts and Comments"] = "Statusnachrichten und Kommentare"; $a->strings["View all contacts"] = "Alle Kontakte anzeigen"; +$a->strings["Common Friends"] = "Gemeinsame Kontakte"; $a->strings["View all common friends"] = "Alle Kontakte anzeigen"; $a->strings["Advanced Contact Settings"] = "Fortgeschrittene Kontakteinstellungen"; $a->strings["Mutual Friendship"] = "Beidseitige Freundschaft"; @@ -2328,86 +1718,731 @@ $a->strings["Toggle Blocked status"] = "Geblockt-Status ein-/ausschalten"; $a->strings["Toggle Ignored status"] = "Ignoriert-Status ein-/ausschalten"; $a->strings["Toggle Archive status"] = "Archiviert-Status ein-/ausschalten"; $a->strings["Delete contact"] = "Lösche den Kontakt"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Komunikationsserver - Installation"; -$a->strings["System check"] = "Systemtest"; -$a->strings["Check again"] = "Noch einmal testen"; -$a->strings["Base settings"] = "Grundeinstellungen"; -$a->strings["Host name"] = "Host Name"; -$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Sollte der ermittelte Hostname nicht stimmen, korrigiere bitte den Eintrag."; -$a->strings["Base path to installation"] = "Basis-Pfad zur Installation"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "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."; -$a->strings["Sub path of the URL"] = "Unterverzeichnis (Pfad) der URL"; -$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Sollte das ermittelte Unterverzeichnis der Friendica Installation nicht stimmen, korrigiere es bitte. Wenn dieses Feld leer ist, bedeutet dies, dass die Installation direkt unter der Basis-URL installiert wird."; -$a->strings["Database connection"] = "Datenbankverbindung"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting-Provider oder den Administrator der Seite, falls du Fragen zu diesen Einstellungen haben solltest."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte, bevor du mit der Installation fortfährst."; -$a->strings["Database Server Name"] = "Datenbank-Server"; -$a->strings["Database Login Name"] = "Datenbank-Nutzer"; -$a->strings["Database Login Password"] = "Datenbank-Passwort"; -$a->strings["For security reasons the password must not be empty"] = "Aus Sicherheitsgründen darf das Passwort nicht leer sein."; -$a->strings["Database Name"] = "Datenbank-Name"; -$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone Deiner Webseite"; -$a->strings["Site settings"] = "Server-Einstellungen"; -$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit du das Admin-Panel benutzen kannst."; -$a->strings["System Language:"] = "Systemsprache:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand"; -$a->strings["Your Friendica site database has been installed."] = "Die Datenbank Deiner Friendica-Seite wurde installiert."; -$a->strings["Installation finished"] = "Installation abgeschlossen"; -$a->strings["

What next

"] = "

Wie geht es weiter?

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran, dieselbe E-Mail Adresse anzugeben, die du auch als Administrator-E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst."; -$a->strings["This entry was edited"] = "Dieser Beitrag wurde bearbeitet."; -$a->strings["Private Message"] = "Private Nachricht"; -$a->strings["Delete locally"] = "Lokal löschen"; -$a->strings["Delete globally"] = "Global löschen"; -$a->strings["Remove locally"] = "Lokal entfernen"; -$a->strings["save to folder"] = "In Ordner speichern"; -$a->strings["I will attend"] = "Ich werde teilnehmen"; -$a->strings["I will not attend"] = "Ich werde nicht teilnehmen"; -$a->strings["I might attend"] = "Ich werde eventuell teilnehmen"; -$a->strings["ignore thread"] = "Thread ignorieren"; -$a->strings["unignore thread"] = "Thread nicht mehr ignorieren"; -$a->strings["toggle ignore status"] = "Ignoriert-Status ein-/ausschalten"; -$a->strings["add star"] = "markieren"; -$a->strings["remove star"] = "Markierung entfernen"; -$a->strings["toggle star status"] = "Markierung umschalten"; -$a->strings["starred"] = "markiert"; -$a->strings["add tag"] = "Tag hinzufügen"; -$a->strings["like"] = "mag ich"; -$a->strings["dislike"] = "mag ich nicht"; -$a->strings["Share this"] = "Weitersagen"; -$a->strings["share"] = "Teilen"; -$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["Reply to %s"] = "Antworte %s"; -$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["Delivery to remote servers is done"] = "Die Zustellung an die Remote-Server ist erledigt"; -$a->strings["%d comment"] = [ - 0 => "%d Kommentar", - 1 => "%d Kommentare", +$a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht."; +$a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse."; +$a->strings["Please join us on Friendica"] = "Ich lade dich zu unserem sozialen Netzwerk Friendica ein"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit für Einladungen erreicht. Bitte kontaktiere des Administrator der Seite."; +$a->strings["%s : Message delivery failed."] = "%s: Zustellung der Nachricht fehlgeschlagen."; +$a->strings["%d message sent."] = [ + 0 => "%d Nachricht gesendet.", + 1 => "%d Nachrichten gesendet.", ]; -$a->strings["Show more"] = "Zeige mehr"; -$a->strings["Show fewer"] = "Zeige weniger"; -$a->strings["You must be logged in to use addons. "] = "Du musst angemeldet sein, um Addons benutzen zu können."; +$a->strings["You have no more invitations available"] = "Du hast keine weiteren Einladungen"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Besuche %s für eine Liste der öffentlichen Server, denen du beitreten kannst. Friendica-Mitglieder unterschiedlicher Server können sich sowohl alle miteinander verbinden, als auch mit Mitgliedern anderer sozialer Netzwerke."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s oder einer anderen öffentlichen Friendica-Website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden. Besuche %s für eine Liste alternativer Friendica-Server, denen du beitreten kannst."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Es tut uns leid. Dieses System ist zurzeit nicht dafür konfiguriert, sich mit anderen öffentlichen Seiten zu verbinden oder Mitglieder einzuladen."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica Server verbinden sich alle untereinander, um ein großes, datenschutzorientiertes Soziales Netzwerk zu bilden, das von seinen Mitgliedern betrieben und kontrolliert wird. Sie können sich auch mit vielen üblichen Sozialen Netzwerken verbinden."; +$a->strings["To accept this invitation, please visit and register at %s."] = "Um diese Kontaktanfrage zu akzeptieren, besuche und registriere dich bitte bei %s."; +$a->strings["Send invitations"] = "Einladungen senden"; +$a->strings["Enter email addresses, one per line:"] = "E-Mail-Adressen eingeben, eine pro Zeile:"; +$a->strings["Your message:"] = "Deine Nachricht:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Du bist herzlich dazu eingeladen, dich mir und anderen guten Freunden auf Friendica anzuschließen - und ein besseres, soziales Netz aufzubauen."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald du registriert bist, kontaktiere mich bitte auf meiner Profilseite:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica-Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca."; +$a->strings["everybody"] = "jeder"; +$a->strings["Account"] = "Nutzerkonto"; +$a->strings["Display"] = "Anzeige"; +$a->strings["Social Networks"] = "Soziale Netzwerke"; +$a->strings["Delegations"] = "Delegationen"; +$a->strings["Connected apps"] = "Verbundene Programme"; +$a->strings["Remove account"] = "Konto löschen"; +$a->strings["Please enter a post body."] = "Bitte gibt den Text des Beitrags an"; +$a->strings["This feature is only available with the frio theme."] = "Diese Seite kann ausschließlich mit dem Frio Theme verwendet werden."; +$a->strings["Compose new personal note"] = "Neue persönliche Notiz verfassen"; +$a->strings["Compose new post"] = "Neuen Beitrag verfassen"; +$a->strings["Visibility"] = "Sichtbarkeit"; +$a->strings["Clear the location"] = "Ort löschen"; +$a->strings["Location services are unavailable on your device"] = "Ortungsdienste sind auf Ihrem Gerät nicht verfügbar"; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Ortungsdienste sind deaktiviert. Bitte überprüfen Sie die Berechtigungen der Website auf Ihrem Gerät"; +$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons"; +$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert"; +$a->strings["Read about the Terms of Service of this node."] = "Erfahre mehr über die Nutzungsbedingungen dieses Knotens."; +$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden, entfernten Server blockiert."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "Diese Friendica-Instanz verwendet die Version %s, sie ist unter der folgenden Adresse im Web zu finden %s. Die Datenbankversion ist %s und die Post-Update-Version %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Bitte besuche Friendi.ca, um mehr über das Friendica-Projekt zu erfahren."; +$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; +$a->strings["the bugtracker at github"] = "den Bugtracker auf github"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\""; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "Du kannst dieses Formular auch (optional) mit deiner OpenID ausfüllen, indem du deine OpenID angibst und 'Registrieren' klickst."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."; +$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): "; +$a->strings["Include your profile in member directory?"] = "Soll dein Profil im Nutzerverzeichnis angezeigt werden?"; +$a->strings["No"] = "Nein"; +$a->strings["Note for the admin"] = "Hinweis für den Admin"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest."; +$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; +$a->strings["Your invitation code: "] = "Dein Ein­la­dungs­code"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)"; +$a->strings["New Password:"] = "Neues Passwort:"; +$a->strings["Leave empty for an auto generated password."] = "Leer lassen, um das Passwort automatisch zu generieren."; +$a->strings["Confirm:"] = "Bestätigen:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Wähle einen Spitznamen für dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse deines Profils auf dieser Seite wird 'spitzname@%s' sein."; +$a->strings["Choose a nickname: "] = "Spitznamen wählen: "; +$a->strings["Import"] = "Import"; +$a->strings["Import your profile to this friendica instance"] = "Importiere dein Profil auf diese Friendica-Instanz"; +$a->strings["Note: This node explicitly contains adult content"] = "Hinweis: Dieser Knoten enthält explizit Inhalte für Erwachsene"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an dich gesendet."; +$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account-Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern."; +$a->strings["Registration successful."] = "Registrierung erfolgreich."; +$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; +$a->strings["You have to leave a request note for the admin."] = "Du musst eine Nachricht für den Administrator als Begründung deiner Anfrage hinterlegen."; +$a->strings["You have entered too much information."] = "Du hast zu viele Informationen eingegeben."; +$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; +$a->strings["Search term successfully saved."] = "Suche erfolgreich abgespeichert."; +$a->strings["Search term already saved."] = "Suche ist bereits gespeichert."; +$a->strings["Search term successfully removed."] = "Suche wurde entfernt."; +$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet."; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."; +$a->strings["No results."] = "Keine Ergebnisse."; +$a->strings["Items tagged with: %s"] = "Beiträge, die mit %s getaggt sind"; +$a->strings["You must be logged in to use this module."] = "Du musst eingeloggt sein, um dieses Modul benutzen zu können."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens, wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."; $a->strings["Delete this item?"] = "Diesen Beitrag löschen?"; $a->strings["toggle mobile"] = "mobile Ansicht umschalten"; -$a->strings["Legacy module file not found: %s"] = "Legacy-Moduldatei nicht gefunden: %s"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens, wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Für die URL (%s) konnte kein nicht-archivierter Kontakt gefunden werden"; -$a->strings["The contact entries have been archived"] = "Die Kontakteinträge wurden archiviert."; -$a->strings["Enter new password: "] = "Neues Passwort eingeben:"; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "Diese Methode ist in diesem Modul nicht erlaubt. Erlaubte Methoden sind: %s"; +$a->strings["You must be logged in to use addons. "] = "Du musst angemeldet sein, um Addons benutzen zu können."; +$a->strings["Miscellaneous"] = "Verschiedenes"; +$a->strings["Age: "] = "Alter: "; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD oder MM-DD"; +$a->strings["never"] = "nie"; +$a->strings["less than a second ago"] = "vor weniger als einer Sekunde"; +$a->strings["year"] = "Jahr"; +$a->strings["years"] = "Jahre"; +$a->strings["months"] = "Monate"; +$a->strings["weeks"] = "Wochen"; +$a->strings["days"] = "Tage"; +$a->strings["hour"] = "Stunde"; +$a->strings["hours"] = "Stunden"; +$a->strings["minute"] = "Minute"; +$a->strings["minutes"] = "Minuten"; +$a->strings["second"] = "Sekunde"; +$a->strings["seconds"] = "Sekunden"; +$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "vor %1\$d %2\$s"; +$a->strings["(no subject)"] = "(kein Betreff)"; $a->strings["Post update version number has been set to %s."] = "Die Post-Update-Versionsnummer wurde auf %s gesetzt."; $a->strings["Check for pending update actions."] = "Überprüfe ausstehende Update-Aktionen"; $a->strings["Done."] = "Erledigt."; $a->strings["Execute pending post updates."] = "Ausstehende Post-Updates ausführen"; $a->strings["All pending post updates are done."] = "Alle ausstehenden Post-Updates wurden ausgeführt."; -$a->strings["No system theme config value set."] = "Es wurde kein Konfigurationswert für das systemweite Theme gesetzt."; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualisiere die author-id und owner-id in der Thread Tabelle"; -$a->strings["%s: Updating post-type."] = "%s: Aktualisiere Beitrags-Typ"; +$a->strings["Enter new password: "] = "Neues Passwort eingeben:"; +$a->strings["Password update failed. Please try again."] = "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal."; +$a->strings["Password changed."] = "Passwort geändert."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Für die URL (%s) konnte kein nicht-archivierter Kontakt gefunden werden"; +$a->strings["The contact entries have been archived"] = "Die Kontakteinträge wurden archiviert."; +$a->strings["No valid account found."] = "Kein gültiges Konto gefunden."; +$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste deines Browsers ein.\n\nSolltest du die Anfrage NICHT gestellt haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\ndu diese Änderung angefragt hast."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm deine Identität zu verifizieren, folge bitte diesem Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit deinem neuen Passwort erhalten. Sobald du dich\nangemeldet hast, kannst du dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."; +$a->strings["Request has expired, please make a new one."] = "Die Anfrage ist abgelaufen. Bitte stelle eine erneute."; +$a->strings["Forgot your Password?"] = "Hast du dein Passwort vergessen?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden dir dann weitere Informationen per Mail zugesendet."; +$a->strings["Reset"] = "Zurücksetzen"; +$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt."; +$a->strings["Your new password is"] = "Dein neues Passwort lautet"; +$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere dein neues Passwort - und dann"; +$a->strings["click here to login"] = "hier klicken, um dich anzumelden"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Du kannst das Passwort in den Einstellungen ändern, sobald du dich erfolgreich angemeldet hast."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nHallo %1\$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere dein Passwort in eines, das du dir leicht merken kannst)."; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden."; +$a->strings["Your password has been changed at %s"] = "Auf %s wurde dein Passwort geändert"; +$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"; +$a->strings["User imports on closed servers can only be done by an administrator."] = "Auf geschlossenen Servern können ausschließlich die Administratoren Benutzerkonten importieren."; +$a->strings["Move account"] = "Account umziehen"; +$a->strings["You can import an account from another Friendica server."] = "Du kannst einen Account von einem anderen Friendica Server importieren."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Du musst deinen Account vom alten Server exportieren und hier hochladen. Wir stellen deinen alten Account mit all deinen Kontakten wieder her. Wir werden auch versuchen, deine Kontakte darüber zu informieren, dass du hierher umgezogen bist."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus-Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren"; +$a->strings["Account file"] = "Account-Datei"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\""; +$a->strings["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar."; +$a->strings["Not available."] = "Nicht verfügbar."; +$a->strings["Local Community"] = "Lokale Gemeinschaft"; +$a->strings["Posts from local users on this server"] = "Beiträge von Nutzern dieses Servers"; +$a->strings["Global Community"] = "Globale Gemeinschaft"; +$a->strings["Posts from users of the whole federated network"] = "Beiträge von Nutzern des gesamten föderalen Netzwerks"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers."; +$a->strings["Suggested contact not found."] = "Vorgeschlagener Kontakt wurde nicht gefunden."; +$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet."; +$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; +$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; +$a->strings["No contacts in common."] = "Keine gemeinsamen Kontakte."; +$a->strings["{0} wants to be your friend"] = "{0} möchte mit dir in Kontakt treten"; +$a->strings["{0} requested registration"] = "{0} möchte sich registrieren"; +$a->strings["Remote privacy information not available."] = "Entfernte Privatsphäreneinstellungen nicht verfügbar."; +$a->strings["Visible to:"] = "Sichtbar für:"; +$a->strings["Event can not end before it has started."] = "Die Veranstaltung kann nicht enden, bevor sie beginnt."; +$a->strings["Event title and start time are required."] = "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden."; +$a->strings["View"] = "Ansehen"; +$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; +$a->strings["Previous"] = "Vorherige"; +$a->strings["list"] = "Liste"; +$a->strings["Event details"] = "Veranstaltungsdetails"; +$a->strings["Starting date and Title are required."] = "Anfangszeitpunkt und Titel werden benötigt"; +$a->strings["Event Starts:"] = "Veranstaltungsbeginn:"; +$a->strings["Required"] = "Benötigt"; +$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant"; +$a->strings["Event Finishes:"] = "Veranstaltungsende:"; +$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen"; +$a->strings["Description:"] = "Beschreibung"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Veranstaltung teilen"; +$a->strings["Permissions"] = "Berechtigungen"; +$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen"; +$a->strings["Event removed"] = "Veranstaltung enfternt"; +$a->strings["Authorize application connection"] = "Verbindung der Applikation autorisieren"; +$a->strings["Return to your app and insert this Securty Code:"] = "Gehe zu Deiner Anwendung zurück und trage dort folgenden Sicherheitscode ein:"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Möchtest du dieser Anwendung den Zugriff auf Deine Beiträge und Kontakte sowie das Erstellen neuer Beiträge in Deinem Namen gestatten?"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen"; +$a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt."; +$a->strings["No exportable data found"] = "Keine exportierbaren Daten gefunden"; +$a->strings["calendar"] = "Kalender"; +$a->strings["The requested item doesn't exist or has been deleted."] = "Der angeforderte Beitrag existiert nicht oder wurde gelöscht."; +$a->strings["The feed for this item is unavailable."] = "Der Feed für diesen Beitrag ist nicht verfügbar."; +$a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers an der angegebenen Profiladresse gefunden werden."; +$a->strings["Warning: profile location has no profile photo."] = "Warnung: Es gibt kein Profilbild an der angegebenen Profiladresse."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden", + 1 => "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden", +]; +$a->strings["Introduction complete."] = "Kontaktanfrage abgeschlossen."; +$a->strings["Unrecoverable protocol error."] = "Nicht behebbarer Protokollfehler."; +$a->strings["Profile unavailable."] = "Profil nicht verfügbar."; +$a->strings["%s has received too many connection requests today."] = "%s hat heute zu viele Kontaktanfragen erhalten."; +$a->strings["Spam protection measures have been invoked."] = "Maßnahmen zum Spamschutz wurden ergriffen."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen."; +$a->strings["Invalid locator"] = "Ungültiger Locator"; +$a->strings["You have already introduced yourself here."] = "Du hast dich hier bereits vorgestellt."; +$a->strings["Apparently you are already friends with %s."] = "Es scheint so, als ob du bereits mit %s in Kontakt stehst."; +$a->strings["Invalid profile URL."] = "Ungültige Profil-URL."; +$a->strings["Your introduction has been sent."] = "Deine Kontaktanfrage wurde gesendet."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Entferntes Abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. "; +$a->strings["Please login to confirm introduction."] = "Bitte melde dich an, um die Kontaktanfrage zu bestätigen."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Momentan bist du mit einer anderen Identität angemeldet. Bitte melde dich mit diesem Profil an."; +$a->strings["Confirm"] = "Bestätigen"; +$a->strings["Hide this contact"] = "Verberge diesen Kontakt"; +$a->strings["Welcome home %s."] = "Willkommen zurück %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Bitte bestätige Deine Kontaktanfrage bei %s."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse Deines Profils in einem der unterstützten sozialen Netzwerke an:"; +$a->strings["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."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica-Server zu finden und beizutreten."; +$a->strings["Friend/Connection Request"] = "Kontaktanfrage"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Bitte beantworte folgendes:"; +$a->strings["Does %s know you?"] = "Kennt %s dich?"; +$a->strings["Add a personal note:"] = "Eine persönliche Notiz beifügen:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora-Suchleiste."; +$a->strings["Your Identity Address:"] = "Adresse Deines Profils:"; +$a->strings["Submit Request"] = "Anfrage abschicken"; +$a->strings["Contact settings applied."] = "Einstellungen zum Kontakt angewandt."; +$a->strings["Contact update failed."] = "Konnte den Kontakt nicht aktualisieren."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ACHTUNG: Das sind Experten-Einstellungen! Wenn du etwas Falsches eingibst, funktioniert die Kommunikation mit diesem Kontakt evtl. nicht mehr."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Bitte nutze den Zurück-Button Deines Browsers jetzt, wenn du dir unsicher bist, was du tun willst."; +$a->strings["No mirroring"] = "Kein Spiegeln"; +$a->strings["Mirror as forwarded posting"] = "Spiegeln als weitergeleitete Beiträge"; +$a->strings["Mirror as my own posting"] = "Spiegeln als meine eigenen Beiträge"; +$a->strings["Return to contact editor"] = "Zurück zum Kontakteditor"; +$a->strings["Refetch contact data"] = "Kontaktdaten neu laden"; +$a->strings["Remote Self"] = "Entfernte Konten"; +$a->strings["Mirror postings from this contact"] = "Spiegle Beiträge dieses Kontakts"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica, alle Top-Level Beiträge dieses Kontakts an all Deine Kontakte zu senden (spiegeln)."; +$a->strings["Account Nickname"] = "Konto-Spitzname"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - überschreibt Name/Spitzname"; +$a->strings["Account URL"] = "Konto-URL"; +$a->strings["Account URL Alias"] = "Konto URL Alias"; +$a->strings["Friend Request URL"] = "URL für Kontaktschaftsanfragen"; +$a->strings["Friend Confirm URL"] = "URL für Bestätigungen von Kontaktanfragen"; +$a->strings["Notification Endpoint URL"] = "URL-Endpunkt für Benachrichtigungen"; +$a->strings["Poll/Feed URL"] = "Pull/Feed-URL"; +$a->strings["New photo from this URL"] = "Neues Foto von dieser URL"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben."; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "Nutzerkonto nicht gefunden. Bitte melde dich an und füge die OpenID zu deinem Konto hinzu."; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "Nutzerkonto nicht gefunden. Bitte registriere ein neues Konto oder melde dich mit einem existierendem Konto an um diene OpenID hinzuzufügen."; +$a->strings["Invalid request identifier."] = "Invalid request identifier."; +$a->strings["Discard"] = "Verwerfen"; +$a->strings["Network Notifications"] = "Netzwerkbenachrichtigungen"; +$a->strings["System Notifications"] = "Systembenachrichtigungen"; +$a->strings["Personal Notifications"] = "Persönliche Benachrichtigungen"; +$a->strings["Home Notifications"] = "Pinnwandbenachrichtigungen"; +$a->strings["Show unread"] = "Ungelesene anzeigen"; +$a->strings["Show all"] = "Alle anzeigen"; +$a->strings["Show Ignored Requests"] = "Zeige ignorierte Anfragen"; +$a->strings["Hide Ignored Requests"] = "Verberge ignorierte Anfragen"; +$a->strings["Notification type:"] = "Art der Benachrichtigung:"; +$a->strings["Suggested by:"] = "Vorgeschlagen von:"; +$a->strings["Claims to be known to you: "] = "Behauptet, dich zu kennen: "; +$a->strings["yes"] = "ja"; +$a->strings["no"] = "nein"; +$a->strings["Shall your connection be bidirectional or not?"] = "Soll die Verbindung beidseitig sein oder nicht?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Akzeptierst du %s als Kontakt, erlaubst du damit das Lesen deiner Beiträge und abonnierst selbst auch die Beiträge von %s."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Abonnent akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Wenn du %s als Teilender akzeptierst, erlaubst du damit das Lesen deiner Beiträge, wirst aber selbst die Beiträge der anderen Seite nicht erhalten."; +$a->strings["Friend"] = "Kontakt"; +$a->strings["Sharer"] = "Teilender"; +$a->strings["Subscriber"] = "Abonnent"; +$a->strings["No introductions."] = "Keine Kontaktanfragen."; +$a->strings["No more %s notifications."] = "Keine weiteren %s-Benachrichtigungen"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximale Anzahl der täglichen Pinnwand-Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen."; +$a->strings["No recipient selected."] = "Kein Empfänger gewählt."; +$a->strings["Unable to check your home location."] = "Konnte Deinen Heimatort nicht bestimmen."; +$a->strings["Message could not be sent."] = "Nachricht konnte nicht gesendet werden."; +$a->strings["Message collection failure."] = "Konnte Nachrichten nicht abrufen."; +$a->strings["Message sent."] = "Nachricht gesendet."; +$a->strings["No recipient."] = "Kein Empfänger."; +$a->strings["Please enter a link URL:"] = "Bitte gib die URL des Links ein:"; +$a->strings["Send Private Message"] = "Private Nachricht senden"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Wenn du möchtest, dass %s dir antworten kann, überprüfe deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern."; +$a->strings["To:"] = "An:"; +$a->strings["Subject:"] = "Betreff:"; +$a->strings["Insert web link"] = "Einen Link einfügen"; +$a->strings["Subscribing to OStatus contacts"] = "OStatus-Kontakten folgen"; +$a->strings["No contact provided."] = "Keine Kontakte gefunden."; +$a->strings["Couldn't fetch information for contact."] = "Konnte die Kontaktinformationen nicht einholen."; +$a->strings["Couldn't fetch friends for contact."] = "Konnte die Kontaktliste des Kontakts nicht abfragen."; +$a->strings["Done"] = "Erledigt"; +$a->strings["success"] = "Erfolg"; +$a->strings["failed"] = "Fehlgeschlagen"; +$a->strings["Keep this window open until done."] = "Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist."; +$a->strings["The contact could not be added."] = "Der Kontakt konnte nicht hinzugefügt werden."; +$a->strings["You already added this contact."] = "Du hast den Kontakt bereits hinzugefügt."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus-Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Der Netzwerktyp wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."; +$a->strings["Upload"] = "Hochladen"; +$a->strings["Files"] = "Dateien"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.", + 1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken, die keine nicht-öffentlichen Beiträge empfangen können.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."; +$a->strings["No such group"] = "Es gibt keine solche Gruppe"; +$a->strings["Group: %s"] = "Gruppe: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."; +$a->strings["Latest Activity"] = "Letzte Äktivität"; +$a->strings["Sort by latest activity"] = "Sortiere nach letzter Aktivität"; +$a->strings["Latest Posts"] = "Letzte Beiträge"; +$a->strings["Sort by post received date"] = "Nach Empfangsdatum der Beiträge sortiert"; +$a->strings["Personal"] = "Persönlich"; +$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um dich geht"; +$a->strings["New"] = "Neue"; +$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum"; +$a->strings["Shared Links"] = "Geteilte Links"; +$a->strings["Interesting Links"] = "Interessante Links"; +$a->strings["Starred"] = "Markierte"; +$a->strings["Favourite Posts"] = "Favorisierte Beiträge"; +$a->strings["You aren't following this contact."] = "Du folgst diesem Kontakt."; +$a->strings["Unfollowing is currently not supported by your network."] = "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt."; +$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt"; +$a->strings["Disconnect/Unfollow"] = "Verbindung lösen/Nicht mehr folgen"; +$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl."; +$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."; +$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden"; +$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s"; +$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten."; +$a->strings["Upload File:"] = "Datei hochladen:"; +$a->strings["Select a profile:"] = "Profil auswählen:"; +$a->strings["or"] = "oder"; +$a->strings["skip this step"] = "diesen Schritt überspringen"; +$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben"; +$a->strings["Crop Image"] = "Bild zurechtschneiden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."; +$a->strings["Done Editing"] = "Bearbeitung abgeschlossen"; +$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; +$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert."; +$a->strings["Poke/Prod"] = "Anstupsen"; +$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; +$a->strings["Recipient"] = "Empfänger"; +$a->strings["Choose what you wish to do to recipient"] = "Was willst du mit dem Empfänger machen:"; +$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; +$a->strings["Recent Photos"] = "Neueste Fotos"; +$a->strings["Upload New Photos"] = "Neue Fotos hochladen"; +$a->strings["Contact information unavailable"] = "Kontaktinformationen nicht verfügbar"; +$a->strings["Album not found."] = "Album nicht gefunden."; +$a->strings["Album successfully deleted"] = "Album wurde erfolgreich gelöscht."; +$a->strings["Album was empty."] = "Album ist leer."; +$a->strings["a photo"] = "einem Foto"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s wurde von %3\$s in %2\$s getaggt"; +$a->strings["Image upload didn't complete, please try again"] = "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut."; +$a->strings["Image file is missing"] = "Bilddatei konnte nicht gefunden werden."; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Der Server kann derzeit keine neuen Datei-Uploads akzeptieren. Bitte kontaktiere deinen Administrator."; +$a->strings["Image file is empty."] = "Bilddatei ist leer."; +$a->strings["No photos selected"] = "Keine Bilder ausgewählt"; +$a->strings["Access to this item is restricted."] = "Zugriff zu diesem Eintrag wurde eingeschränkt."; +$a->strings["Upload Photos"] = "Bilder hochladen"; +$a->strings["New album name: "] = "Name des neuen Albums: "; +$a->strings["or select existing album:"] = "oder wähle ein bestehendes Album:"; +$a->strings["Do not show a status post for this upload"] = "Keine Status-Mitteilung für diesen Beitrag anzeigen"; +$a->strings["Show to Groups"] = "Zeige den Gruppen"; +$a->strings["Show to Contacts"] = "Zeige den Kontakten"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Möchtest du wirklich dieses Foto-Album und all seine Foto löschen?"; +$a->strings["Delete Album"] = "Album löschen"; +$a->strings["Edit Album"] = "Album bearbeiten"; +$a->strings["Drop Album"] = "Album löschen"; +$a->strings["Show Newest First"] = "Zeige neueste zuerst"; +$a->strings["Show Oldest First"] = "Zeige älteste zuerst"; +$a->strings["View Photo"] = "Foto betrachten"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein."; +$a->strings["Photo not available"] = "Foto nicht verfügbar"; +$a->strings["Do you really want to delete this photo?"] = "Möchtest du wirklich dieses Foto löschen?"; +$a->strings["Delete Photo"] = "Foto löschen"; +$a->strings["View photo"] = "Fotos ansehen"; +$a->strings["Edit photo"] = "Foto bearbeiten"; +$a->strings["Delete photo"] = "Foto löschen"; +$a->strings["Use as profile photo"] = "Als Profilbild verwenden"; +$a->strings["Private Photo"] = "Privates Foto"; +$a->strings["View Full Size"] = "Betrachte Originalgröße"; +$a->strings["Tags: "] = "Tags: "; +$a->strings["[Select tags to remove]"] = "[Zu entfernende Tags auswählen]"; +$a->strings["New album name"] = "Name des neuen Albums"; +$a->strings["Caption"] = "Bildunterschrift"; +$a->strings["Add a Tag"] = "Tag hinzufügen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Nicht rotieren"; +$a->strings["Rotate CW (right)"] = "Drehen US (rechts)"; +$a->strings["Rotate CCW (left)"] = "Drehen EUS (links)"; +$a->strings["Map"] = "Karte"; +$a->strings["View Album"] = "Album betrachten"; +$a->strings["Profile not found."] = "Profil nicht gefunden."; +$a->strings["Profile deleted."] = "Profil gelöscht."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Neues Profil angelegt."; +$a->strings["Profile unavailable to clone."] = "Profil nicht zum Duplizieren verfügbar."; +$a->strings["Profile Name is required."] = "Profilname ist erforderlich."; +$a->strings["Marital Status"] = "Familienstand"; +$a->strings["Romantic Partner"] = "Romanze"; +$a->strings["Work/Employment"] = "Arbeit / Beschäftigung"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politische Ansichten"; +$a->strings["Gender"] = "Geschlecht"; +$a->strings["Sexual Preference"] = "Sexuelle Vorlieben"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Webseite"; +$a->strings["Interests"] = "Interessen"; +$a->strings["Address"] = "Adresse"; +$a->strings["Location"] = "Wohnort"; +$a->strings["Profile updated."] = "Profil aktualisiert."; +$a->strings["Hide contacts and friends:"] = "Kontakte und Freunde verbergen"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Liste der Kontakte vor Betrachtern dieses Profils verbergen?"; +$a->strings["Show more profile fields:"] = "Zeige mehr Profil-Felder:"; +$a->strings["Profile Actions"] = "Profilaktionen"; +$a->strings["Edit Profile Details"] = "Profil bearbeiten"; +$a->strings["Change Profile Photo"] = "Profilbild ändern"; +$a->strings["View this profile"] = "Dieses Profil anzeigen"; +$a->strings["View all profiles"] = "Alle Profile anzeigen"; +$a->strings["Create a new profile using these settings"] = "Neues Profil anlegen und diese Einstellungen verwenden"; +$a->strings["Clone this profile"] = "Dieses Profil duplizieren"; +$a->strings["Delete this profile"] = "Dieses Profil löschen"; +$a->strings["Basic information"] = "Grundinformationen"; +$a->strings["Profile picture"] = "Profilbild"; +$a->strings["Preferences"] = "Vorlieben"; +$a->strings["Status information"] = "Status-Informationen"; +$a->strings["Additional information"] = "Zusätzliche Informationen"; +$a->strings["Relation"] = "Beziehung"; +$a->strings["Your Gender:"] = "Dein Geschlecht:"; +$a->strings[" Marital Status:"] = " Beziehungsstatus:"; +$a->strings["Example: fishing photography software"] = "Beispiel: Fischen Fotografie Software"; +$a->strings["Profile Name:"] = "Profilname:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dies ist dein öffentliches Profil.
Es könnte für jeden Nutzer des Internets sichtbar sein."; +$a->strings["Your Full Name:"] = "Dein kompletter Name:"; +$a->strings["Title/Description:"] = "Titel/Beschreibung:"; +$a->strings["Street Address:"] = "Adresse:"; +$a->strings["Locality/City:"] = "Wohnort:"; +$a->strings["Region/State:"] = "Region/Bundesstaat:"; +$a->strings["Postal/Zip Code:"] = "Postleitzahl:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Who: (if applicable)"] = "Wer: (falls anwendbar)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Beispiele: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Seit [Datum]:"; +$a->strings["Tell us about yourself..."] = "Erzähle uns ein bisschen von dir …"; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) Adresse"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können."; +$a->strings["Homepage URL:"] = "Adresse der Homepage:"; +$a->strings["Religious Views:"] = "Religiöse Ansichten:"; +$a->strings["Public Keywords:"] = "Öffentliche Schlüsselwörter:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)"; +$a->strings["Private Keywords:"] = "Private Schlüsselwörter:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"; +$a->strings["Musical interests"] = "Musikalische Interessen"; +$a->strings["Books, literature"] = "Bücher, Literatur"; +$a->strings["Television"] = "Fernsehen"; +$a->strings["Film/dance/culture/entertainment"] = "Filme/Tänze/Kultur/Unterhaltung"; +$a->strings["Hobbies/Interests"] = "Hobbies/Interessen"; +$a->strings["Love/romance"] = "Liebe/Romantik"; +$a->strings["Work/employment"] = "Arbeit/Anstellung"; +$a->strings["School/education"] = "Schule/Ausbildung"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformationen und Soziale Netzwerke"; +$a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile"; +$a->strings["Invalid request."] = "Ungültige Anfrage"; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Entschuldige, die Datei scheint größer zu sein, als es die PHP-Konfiguration erlaubt."; +$a->strings["Or - did you try to upload an empty file?"] = "Oder - hast du versucht, eine leere Datei hochzuladen?"; +$a->strings["File exceeds size limit of %s"] = "Die Datei ist größer als das erlaubte Limit von %s"; +$a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen."; +$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden."; +$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."; +$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem du auf diese Nachricht antwortest."; +$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht."; +$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht."; +$a->strings["Account approved."] = "Konto freigegeben."; +$a->strings["Registration revoked for %s"] = "Registrierung für %s wurde zurückgezogen"; +$a->strings["Please login."] = "Bitte melde dich an."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu."; +$a->strings["Profile Match"] = "Profilübereinstimmungen"; +$a->strings["Missing some important data!"] = "Wichtige Daten fehlen!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich."; +$a->strings["Email settings updated."] = "E-Mail Einstellungen bearbeitet."; +$a->strings["Features updated"] = "Features aktualisiert"; +$a->strings["The theme you chose isn't available."] = "Das gewählte Theme ist nicht verfügbar"; +$a->strings["Contact CSV file upload error"] = "Fehler beim Hochladen der Kontakt CSV Datei"; +$a->strings["Importing Contacts done"] = "Kontakte wurden importiert."; +$a->strings["Relocate message has been send to your contacts"] = "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet."; +$a->strings["Passwords do not match."] = "Die Passwörter stimmen nicht überein."; +$a->strings["Password unchanged."] = "Passwort unverändert."; +$a->strings[" Please use a shorter name."] = " Bitte verwende einen kürzeren Namen."; +$a->strings[" Name too short."] = " Name ist zu kurz."; +$a->strings["Invalid email."] = "Ungültige E-Mail-Adresse."; +$a->strings["Cannot change to that email."] = "Ändern der E-Mail nicht möglich. "; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte."; +$a->strings["Settings updated."] = "Einstellungen aktualisiert."; +$a->strings["Add application"] = "Programm hinzufügen"; +$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Umleiten"; +$a->strings["Icon url"] = "Icon URL"; +$a->strings["You can't edit this application."] = "Du kannst dieses Programm nicht bearbeiten."; +$a->strings["Connected Apps"] = "Verbundene Programme"; +$a->strings["Client key starts with"] = "Anwenderschlüssel beginnt mit"; +$a->strings["No name"] = "Kein Name"; +$a->strings["Remove authorization"] = "Autorisierung entziehen"; +$a->strings["No Addon settings configured"] = "Keine Addon-Einstellungen konfiguriert"; +$a->strings["Addon Settings"] = "Addon Einstellungen"; +$a->strings["Additional Features"] = "Zusätzliche Features"; +$a->strings["enabled"] = "eingeschaltet"; +$a->strings["disabled"] = "ausgeschaltet"; +$a->strings["Built-in support for %s connectivity is %s"] = "Eingebaute Unterstützung für Verbindungen zu %s ist %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Zugriff auf E-Mails für diese Seite deaktiviert."; +$a->strings["None"] = "Keine"; +$a->strings["General Social Media Settings"] = "Allgemeine Einstellungen zu Sozialen Medien"; +$a->strings["Accept only top level posts by contacts you follow"] = "Ausschließlich Unterhaltungen von meinen Kontakten anzeigen"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "Wenn neue Kommentare empfangen werden führt das System eine Vervollständigung der Unterhaltung durch. Die hat den Nebeneffekt, dass Unterhaltungen in denen einer deiner Kontakte kommentiert haben, die aber nicht von einem deiner Kontakte begonnen wurden in deinem Netzwerk-Stream angezeigt werden können. Diese Option unterbindet dieses Verhalten. Ist sie aktiviert, wirst du ausschließlich die Unterhaltungen angezeigt bekommen, die von deinen Kontakten begonnen wurden."; +$a->strings["Disable Content Warning"] = "Inhaltswarnung ausschalten"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Benutzer in Netzwerken wie Mastodon oder Pleroma können ein Inhaltswarnfeld einstellen, das ihren Beitrag standardmäßig ausblendet. Dies deaktiviert das automatische Zusammenklappen und setzt die Inhaltswarnung als Beitragstitel. Beeinflusst keine anderen Inhaltsfilterungen, die du eventuell eingerichtet hast."; +$a->strings["Disable intelligent shortening"] = "Intelligentes Link-Kürzen ausschalten"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normalerweise versucht das System, den besten Link zu finden, um ihn zu gekürzten Postings hinzuzufügen. Wird diese Option ausgewählt, wird stets ein Link auf die originale Friendica-Nachricht beigefügt."; +$a->strings["Attach the link title"] = "Link Titel hinzufügen"; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = "Ist dies aktiviert, wird der Titel von angehangenen Links bei Beiträgen nach Diaspora* angefügt. Dies ist vorallem bei Entfernten Konten nützlich die Beiträge von Feeds weiterleiten."; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatisch allen GNU Social (OStatus) Followern/Erwähnern folgen"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Wenn du eine Nachricht eines unbekannten OStatus-Nutzers bekommst, entscheidet diese Option, wie diese behandelt werden soll. Ist die Option aktiviert, wird ein neuer Kontakt für den Verfasser erstellt,."; +$a->strings["Default group for OStatus contacts"] = "Voreingestellte Gruppe für OStatus-Kontakte"; +$a->strings["Your legacy GNU Social account"] = "Dein alter GNU Social-Account"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Wenn du deinen alten GNU Social/Statusnet-Account-Namen hier angibst (Format name@domain.tld), werden deine Kontakte automatisch hinzugefügt. Dieses Feld wird geleert, wenn die Kontakte hinzugefügt wurden."; +$a->strings["Repair OStatus subscriptions"] = "OStatus-Abonnements reparieren"; +$a->strings["Email/Mailbox Setup"] = "E-Mail/Postfach-Einstellungen"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Wenn du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für dein Postfach an."; +$a->strings["Last successful email check:"] = "Letzter erfolgreicher E-Mail-Check"; +$a->strings["IMAP server name:"] = "IMAP-Server-Name:"; +$a->strings["IMAP port:"] = "IMAP-Port:"; +$a->strings["Security:"] = "Sicherheit:"; +$a->strings["Email login name:"] = "E-Mail-Login-Name:"; +$a->strings["Email password:"] = "E-Mail-Passwort:"; +$a->strings["Reply-to address:"] = "Reply-to Adresse:"; +$a->strings["Send public posts to all email contacts:"] = "Sende öffentliche Beiträge an alle E-Mail-Kontakte:"; +$a->strings["Action after import:"] = "Aktion nach Import:"; +$a->strings["Move to folder"] = "In einen Ordner verschieben"; +$a->strings["Move to folder:"] = "In diesen Ordner verschieben:"; +$a->strings["%s - (Unsupported)"] = "%s - (Nicht unterstützt)"; +$a->strings["Display Settings"] = "Anzeige-Einstellungen"; +$a->strings["Display Theme:"] = "Theme:"; +$a->strings["Mobile Theme:"] = "Mobiles Theme"; +$a->strings["Suppress warning of insecure networks"] = "Warnung vor unsicheren Netzwerken unterdrücken"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Soll das System Warnungen unterdrücken, die angezeigt werden, weil von dir eingerichtete Kontakt-Gruppen Accounts aus Netzwerken beinhalten, die keine nicht öffentlichen Beiträge empfangen können."; +$a->strings["Update browser every xx seconds"] = "Browser alle xx Sekunden aktualisieren"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum sind 10 Sekunden. Gib -1 ein, um abzuschalten."; +$a->strings["Number of items to display per page:"] = "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: "; +$a->strings["Maximum of 100 items"] = "Maximal 100 Beiträge"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:"; +$a->strings["Don't show emoticons"] = "Keine Smileys anzeigen"; +$a->strings["Calendar"] = "Kalender"; +$a->strings["Beginning of week:"] = "Wochenbeginn:"; +$a->strings["Don't show notices"] = "Info-Popups nicht anzeigen"; +$a->strings["Infinite scroll"] = "Endloses Scrollen"; +$a->strings["Automatic updates only at the top of the network page"] = "Automatische Updates nur, wenn du oben auf der Netzwerkseite bist."; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Wenn dies deaktiviert ist, wird die Netzwerk-Seite aktualisiert, wann immer neue Beiträge eintreffen, egal an welcher Stelle gerade gelesen wird."; +$a->strings["Bandwidth Saver Mode"] = "Bandbreiten-Spar-Modus"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Wenn aktiviert, wird der eingebettete Inhalt nicht automatisch aktualisiert. In diesem Fall Seite bitte neu laden."; +$a->strings["Disable Smart Threading"] = "Intelligentes Threading deaktivieren"; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "Schaltet das automatische Unterdrücken von überflüssigen Thread-Einrückungen aus."; +$a->strings["General Theme Settings"] = "Allgemeine Theme-Einstellungen"; +$a->strings["Custom Theme Settings"] = "Benutzerdefinierte Theme-Einstellungen"; +$a->strings["Content Settings"] = "Einstellungen zum Inhalt"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Konnte dein Profil nicht finden. Bitte kontaktiere den Admin."; +$a->strings["Account Types"] = "Kontenarten"; +$a->strings["Personal Page Subtypes"] = "Unterarten der persönlichen Seite"; +$a->strings["Community Forum Subtypes"] = "Unterarten des Gemeinschaftsforums"; +$a->strings["Account for a personal profile."] = "Konto für ein persönliches Profil."; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto für eine Organisation, das Kontaktanfragen automatisch als \"Follower\" annimmt."; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto für einen Feedspiegel, das Kontaktanfragen automatisch als \"Follower\" annimmt."; +$a->strings["Account for community discussions."] = "Konto für Diskussionsforen. "; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto für ein normales, persönliches Profil. Kontaktanfragen müssen manuell als \"Friend\" oder \"Follower\" bestätigt werden."; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto für ein öffentliches Profil, das Kontaktanfragen automatisch als \"Follower\" annimmt."; +$a->strings["Automatically approves all contact requests."] = "Bestätigt alle Kontaktanfragen automatisch."; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto für ein gefragtes Profil, das Kontaktanfragen automatisch als \"Friend\" annimmt."; +$a->strings["Private Forum [Experimental]"] = "Privates Forum [Versuchsstadium]"; +$a->strings["Requires manual approval of contact requests."] = "Kontaktanfragen müssen manuell bestätigt werden."; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID."; +$a->strings["Publish your default profile in your local site directory?"] = "Darf dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein."; +$a->strings["Publish your default profile in the global social directory?"] = "Darf dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Dein Profil wird in den globalen Friendica-Verzeichnissen (z.B. %s) veröffentlicht. Dein Profil wird öffentlich auffindbar sein."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "Diese Einstellung bestimmt auch, ob Friendica Suchmaschinen mitteilt, dass das Profil indiziert werden darf oder nicht. Ob sich Suchmaschinen von Drittanbietern daran halten, kann Friendica nicht beeinflussen."; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Die Liste deiner Kontakte wird nicht in deinem Standard-Profil angezeigt werden. Du kannst für jedes weitere Profil diese Entscheidung separat einstellen."; +$a->strings["Hide your profile details from anonymous viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonyme Besucher deines Profils werden ausschließlich dein Profilbild, deinen Namen sowie deinen Spitznamen sehen. Deine öffentlichen Beiträge und Kommentare werden weiterhin sichtbar sein."; +$a->strings["Allow friends to post to your profile page?"] = "Dürfen deine Kontakte auf deine Pinnwand schreiben?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Deine Kontakte können Beiträge auf deiner Pinnwand hinterlassen. Diese werden an deine Kontakte verteilt."; +$a->strings["Allow friends to tag your posts?"] = "Dürfen deine Kontakte deine Beiträge mit Schlagwörtern versehen?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Dürfen wir dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Wenn du magst, kann Friendica dich neuen Mitgliedern als Kontakt vorschlagen."; +$a->strings["Permit unknown people to send you private mail?"] = "Dürfen dir Unbekannte private Nachrichten schicken?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Nutzer des Friendica Netzwerks können dir private Nachrichten senden, selbst wenn sie nicht in deine Kontaktliste sind."; +$a->strings["Profile is not published."] = "Profil ist nicht veröffentlicht."; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Die Adresse deines Profils lautet '%s' oder '%s'."; +$a->strings["Automatically expire posts after this many days:"] = "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Wenn leer, verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht."; +$a->strings["Advanced expiration settings"] = "Erweiterte Verfallseinstellungen"; +$a->strings["Advanced Expiration"] = "Erweitertes Verfallen"; +$a->strings["Expire posts:"] = "Beiträge verfallen lassen:"; +$a->strings["Expire personal notes:"] = "Persönliche Notizen verfallen lassen:"; +$a->strings["Expire starred posts:"] = "Markierte Beiträge verfallen lassen:"; +$a->strings["Expire photos:"] = "Fotos verfallen lassen:"; +$a->strings["Only expire posts by others:"] = "Nur Beiträge anderer verfallen:"; +$a->strings["Account Settings"] = "Kontoeinstellungen"; +$a->strings["Password Settings"] = "Passwort-Einstellungen"; +$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Erlaubte Zeichen sind a-z, A-Z, 0-9 und Sonderzeichen, abgesehen von Leerzeichen, Doppelpunkten (:) und akzentuierten Buchstaben."; +$a->strings["Leave password fields blank unless changing"] = "Lass die Passwort-Felder leer, außer du willst das Passwort ändern"; +$a->strings["Current Password:"] = "Aktuelles Passwort:"; +$a->strings["Your current password to confirm the changes"] = "Dein aktuelles Passwort um die Änderungen zu bestätigen"; +$a->strings["Password:"] = "Passwort:"; +$a->strings["Delete OpenID URL"] = "OpenID URL löschen"; +$a->strings["Basic Settings"] = "Grundeinstellungen"; +$a->strings["Email Address:"] = "E-Mail-Adresse:"; +$a->strings["Your Timezone:"] = "Deine Zeitzone:"; +$a->strings["Your Language:"] = "Deine Sprache:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Wähle die Sprache, in der wir dir die Friendica-Oberfläche präsentieren sollen und dir E-Mail schicken"; +$a->strings["Default Post Location:"] = "Standardstandort:"; +$a->strings["Use Browser Location:"] = "Standort des Browsers verwenden:"; +$a->strings["Security and Privacy Settings"] = "Sicherheits- und Privatsphäre-Einstellungen"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximale Anzahl von Kontaktanfragen/Tag:"; +$a->strings["(to prevent spam abuse)"] = "(um SPAM zu vermeiden)"; +$a->strings["Default Post Permissions"] = "Standard-Zugriffsrechte für Beiträge"; +$a->strings["(click to open/close)"] = "(klicke zum Öffnen/Schließen)"; +$a->strings["Default Private Post"] = "Privater Standardbeitrag"; +$a->strings["Default Public Post"] = "Öffentlicher Standardbeitrag"; +$a->strings["Default Permissions for New Posts"] = "Standardberechtigungen für neue Beiträge"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:"; +$a->strings["Notification Settings"] = "Benachrichtigungseinstellungen"; +$a->strings["Send a notification email when:"] = "Benachrichtigungs-E-Mail senden, wenn:"; +$a->strings["You receive an introduction"] = "– du eine Kontaktanfrage erhältst"; +$a->strings["Your introductions are confirmed"] = "– eine Deiner Kontaktanfragen akzeptiert wurde"; +$a->strings["Someone writes on your profile wall"] = "– jemand etwas auf Deine Pinnwand schreibt"; +$a->strings["Someone writes a followup comment"] = "– jemand auch einen Kommentar verfasst"; +$a->strings["You receive a private message"] = "– du eine private Nachricht erhältst"; +$a->strings["You receive a friend suggestion"] = "– du eine Empfehlung erhältst"; +$a->strings["You are tagged in a post"] = "– du in einem Beitrag erwähnt wirst"; +$a->strings["You are poked/prodded/etc. in a post"] = "– du von jemandem angestupst oder sonstwie behandelt wirst"; +$a->strings["Activate desktop notifications"] = "Desktop-Benachrichtigungen einschalten"; +$a->strings["Show desktop popup on new notifications"] = "Desktop-Benachrichtigungen einschalten"; +$a->strings["Text-only notification emails"] = "Benachrichtigungs-E-Mail als Rein-Text."; +$a->strings["Send text only notification emails, without the html part"] = "Sende Benachrichtigungs-E-Mail als Rein-Text - ohne HTML-Teil"; +$a->strings["Show detailled notifications"] = "Detaillierte Benachrichtigungen anzeigen"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Normalerweise werden alle Benachrichtigungen zu einem Thema in einer einzigen Benachrichtigung zusammengefasst. Wenn diese Option aktiviert ist, wird jede Benachrichtigung einzeln angezeigt."; +$a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Konto-/Seitentyp-Einstellungen"; +$a->strings["Change the behaviour of this account for special situations"] = "Verhalten dieses Kontos in bestimmten Situationen:"; +$a->strings["Import Contacts"] = "Kontakte Importieren"; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "Lade eine CSV Datei hoch, die das Handle der Kontakte deines alten Nutzerkontos in der ersten Spalte enthält."; +$a->strings["Upload File"] = "Datei hochladen"; +$a->strings["Relocate"] = "Umziehen"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Wenn du dein Profil von einem anderen Server umgezogen hast und einige deiner Kontakte deine Beiträge nicht erhalten, verwende diesen Button."; +$a->strings["Resend relocate message to contacts"] = "Umzugsbenachrichtigung erneut an Kontakte senden"; +$a->strings["Contact suggestion successfully ignored."] = "Kontaktvorschlag erfolgreich ignoriert."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal."; +$a->strings["Do you really want to delete this suggestion?"] = "Möchtest du wirklich diese Empfehlung löschen?"; +$a->strings["Ignore/Hide"] = "Ignorieren/Verbergen"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde."; +$a->strings["Response from remote site was not understood."] = "Antwort der Gegenstelle unverständlich."; +$a->strings["Unexpected response from remote site: "] = "Unerwartete Antwort der Gegenstelle: "; +$a->strings["Confirmation completed successfully."] = "Bestätigung erfolgreich abgeschlossen."; +$a->strings["Temporary failure. Please wait and try again."] = "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal."; +$a->strings["Introduction failed or was revoked."] = "Kontaktanfrage schlug fehl oder wurde zurückgezogen."; +$a->strings["Remote site reported: "] = "Gegenstelle meldet: "; +$a->strings["No user record found for '%s' "] = "Für '%s' wurde kein Nutzer gefunden"; +$a->strings["Our site encryption key is apparently messed up."] = "Der Verschlüsselungsschlüssel unserer Seite ist anscheinend nicht in Ordnung."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Leere URL für die Seite erhalten oder die URL konnte nicht entschlüsselt werden."; +$a->strings["Contact record was not found for you on our site."] = "Für diesen Kontakt wurde auf unserer Seite kein Eintrag gefunden."; +$a->strings["Site public key not available in contact record for URL %s."] = "Die Kontaktdaten für URL %s enthalten keinen Public Key für den Server."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Die ID, die uns dein System angeboten hat, ist hier bereits vergeben. Bitte versuche es noch einmal."; +$a->strings["Unable to set your contact credentials on our system."] = "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden."; +$a->strings["Unable to update your contact profile details on our system"] = "Die Updates für dein Profil konnten nicht gespeichert werden"; +$a->strings["User deleted their account"] = "Gelöschter Nutzeraccount"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Ein Nutzer deiner Friendica-Instanz hat seinen Account gelöscht. Bitte stelle sicher, dass dessen Daten aus deinen Backups entfernt werden."; +$a->strings["The user id is %d"] = "Die ID des Users lautet %d"; +$a->strings["Remove My Account"] = "Konto löschen"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."; +$a->strings["Please enter your password for verification:"] = "Bitte gib dein Passwort zur Verifikation ein:"; +$a->strings["Wall Photos"] = "Pinnwand-Bilder"; +$a->strings["Item not found"] = "Beitrag nicht gefunden"; +$a->strings["Edit post"] = "Beitrag bearbeiten"; +$a->strings["web link"] = "Weblink"; +$a->strings["Insert video link"] = "Video-Adresse einfügen"; +$a->strings["video link"] = "Video-Link"; +$a->strings["Insert audio link"] = "Audio-Adresse einfügen"; +$a->strings["audio link"] = "Audio-Link"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s"; +$a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden."; +$a->strings["Do you really want to delete this message?"] = "Möchtest du diese Nachricht wirklich löschen?"; +$a->strings["Conversation not found."] = "Unterhaltung nicht gefunden."; +$a->strings["Message deleted."] = "Nachricht gelöscht."; +$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; +$a->strings["No messages."] = "Keine Nachrichten."; +$a->strings["Message not available."] = "Nachricht nicht verfügbar."; +$a->strings["Delete message"] = "Nachricht löschen"; +$a->strings["D, d M Y - g:i A"] = "D, d. M Y - H:i"; +$a->strings["Delete conversation"] = "Unterhaltung löschen"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst du auf der Profilseite des Absenders antworten."; +$a->strings["Send Reply"] = "Antwort senden"; +$a->strings["Unknown sender - %s"] = "Unbekannter Absender - %s"; +$a->strings["You and %s"] = "Du und %s"; +$a->strings["%s and You"] = "%s und du"; +$a->strings["%d message"] = [ + 0 => "%d Nachricht", + 1 => "%d Nachrichten", +]; +$a->strings["Resubscribing to OStatus contacts"] = "Erneuern der OStatus-Abonements"; +$a->strings["No profile"] = "Kein Profil"; +$a->strings["Permission denied"] = "Zugriff verweigert"; +$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner."; +$a->strings["Profile Visibility Editor"] = "Editor für die Profil-Sichtbarkeit"; +$a->strings["Visible To"] = "Sichtbar für"; +$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit gesichertem Profilzugriff)"; +$a->strings["Tag(s) removed"] = "Tag(s) entfernt"; +$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen"; +$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: "; +$a->strings["No videos selected"] = "Keine Videos ausgewählt"; +$a->strings["Recent Videos"] = "Neueste Videos"; +$a->strings["Upload New Videos"] = "Neues Video hochladen"; diff --git a/view/lang/en-gb/messages.po b/view/lang/en-gb/messages.po index 069389b6c5..4bd76c6814 100644 --- a/view/lang/en-gb/messages.po +++ b/view/lang/en-gb/messages.po @@ -5,12 +5,13 @@ # Translators: # Andy H3 , 2017-2019 # Kris, 2018 +# Steffen K9 , 2019 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-15 07:45+0200\n" -"PO-Revision-Date: 2019-09-27 06:09+0000\n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-23 04:36+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -19,68 +20,14 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 -#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 -#: src/Module/Debug/ItemBody.php:40 -msgid "Item not found." -msgstr "Item not found." - -#: include/items.php:392 -msgid "Do you really want to delete this item?" -msgstr "Do you really want to delete this item?" - -#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 -#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423 -msgid "Yes" -msgstr "Yes" - -#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20 -#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 -#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 -#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 -#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678 -#: mod/settings.php:704 src/Module/Contact.php:426 -msgid "Cancel" -msgstr "Cancel" - -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 -#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 -#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 -#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 -#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 -#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 -#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 -#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57 -#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130 -#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27 -#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 -#: mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208 -#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52 -#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42 -#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31 -#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110 -#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50 -#: src/Module/Register.php:192 src/Module/Search/Directory.php:18 -#: src/Module/Contact.php:340 -msgid "Permission denied." -msgstr "Permission denied." - -#: include/api.php:1119 +#: include/api.php:1124 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "Daily posting limit of %d post reached. The post was rejected." msgstr[1] "Daily posting limit of %d posts are reached. This post was rejected." -#: include/api.php:1133 +#: include/api.php:1138 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -88,759 +35,284 @@ msgid_plural "" msgstr[0] "Weekly posting limit of %d post reached. The post was rejected." msgstr[1] "Weekly posting limit of %d posts are reached. This post was rejected." -#: include/api.php:1147 +#: include/api.php:1152 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "Monthly posting limit of %d posts are reached. The post was rejected." -#: include/api.php:4589 mod/photos.php:91 mod/photos.php:196 -#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 #: mod/profile_photo.php:103 mod/profile_photo.php:210 -#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 -#: src/Model/User.php:804 src/Model/User.php:812 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 msgid "Profile Photos" msgstr "Profile photos" -#: include/conversation.php:161 include/conversation.php:298 -#: src/Model/Item.php:3309 -msgid "event" -msgstr "event" - -#: include/conversation.php:164 include/conversation.php:174 -#: include/conversation.php:301 include/conversation.php:310 -#: mod/subthread.php:88 mod/tagger.php:69 -msgid "status" -msgstr "status" - -#: include/conversation.php:169 include/conversation.php:306 -#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311 -msgid "photo" -msgstr "photo" - -#: include/conversation.php:182 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s likes %2$s's %3$s" - -#: include/conversation.php:184 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s doesn't like %2$s's %3$s" - -#: include/conversation.php:186 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s goes to %2$s's %3$s" - -#: include/conversation.php:188 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s doesn't go %2$s's %3$s" - -#: include/conversation.php:190 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s might go to %2$s's %3$s" - -#: include/conversation.php:225 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s is now friends with %2$s" - -#: include/conversation.php:266 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s poked %2$s" - -#: include/conversation.php:320 mod/tagger.php:102 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s tagged %2$s's %3$s with %4$s" - -#: include/conversation.php:342 -msgid "post/item" -msgstr "Post/Item" - -#: include/conversation.php:343 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s marked %2$s's %3$s as favourite" - -#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 -msgid "Likes" -msgstr "Likes" - -#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 -msgid "Dislikes" -msgstr "Dislikes" - -#: include/conversation.php:571 include/conversation.php:1566 -#: mod/photos.php:1443 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Attending" -msgstr[1] "Attending" - -#: include/conversation.php:572 mod/photos.php:1443 -msgid "Not attending" -msgstr "Not attending" - -#: include/conversation.php:573 mod/photos.php:1443 -msgid "Might attend" -msgstr "Might attend" - -#: include/conversation.php:574 -msgid "Reshares" -msgstr "Reshares" - -#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 -msgid "Select" -msgstr "Select" - -#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805 -#: src/Module/Contact.php:1086 -msgid "Delete" -msgstr "Delete" - -#: include/conversation.php:681 src/Object/Post.php:383 -#: src/Object/Post.php:384 -#, php-format -msgid "View %s's profile @ %s" -msgstr "View %s's profile @ %s" - -#: include/conversation.php:694 src/Object/Post.php:371 -msgid "Categories:" -msgstr "Categories:" - -#: include/conversation.php:695 src/Object/Post.php:372 -msgid "Filed under:" -msgstr "Filed under:" - -#: include/conversation.php:702 src/Object/Post.php:397 -#, php-format -msgid "%s from %s" -msgstr "%s from %s" - -#: include/conversation.php:717 -msgid "View in context" -msgstr "View in context" - -#: include/conversation.php:719 include/conversation.php:1232 -#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 -#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 -#: src/Object/Post.php:424 -msgid "Please wait" -msgstr "Please wait" - -#: include/conversation.php:783 -msgid "remove" -msgstr "Remove" - -#: include/conversation.php:787 -msgid "Delete Selected Items" -msgstr "Delete selected items" - -#: include/conversation.php:942 view/theme/frio/theme.php:363 -msgid "Follow Thread" -msgstr "Follow thread" - -#: include/conversation.php:943 src/Model/Contact.php:1225 -msgid "View Status" -msgstr "View status" - -#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87 -#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218 -#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74 -#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 -msgid "View Profile" -msgstr "View profile" - -#: include/conversation.php:945 src/Model/Contact.php:1227 -msgid "View Photos" -msgstr "View photos" - -#: include/conversation.php:946 src/Model/Contact.php:1219 -#: src/Model/Contact.php:1228 -msgid "Network Posts" -msgstr "Network posts" - -#: include/conversation.php:947 src/Model/Contact.php:1220 -#: src/Model/Contact.php:1229 -msgid "View Contact" -msgstr "View contact" - -#: include/conversation.php:948 src/Model/Contact.php:1231 -msgid "Send PM" -msgstr "Send PM" - -#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585 -#: src/Module/Contact.php:802 src/Module/Contact.php:1061 -msgid "Block" -msgstr "Block" - -#: include/conversation.php:950 mod/notifications.php:63 -#: mod/notifications.php:197 mod/notifications.php:290 -#: src/Module/Contact.php:586 src/Module/Contact.php:803 -#: src/Module/Contact.php:1069 -msgid "Ignore" -msgstr "Ignore" - -#: include/conversation.php:954 src/Model/Contact.php:1232 -msgid "Poke" -msgstr "Poke" - -#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160 -#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 -#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75 -#: src/Module/BaseSearchModule.php:134 -msgid "Connect/Follow" -msgstr "Connect/Follow" - -#: include/conversation.php:1084 -#, php-format -msgid "%s likes this." -msgstr "%s likes this." - -#: include/conversation.php:1087 -#, php-format -msgid "%s doesn't like this." -msgstr "%s doesn't like this." - -#: include/conversation.php:1090 -#, php-format -msgid "%s attends." -msgstr "%s attends." - -#: include/conversation.php:1093 -#, php-format -msgid "%s doesn't attend." -msgstr "%s doesn't attend." - -#: include/conversation.php:1096 -#, php-format -msgid "%s attends maybe." -msgstr "%s may attend." - -#: include/conversation.php:1099 include/conversation.php:1142 -#, php-format -msgid "%s reshared this." -msgstr "%s reshared this." - -#: include/conversation.php:1107 -msgid "and" -msgstr "and" - -#: include/conversation.php:1113 -#, php-format -msgid "and %d other people" -msgstr "and %d other people" - -#: include/conversation.php:1121 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d people like this" - -#: include/conversation.php:1122 -#, php-format -msgid "%s like this." -msgstr "%s like this." - -#: include/conversation.php:1125 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people don't like this" - -#: include/conversation.php:1126 -#, php-format -msgid "%s don't like this." -msgstr "%s don't like this." - -#: include/conversation.php:1129 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d people attend" - -#: include/conversation.php:1130 -#, php-format -msgid "%s attend." -msgstr "%s attend." - -#: include/conversation.php:1133 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d people don't attend" - -#: include/conversation.php:1134 -#, php-format -msgid "%s don't attend." -msgstr "%s don't attend." - -#: include/conversation.php:1137 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d people attend maybe" - -#: include/conversation.php:1138 -#, php-format -msgid "%s attend maybe." -msgstr "%s may be attending." - -#: include/conversation.php:1141 -#, php-format -msgid "%2$d people reshared this" -msgstr "%2$d people reshared this" - -#: include/conversation.php:1171 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: include/conversation.php:1172 src/Module/Item/Compose.php:187 -#: src/Object/Post.php:888 -msgid "Please enter a image/video/audio/webpage URL:" -msgstr "Please enter an image/video/audio/webpage URL:" - -#: include/conversation.php:1173 -msgid "Tag term:" -msgstr "Tag term:" - -#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48 -msgid "Save to Folder:" -msgstr "Save to folder:" - -#: include/conversation.php:1175 -msgid "Where are you right now?" -msgstr "Where are you right now?" - -#: include/conversation.php:1176 -msgid "Delete item(s)?" -msgstr "Delete item(s)?" - -#: include/conversation.php:1208 -msgid "New Post" -msgstr "New post" - -#: include/conversation.php:1211 -msgid "Share" -msgstr "Share" - -#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72 -#: mod/message.php:258 mod/message.php:439 -msgid "Upload photo" -msgstr "Upload photo" - -#: include/conversation.php:1213 mod/editpost.php:73 -msgid "upload photo" -msgstr "upload photo" - -#: include/conversation.php:1214 mod/editpost.php:74 -msgid "Attach file" -msgstr "Attach file" - -#: include/conversation.php:1215 mod/editpost.php:75 -msgid "attach file" -msgstr "attach file" - -#: include/conversation.php:1216 src/Module/Item/Compose.php:179 -#: src/Object/Post.php:880 -msgid "Bold" -msgstr "Bold" - -#: include/conversation.php:1217 src/Module/Item/Compose.php:180 -#: src/Object/Post.php:881 -msgid "Italic" -msgstr "Italic" - -#: include/conversation.php:1218 src/Module/Item/Compose.php:181 -#: src/Object/Post.php:882 -msgid "Underline" -msgstr "Underline" - -#: include/conversation.php:1219 src/Module/Item/Compose.php:182 -#: src/Object/Post.php:883 -msgid "Quote" -msgstr "Quote" - -#: include/conversation.php:1220 src/Module/Item/Compose.php:183 -#: src/Object/Post.php:884 -msgid "Code" -msgstr "Code" - -#: include/conversation.php:1221 src/Module/Item/Compose.php:184 -#: src/Object/Post.php:885 -msgid "Image" -msgstr "Image" - -#: include/conversation.php:1222 src/Module/Item/Compose.php:185 -#: src/Object/Post.php:886 -msgid "Link" -msgstr "Link" - -#: include/conversation.php:1223 src/Module/Item/Compose.php:186 -#: src/Object/Post.php:887 -msgid "Link or Media" -msgstr "Link or media" - -#: include/conversation.php:1224 mod/editpost.php:82 -#: src/Module/Item/Compose.php:189 -msgid "Set your location" -msgstr "Set your location" - -#: include/conversation.php:1225 mod/editpost.php:83 -msgid "set location" -msgstr "set location" - -#: include/conversation.php:1226 mod/editpost.php:84 -msgid "Clear browser location" -msgstr "Clear browser location" - -#: include/conversation.php:1227 mod/editpost.php:85 -msgid "clear location" -msgstr "clear location" - -#: include/conversation.php:1229 mod/editpost.php:99 -#: src/Module/Item/Compose.php:194 -msgid "Set title" -msgstr "Set title" - -#: include/conversation.php:1231 mod/editpost.php:101 -#: src/Module/Item/Compose.php:195 -msgid "Categories (comma-separated list)" -msgstr "Categories (comma-separated list)" - -#: include/conversation.php:1233 mod/editpost.php:87 -msgid "Permission settings" -msgstr "Permission settings" - -#: include/conversation.php:1234 mod/editpost.php:116 -msgid "permissions" -msgstr "permissions" - -#: include/conversation.php:1243 mod/editpost.php:96 -msgid "Public post" -msgstr "Public post" - -#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433 -#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550 -#: src/Module/Item/Compose.php:188 src/Object/Post.php:889 -msgid "Preview" -msgstr "Preview" - -#: include/conversation.php:1256 -msgid "Post to Groups" -msgstr "Post to groups" - -#: include/conversation.php:1257 -msgid "Post to Contacts" -msgstr "Post to contacts" - -#: include/conversation.php:1258 -msgid "Private post" -msgstr "Private post" - -#: include/conversation.php:1263 mod/editpost.php:114 -#: src/Model/Profile.php:550 src/Module/Contact.php:301 -msgid "Message" -msgstr "Message" - -#: include/conversation.php:1264 mod/editpost.php:115 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1536 -msgid "View all" -msgstr "View all" - -#: include/conversation.php:1560 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Like" -msgstr[1] "Likes" - -#: include/conversation.php:1563 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Dislike" -msgstr[1] "Dislikes" - -#: include/conversation.php:1569 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Not attending" -msgstr[1] "Not attending" - -#: include/conversation.php:1572 src/Content/ContactSelector.php:243 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Undecided" -msgstr[1] "Undecided" - -#: include/enotify.php:57 +#: include/enotify.php:58 msgid "Friendica Notification" msgstr "Friendica notification" -#: include/enotify.php:60 +#: include/enotify.php:61 msgid "Thank You," msgstr "Thank you" -#: include/enotify.php:63 +#: include/enotify.php:64 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s Administrator" -#: include/enotify.php:65 +#: include/enotify.php:66 #, php-format msgid "%s Administrator" msgstr "%s Administrator" -#: include/enotify.php:134 +#: include/enotify.php:135 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica:Notify] New mail received at %s" -#: include/enotify.php:136 +#: include/enotify.php:137 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s sent you a new private message at %2$s." -#: include/enotify.php:137 +#: include/enotify.php:138 msgid "a private message" msgstr "a private message" -#: include/enotify.php:137 +#: include/enotify.php:138 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sent you %2$s." -#: include/enotify.php:139 +#: include/enotify.php:140 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Please visit %s to view or reply to your private messages." -#: include/enotify.php:172 +#: include/enotify.php:173 #, php-format msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]" -#: include/enotify.php:178 +#: include/enotify.php:179 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s commented on [url=%2$s]a %3$s[/url]" -#: include/enotify.php:188 +#: include/enotify.php:189 #, php-format msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:195 +#: include/enotify.php:196 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:207 +#: include/enotify.php:208 #, php-format msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" msgstr "%1$s tagged you on [url=%2$s] your %3$s[/url]" -#: include/enotify.php:213 +#: include/enotify.php:214 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s commented on [url=%2$s]your %3$s[/url]" -#: include/enotify.php:224 +#: include/enotify.php:225 #, php-format msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]" -#: include/enotify.php:230 +#: include/enotify.php:231 #, php-format msgid "%1$s commented on [url=%2$s]their %3$s[/url]" msgstr "%1$s commented on [url=%2$s]their %3$s[/url]" -#: include/enotify.php:243 +#: include/enotify.php:244 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Notify] %s tagged you" -#: include/enotify.php:245 +#: include/enotify.php:246 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s tagged you at %2$s" -#: include/enotify.php:247 +#: include/enotify.php:248 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -#: include/enotify.php:249 +#: include/enotify.php:250 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s commented on an item/conversation you have been following." -#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Please visit %s to view or reply to the conversation." -#: include/enotify.php:261 +#: include/enotify.php:262 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica:Notify] %s posted to your profile wall" -#: include/enotify.php:263 +#: include/enotify.php:264 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s posted to your profile wall at %2$s" -#: include/enotify.php:264 +#: include/enotify.php:265 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s posted to [url=%2$s]your wall[/url]" -#: include/enotify.php:276 +#: include/enotify.php:277 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica:Notify] %s shared a new post" -#: include/enotify.php:278 +#: include/enotify.php:279 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "%1$s shared a new post at %2$s" -#: include/enotify.php:279 +#: include/enotify.php:280 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "%1$s [url=%2$s]shared a post[/url]." -#: include/enotify.php:291 +#: include/enotify.php:292 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Notify] %1$s poked you" -#: include/enotify.php:293 +#: include/enotify.php:294 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s poked you at %2$s" -#: include/enotify.php:294 +#: include/enotify.php:295 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]poked you[/url]." -#: include/enotify.php:311 +#: include/enotify.php:312 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Notify] %s tagged your post" -#: include/enotify.php:313 +#: include/enotify.php:314 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s tagged your post at %2$s" -#: include/enotify.php:314 +#: include/enotify.php:315 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s tagged [url=%2$s]your post[/url]" -#: include/enotify.php:326 +#: include/enotify.php:327 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Notify] Introduction received" -#: include/enotify.php:328 +#: include/enotify.php:329 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "You've received an introduction from '%1$s' at %2$s" -#: include/enotify.php:329 +#: include/enotify.php:330 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "You've received [url=%1$s]an introduction[/url] from %2$s." -#: include/enotify.php:334 include/enotify.php:380 +#: include/enotify.php:335 include/enotify.php:381 #, php-format msgid "You may visit their profile at %s" msgstr "You may visit their profile at %s" -#: include/enotify.php:336 +#: include/enotify.php:337 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Please visit %s to approve or reject the introduction." -#: include/enotify.php:343 +#: include/enotify.php:344 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica:Notify] A new person is sharing with you" -#: include/enotify.php:345 include/enotify.php:346 +#: include/enotify.php:346 include/enotify.php:347 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s is sharing with you at %2$s" -#: include/enotify.php:353 +#: include/enotify.php:354 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica:Notify] You have a new follower" -#: include/enotify.php:355 include/enotify.php:356 +#: include/enotify.php:356 include/enotify.php:357 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "You have a new follower at %2$s : %1$s" -#: include/enotify.php:369 +#: include/enotify.php:370 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica:Notify] Friend suggestion received" -#: include/enotify.php:371 +#: include/enotify.php:372 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "You've received a friend suggestion from '%1$s' at %2$s" -#: include/enotify.php:372 +#: include/enotify.php:373 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -#: include/enotify.php:378 +#: include/enotify.php:379 msgid "Name:" msgstr "Name:" -#: include/enotify.php:379 +#: include/enotify.php:380 msgid "Photo:" msgstr "Photo:" -#: include/enotify.php:382 +#: include/enotify.php:383 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Please visit %s to approve or reject the suggestion." -#: include/enotify.php:390 include/enotify.php:405 +#: include/enotify.php:391 include/enotify.php:406 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Notify] Connection accepted" -#: include/enotify.php:392 include/enotify.php:407 +#: include/enotify.php:393 include/enotify.php:408 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' has accepted your connection request at %2$s" -#: include/enotify.php:393 include/enotify.php:408 +#: include/enotify.php:394 include/enotify.php:409 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$s has accepted your [url=%1$s]connection request[/url]." -#: include/enotify.php:398 +#: include/enotify.php:399 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction." -#: include/enotify.php:400 +#: include/enotify.php:401 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Please visit %s if you wish to make any changes to this relationship." -#: include/enotify.php:413 +#: include/enotify.php:414 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -849,37 +321,37 @@ msgid "" "automatically." msgstr "'%1$s' has chosen to accept you as fan. This restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically." -#: include/enotify.php:415 +#: include/enotify.php:416 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." -#: include/enotify.php:417 +#: include/enotify.php:418 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Please visit %s if you wish to make any changes to this relationship." -#: include/enotify.php:427 mod/removeme.php:46 +#: include/enotify.php:428 mod/removeme.php:46 msgid "[Friendica System Notify]" msgstr "[Friendica System Notify]" -#: include/enotify.php:427 +#: include/enotify.php:428 msgid "registration request" msgstr "registration request" -#: include/enotify.php:429 +#: include/enotify.php:430 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "You've received a registration request from '%1$s' at %2$s." -#: include/enotify.php:430 +#: include/enotify.php:431 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "You've received a [url=%1$s]registration request[/url] from %2$s." -#: include/enotify.php:435 +#: include/enotify.php:436 #, php-format msgid "" "Full Name:\t%s\n" @@ -887,3316 +359,681 @@ msgid "" "Login Name:\t%s (%s)" msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)" -#: include/enotify.php:441 +#: include/enotify.php:442 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Please visit %s to approve or reject the request." -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "Authorise application connection" +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 +msgid "event" +msgstr "event" -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "Return to your app and insert this security code:" +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 +msgid "status" +msgstr "status" -#: mod/api.php:94 src/Module/BaseAdminModule.php:56 -msgid "Please login to continue." -msgstr "Please login to continue." +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 +msgid "photo" +msgstr "photo" -#: mod/api.php:108 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?" +#: include/conversation.php:188 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s likes %2$s's %3$s" -#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 -#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:98 -msgid "No" -msgstr "No" +#: include/conversation.php:190 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s doesn't like %2$s's %3$s" -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Parent user not found." +#: include/conversation.php:192 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s goes to %2$s's %3$s" -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "No parent user" +#: include/conversation.php:194 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s doesn't go %2$s's %3$s" -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Parent password:" +#: include/conversation.php:196 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s might go to %2$s's %3$s" -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Please enter the password of the parent account to authorise this request." +#: include/conversation.php:231 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s is now friends with %2$s" -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Parent user" +#: include/conversation.php:272 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s poked %2$s" -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." +#: include/conversation.php:326 mod/tagger.php:105 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s tagged %2$s's %3$s with %4$s" -#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 -#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97 -#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568 -msgid "Save Settings" -msgstr "Save settings" +#: include/conversation.php:348 +msgid "post/item" +msgstr "Post/Item" -#: mod/delegate.php:176 src/Content/Nav.php:263 -msgid "Delegate Page Management" -msgstr "Delegate Page Management" +#: include/conversation.php:349 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s marked %2$s's %3$s as favourite" -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Delegates" +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 +msgid "Likes" +msgstr "Likes" -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 +msgid "Dislikes" +msgstr "Dislikes" -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Existing page delegates" +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Attending" +msgstr[1] "Attending" -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potential delegates" +#: include/conversation.php:577 mod/photos.php:1408 +msgid "Not attending" +msgstr "Not attending" -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" +#: include/conversation.php:578 mod/photos.php:1408 +msgid "Might attend" +msgstr "Might attend" + +#: include/conversation.php:579 +msgid "Reshares" +msgstr "Reshares" + +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 +msgid "Select" +msgstr "Select" + +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 +msgid "Delete" +msgstr "Delete" + +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 +#, php-format +msgid "View %s's profile @ %s" +msgstr "View %s's profile @ %s" + +#: include/conversation.php:702 src/Object/Post.php:395 +msgid "Categories:" +msgstr "Categories:" + +#: include/conversation.php:703 src/Object/Post.php:396 +msgid "Filed under:" +msgstr "Filed under:" + +#: include/conversation.php:710 src/Object/Post.php:421 +#, php-format +msgid "%s from %s" +msgstr "%s from %s" + +#: include/conversation.php:725 +msgid "View in context" +msgstr "View in context" + +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 +msgid "Please wait" +msgstr "Please wait" + +#: include/conversation.php:791 +msgid "remove" msgstr "Remove" -#: mod/delegate.php:185 -msgid "Add" -msgstr "Add" +#: include/conversation.php:795 +msgid "Delete Selected Items" +msgstr "Delete selected items" -#: mod/delegate.php:186 -msgid "No entries." -msgstr "No entries." +#: include/conversation.php:956 view/theme/frio/theme.php:363 +msgid "Follow Thread" +msgstr "Follow thread" -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Post successful." +#: include/conversation.php:957 src/Model/Contact.php:1255 +msgid "View Status" +msgstr "View status" -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Subscribing to OStatus contacts" +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 +msgid "View Profile" +msgstr "View profile" -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "No contact provided." +#: include/conversation.php:959 src/Model/Contact.php:1257 +msgid "View Photos" +msgstr "View photos" -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 +msgid "Network Posts" +msgstr "Network posts" -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 +msgid "View Contact" +msgstr "View contact" -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Done" +#: include/conversation.php:962 src/Model/Contact.php:1261 +msgid "Send PM" +msgstr "Send PM" -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "success" +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 +msgid "Block" +msgstr "Block" -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "failed" +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 +msgid "Ignore" +msgstr "Ignore" -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 -msgid "ignored" -msgstr "Ignored" +#: include/conversation.php:968 src/Model/Contact.php:1262 +msgid "Poke" +msgstr "Poke" -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Keep this window open until done." +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 +msgid "Connect/Follow" +msgstr "Connect/Follow" -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Permission denied" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Invalid profile identifier." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Profile Visibility Editor" - -#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 -#: src/Model/Profile.php:889 src/Model/Profile.php:925 -#: src/Module/Welcome.php:38 src/Module/Contact.php:618 -#: src/Module/Contact.php:847 -msgid "Profile" -msgstr "Profile" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove it." - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Visible to" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "All contacts with secure profile access" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Account approved." - -#: mod/regmod.php:77 +#: include/conversation.php:1101 #, php-format -msgid "Registration revoked for %s" -msgstr "Registration revoked for %s" +msgid "%s likes this." +msgstr "%s likes this." -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Please login." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "User deleted their account" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups." - -#: mod/removeme.php:48 +#: include/conversation.php:1104 #, php-format -msgid "The user id is %d" -msgstr "The user id is %d" +msgid "%s doesn't like this." +msgstr "%s doesn't like this." -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "This will completely remove your account. Once this has been done it is not recoverable." - -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Resubscribing to OStatus contacts" - -#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "Error" -msgstr[1] "Errors" - -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Tag(s) removed" - -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Remove Item tag" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "User imports on closed servers can only be done by an administrator." - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Import profile" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Move Existing Friendica Account" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "You can import an existing Friendica profile to this node." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*." - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Account file:" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "You aren't following this contact." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Contact unfollowed" - -#: mod/unfollow.php:118 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190 -#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83 -#: src/Module/Contact.php:603 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920 -#: src/Module/Contact.php:842 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Embedded content - reload page to view]" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:114 +#: include/conversation.php:1107 #, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" +msgid "%s attends." +msgstr "%s attends." -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "File upload failed." - -#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 -#: mod/photos.php:715 mod/profile_photo.php:152 +#: include/conversation.php:1110 #, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" +msgid "%s doesn't attend." +msgstr "%s doesn't attend." -#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Wall photos" - -#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#: include/conversation.php:1113 #, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Number of daily wall messages for %s exceeded. Message failed." +msgid "%s attends maybe." +msgstr "%s may attend." -#: mod/wallmessage.php:60 mod/message.php:70 -msgid "No recipient selected." -msgstr "No recipient selected." - -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." - -#: mod/wallmessage.php:66 mod/message.php:77 -msgid "Message could not be sent." -msgstr "Message could not be sent." - -#: mod/wallmessage.php:69 mod/message.php:80 -msgid "Message collection failure." -msgstr "Message collection failure." - -#: mod/wallmessage.php:72 mod/message.php:83 -msgid "Message sent." -msgstr "Message sent." - -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "No recipient." - -#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 -msgid "Please enter a link URL:" -msgstr "Please enter a link URL:" - -#: mod/wallmessage.php:128 mod/message.php:246 -msgid "Send Private Message" -msgstr "Send private message" - -#: mod/wallmessage.php:129 +#: include/conversation.php:1116 include/conversation.php:1159 #, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." +msgid "%s reshared this." +msgstr "%s reshared this." -#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 -msgid "To:" -msgstr "To:" +#: include/conversation.php:1124 +msgid "and" +msgstr "and" -#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 -msgid "Subject:" -msgstr "Subject:" - -#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Your message:" - -#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 -#: mod/message.php:440 -msgid "Insert web link" -msgstr "Insert web link" - -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "No keywords to match. Please add keywords to your default profile." - -#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 -#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 -msgid "Connect" -msgstr "Connect" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "first" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "next" - -#: mod/match.php:130 src/Module/BaseSearchModule.php:92 -msgid "No matches" -msgstr "No matches" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Profile Match" - -#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 -#: mod/profiles.php:511 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Profile not found." - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Profile deleted." - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profile-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "New profile created." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Profile unavailable to clone." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Profile name is required." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Marital status" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romantic partner" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Religion" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Political views" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Gender" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Sexual preference" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Homepage" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Interests" - -#: mod/profiles.php:382 -msgid "Address" -msgstr "Address" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Location" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profile updated." - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Hide contacts and friends:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Hide your contact/friend list from viewers of this profile?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Show more profile fields:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Profile actions" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Edit Profile Details" - -#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92 -#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 -#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387 -#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531 -#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 -#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45 -#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 -#: src/Module/Contact.php:560 src/Module/Install.php:212 -#: src/Module/Install.php:252 src/Module/Install.php:288 -#: src/Object/Post.php:879 -msgid "Submit" -msgstr "Submit" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Change profile photo" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "View this profile" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "View all profiles" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 -msgid "Edit visibility" -msgstr "Edit visibility" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Create a new profile using these settings" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Clone this profile" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Delete this profile" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Basic information" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Profile picture" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Preferences" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Status information" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Additional information" - -#: mod/profiles.php:579 mod/network.php:992 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Personal" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Relation" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Miscellaneous" - -#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 -msgid "Upload Profile Photo" -msgstr "Upload profile photo" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Gender:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Marital status:" - -#: mod/profiles.php:586 src/Model/Profile.php:808 -msgid "Sexual Preference:" -msgstr "Sexual preference:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Example: fishing photography software" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Profile name:" - -#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 -msgid "Required" -msgstr "Required" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "This is your public profile.
It may be visible to anybody using the internet." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "My full name:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Title/Description:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Street address:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Locality/City:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Region/State:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Country:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Age: " - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Who: (if applicable)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Since when:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "About myself:" - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) address:" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "The XMPP address will be propagated to your contacts so that they can follow you." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Homepage URL:" - -#: mod/profiles.php:613 src/Model/Profile.php:816 -msgid "Hometown:" -msgstr "Home town:" - -#: mod/profiles.php:614 src/Model/Profile.php:824 -msgid "Political Views:" -msgstr "Political views:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Religious views:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Public keywords:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "Used for suggesting potential friends, can be seen by others." - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Private keywords:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "Used for searching profiles, never shown to others." - -#: mod/profiles.php:618 src/Model/Profile.php:840 -msgid "Likes:" -msgstr "Likes:" - -#: mod/profiles.php:619 src/Model/Profile.php:844 -msgid "Dislikes:" -msgstr "Dislikes:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Music:" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Books, literature, poetry:" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Television:" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Film, dance, culture, entertainment" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interests:" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Love/Romance:" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "School/Education:" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Contact information and other social networks:" - -#: mod/profiles.php:659 src/Model/Profile.php:419 -msgid "Profile Image" -msgstr "Profile image" - -#: mod/profiles.php:661 src/Model/Profile.php:422 -msgid "visible to everybody" -msgstr "Visible to everybody" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Edit/Manage Profiles" - -#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 -msgid "Change profile photo" -msgstr "Change profile photo" - -#: mod/profiles.php:670 src/Model/Profile.php:410 -msgid "Create New Profile" -msgstr "Create new profile" - -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 -#: src/Module/Debug/ItemBody.php:18 -msgid "Access denied." -msgstr "Access denied." - -#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185 -msgid "Access to this profile has been restricted." -msgstr "Access to this profile has been restricted." - -#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 -#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 -#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964 -msgid "Events" -msgstr "Events" - -#: mod/cal.php:272 mod/events.php:384 -msgid "View" -msgstr "View" - -#: mod/cal.php:273 mod/events.php:386 -msgid "Previous" -msgstr "Previous" - -#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174 -msgid "Next" -msgstr "Next" - -#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 -msgid "today" -msgstr "today" - -#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 -#: src/Model/Event.php:429 -msgid "month" -msgstr "month" - -#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 -#: src/Model/Event.php:430 -msgid "week" -msgstr "week" - -#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 -#: src/Model/Event.php:431 -msgid "day" -msgstr "day" - -#: mod/cal.php:281 mod/events.php:396 -msgid "list" -msgstr "List" - -#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 -msgid "User not found" -msgstr "User not found" - -#: mod/cal.php:310 -msgid "This calendar format is not supported" -msgstr "This calendar format is not supported" - -#: mod/cal.php:312 -msgid "No exportable data found" -msgstr "No exportable data found" - -#: mod/cal.php:329 -msgid "calendar" -msgstr "calendar" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "No contacts in common." - -#: mod/common.php:141 src/Module/Contact.php:870 -msgid "Common Friends" -msgstr "Common friends" - -#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850 -#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201 -#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 -#: src/Module/Directory.php:30 -msgid "Public access denied." -msgstr "Public access denied." - -#: mod/community.php:76 -msgid "Community option not available." -msgstr "Community option not available." - -#: mod/community.php:93 -msgid "Not available." -msgstr "Not available." - -#: mod/community.php:103 -msgid "Local Community" -msgstr "Local community" - -#: mod/community.php:106 -msgid "Posts from local users on this server" -msgstr "Posts from local users on this server" - -#: mod/community.php:114 -msgid "Global Community" -msgstr "Global Community" - -#: mod/community.php:117 -msgid "Posts from users of the whole federated network" -msgstr "Posts from users of the whole federated network" - -#: mod/community.php:163 mod/search.php:222 -msgid "No results." -msgstr "No results." - -#: mod/community.php:215 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." - -#: mod/crepair.php:79 -msgid "Contact settings applied." -msgstr "Contact settings applied." - -#: mod/crepair.php:81 -msgid "Contact update failed." -msgstr "Contact update failed." - -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 -#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 -#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 -msgid "Contact not found." -msgstr "Contact not found." - -#: mod/crepair.php:115 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "Warning: These are highly advanced settings. If you enter incorrect information your communications with this contact may not working." - -#: mod/crepair.php:116 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Please use your browser 'Back' button now if you are uncertain what to do on this page." - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "No mirroring" -msgstr "No mirroring" - -#: mod/crepair.php:130 -msgid "Mirror as forwarded posting" -msgstr "Mirror as forwarded posting" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "Mirror as my own posting" -msgstr "Mirror as my own posting" - -#: mod/crepair.php:145 -msgid "Return to contact editor" -msgstr "Return to contact editor" - -#: mod/crepair.php:147 -msgid "Refetch contact data" -msgstr "Re-fetch contact data." - -#: mod/crepair.php:150 -msgid "Remote Self" -msgstr "Remote self" - -#: mod/crepair.php:153 -msgid "Mirror postings from this contact" -msgstr "Mirror postings from this contact:" - -#: mod/crepair.php:155 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "This will cause Friendica to repost new entries from this contact." - -#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 -#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:313 -msgid "Name" -msgstr "Name:" - -#: mod/crepair.php:160 -msgid "Account Nickname" -msgstr "Account nickname:" - -#: mod/crepair.php:161 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tag name - overrides name/nickname:" - -#: mod/crepair.php:162 -msgid "Account URL" -msgstr "Account URL:" - -#: mod/crepair.php:163 -msgid "Account URL Alias" -msgstr "Account URL alias" - -#: mod/crepair.php:164 -msgid "Friend Request URL" -msgstr "Friend request URL:" - -#: mod/crepair.php:165 -msgid "Friend Confirm URL" -msgstr "Friend confirm URL:" - -#: mod/crepair.php:166 -msgid "Notification Endpoint URL" -msgstr "Notification endpoint URL" - -#: mod/crepair.php:167 -msgid "Poll/Feed URL" -msgstr "Poll/Feed URL:" - -#: mod/crepair.php:168 -msgid "New photo from this URL" -msgstr "New photo from this URL:" - -#: mod/dfrn_confirm.php:126 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved." - -#: mod/dfrn_confirm.php:227 -msgid "Response from remote site was not understood." -msgstr "Response from remote site was not understood." - -#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " -msgstr "Unexpected response from remote site: " - -#: mod/dfrn_confirm.php:249 -msgid "Confirmation completed successfully." -msgstr "Confirmation completed successfully." - -#: mod/dfrn_confirm.php:261 -msgid "Temporary failure. Please wait and try again." -msgstr "Temporary failure. Please wait and try again." - -#: mod/dfrn_confirm.php:264 -msgid "Introduction failed or was revoked." -msgstr "Introduction failed or was revoked." - -#: mod/dfrn_confirm.php:269 -msgid "Remote site reported: " -msgstr "Remote site reported: " - -#: mod/dfrn_confirm.php:374 +#: include/conversation.php:1130 #, php-format -msgid "No user record found for '%s' " -msgstr "No user record found for '%s' " +msgid "and %d other people" +msgstr "and %d other people" -#: mod/dfrn_confirm.php:384 -msgid "Our site encryption key is apparently messed up." -msgstr "Our site encryption key is apparently messed up." - -#: mod/dfrn_confirm.php:395 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "An empty URL was provided or the URL could not be decrypted by us." - -#: mod/dfrn_confirm.php:411 -msgid "Contact record was not found for you on our site." -msgstr "Contact record was not found for you on our site." - -#: mod/dfrn_confirm.php:425 +#: include/conversation.php:1138 #, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Site public key not available in contact record for URL %s." +msgid "%2$d people like this" +msgstr "%2$d people like this" -#: mod/dfrn_confirm.php:441 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again." - -#: mod/dfrn_confirm.php:452 -msgid "Unable to set your contact credentials on our system." -msgstr "Unable to set your contact credentials on our system." - -#: mod/dfrn_confirm.php:508 -msgid "Unable to update your contact profile details on our system" -msgstr "Unable to update your contact profile details on our system" - -#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2551 -msgid "[Name Withheld]" -msgstr "[Name Withheld]" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 +#: include/conversation.php:1139 #, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s welcomes %2$s" +msgid "%s like this." +msgstr "%s like this." -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "This introduction has already been accepted." - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:354 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profile location is not valid or does not contain profile information." - -#: mod/dfrn_request.php:120 mod/dfrn_request.php:358 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Warning: profile location has no identifiable owner name." - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:361 -msgid "Warning: profile location has no profile photo." -msgstr "Warning: profile location has no profile photo." - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:365 +#: include/conversation.php:1142 #, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d required parameter was not found at the given location" -msgstr[1] "%d required parameters were not found at the given location" +msgid "%2$d people don't like this" +msgstr "%2$d people don't like this" -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "Introduction complete." - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "Unrecoverable protocol error." - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "Profile unavailable." - -#: mod/dfrn_request.php:249 +#: include/conversation.php:1143 #, php-format -msgid "%s has received too many connection requests today." -msgstr "%s has received too many connection requests today." +msgid "%s don't like this." +msgstr "%s don't like this." -#: mod/dfrn_request.php:250 -msgid "Spam protection measures have been invoked." -msgstr "Spam protection measures have been invoked." - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Friends are advised to please try again in 24 hours." - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "Invalid locator" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "You have already introduced yourself here." - -#: mod/dfrn_request.php:314 +#: include/conversation.php:1146 #, php-format -msgid "Apparently you are already friends with %s." -msgstr "Apparently you are already friends with %s." +msgid "%2$d people attend" +msgstr "%2$d people attend" -#: mod/dfrn_request.php:334 -msgid "Invalid profile URL." -msgstr "Invalid profile URL." - -#: mod/dfrn_request.php:340 src/Model/Contact.php:2182 -msgid "Disallowed profile URL." -msgstr "Disallowed profile URL." - -#: mod/dfrn_request.php:346 src/Model/Contact.php:2187 -#: src/Module/Friendica.php:59 -msgid "Blocked domain" -msgstr "Blocked domain" - -#: mod/dfrn_request.php:413 src/Module/Contact.php:143 -msgid "Failed to update contact record." -msgstr "Failed to update contact record." - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "Your introduction has been sent." - -#: mod/dfrn_request.php:471 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." - -#: mod/dfrn_request.php:487 -msgid "Please login to confirm introduction." -msgstr "Please login to confirm introduction." - -#: mod/dfrn_request.php:495 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Incorrect identity currently logged in. Please login to this profile." - -#: mod/dfrn_request.php:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "Confirm" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "Hide this contact" - -#: mod/dfrn_request.php:522 +#: include/conversation.php:1147 #, php-format -msgid "Welcome home %s." -msgstr "Welcome home %s." +msgid "%s attend." +msgstr "%s attend." -#: mod/dfrn_request.php:523 +#: include/conversation.php:1150 #, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Please confirm your introduction/connection request to %s." +msgid "%2$d people don't attend" +msgstr "%2$d people don't attend" -#: mod/dfrn_request.php:632 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" - -#: mod/dfrn_request.php:634 +#: include/conversation.php:1151 #, 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 "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today." +msgid "%s don't attend." +msgstr "%s don't attend." -#: mod/dfrn_request.php:637 -msgid "Friend/Connection Request" -msgstr "Friend/Connection request" - -#: mod/dfrn_request.php:638 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" - -#: mod/dfrn_request.php:639 mod/follow.php:162 -msgid "Please answer the following:" -msgstr "Please answer the following:" - -#: mod/dfrn_request.php:640 mod/follow.php:163 +#: include/conversation.php:1154 #, php-format -msgid "Does %s know you?" -msgstr "Does %s know you?" +msgid "%2$d people attend maybe" +msgstr "%2$d people attend maybe" -#: mod/dfrn_request.php:641 mod/follow.php:164 -msgid "Add a personal note:" -msgstr "Add a personal note:" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "GNU Social (Pleroma, Mastodon)" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "diaspora* (Socialhome, Hubzilla)" - -#: mod/dfrn_request.php:646 +#: include/conversation.php:1155 #, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar." +msgid "%s attend maybe." +msgstr "%s may be attending." -#: mod/editpost.php:28 mod/editpost.php:38 -msgid "Item not found" -msgstr "Item not found" - -#: mod/editpost.php:45 -msgid "Edit post" -msgstr "Edit post" - -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887 -#: src/Module/Filer/SaveTag.php:49 -msgid "Save" -msgstr "Save" - -#: mod/editpost.php:77 -msgid "web link" -msgstr "web link" - -#: mod/editpost.php:78 -msgid "Insert video link" -msgstr "Insert video link" - -#: mod/editpost.php:79 -msgid "video link" -msgstr "video link" - -#: mod/editpost.php:80 -msgid "Insert audio link" -msgstr "Insert audio link" - -#: mod/editpost.php:81 -msgid "audio link" -msgstr "audio link" - -#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 -msgid "CC: email addresses" -msgstr "CC: email addresses" - -#: mod/editpost.php:102 src/Core/ACL.php:309 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Example: bob@example.com, mary@example.com" - -#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 -#: src/Model/Profile.php:933 -msgid "Photos" -msgstr "Photos" - -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 -#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 -#: src/Model/Photo.php:583 -msgid "Contact Photos" -msgstr "Contact photos" - -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 -msgid "Upload" -msgstr "Upload" - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "Files" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "Contact could not be added." - -#: mod/follow.php:87 -msgid "You already added this contact." -msgstr "You already added this contact." - -#: mod/follow.php:99 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "diaspora* support isn't enabled. Contact can't be added." - -#: mod/follow.php:106 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus support is disabled. Contact can't be added." - -#: mod/follow.php:113 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "The network type couldn't be detected. Contact can't be added." - -#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820 -#: src/Module/Contact.php:613 -msgid "Tags:" -msgstr "Tags:" - -#: mod/fsuggest.php:44 -msgid "Suggested contact not found." -msgstr "Suggested contact not found." - -#: mod/fsuggest.php:57 -msgid "Friend suggestion sent." -msgstr "Friend suggestion sent" - -#: mod/fsuggest.php:79 -msgid "Suggest Friends" -msgstr "Suggest friends" - -#: mod/fsuggest.php:81 +#: include/conversation.php:1158 #, php-format -msgid "Suggest a friend for %s" -msgstr "Suggest a friend for %s" +msgid "%2$d people reshared this" +msgstr "%2$d people reshared this" -#: mod/hcard.php:20 -msgid "No profile" -msgstr "No profile" +#: include/conversation.php:1188 +msgid "Visible to everybody" +msgstr "Visible to everybody" -#: mod/lockview.php:47 mod/lockview.php:58 -msgid "Remote privacy information not available." -msgstr "Remote privacy information not available." +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 +msgid "Please enter a image/video/audio/webpage URL:" +msgstr "Please enter an image/video/audio/webpage URL:" -#: mod/lockview.php:67 -msgid "Visible to:" -msgstr "Visible to:" +#: include/conversation.php:1190 +msgid "Tag term:" +msgstr "Tag term:" -#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 -#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126 -#: src/Module/Contact.php:771 -msgid "Followers" -msgstr "Followers" +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 +msgid "Save to Folder:" +msgstr "Save to folder:" -#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 -msgid "Mutuals" -msgstr "Mutuals" +#: include/conversation.php:1192 +msgid "Where are you right now?" +msgstr "Where are you right now?" -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "No valid account found." +#: include/conversation.php:1193 +msgid "Delete item(s)?" +msgstr "Delete item(s)?" -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "Password reset request issued. Please check your email." +#: include/conversation.php:1225 +msgid "New Post" +msgstr "New post" -#: mod/lostpass.php:44 +#: include/conversation.php:1228 +msgid "Share" +msgstr "Share" + +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 +#: mod/message.php:258 mod/message.php:439 +msgid "Upload photo" +msgstr "Upload photo" + +#: include/conversation.php:1230 mod/editpost.php:74 +msgid "upload photo" +msgstr "upload photo" + +#: include/conversation.php:1231 mod/editpost.php:75 +msgid "Attach file" +msgstr "Attach file" + +#: include/conversation.php:1232 mod/editpost.php:76 +msgid "attach file" +msgstr "attach file" + +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 +msgid "Bold" +msgstr "Bold" + +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 +msgid "Italic" +msgstr "Italic" + +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 +msgid "Underline" +msgstr "Underline" + +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 +msgid "Quote" +msgstr "Quote" + +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 +msgid "Code" +msgstr "Code" + +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 +msgid "Image" +msgstr "Image" + +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 +msgid "Link" +msgstr "Link" + +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 +msgid "Link or Media" +msgstr "Link or media" + +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 +msgid "Set your location" +msgstr "Set your location" + +#: include/conversation.php:1242 mod/editpost.php:84 +msgid "set location" +msgstr "set location" + +#: include/conversation.php:1243 mod/editpost.php:85 +msgid "Clear browser location" +msgstr "Clear browser location" + +#: include/conversation.php:1244 mod/editpost.php:86 +msgid "clear location" +msgstr "clear location" + +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 +msgid "Set title" +msgstr "Set title" + +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 +msgid "Categories (comma-separated list)" +msgstr "Categories (comma-separated list)" + +#: include/conversation.php:1250 mod/editpost.php:88 +msgid "Permission settings" +msgstr "Permission settings" + +#: include/conversation.php:1251 mod/editpost.php:117 +msgid "permissions" +msgstr "permissions" + +#: include/conversation.php:1260 mod/editpost.php:97 +msgid "Public post" +msgstr "Public post" + +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 +msgid "Preview" +msgstr "Preview" + +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 +msgid "Cancel" +msgstr "Cancel" + +#: include/conversation.php:1273 +msgid "Post to Groups" +msgstr "Post to groups" + +#: include/conversation.php:1274 +msgid "Post to Contacts" +msgstr "Post to contacts" + +#: include/conversation.php:1275 +msgid "Private post" +msgstr "Private post" + +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 +msgid "Message" +msgstr "Message" + +#: include/conversation.php:1281 mod/editpost.php:116 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1573 +msgid "View all" +msgstr "View all" + +#: include/conversation.php:1597 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Like" +msgstr[1] "Likes" + +#: include/conversation.php:1600 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Dislike" +msgstr[1] "Dislikes" + +#: include/conversation.php:1606 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Not attending" +msgstr[1] "Not attending" + +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Undecided" +msgstr[1] "Undecided" + +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 +#: src/Module/Debug/ItemBody.php:40 +msgid "Item not found." +msgstr "Item not found." + +#: include/items.php:387 +msgid "Do you really want to delete this item?" +msgstr "Do you really want to delete this item?" + +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 +#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 +msgid "Yes" +msgstr "Yes" + +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 +msgid "Permission denied." +msgstr "Permission denied." + +#: update.php:218 #, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request." +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "%s: Updating author-id and owner-id in item and thread table. " -#: mod/lostpass.php:55 +#: update.php:273 #, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s" +msgid "%s: Updating post-type." +msgstr "%s: Updating post-type." -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "Password reset requested at %s" +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "Community profiles" -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "Last users" -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "Request has expired, please make a new one." +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "Find people" -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "Reset My Password" +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "Enter name or interest" -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Examples: Robert Morgenstein, fishing" -#: mod/lostpass.php:119 src/Module/Login.php:318 -msgid "Nickname or Email: " -msgstr "Nickname or email: " +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "Find" -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "Reset" - -#: mod/lostpass.php:135 src/Module/Login.php:330 -msgid "Password Reset" -msgstr "Forgotten password?" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "Your password has been reset as requested." - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "Your new password is" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "Save or copy your new password - and then" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "click here to login" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Your password may be changed from the Settings page after successful login." - -#: mod/lostpass.php:147 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t" - -#: mod/lostpass.php:153 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t" - -#: mod/lostpass.php:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Your password has been changed at %s" - -#: mod/manage.php:179 -msgid "Manage Identities and/or Pages" -msgstr "Manage Identities and Pages" - -#: mod/manage.php:180 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Accounts that I manage or own." - -#: mod/manage.php:181 -msgid "Select an identity to manage: " -msgstr "Select identity:" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 -msgid "New Message" -msgstr "New Message" - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "Unable to locate contact information." - -#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198 -#: mod/notifications.php:254 -msgid "Discard" -msgstr "Discard" - -#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Messages" -msgstr "Messages" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "Do you really want to delete this message?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "Conversation not found." - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "Message deleted." - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "Conversation removed." - -#: mod/message.php:289 -msgid "No messages." -msgstr "No messages." - -#: mod/message.php:352 -msgid "Message not available." -msgstr "Message not available." - -#: mod/message.php:406 -msgid "Delete message" -msgstr "Delete message" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "Delete conversation" - -#: mod/message.php:425 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "No secure communications available. You may be able to respond from the sender's profile page." - -#: mod/message.php:429 -msgid "Send Reply" -msgstr "Send reply" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "Unknown sender - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "Me and %s" - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%s and me" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d message" -msgstr[1] "%d messages" - -#: mod/network.php:183 mod/search.php:35 -msgid "Remove term" -msgstr "Remove term" - -#: mod/network.php:190 mod/search.php:44 -msgid "Saved Searches" -msgstr "Saved searches" - -#: mod/network.php:191 src/Model/Group.php:483 -msgid "add" -msgstr "add" - -#: mod/network.php:571 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages." -msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages." - -#: mod/network.php:574 -msgid "Messages in this group won't be send to these receivers." -msgstr "Messages in this group won't be send to these receivers." - -#: mod/network.php:641 -msgid "No such group" -msgstr "No such group" - -#: mod/network.php:662 src/Module/Group.php:288 -msgid "Group is empty" -msgstr "Group is empty" - -#: mod/network.php:666 -#, php-format -msgid "Group: %s" -msgstr "Group: %s" - -#: mod/network.php:692 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Private messages to this person are at risk of public disclosure." - -#: mod/network.php:695 src/Module/AllFriends.php:35 -#: src/Module/AllFriends.php:43 -msgid "Invalid contact." -msgstr "Invalid contact." - -#: mod/network.php:974 -msgid "Commented Order" -msgstr "Commented last" - -#: mod/network.php:977 -msgid "Sort by Comment Date" -msgstr "Sort by comment date" - -#: mod/network.php:982 -msgid "Posted Order" -msgstr "Posted last" - -#: mod/network.php:985 -msgid "Sort by Post Date" -msgstr "Sort by post date" - -#: mod/network.php:995 -msgid "Posts that mention or involve you" -msgstr "Posts mentioning or involving me" - -#: mod/network.php:1002 -msgid "New" -msgstr "New" - -#: mod/network.php:1005 -msgid "Activity Stream - by date" -msgstr "Activity Stream - by date" - -#: mod/network.php:1013 -msgid "Shared Links" -msgstr "Shared links" - -#: mod/network.php:1016 -msgid "Interesting Links" -msgstr "Interesting links" - -#: mod/network.php:1023 -msgid "Starred" -msgstr "Starred" - -#: mod/network.php:1026 -msgid "Favourite Posts" -msgstr "My favourite posts" - -#: mod/notes.php:34 src/Model/Profile.php:975 -msgid "Personal Notes" -msgstr "Personal notes" - -#: mod/photos.php:113 src/Model/Profile.php:936 -msgid "Photo Albums" -msgstr "Photo Albums" - -#: mod/photos.php:114 mod/photos.php:1639 -msgid "Recent Photos" -msgstr "Recent photos" - -#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 -msgid "Upload New Photos" -msgstr "Upload new photos" - -#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 -msgid "everybody" -msgstr "everybody" - -#: mod/photos.php:185 -msgid "Contact information unavailable" -msgstr "Contact information unavailable" - -#: mod/photos.php:207 -msgid "Album not found." -msgstr "Album not found." - -#: mod/photos.php:265 -msgid "Album successfully deleted" -msgstr "Album successfully deleted" - -#: mod/photos.php:267 -msgid "Album was empty." -msgstr "Album was empty." - -#: mod/photos.php:590 -msgid "a photo" -msgstr "a photo" - -#: mod/photos.php:590 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s was tagged in %2$s by %3$s" - -#: mod/photos.php:689 -msgid "Image upload didn't complete, please try again" -msgstr "Image upload didn't complete, please try again" - -#: mod/photos.php:692 -msgid "Image file is missing" -msgstr "Image file is missing" - -#: mod/photos.php:697 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "Server can't accept new file upload at this time, please contact your administrator" - -#: mod/photos.php:723 -msgid "Image file is empty." -msgstr "Image file is empty." - -#: mod/photos.php:855 -msgid "No photos selected" -msgstr "No photos selected" - -#: mod/photos.php:947 mod/videos.php:210 -msgid "Access to this item is restricted." -msgstr "Access to this item is restricted." - -#: mod/photos.php:1001 -msgid "Upload Photos" -msgstr "Upload photos" - -#: mod/photos.php:1005 mod/photos.php:1097 -msgid "New album name: " -msgstr "New album name: " - -#: mod/photos.php:1006 -msgid "or select existing album:" -msgstr "or select existing album:" - -#: mod/photos.php:1007 -msgid "Do not show a status post for this upload" -msgstr "Do not show a status post for this upload" - -#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Permissions" - -#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 -msgid "Show to Groups" -msgstr "Show to groups" - -#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 -msgid "Show to Contacts" -msgstr "Show to contacts" - -#: mod/photos.php:1079 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Do you really want to delete this photo album and all its photos?" - -#: mod/photos.php:1081 mod/photos.php:1102 -msgid "Delete Album" -msgstr "Delete album" - -#: mod/photos.php:1108 -msgid "Edit Album" -msgstr "Edit album" - -#: mod/photos.php:1109 -msgid "Drop Album" -msgstr "Drop album" - -#: mod/photos.php:1114 -msgid "Show Newest First" -msgstr "Show newest first" - -#: mod/photos.php:1116 -msgid "Show Oldest First" -msgstr "Show oldest first" - -#: mod/photos.php:1137 mod/photos.php:1624 -msgid "View Photo" -msgstr "View photo" - -#: mod/photos.php:1174 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permission denied. Access to this item may be restricted." - -#: mod/photos.php:1176 -msgid "Photo not available" -msgstr "Photo not available" - -#: mod/photos.php:1186 -msgid "Do you really want to delete this photo?" -msgstr "Do you really want to delete this photo?" - -#: mod/photos.php:1188 mod/photos.php:1388 -msgid "Delete Photo" -msgstr "Delete photo" - -#: mod/photos.php:1279 -msgid "View photo" -msgstr "View photo" - -#: mod/photos.php:1281 -msgid "Edit photo" -msgstr "Edit photo" - -#: mod/photos.php:1282 -msgid "Delete photo" -msgstr "Delete photo" - -#: mod/photos.php:1283 -msgid "Use as profile photo" -msgstr "Use as profile photo" - -#: mod/photos.php:1290 -msgid "Private Photo" -msgstr "Private photo" - -#: mod/photos.php:1296 -msgid "View Full Size" -msgstr "View full size" - -#: mod/photos.php:1356 -msgid "Tags: " -msgstr "Tags: " - -#: mod/photos.php:1359 -msgid "[Select tags to remove]" -msgstr "[Select tags to remove]" - -#: mod/photos.php:1374 -msgid "New album name" -msgstr "New album name" - -#: mod/photos.php:1375 -msgid "Caption" -msgstr "Caption" - -#: mod/photos.php:1376 -msgid "Add a Tag" -msgstr "Add Tag" - -#: mod/photos.php:1376 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Example: @bob, @jojo@example.com, #California, #camping" - -#: mod/photos.php:1377 -msgid "Do not rotate" -msgstr "Do not rotate" - -#: mod/photos.php:1378 -msgid "Rotate CW (right)" -msgstr "Rotate right (CW)" - -#: mod/photos.php:1379 -msgid "Rotate CCW (left)" -msgstr "Rotate left (CCW)" - -#: mod/photos.php:1413 src/Object/Post.php:313 -msgid "I like this (toggle)" -msgstr "I like this (toggle)" - -#: mod/photos.php:1414 src/Object/Post.php:314 -msgid "I don't like this (toggle)" -msgstr "I don't like this (toggle)" - -#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 -#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002 -#: src/Object/Post.php:876 -msgid "This is you" -msgstr "This is me" - -#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 -#: src/Object/Post.php:420 src/Object/Post.php:878 -msgid "Comment" -msgstr "Comment" - -#: mod/photos.php:1559 -msgid "Map" -msgstr "Map" - -#: mod/photos.php:1630 mod/videos.php:287 -msgid "View Album" -msgstr "View album" - -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0} wants to be your friend" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0} requested registration" - -#: mod/poke.php:177 -msgid "Poke/Prod" -msgstr "Poke/Prod" - -#: mod/poke.php:178 -msgid "poke, prod or do other things to somebody" -msgstr "Poke, prod or do other things to somebody" - -#: mod/poke.php:179 -msgid "Recipient" -msgstr "Recipient:" - -#: mod/poke.php:180 -msgid "Choose what you wish to do to recipient" -msgstr "Choose what you wish to do:" - -#: mod/poke.php:183 -msgid "Make this post private" -msgstr "Make this post private" - -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "Image uploaded but image cropping failed." - -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:311 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Image size reduction [%s] failed." - -#: mod/profile_photo.php:125 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." - -#: mod/profile_photo.php:133 -msgid "Unable to process image" -msgstr "Unable to process image" - -#: mod/profile_photo.php:244 -msgid "Upload File:" -msgstr "Upload File:" - -#: mod/profile_photo.php:245 -msgid "Select a profile:" -msgstr "Select a profile:" - -#: mod/profile_photo.php:250 -msgid "or" -msgstr "or" - -#: mod/profile_photo.php:251 -msgid "skip this step" -msgstr "skip this step" - -#: mod/profile_photo.php:251 -msgid "select a photo from your photo albums" -msgstr "select a photo from your photo albums" - -#: mod/profile_photo.php:264 -msgid "Crop Image" -msgstr "Crop Image" - -#: mod/profile_photo.php:265 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Please adjust the image cropping for optimum viewing." - -#: mod/profile_photo.php:267 -msgid "Done Editing" -msgstr "Done editing" - -#: mod/profile_photo.php:301 -msgid "Image uploaded successfully." -msgstr "Image uploaded successfully." - -#: mod/search.php:92 -msgid "Only logged in users are permitted to perform a search." -msgstr "Only logged in users are permitted to perform a search." - -#: mod/search.php:114 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Only one search per minute is permitted for not logged in users." - -#: mod/search.php:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200 -msgid "Search" -msgstr "Search" - -#: mod/search.php:228 -#, php-format -msgid "Items tagged with: %s" -msgstr "Items tagged with: %s" - -#: mod/search.php:230 src/Module/Contact.php:794 -#, php-format -msgid "Results for: %s" -msgstr "Results for: %s" - -#: mod/subthread.php:104 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s is following %2$s's %3$s" - -#: mod/suggest.php:28 -msgid "Contact suggestion successfully ignored." -msgstr "Contact suggestion ignored." - -#: mod/suggest.php:52 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "No suggestions available. If this is a new site, please try again in 24 hours." - -#: mod/suggest.php:71 -msgid "Do you really want to delete this suggestion?" -msgstr "Do you really want to delete this suggestion?" - -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "Ignore/Hide" - -#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 msgid "Friend Suggestions" msgstr "Friend suggestions" -#: mod/uexport.php:52 -msgid "Export account" -msgstr "Export account" - -#: mod/uexport.php:52 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." - -#: mod/uexport.php:53 -msgid "Export all" -msgstr "Export all" - -#: mod/uexport.php:53 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported." - -#: mod/uexport.php:59 mod/settings.php:131 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Export personal data" - -#: mod/videos.php:123 -msgid "No videos selected" -msgstr "No videos selected" - -#: mod/videos.php:280 src/Model/Item.php:3477 -msgid "View Video" -msgstr "View video" - -#: mod/videos.php:295 -msgid "Recent Videos" -msgstr "Recent videos" - -#: mod/videos.php:297 -msgid "Upload New Videos" -msgstr "Upload new videos" - -#: mod/display.php:254 mod/display.php:339 -msgid "The requested item doesn't exist or has been deleted." -msgstr "The requested item doesn't exist or has been deleted." - -#: mod/display.php:417 -msgid "The feed for this item is unavailable." -msgstr "The feed for this item is unavailable." - -#: mod/events.php:118 mod/events.php:120 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:127 mod/events.php:129 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:385 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:508 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:509 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:510 mod/events.php:515 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:523 mod/events.php:548 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:525 mod/events.php:530 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:536 mod/events.php:549 -msgid "Adjust for viewer timezone" -msgstr "Adjust for viewer's time zone" - -#: mod/events.php:538 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:447 src/Module/Directory.php:137 -#: src/Module/Contact.php:607 -msgid "Location:" -msgstr "Location:" - -#: mod/events.php:542 mod/events.php:544 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:545 mod/events.php:546 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:553 src/Model/Profile.php:890 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573 -#: src/Module/Contact.php:880 -msgid "Advanced" -msgstr "Advanced" - -#: mod/events.php:571 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/events.php:573 -msgid "Event removed" -msgstr "Event removed" - -#: mod/item.php:123 -msgid "Unable to locate original post." -msgstr "Unable to locate original post." - -#: mod/item.php:323 -msgid "Empty post discarded." -msgstr "Empty post discarded." - -#: mod/item.php:803 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "This message was sent to you by %s, a member of the Friendica social network." - -#: mod/item.php:805 -#, php-format -msgid "You may visit them online at %s" -msgstr "You may visit them online at %s" - -#: mod/item.php:806 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." - -#: mod/item.php:810 -#, php-format -msgid "%s posted an update." -msgstr "%s posted an update." - -#: mod/notifications.php:40 -msgid "Invalid request identifier." -msgstr "Invalid request identifier." - -#: mod/notifications.php:96 src/Content/Nav.php:249 -msgid "Notifications" -msgstr "Notifications" - -#: mod/notifications.php:115 -msgid "Network Notifications" -msgstr "Network notifications" - -#: mod/notifications.php:120 -msgid "System Notifications" -msgstr "System notifications" - -#: mod/notifications.php:125 -msgid "Personal Notifications" -msgstr "Personal notifications" - -#: mod/notifications.php:130 -msgid "Home Notifications" -msgstr "Home notifications" - -#: mod/notifications.php:153 -msgid "Show unread" -msgstr "Show unread" - -#: mod/notifications.php:153 -msgid "Show all" -msgstr "Show all" - -#: mod/notifications.php:164 -msgid "Show Ignored Requests" -msgstr "Show ignored requests." - -#: mod/notifications.php:164 -msgid "Hide Ignored Requests" -msgstr "Hide ignored requests" - -#: mod/notifications.php:177 mod/notifications.php:262 -msgid "Notification type:" -msgstr "Notification type:" - -#: mod/notifications.php:180 -msgid "Suggested by:" -msgstr "Suggested by:" - -#: mod/notifications.php:192 mod/notifications.php:279 -#: src/Module/Contact.php:594 -msgid "Hide this contact from others" -msgstr "Hide this contact from others" - -#: mod/notifications.php:194 mod/notifications.php:288 -#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Approve" - -#: mod/notifications.php:214 -msgid "Claims to be known to you: " -msgstr "Says they know me:" - -#: mod/notifications.php:215 -msgid "yes" -msgstr "yes" - -#: mod/notifications.php:215 -msgid "no" -msgstr "no" - -#: mod/notifications.php:216 mod/notifications.php:220 -msgid "Shall your connection be bidirectional or not?" -msgstr "Shall your connection be in both directions or not?" - -#: mod/notifications.php:217 mod/notifications.php:221 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed." - -#: mod/notifications.php:218 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:222 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:233 -msgid "Friend" -msgstr "Friend" - -#: mod/notifications.php:234 -msgid "Sharer" -msgstr "Sharer" - -#: mod/notifications.php:234 -msgid "Subscriber" -msgstr "Subscriber" - -#: mod/notifications.php:274 src/Model/Profile.php:453 -#: src/Model/Profile.php:832 src/Module/Directory.php:145 -#: src/Module/Contact.php:611 -msgid "About:" -msgstr "About:" - -#: mod/notifications.php:278 src/Model/Profile.php:450 -#: src/Model/Profile.php:771 src/Module/Directory.php:142 -msgid "Gender:" -msgstr "Gender:" - -#: mod/notifications.php:285 src/Model/Profile.php:558 -#: src/Module/Contact.php:295 -msgid "Network:" -msgstr "Network:" - -#: mod/notifications.php:299 -msgid "No introductions." -msgstr "No introductions." - -#: mod/notifications.php:333 -#, php-format -msgid "No more %s notifications." -msgstr "No more %s notifications." - -#: mod/openid.php:30 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol error. No ID returned." - -#: mod/openid.php:60 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account not found and OpenID registration is not permitted on this site." - -#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139 -msgid "Login failed." -msgstr "Login failed." - -#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:89 -#: src/Module/TwoFactor/Verify.php:62 -msgid "Two-factor authentication" -msgstr "Two-factor authentication" - -#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profiles" - -#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Additional features" - -#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Display" - -#: mod/settings.php:103 mod/settings.php:843 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Social networks" - -#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Addons" - -#: mod/settings.php:117 src/Content/Nav.php:263 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegations" - -#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Connected apps" - -#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Remove account" - -#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 -msgid "Settings" -msgstr "Settings" - -#: mod/settings.php:190 -msgid "Missing some important data!" -msgstr "Missing some important data!" - -#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801 -msgid "Update" -msgstr "Update" - -#: mod/settings.php:302 -msgid "Failed to connect with email account using the settings provided." -msgstr "Failed to connect with email account using the settings provided." - -#: mod/settings.php:307 -msgid "Email settings updated." -msgstr "Email settings updated." - -#: mod/settings.php:323 -msgid "Features updated" -msgstr "Features updated" - -#: mod/settings.php:384 -msgid "The theme you chose isn't available." -msgstr "The chosen theme isn't available." - -#: mod/settings.php:396 -msgid "Relocate message has been send to your contacts" -msgstr "Relocate message has been send to your contacts" - -#: mod/settings.php:408 -msgid "Passwords do not match." -msgstr "Passwords do not match." - -#: mod/settings.php:416 src/Console/NewPassword.php:101 -msgid "Password update failed. Please try again." -msgstr "Password update failed. Please try again." - -#: mod/settings.php:419 src/Console/NewPassword.php:104 -msgid "Password changed." -msgstr "Password changed." - -#: mod/settings.php:422 -msgid "Password unchanged." -msgstr "Password unchanged." - -#: mod/settings.php:503 -msgid " Please use a shorter name." -msgstr " Please use a shorter name." - -#: mod/settings.php:506 -msgid " Name too short." -msgstr " Name too short." - -#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 -msgid "Wrong Password" -msgstr "Wrong password" - -#: mod/settings.php:518 -msgid "Invalid email." -msgstr "Invalid email." - -#: mod/settings.php:524 -msgid "Cannot change to that email." -msgstr "Cannot change to that email." - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Private forum has no privacy permissions. Using default privacy group." - -#: mod/settings.php:577 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Private forum has no privacy permissions and no default privacy group." - -#: mod/settings.php:617 -msgid "Settings updated." -msgstr "Settings updated." - -#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 -msgid "Add application" -msgstr "Add application" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Consumer Key" -msgstr "Consumer key" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Secret" -msgstr "Consumer secret" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Redirect" -msgstr "Redirect" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Icon url" -msgstr "Icon URL" - -#: mod/settings.php:694 -msgid "You can't edit this application." -msgstr "You cannot edit this application." - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "Connected Apps" - -#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 -msgid "Edit" -msgstr "Edit" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "Client key starts with" - -#: mod/settings.php:740 -msgid "No name" -msgstr "No name" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "Remove authorization" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "No addon settings configured" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "Addon settings" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Off" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "On" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "Additional Features" - -#: mod/settings.php:806 src/Content/ContactSelector.php:120 -msgid "Diaspora" -msgstr "diaspora*" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "enabled" -msgstr "enabled" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "disabled" -msgstr "disabled" - -#: mod/settings.php:806 mod/settings.php:807 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Built-in support for %s connectivity is %s" - -#: mod/settings.php:807 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:838 -msgid "Email access is disabled on this site." -msgstr "Email access is disabled on this site." - -#: mod/settings.php:848 -msgid "General Social Media Settings" -msgstr "General Social Media Settings" - -#: mod/settings.php:849 -msgid "Accept only top level posts by contacts you follow" -msgstr "Accept only top-level posts by contacts you follow" - -#: mod/settings.php:849 -msgid "" -"The system does an auto completion of threads when a comment arrives. This " -"has got the side effect that you can receive posts that had been started by " -"a non-follower but had been commented by someone you follow. This setting " -"deactivates this behaviour. When activated, you strictly only will receive " -"posts from people you really do follow." -msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow." - -#: mod/settings.php:850 -msgid "Disable Content Warning" -msgstr "Disable Content Warning" - -#: mod/settings.php:850 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "Disable intelligent shortening" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "Default group for OStatus contacts" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "Your legacy GNU Social account" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." - -#: mod/settings.php:857 -msgid "Repair OStatus subscriptions" -msgstr "Repair OStatus subscriptions" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "Email/Mailbox setup" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "Last successful email check:" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "IMAP server name:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "Security:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "None" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "Email login name:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "Email password:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "Reply-to address:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "Send public posts to all email contacts:" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "Action after import:" - -#: mod/settings.php:872 src/Content/Nav.php:251 -msgid "Mark as seen" -msgstr "Mark as seen" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "Move to folder" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "Move to folder:" - -#: mod/settings.php:897 src/Module/Admin/Site.php:433 -msgid "No special theme for mobile devices" -msgstr "No special theme for mobile devices" - -#: mod/settings.php:905 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Unsupported)" - -#: mod/settings.php:907 src/Module/Admin/Site.php:450 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimental)" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Sunday" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 -msgid "Monday" -msgstr "Monday" - -#: mod/settings.php:951 -msgid "Display Settings" -msgstr "Display Settings" - -#: mod/settings.php:957 -msgid "Display Theme:" -msgstr "Display theme:" - -#: mod/settings.php:958 -msgid "Mobile Theme:" -msgstr "Mobile theme:" - -#: mod/settings.php:959 -msgid "Suppress warning of insecure networks" -msgstr "Suppress warning of insecure networks" - -#: mod/settings.php:959 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings." - -#: mod/settings.php:960 -msgid "Update browser every xx seconds" -msgstr "Update browser every so many seconds:" - -#: mod/settings.php:960 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum 10 seconds; to disable -1." - -#: mod/settings.php:961 -msgid "Number of items to display per page:" -msgstr "Number of items displayed per page:" - -#: mod/settings.php:961 mod/settings.php:962 -msgid "Maximum of 100 items" -msgstr "Maximum of 100 items" - -#: mod/settings.php:962 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Number of items displayed per page on mobile devices:" - -#: mod/settings.php:963 -msgid "Don't show emoticons" -msgstr "Don't show emoticons" - -#: mod/settings.php:964 -msgid "Calendar" -msgstr "Calendar" - -#: mod/settings.php:965 -msgid "Beginning of week:" -msgstr "Week begins: " - -#: mod/settings.php:966 -msgid "Don't show notices" -msgstr "Don't show notices" - -#: mod/settings.php:967 -msgid "Infinite scroll" -msgstr "Infinite scroll" - -#: mod/settings.php:968 -msgid "Automatic updates only at the top of the network page" -msgstr "Automatically updates only top of the network page" - -#: mod/settings.php:968 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." - -#: mod/settings.php:969 -msgid "Bandwidth Saver Mode" -msgstr "Bandwidth Saver Mode" - -#: mod/settings.php:969 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." - -#: mod/settings.php:970 -msgid "Smart Threading" -msgstr "Smart threading" - -#: mod/settings.php:970 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." - -#: mod/settings.php:972 -msgid "General Theme Settings" -msgstr "Themes" - -#: mod/settings.php:973 -msgid "Custom Theme Settings" -msgstr "Theme customisation" - -#: mod/settings.php:974 -msgid "Content Settings" -msgstr "Content/Layout" - -#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "Similar interests" + +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "Random profile" + +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "Invite friends" + +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "Global directory" + +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "Local directory" + +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "Forums" + +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "External link to forum" + +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "Show more..." + +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "Quick start" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "Help" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "Connect services" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "Comma separated list of helper forums" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "don't show" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "show" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "Submit" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 +#: mod/settings.php:976 msgid "Theme settings" msgstr "Theme settings" -#: mod/settings.php:989 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Unable to find your profile. Please contact your admin." +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "Set style" -#: mod/settings.php:1028 -msgid "Account Types" -msgstr "Account types:" +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "Community pages" -#: mod/settings.php:1029 -msgid "Personal Page Subtypes" -msgstr "Personal Page subtypes" +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "Help or @NewHere ?" -#: mod/settings.php:1030 -msgid "Community Forum Subtypes" -msgstr "Community forum subtypes" +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "Find friends" -#: mod/settings.php:1037 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Personal Page" - -#: mod/settings.php:1038 -msgid "Account for a personal profile." -msgstr "Account for a personal profile." - -#: mod/settings.php:1041 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Organisation Page" - -#: mod/settings.php:1042 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1045 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "News Page" - -#: mod/settings.php:1046 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1049 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Community Forum" - -#: mod/settings.php:1050 -msgid "Account for community discussions." -msgstr "Account for community discussions." - -#: mod/settings.php:1053 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Standard" - -#: mod/settings.php:1054 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." - -#: mod/settings.php:1057 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Soapbox" - -#: mod/settings.php:1058 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1061 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Public forum" - -#: mod/settings.php:1062 -msgid "Automatically approves all contact requests." -msgstr "Automatically approves all contact requests." - -#: mod/settings.php:1065 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Love-all" - -#: mod/settings.php:1066 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." - -#: mod/settings.php:1069 -msgid "Private Forum [Experimental]" -msgstr "Private forum [Experimental]" - -#: mod/settings.php:1070 -msgid "Requires manual approval of contact requests." -msgstr "Requires manual approval of contact requests." - -#: mod/settings.php:1081 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1081 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Allow this OpenID to login to this account." - -#: mod/settings.php:1089 -msgid "Publish your default profile in your local site directory?" -msgstr "Publish default profile in local site directory?" - -#: mod/settings.php:1089 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." - -#: mod/settings.php:1095 -msgid "Publish your default profile in the global social directory?" -msgstr "Publish default profile in global directory?" - -#: mod/settings.php:1095 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." - -#: mod/settings.php:1095 -msgid "" -"This setting also determines whether Friendica will inform search engines " -"that your profile should be indexed or not. Third-party search engines may " -"or may not respect this setting." -msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting." - -#: mod/settings.php:1102 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Hide my contact list from others?" - -#: mod/settings.php:1102 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create" - -#: mod/settings.php:1106 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Hide profile details from anonymous viewers?" - -#: mod/settings.php:1106 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." - -#: mod/settings.php:1110 -msgid "Allow friends to post to your profile page?" -msgstr "Allow friends to post to my wall?" - -#: mod/settings.php:1110 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" - -#: mod/settings.php:1114 -msgid "Allow friends to tag your posts?" -msgstr "Allow friends to tag my post?" - -#: mod/settings.php:1114 -msgid "Your contacts can add additional tags to your posts." -msgstr "Your contacts can add additional tags to your posts." - -#: mod/settings.php:1118 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Allow us to suggest you as a potential friend to new members?" - -#: mod/settings.php:1118 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "If you like, Friendica may suggest new members to add you as a contact." - -#: mod/settings.php:1122 -msgid "Permit unknown people to send you private mail?" -msgstr "Allow unknown people to send me private messages?" - -#: mod/settings.php:1122 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendica network users may send you private messages even if they are not in your contact list." - -#: mod/settings.php:1126 -msgid "Profile is not published." -msgstr "Profile is not published." - -#: mod/settings.php:1132 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "My identity address: '%s' or '%s'" - -#: mod/settings.php:1139 -msgid "Automatically expire posts after this many days:" -msgstr "Automatically expire posts after this many days:" - -#: mod/settings.php:1139 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Posts will not expire if empty; expired posts will be deleted" - -#: mod/settings.php:1140 -msgid "Advanced expiration settings" -msgstr "Advanced expiration settings" - -#: mod/settings.php:1141 -msgid "Advanced Expiration" -msgstr "Advanced expiration" - -#: mod/settings.php:1142 -msgid "Expire posts:" -msgstr "Expire posts:" - -#: mod/settings.php:1143 -msgid "Expire personal notes:" -msgstr "Expire personal notes:" - -#: mod/settings.php:1144 -msgid "Expire starred posts:" -msgstr "Expire starred posts:" - -#: mod/settings.php:1145 -msgid "Expire photos:" -msgstr "Expire photos:" - -#: mod/settings.php:1146 -msgid "Only expire posts by others:" -msgstr "Only expire posts by others:" - -#: mod/settings.php:1176 -msgid "Account Settings" -msgstr "Account Settings" - -#: mod/settings.php:1184 -msgid "Password Settings" -msgstr "Password change" - -#: mod/settings.php:1185 src/Module/Register.php:130 -msgid "New Password:" -msgstr "New password:" - -#: mod/settings.php:1185 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon." - -#: mod/settings.php:1186 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Confirm new password:" - -#: mod/settings.php:1186 -msgid "Leave password fields blank unless changing" -msgstr "Leave password fields blank unless changing" - -#: mod/settings.php:1187 -msgid "Current Password:" -msgstr "Current password:" - -#: mod/settings.php:1187 mod/settings.php:1188 -msgid "Your current password to confirm the changes" -msgstr "Current password to confirm change" - -#: mod/settings.php:1188 -msgid "Password:" -msgstr "Password:" - -#: mod/settings.php:1192 -msgid "Basic Settings" -msgstr "Basic information" - -#: mod/settings.php:1193 src/Model/Profile.php:764 -msgid "Full Name:" -msgstr "Full name:" - -#: mod/settings.php:1194 -msgid "Email Address:" -msgstr "Email address:" - -#: mod/settings.php:1195 -msgid "Your Timezone:" -msgstr "Time zone:" - -#: mod/settings.php:1196 -msgid "Your Language:" -msgstr "Language:" - -#: mod/settings.php:1196 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Set the language of your Friendica interface and emails sent to you." - -#: mod/settings.php:1197 -msgid "Default Post Location:" -msgstr "Posting location:" - -#: mod/settings.php:1198 -msgid "Use Browser Location:" -msgstr "Use browser location:" - -#: mod/settings.php:1201 -msgid "Security and Privacy Settings" -msgstr "Security and privacy" - -#: mod/settings.php:1203 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum friend requests per day:" - -#: mod/settings.php:1203 mod/settings.php:1232 -msgid "(to prevent spam abuse)" -msgstr "May prevent spam or abuse registrations" - -#: mod/settings.php:1204 -msgid "Default Post Permissions" -msgstr "Default post permissions" - -#: mod/settings.php:1205 -msgid "(click to open/close)" -msgstr "(reveal/hide)" - -#: mod/settings.php:1215 -msgid "Default Private Post" -msgstr "Default private post" - -#: mod/settings.php:1216 -msgid "Default Public Post" -msgstr "Default public post" - -#: mod/settings.php:1220 -msgid "Default Permissions for New Posts" -msgstr "Default permissions for new posts" - -#: mod/settings.php:1232 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum private messages per day from unknown people:" - -#: mod/settings.php:1235 -msgid "Notification Settings" -msgstr "Notification" - -#: mod/settings.php:1236 -msgid "Send a notification email when:" -msgstr "Send notification email when:" - -#: mod/settings.php:1237 -msgid "You receive an introduction" -msgstr "Receiving an introduction" - -#: mod/settings.php:1238 -msgid "Your introductions are confirmed" -msgstr "My introductions are confirmed" - -#: mod/settings.php:1239 -msgid "Someone writes on your profile wall" -msgstr "Someone writes on my wall" - -#: mod/settings.php:1240 -msgid "Someone writes a followup comment" -msgstr "A follow up comment is posted" - -#: mod/settings.php:1241 -msgid "You receive a private message" -msgstr "receiving a private message" - -#: mod/settings.php:1242 -msgid "You receive a friend suggestion" -msgstr "Receiving a friend suggestion" - -#: mod/settings.php:1243 -msgid "You are tagged in a post" -msgstr "Tagged in a post" - -#: mod/settings.php:1244 -msgid "You are poked/prodded/etc. in a post" -msgstr "Poked in a post" - -#: mod/settings.php:1246 -msgid "Activate desktop notifications" -msgstr "Activate desktop notifications" - -#: mod/settings.php:1246 -msgid "Show desktop popup on new notifications" -msgstr "Show desktop pop-up on new notifications" - -#: mod/settings.php:1248 -msgid "Text-only notification emails" -msgstr "Text-only notification emails" - -#: mod/settings.php:1250 -msgid "Send text only notification emails, without the html part" -msgstr "Receive text only emails without HTML " - -#: mod/settings.php:1252 -msgid "Show detailled notifications" -msgstr "Show detailled notifications" - -#: mod/settings.php:1254 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." - -#: mod/settings.php:1256 -msgid "Advanced Account/Page Type Settings" -msgstr "Advanced account types" - -#: mod/settings.php:1257 -msgid "Change the behaviour of this account for special situations" -msgstr "Change behaviour of this account for special situations" - -#: mod/settings.php:1260 -msgid "Relocate" -msgstr "Recent relocation" - -#: mod/settings.php:1261 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" - -#: mod/settings.php:1262 -msgid "Resend relocate message to contacts" -msgstr "Resend relocation message to contacts" - -#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 msgid "default" msgstr "default" @@ -4264,6 +1101,107 @@ msgstr "Mosaic" msgid "Repeat image to fill the screen." msgstr "Repeat image to fill the screen." +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Guest" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Visitor" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "Status" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "My posts and conversations" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "Profile" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "My profile page" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "Photos" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "My photos" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "Videos" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "My videos" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "Events" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "My events" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Network" +msgstr "Network" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "My friends' conversations" + +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "Events and calendar" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "Messages" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "Private messages" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "Settings" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "Account settings" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "Contacts" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "Manage/Edit friends and contacts" + #: view/theme/frio/config.php:111 msgid "Custom" msgstr "Custom" @@ -4340,79 +1278,6 @@ msgstr "Login page background colour" msgid "Leave background image and color empty for theme defaults" msgstr "Leave background image and colour empty for theme defaults" -#: view/theme/frio/theme.php:246 -msgid "Guest" -msgstr "Guest" - -#: view/theme/frio/theme.php:251 -msgid "Visitor" -msgstr "Visitor" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91 -#: src/Module/Contact.php:616 src/Module/Contact.php:831 -msgid "Status" -msgstr "Status" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Content/Nav.php:244 -msgid "Your posts and conversations" -msgstr "My posts and conversations" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 -msgid "Your profile page" -msgstr "My profile page" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 -msgid "Your photos" -msgstr "My photos" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -#: src/Model/Profile.php:941 src/Model/Profile.php:944 -msgid "Videos" -msgstr "Videos" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -msgid "Your videos" -msgstr "My videos" - -#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 -msgid "Your events" -msgstr "My events" - -#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 -#: src/Content/Nav.php:241 -msgid "Network" -msgstr "Network" - -#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 -msgid "Conversations from your friends" -msgstr "My friends' conversations" - -#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 -#: src/Model/Profile.php:956 src/Model/Profile.php:967 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Private mail" -msgstr "Private messages" - -#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 -msgid "Account settings" -msgstr "Account settings" - -#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904 -#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996 -#: src/Model/Profile.php:999 src/Module/Contact.php:774 -#: src/Module/Contact.php:859 -msgid "Contacts" -msgstr "Contacts" - -#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 -msgid "Manage/edit friends and contacts" -msgstr "Manage/Edit friends and contacts" - #: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "Alignment" @@ -4437,298 +1302,2095 @@ msgstr "Posts font size" msgid "Textareas font size" msgstr "Text areas font size" -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Comma separated list of helper forums" +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "There are no tables on MyISAM." -#: view/theme/vier/config.php:116 src/Core/ACL.php:302 -msgid "don't show" -msgstr "don't show" +#: src/Database/DBStructure.php:74 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nError %d occurred during database update:\n%s\n" -#: view/theme/vier/config.php:116 src/Core/ACL.php:301 -msgid "show" -msgstr "show" +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "Errors encountered performing database changes: " -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Set style" +#: src/Database/DBStructure.php:266 +#, php-format +msgid "%s: Database update" +msgstr "%s: Database update" -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Community pages" +#: src/Database/DBStructure.php:527 +#, php-format +msgid "%s: updating %s table." +msgstr "%s: updating %s table." -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Community profiles" +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "This entry was edited" -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help or @NewHere ?" +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "Private message" -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Connect services" +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "Edit" -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Find friends" +#: src/Object/Post.php:197 +msgid "pinned item" +msgstr "pinned item" -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Last users" +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "Delete locally" -#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 -msgid "Find People" -msgstr "Find people" +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "Delete globally" -#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 -msgid "Enter name or interest" -msgstr "Enter name or interest" +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "Remove locally" -#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Examples: Robert Morgenstein, fishing" +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "Save to folder" -#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 -#: src/Module/Directory.php:86 src/Module/Contact.php:795 -msgid "Find" -msgstr "Find" +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "I will attend" -#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 -msgid "Similar Interests" -msgstr "Similar interests" +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "I will not attend" -#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 -msgid "Random Profile" -msgstr "Random profile" +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "I might attend" -#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 -msgid "Invite Friends" -msgstr "Invite friends" +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "Ignore thread" -#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 -#: src/Module/Directory.php:78 -msgid "Global Directory" -msgstr "Global Directory" +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "Unignore thread" -#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 -msgid "Local Directory" -msgstr "Local directory" +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "Toggle ignore status" -#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907 -#: src/Content/Nav.php:209 src/Content/ForumManager.php:130 -msgid "Forums" -msgstr "Forums" +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "Ignored" -#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 -msgid "External link to forum" -msgstr "External link to forum" +#: src/Object/Post.php:296 +msgid "pin" +msgstr "pin" -#: view/theme/vier/theme.php:255 src/Content/Widget.php:407 -#: src/Content/Widget.php:507 src/Content/ForumManager.php:135 -msgid "show more" -msgstr "Show more..." +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "unpin" -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Quick start" +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "toggle pin status" -#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 -#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 -#: src/Module/Settings/TwoFactor/Index.php:90 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 -msgid "Help" -msgstr "Help" +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "pinned" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Tuesday" +#: src/Object/Post.php:308 +msgid "add star" +msgstr "Add star" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Wednesday" +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "Remove star" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Thursday" +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "Toggle star status" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 -msgid "Friday" -msgstr "Friday" +#: src/Object/Post.php:313 +msgid "starred" +msgstr "Starred" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Saturday" +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "Add tag" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 -msgid "January" -msgstr "January" +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "I like this (toggle)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 -msgid "February" -msgstr "February" +#: src/Object/Post.php:328 +msgid "like" +msgstr "Like" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 -msgid "March" -msgstr "March" +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "I don't like this (toggle)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 -msgid "April" -msgstr "April" +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "Dislike" -#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 -#: src/Model/Event.php:407 -msgid "May" -msgstr "May" +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "Share this" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 -msgid "June" -msgstr "June" +#: src/Object/Post.php:332 +msgid "share" +msgstr "Share" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 -msgid "July" -msgstr "July" +#: src/Object/Post.php:384 +#, php-format +msgid "%s (Received %s)" +msgstr "%s (Received %s)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 -msgid "August" -msgstr "August" +#: src/Object/Post.php:409 +msgid "to" +msgstr "to" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 -msgid "September" -msgstr "September" +#: src/Object/Post.php:410 +msgid "via" +msgstr "via" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 -msgid "October" -msgstr "October" +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "Wall-to-wall" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 -msgid "November" -msgstr "November" +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall:" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 -msgid "December" -msgstr "December" +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "Comment" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Mon" +#: src/Object/Post.php:448 +#, php-format +msgid "Reply to %s" +msgstr "Reply to %s" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Tue" +#: src/Object/Post.php:464 +msgid "Notifier task is pending" +msgstr "Notifier task is pending" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Wed" +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "Delivery to remote servers is pending" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Thu" +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "Delivery to remote servers is underway" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Fri" +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "Delivery to remote servers is mostly done" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Sat" +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "Delivery to remote servers is done" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 +#: src/Object/Post.php:488 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comment" +msgstr[1] "%d comments" + +#: src/Object/Post.php:489 +msgid "Show more" +msgstr "Show more" + +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "Show fewer" + +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "comment" +msgstr[1] "comments" + +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "This is me" + +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "No system theme configuration value set." + +#: src/Content/Text/BBCode.php:490 +msgid "view full size" +msgstr "view full size" + +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 +msgid "Image/photo" +msgstr "Image/Photo" + +#: src/Content/Text/BBCode.php:1045 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 +msgid "Click to open/close" +msgstr "Reveal/hide" + +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "$1 wrote:" + +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "Encrypted content" + +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "Invalid source protocol" + +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "Invalid link protocol" + +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "Loading more entries..." + +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "The end" + +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "Save" + +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "Follow" + +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "Search" + +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@name, !forum, #tags, content" + +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Full text" + +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tags" + +#: src/Content/ContactSelector.php:58 +msgid "Frequently" +msgstr "Frequently" + +#: src/Content/ContactSelector.php:59 +msgid "Hourly" +msgstr "Hourly" + +#: src/Content/ContactSelector.php:60 +msgid "Twice daily" +msgstr "Twice daily" + +#: src/Content/ContactSelector.php:61 +msgid "Daily" +msgstr "Daily" + +#: src/Content/ContactSelector.php:62 +msgid "Weekly" +msgstr "Weekly" + +#: src/Content/ContactSelector.php:63 +msgid "Monthly" +msgstr "Monthly" + +#: src/Content/ContactSelector.php:116 +msgid "DFRN" +msgstr "DFRN" + +#: src/Content/ContactSelector.php:117 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:118 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:315 +msgid "Email" +msgstr "Email" + +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "diaspora*" + +#: src/Content/ContactSelector.php:121 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:122 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:123 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:124 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:125 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:126 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:127 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "Discourse" + +#: src/Content/ContactSelector.php:129 +msgid "Diaspora Connector" +msgstr "diaspora* connector" + +#: src/Content/ContactSelector.php:130 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:131 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: src/Content/ContactSelector.php:132 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 +msgid "No answer" +msgstr "No answer" + +#: src/Content/ContactSelector.php:232 +msgid "Male" +msgstr "Male" + +#: src/Content/ContactSelector.php:233 +msgid "Female" +msgstr "Female" + +#: src/Content/ContactSelector.php:234 +msgid "Currently Male" +msgstr "Currently male" + +#: src/Content/ContactSelector.php:235 +msgid "Currently Female" +msgstr "Currently female" + +#: src/Content/ContactSelector.php:236 +msgid "Mostly Male" +msgstr "Mostly male" + +#: src/Content/ContactSelector.php:237 +msgid "Mostly Female" +msgstr "Mostly female" + +#: src/Content/ContactSelector.php:238 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:239 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:240 +msgid "Transsexual" +msgstr "Transsexual" + +#: src/Content/ContactSelector.php:241 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: src/Content/ContactSelector.php:242 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:243 +msgid "Non-specific" +msgstr "Non-specific" + +#: src/Content/ContactSelector.php:244 +msgid "Other" +msgstr "Other" + +#: src/Content/ContactSelector.php:272 +msgid "Males" +msgstr "Males" + +#: src/Content/ContactSelector.php:273 +msgid "Females" +msgstr "Females" + +#: src/Content/ContactSelector.php:274 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:275 +msgid "Lesbian" +msgstr "Lesbian" + +#: src/Content/ContactSelector.php:276 +msgid "No Preference" +msgstr "No Preference" + +#: src/Content/ContactSelector.php:277 +msgid "Bisexual" +msgstr "Bisexual" + +#: src/Content/ContactSelector.php:278 +msgid "Autosexual" +msgstr "Auto-sexual" + +#: src/Content/ContactSelector.php:279 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:280 +msgid "Virgin" +msgstr "Virgin" + +#: src/Content/ContactSelector.php:281 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:282 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:283 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:284 +msgid "Nonsexual" +msgstr "Asexual" + +#: src/Content/ContactSelector.php:310 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:311 +msgid "Lonely" +msgstr "Lonely" + +#: src/Content/ContactSelector.php:312 +msgid "In a relation" +msgstr "In a relation" + +#: src/Content/ContactSelector.php:313 +msgid "Has crush" +msgstr "Having a crush" + +#: src/Content/ContactSelector.php:314 +msgid "Infatuated" +msgstr "Infatuated" + +#: src/Content/ContactSelector.php:315 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:316 +msgid "Unfaithful" +msgstr "Unfaithful" + +#: src/Content/ContactSelector.php:317 +msgid "Sex Addict" +msgstr "Sex addict" + +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 +msgid "Friends" +msgstr "Friends" + +#: src/Content/ContactSelector.php:319 +msgid "Friends/Benefits" +msgstr "Friends with benefits" + +#: src/Content/ContactSelector.php:320 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:321 +msgid "Engaged" +msgstr "Engaged" + +#: src/Content/ContactSelector.php:322 +msgid "Married" +msgstr "Married" + +#: src/Content/ContactSelector.php:323 +msgid "Imaginarily married" +msgstr "Imaginarily married" + +#: src/Content/ContactSelector.php:324 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:325 +msgid "Cohabiting" +msgstr "Cohabiting" + +#: src/Content/ContactSelector.php:326 +msgid "Common law" +msgstr "Common law spouse" + +#: src/Content/ContactSelector.php:327 +msgid "Happy" +msgstr "Happy" + +#: src/Content/ContactSelector.php:328 +msgid "Not looking" +msgstr "Not looking" + +#: src/Content/ContactSelector.php:329 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:330 +msgid "Betrayed" +msgstr "Betrayed" + +#: src/Content/ContactSelector.php:331 +msgid "Separated" +msgstr "Separated" + +#: src/Content/ContactSelector.php:332 +msgid "Unstable" +msgstr "Unstable" + +#: src/Content/ContactSelector.php:333 +msgid "Divorced" +msgstr "Divorced" + +#: src/Content/ContactSelector.php:334 +msgid "Imaginarily divorced" +msgstr "Imaginarily divorced" + +#: src/Content/ContactSelector.php:335 +msgid "Widowed" +msgstr "Widowed" + +#: src/Content/ContactSelector.php:336 +msgid "Uncertain" +msgstr "Uncertain" + +#: src/Content/ContactSelector.php:337 +msgid "It's complicated" +msgstr "It's complicated" + +#: src/Content/ContactSelector.php:338 +msgid "Don't care" +msgstr "Don't care" + +#: src/Content/ContactSelector.php:339 +msgid "Ask me" +msgstr "Ask me" + +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "Add new contact" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "Enter address or web location" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Example: jo@example.com, http://example.com/jo" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "Connect" + +#: src/Content/Widget.php:59 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitation available" +msgstr[1] "%d invitations available" + +#: src/Content/Widget.php:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "Followers" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "Following" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "Mutual friends" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "Relationships" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "All contacts" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "Protocols" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "All Protocols" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "Saved Folders" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "Everything" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "Categories" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contact in common" +msgstr[1] "%d contacts in common" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "Archives" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Embedding disabled" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Embedded content" + +#: src/Content/Feature.php:82 +msgid "General Features" +msgstr "General" + +#: src/Content/Feature.php:84 +msgid "Multiple Profiles" +msgstr "Multiple profiles" + +#: src/Content/Feature.php:84 +msgid "Ability to create multiple profiles" +msgstr "Ability to create multiple profiles" + +#: src/Content/Feature.php:85 +msgid "Photo Location" +msgstr "Photo location" + +#: src/Content/Feature.php:85 +msgid "" +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map." + +#: src/Content/Feature.php:86 +msgid "Export Public Calendar" +msgstr "Export public calendar" + +#: src/Content/Feature.php:86 +msgid "Ability for visitors to download the public calendar" +msgstr "Ability for visitors to download the public calendar" + +#: src/Content/Feature.php:87 +msgid "Trending Tags" +msgstr "Trending Tags" + +#: src/Content/Feature.php:87 +msgid "" +"Show a community page widget with a list of the most popular tags in recent " +"public posts." +msgstr "Show a community page widget with a list of the most popular tags in recent public posts." + +#: src/Content/Feature.php:92 +msgid "Post Composition Features" +msgstr "Post composition" + +#: src/Content/Feature.php:93 +msgid "Auto-mention Forums" +msgstr "Auto-mention forums" + +#: src/Content/Feature.php:93 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." + +#: src/Content/Feature.php:94 +msgid "Explicit Mentions" +msgstr "Explicit mentions" + +#: src/Content/Feature.php:94 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." +msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." + +#: src/Content/Feature.php:99 +msgid "Network Sidebar" +msgstr "Network sidebar" + +#: src/Content/Feature.php:100 +msgid "Ability to select posts by date ranges" +msgstr "Ability to select posts by date ranges" + +#: src/Content/Feature.php:101 +msgid "Protocol Filter" +msgstr "Protocol Filter" + +#: src/Content/Feature.php:101 +msgid "Enable widget to display Network posts only from selected protocols" +msgstr "Enable widget to display Network posts only from selected protocols" + +#: src/Content/Feature.php:106 +msgid "Network Tabs" +msgstr "Network tabs" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Network new tab" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Enable tab to display only new network posts (last 12 hours)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Network shared links tab" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Enable tab to display only network posts with links in them" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Post/Comment tools" + +#: src/Content/Feature.php:114 +msgid "Post Categories" +msgstr "Post categories" + +#: src/Content/Feature.php:114 +msgid "Add categories to your posts" +msgstr "Add categories to your posts" + +#: src/Content/Feature.php:119 +msgid "Advanced Profile Settings" +msgstr "Advanced profiles" + +#: src/Content/Feature.php:120 +msgid "List Forums" +msgstr "List forums" + +#: src/Content/Feature.php:120 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Show visitors of public community forums at the advanced profile page" + +#: src/Content/Feature.php:121 +msgid "Tag Cloud" +msgstr "Tag cloud" + +#: src/Content/Feature.php:121 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Provides a personal tag cloud on your profile page" + +#: src/Content/Feature.php:122 +msgid "Display Membership Date" +msgstr "Display membership date" + +#: src/Content/Feature.php:122 +msgid "Display membership date in profile" +msgstr "Display membership date in profile" + +#: src/Content/Nav.php:74 +msgid "Nothing new here" +msgstr "Nothing new here" + +#: src/Content/Nav.php:78 +msgid "Clear notifications" +msgstr "Clear notifications" + +#: src/Content/Nav.php:153 src/Module/Login.php:136 +msgid "Logout" +msgstr "Logout" + +#: src/Content/Nav.php:153 +msgid "End this session" +msgstr "End this session" + +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 +msgid "Login" +msgstr "Login" + +#: src/Content/Nav.php:155 +msgid "Sign in" +msgstr "Sign in" + +#: src/Content/Nav.php:165 +msgid "Personal notes" +msgstr "Personal notes" + +#: src/Content/Nav.php:165 +msgid "Your personal notes" +msgstr "My personal notes" + +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "Home" + +#: src/Content/Nav.php:182 +msgid "Home Page" +msgstr "Home page" + +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 +msgid "Register" +msgstr "Sign up now >>" + +#: src/Content/Nav.php:186 +msgid "Create an account" +msgstr "Create account" + +#: src/Content/Nav.php:192 +msgid "Help and documentation" +msgstr "Help and documentation" + +#: src/Content/Nav.php:196 +msgid "Apps" +msgstr "Apps" + +#: src/Content/Nav.php:196 +msgid "Addon applications, utilities, games" +msgstr "Addon applications, utilities, games" + +#: src/Content/Nav.php:200 +msgid "Search site content" +msgstr "Search site content" + +#: src/Content/Nav.php:224 +msgid "Community" +msgstr "Community" + +#: src/Content/Nav.php:224 +msgid "Conversations on this and other servers" +msgstr "Conversations on this and other servers" + +#: src/Content/Nav.php:231 +msgid "Directory" +msgstr "Directory" + +#: src/Content/Nav.php:231 +msgid "People directory" +msgstr "People directory" + +#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 +msgid "Information" +msgstr "Information" + +#: src/Content/Nav.php:233 +msgid "Information about this friendica instance" +msgstr "Information about this Friendica instance" + +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 +msgid "Terms of Service" +msgstr "Terms of Service" + +#: src/Content/Nav.php:236 +msgid "Terms of Service of this Friendica instance" +msgstr "Terms of Service for this Friendica instance" + +#: src/Content/Nav.php:242 +msgid "Network Reset" +msgstr "Network reset" + +#: src/Content/Nav.php:242 +msgid "Load Network page with no filters" +msgstr "Load network page without filters" + +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Introductions" + +#: src/Content/Nav.php:248 +msgid "Friend Requests" +msgstr "Friend requests" + +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "Notifications" + +#: src/Content/Nav.php:250 +msgid "See all notifications" +msgstr "See all notifications" + +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "Mark as seen" + +#: src/Content/Nav.php:251 +msgid "Mark all system notifications seen" +msgstr "Mark all system notifications seen" + +#: src/Content/Nav.php:255 +msgid "Inbox" +msgstr "Inbox" + +#: src/Content/Nav.php:256 +msgid "Outbox" +msgstr "Outbox" + +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "New Message" + +#: src/Content/Nav.php:260 +msgid "Delegation" +msgstr "Delegation" + +#: src/Content/Nav.php:260 +msgid "Manage other pages" +msgstr "Manage other pages" + +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "Profiles" + +#: src/Content/Nav.php:266 +msgid "Manage/Edit Profiles" +msgstr "Manage/Edit profiles" + +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 +msgid "Admin" +msgstr "Admin" + +#: src/Content/Nav.php:274 +msgid "Site setup and configuration" +msgstr "Site setup and configuration" + +#: src/Content/Nav.php:277 +msgid "Navigation" +msgstr "Navigation" + +#: src/Content/Nav.php:277 +msgid "Site map" +msgstr "Site map" + +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "Remove term" + +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "Saved searches" + +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Export" + +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Export calendar as ical" + +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Export calendar as csv" + +#: src/Content/Widget/TrendingTags.php:34 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "Trending Tags (last %d hour)" +msgstr[1] "Trending tags (last %d hours)" + +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "More Trending Tags" + +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "No contacts" + +#: src/Content/Widget/ContactBlock.php:90 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacts" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "View contacts" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "Later posts" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "Earlier posts" + +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "first" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "prev" + +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "next" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "last" + +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 +msgid "Edit profile" +msgstr "Edit profile" + +#: src/Model/Profile.php:398 +msgid "Manage/edit profiles" +msgstr "Manage/Edit profiles" + +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "Change profile photo" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "Create new profile" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "Profile image" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "Visible to everybody" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "Edit visibility" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "Location:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "Gender:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 +msgid "Status:" +msgstr "Status:" + +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 +msgid "Homepage:" +msgstr "Homepage:" + +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "About:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 +msgid "XMPP:" +msgstr "XMPP:" + +#: src/Model/Profile.php:542 src/Module/Contact.php:320 +msgid "Unfollow" +msgstr "Unfollow" + +#: src/Model/Profile.php:544 +msgid "Atom feed" +msgstr "Atom feed" + +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "Network:" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:585 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:647 src/Model/Profile.php:732 +msgid "[today]" +msgstr "[today]" + +#: src/Model/Profile.php:657 +msgid "Birthday Reminders" +msgstr "Birthday reminders" + +#: src/Model/Profile.php:658 +msgid "Birthdays this week:" +msgstr "Birthdays this week:" + +#: src/Model/Profile.php:719 +msgid "[No description]" +msgstr "[No description]" + +#: src/Model/Profile.php:745 +msgid "Event Reminders" +msgstr "Event reminders" + +#: src/Model/Profile.php:746 +msgid "Upcoming events the next 7 days:" +msgstr "Upcoming events the next 7 days:" + +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "Full name:" + +#: src/Model/Profile.php:763 +msgid "Member since:" +msgstr "Member since:" + +#: src/Model/Profile.php:771 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:772 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "Birthday:" + +#: src/Model/Profile.php:787 +msgid "Age:" +msgstr "Age:" + +#: src/Model/Profile.php:800 +#, php-format +msgid "for %1$d %2$s" +msgstr "for %1$d %2$s" + +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "Sexual preference:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "Home town:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "Tags:" + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "Political views:" + +#: src/Model/Profile.php:824 +msgid "Religion:" +msgstr "Religion:" + +#: src/Model/Profile.php:832 +msgid "Hobbies/Interests:" +msgstr "Hobbies/Interests:" + +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "Likes:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "Dislikes:" + +#: src/Model/Profile.php:844 +msgid "Contact information and Social Networks:" +msgstr "Contact information and social networks:" + +#: src/Model/Profile.php:848 +msgid "Musical interests:" +msgstr "Music:" + +#: src/Model/Profile.php:852 +msgid "Books, literature:" +msgstr "Books/Literature:" + +#: src/Model/Profile.php:856 +msgid "Television:" +msgstr "Television:" + +#: src/Model/Profile.php:860 +msgid "Film/dance/culture/entertainment:" +msgstr "Arts, culture, entertainment:" + +#: src/Model/Profile.php:864 +msgid "Love/Romance:" +msgstr "Love/Romance:" + +#: src/Model/Profile.php:868 +msgid "Work/employment:" +msgstr "Work/Employment:" + +#: src/Model/Profile.php:872 +msgid "School/education:" +msgstr "School/Education:" + +#: src/Model/Profile.php:877 +msgid "Forums:" +msgstr "Forums:" + +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "Basic" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 +msgid "Advanced" +msgstr "Advanced" + +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "Status Messages and Posts" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 +msgid "Profile Details" +msgstr "Profile Details" + +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "Photo Albums" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "Personal notes" + +#: src/Model/Profile.php:974 +msgid "Only You Can See This" +msgstr "Only you can see this." + +#: src/Model/Profile.php:982 src/Model/Profile.php:985 +msgid "Tips for New Members" +msgstr "Tips for New Members" + +#: src/Model/Profile.php:1180 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "OpenWebAuth: %1$s welcomes %2$s" + +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "Starts:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "Finishes:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "All-day" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 msgid "Sun" msgstr "Sun" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "Mon" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "Tue" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "Wed" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "Thu" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "Fri" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "Sat" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "Sunday" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "Monday" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "Tuesday" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "Wednesday" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "Thursday" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "Friday" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "Saturday" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 msgid "Jan" msgstr "Jan" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 msgid "Feb" msgstr "Feb" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 msgid "Mar" msgstr "Mar" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 msgid "Apr" msgstr "Apr" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "May" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 msgid "Jun" msgstr "Jun" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 msgid "Jul" msgstr "Jul" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 msgid "Aug" msgstr "Aug" -#: src/Core/L10n/L10n.php:394 -msgid "Sep" +#: src/Model/Event.php:412 +msgid "Sept" msgstr "Sep" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 msgid "Oct" msgstr "Oct" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 msgid "Nov" msgstr "Nov" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 msgid "Dec" msgstr "Dec" -#: src/Core/L10n/L10n.php:413 -msgid "poke" -msgstr "poke" +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "January" -#: src/Core/L10n/L10n.php:413 -msgid "poked" -msgstr "poked" +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "February" -#: src/Core/L10n/L10n.php:414 -msgid "ping" -msgstr "ping" +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "March" -#: src/Core/L10n/L10n.php:414 -msgid "pinged" -msgstr "pinged" +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "April" -#: src/Core/L10n/L10n.php:415 -msgid "prod" -msgstr "prod" +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "June" -#: src/Core/L10n/L10n.php:415 -msgid "prodded" -msgstr "prodded" +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "July" -#: src/Core/L10n/L10n.php:416 -msgid "slap" -msgstr "slap" +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "August" -#: src/Core/L10n/L10n.php:416 -msgid "slapped" -msgstr "slapped" +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "September" -#: src/Core/L10n/L10n.php:417 -msgid "finger" -msgstr "finger" +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "October" -#: src/Core/L10n/L10n.php:417 -msgid "fingered" -msgstr "fingered" +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "November" -#: src/Core/L10n/L10n.php:418 -msgid "rebuff" -msgstr "rebuff" +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "December" -#: src/Core/L10n/L10n.php:418 -msgid "rebuffed" -msgstr "rebuffed" +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "today" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "month" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "week" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "day" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "No events to display" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "Edit event" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "Duplicate event" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "Delete event" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "Link to source" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "Show map" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "Hide map" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%s's birthday" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "Happy Birthday, %s!" + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "Contact photos" + +#: src/Model/User.php:357 +msgid "Login failed" +msgstr "Login failed" + +#: src/Model/User.php:389 +msgid "Not enough information to authenticate" +msgstr "Not enough information to authenticate" + +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "User not found" + +#: src/Model/User.php:483 +msgid "Password can't be empty" +msgstr "Password can't be empty" + +#: src/Model/User.php:502 +msgid "Empty passwords are not allowed." +msgstr "Empty passwords are not allowed." + +#: src/Model/User.php:506 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "The new password has been exposed in a public data dump; please choose another." + +#: src/Model/User.php:512 +msgid "" +"The password can't contain accentuated letters, white spaces or colons (:)" +msgstr "The password can't contain accentuated letters, white spaces or colons" + +#: src/Model/User.php:612 +msgid "Passwords do not match. Password unchanged." +msgstr "Passwords do not match. Password unchanged." + +#: src/Model/User.php:619 +msgid "An invitation is required." +msgstr "An invitation is required." + +#: src/Model/User.php:623 +msgid "Invitation could not be verified." +msgstr "Invitation could not be verified." + +#: src/Model/User.php:631 +msgid "Invalid OpenID url" +msgstr "Invalid OpenID URL" + +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." + +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "The error message was:" +msgstr "The error message was:" + +#: src/Model/User.php:650 +msgid "Please enter the required information." +msgstr "Please enter the required information." + +#: src/Model/User.php:664 +#, php-format +msgid "" +"system.username_min_length (%s) and system.username_max_length (%s) are " +"excluding each other, swapping values." +msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." + +#: src/Model/User.php:671 +#, php-format +msgid "Username should be at least %s character." +msgid_plural "Username should be at least %s characters." +msgstr[0] "Username should be at least %s character." +msgstr[1] "Username should be at least %s characters." + +#: src/Model/User.php:675 +#, php-format +msgid "Username should be at most %s character." +msgid_plural "Username should be at most %s characters." +msgstr[0] "Username should be at most %s character." +msgstr[1] "Username should be at most %s characters." + +#: src/Model/User.php:683 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "That doesn't appear to be your full (i.e first and last) name." + +#: src/Model/User.php:688 +msgid "Your email domain is not among those allowed on this site." +msgstr "Your email domain is not allowed on this site." + +#: src/Model/User.php:692 +msgid "Not a valid email address." +msgstr "Not a valid email address." + +#: src/Model/User.php:695 +msgid "The nickname was blocked from registration by the nodes admin." +msgstr "The nickname was blocked from registration by the nodes admin." + +#: src/Model/User.php:699 src/Model/User.php:707 +msgid "Cannot use that email." +msgstr "Cannot use that email." + +#: src/Model/User.php:714 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "Your nickname can only contain a-z, 0-9 and _." + +#: src/Model/User.php:722 src/Model/User.php:779 +msgid "Nickname is already registered. Please choose another." +msgstr "Nickname is already registered. Please choose another." + +#: src/Model/User.php:732 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "SERIOUS ERROR: Generation of security keys failed." + +#: src/Model/User.php:766 src/Model/User.php:770 +msgid "An error occurred during registration. Please try again." +msgstr "An error occurred during registration. Please try again." + +#: src/Model/User.php:795 +msgid "An error occurred creating your default profile. Please try again." +msgstr "An error occurred creating your default profile. Please try again." + +#: src/Model/User.php:802 +msgid "An error occurred creating your self contact. Please try again." +msgstr "An error occurred creating your self-contact. Please try again." + +#: src/Model/User.php:811 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "An error occurred while creating your default contact group. Please try again." + +#: src/Model/User.php:888 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%4$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" + +#: src/Model/User.php:909 +#, php-format +msgid "Registration at %s" +msgstr "Registration at %s" + +#: src/Model/User.php:929 +#, php-format +msgid "" +"\n" +"\t\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t\t" +msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t\t" + +#: src/Model/User.php:937 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s." + +#: src/Model/User.php:976 src/Module/Admin/Users.php:88 +#, php-format +msgid "Registration details for %s" +msgstr "Registration details for %s" + +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[no subject]" + +#: src/Model/Group.php:77 +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 "A deleted group with this name has been 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." + +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "Default privacy group for new contacts" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "edit" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "add" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "Groups" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "Edit group" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Contacts not in any group" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "Create new group" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Group name: " + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "Edit groups" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "Item filed" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "Unfollow" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "Drop contact" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "Approve" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "Organisation" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "News" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "Disallowed profile URL." + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "Blocked domain" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "Connect URL missing." + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." + +#: src/Model/Contact.php:2276 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "This site is not configured to allow communications with other networks." + +#: src/Model/Contact.php:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No compatible communication protocols or feeds were discovered." + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "The profile address specified does not provide adequate information." + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "An author or name was not found." + +#: src/Model/Contact.php:2296 +msgid "No browser URL could be matched to this address." +msgstr "No browser URL could be matched to this address." + +#: src/Model/Contact.php:2299 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Unable to match @-style identity address with a known protocol or email contact." + +#: src/Model/Contact.php:2300 +msgid "Use mailto: in front of address to force email check." +msgstr "Use mailto: in front of address to force email check." + +#: src/Model/Contact.php:2306 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "The profile address specified belongs to a network which has been disabled on this site." + +#: src/Model/Contact.php:2311 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Limited profile: This person will be unable to receive direct/private messages from you." + +#: src/Model/Contact.php:2372 +msgid "Unable to retrieve contact information." +msgstr "Unable to retrieve contact information." + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "[Name Withheld]" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "activity" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "post" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "Content warning: %s" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "View video" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "bytes" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "View on separate page" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "view on separate page" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Database storage failed to update %s" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Database storage failed to insert data" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." + +#: src/Model/Storage/Filesystem.php:105 +#, php-format +msgid "" +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "Storage base path" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Enter a valid existing folder" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s commented on %s's post" + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%s posted something new" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%s liked %s's post" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s disliked %s's post" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s is going to %s's event" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s is not going to %s's event" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s may go to %s's event" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s is now friends with %s" + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "Friend suggestion" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "Friend/Contact request" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "New follower" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 +#, php-format +msgid "%s's timeline" +msgstr "%s's timeline" + +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 +#, php-format +msgid "%s's posts" +msgstr "%s's posts" + +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 +#, php-format +msgid "%s's comments" +msgstr "%s's comments" + +#: src/Protocol/OStatus.php:1839 +#, php-format +msgid "%s is now following %s." +msgstr "%s is now following %s." + +#: src/Protocol/OStatus.php:1840 +msgid "following" +msgstr "following" + +#: src/Protocol/OStatus.php:1843 +#, php-format +msgid "%s stopped following %s." +msgstr "%s stopped following %s." + +#: src/Protocol/OStatus.php:1844 +msgid "stopped following" +msgstr "stopped following" + +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "Attachments:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "Legacy module file not found: %s" #: src/Core/Update.php:193 #, php-format @@ -4763,6 +3425,139 @@ msgid "" "\t\t\t\t\tThe friendica database was successfully updated from %s to %s." msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "poke" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "poked" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "pinged" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "prod" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "prodded" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "slap" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "slapped" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "finger" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "fingered" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "rebuff" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "rebuffed" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "Login failed." + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "Login failed. Please check your credentials." + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "Welcome %s" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "Please upload a profile photo." + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "Welcome back %s" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "Mutuals" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "Post to email" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "Public" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link." + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "Limited/Private" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly." + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "Show to:" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "Except to:" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "CC: email addresses" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Example: bob@example.com, mary@example.com" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "Connectors" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "Hide profile details from unknown viewers?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectors are disabled since \"%s\" is enabled." + #: src/Core/UserImport.php:107 msgid "Error decoding account file" msgstr "Error decoding account file" @@ -5055,8 +3850,8 @@ msgstr "ImageMagick PHP extension is not installed" msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372 -#: tests/src/Core/InstallerTest.php:400 +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 msgid "ImageMagick supports GIF" msgstr "ImageMagick supports GIF" @@ -5068,1650 +3863,109 @@ msgstr "Database already in use." msgid "Could not connect to database." msgstr "Could not connect to database." -#: src/Core/NotificationsManager.php:144 -msgid "System" -msgstr "System" - -#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 -#: src/Content/Nav.php:244 -msgid "Home" -msgstr "Home" - -#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 -msgid "Introductions" -msgstr "Introductions" - -#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s commented on %s's post" - -#: src/Core/NotificationsManager.php:245 -#, php-format -msgid "%s created a new post" -msgstr "%s posted something new" - -#: src/Core/NotificationsManager.php:259 -#, php-format -msgid "%s liked %s's post" -msgstr "%s liked %s's post" - -#: src/Core/NotificationsManager.php:272 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s disliked %s's post" - -#: src/Core/NotificationsManager.php:285 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s is going to %s's event" - -#: src/Core/NotificationsManager.php:298 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s is not going to %s's event" - -#: src/Core/NotificationsManager.php:311 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s may go to %s's event" - -#: src/Core/NotificationsManager.php:344 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s is now friends with %s" - -#: src/Core/NotificationsManager.php:629 -msgid "Friend Suggestion" -msgstr "Friend suggestion" - -#: src/Core/NotificationsManager.php:663 -msgid "Friend/Connect Request" -msgstr "Friend/Contact request" - -#: src/Core/NotificationsManager.php:663 -msgid "New Follower" -msgstr "New follower" - -#: src/Core/Session.php:186 -#, php-format -msgid "Welcome %s" -msgstr "Welcome %s" - -#: src/Core/Session.php:187 -msgid "Please upload a profile photo." -msgstr "Please upload a profile photo." - -#: src/Core/Session.php:190 -#, php-format -msgid "Welcome back %s" -msgstr "Welcome back %s" - -#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 -msgid "Post to Email" -msgstr "Post to email" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "Connectors" - -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Hide profile details from unknown viewers?" - -#: src/Core/ACL.php:313 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectors are disabled since \"%s\" is enabled." - -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Close" - -#: src/Util/Temporal.php:147 src/Model/Profile.php:784 -msgid "Birthday:" -msgstr "Birthday:" - -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DD or MM-DD" - -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "never" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "less than a second ago" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "year" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "years" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "months" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "weeks" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "days" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "hour" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "hours" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "minute" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "minutes" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "second" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "seconds" - -#: src/Util/Temporal.php:329 -#, php-format -msgid "in %1$d %2$s" -msgstr "in %1$d %2$s" - -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s ago" - -#: src/Content/Text/HTML.php:793 -msgid "Loading more entries..." -msgstr "Loading more entries..." - -#: src/Content/Text/HTML.php:794 -msgid "The end" -msgstr "The end" - -#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544 -#: src/Module/Contact.php:297 -msgid "Follow" -msgstr "Follow" - -#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" - -#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203 -msgid "Full Text" -msgstr "Full text" - -#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:204 -msgid "Tags" -msgstr "Tags" - -#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478 -msgid "Click to open/close" -msgstr "Reveal/hide" - -#: src/Content/Text/BBCode.php:465 -msgid "view full size" -msgstr "view full size" - -#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560 -#: src/Content/Text/BBCode.php:1561 -msgid "Image/photo" -msgstr "Image/Photo" - -#: src/Content/Text/BBCode.php:1017 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: src/Content/Text/BBCode.php:1509 -msgid "$1 wrote:" -msgstr "$1 wrote:" - -#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564 -msgid "Encrypted content" -msgstr "Encrypted content" - -#: src/Content/Text/BBCode.php:1788 -msgid "Invalid source protocol" -msgstr "Invalid source protocol" - -#: src/Content/Text/BBCode.php:1803 -msgid "Invalid link protocol" -msgstr "Invalid link protocol" - -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Export" - -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Export calendar as ical" - -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Export calendar as csv" - -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "No contacts" - -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacts" - -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "View contacts" - -#: src/Content/Widget/TrendingTags.php:34 -#, php-format -msgid "Trending Tags (last %d hour)" -msgid_plural "Trending Tags (last %d hours)" -msgstr[0] "Trending Tags (last %d hour)" -msgstr[1] "Trending tags (last %d hours)" - -#: src/Content/Widget/TrendingTags.php:35 -msgid "More Trending Tags" -msgstr "More Trending Tags" - -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "Later posts" - -#: src/Content/Pager.php:158 -msgid "older" -msgstr "Earlier posts" - -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "prev" - -#: src/Content/Pager.php:263 -msgid "last" -msgstr "last" - -#: src/Content/Feature.php:82 -msgid "General Features" -msgstr "General" - -#: src/Content/Feature.php:84 -msgid "Multiple Profiles" -msgstr "Multiple profiles" - -#: src/Content/Feature.php:84 -msgid "Ability to create multiple profiles" -msgstr "Ability to create multiple profiles" - -#: src/Content/Feature.php:85 -msgid "Photo Location" -msgstr "Photo location" - -#: src/Content/Feature.php:85 +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "Public access denied." + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "No entries (entries may be hidden)." + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "Find on this site" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "Results for:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" +msgstr "Site directory" + +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "Bad Request" + +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "Unauthorized" + +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "Forbidden" + +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "Not found" + +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "Internal Server Error" + +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "Service Unavailable" + +#: src/Module/Special/HTTPException.php:44 msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map." +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "The server cannot process the request due to an apparent client error." -#: src/Content/Feature.php:86 -msgid "Export Public Calendar" -msgstr "Export public calendar" - -#: src/Content/Feature.php:86 -msgid "Ability for visitors to download the public calendar" -msgstr "Ability for visitors to download the public calendar" - -#: src/Content/Feature.php:87 -msgid "Trending Tags" -msgstr "Trending Tags" - -#: src/Content/Feature.php:87 +#: src/Module/Special/HTTPException.php:45 msgid "" -"Show a community page widget with a list of the most popular tags in recent " -"public posts." -msgstr "Show a community page widget with a list of the most popular tags in recent public posts." +"Authentication is required and has failed or has not yet been provided." +msgstr "Authentication is required and has failed or has not yet been provided." -#: src/Content/Feature.php:92 -msgid "Post Composition Features" -msgstr "Post composition" - -#: src/Content/Feature.php:93 -msgid "Auto-mention Forums" -msgstr "Auto-mention forums" - -#: src/Content/Feature.php:93 +#: src/Module/Special/HTTPException.php:46 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." +"The request was valid, but the server is refusing action. The user might not" +" have the necessary permissions for a resource, or may need an account." +msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account." -#: src/Content/Feature.php:94 -msgid "Explicit Mentions" -msgstr "Explicit mentions" - -#: src/Content/Feature.php:94 +#: src/Module/Special/HTTPException.php:47 msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." -msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." +"The requested resource could not be found but may be available in the " +"future." +msgstr "The requested resource could not be found but may be available in the future." -#: src/Content/Feature.php:99 -msgid "Network Sidebar" -msgstr "Network sidebar" - -#: src/Content/Feature.php:100 src/Content/Widget.php:501 -msgid "Archives" -msgstr "Archives" - -#: src/Content/Feature.php:100 -msgid "Ability to select posts by date ranges" -msgstr "Ability to select posts by date ranges" - -#: src/Content/Feature.php:101 -msgid "Protocol Filter" -msgstr "Protocol Filter" - -#: src/Content/Feature.php:101 -msgid "Enable widget to display Network posts only from selected protocols" -msgstr "Enable widget to display Network posts only from selected protocols" - -#: src/Content/Feature.php:106 -msgid "Network Tabs" -msgstr "Network tabs" - -#: src/Content/Feature.php:107 -msgid "Network New Tab" -msgstr "Network new tab" - -#: src/Content/Feature.php:107 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Enable tab to display only new network posts (last 12 hours)" - -#: src/Content/Feature.php:108 -msgid "Network Shared Links Tab" -msgstr "Network shared links tab" - -#: src/Content/Feature.php:108 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Enable tab to display only network posts with links in them" - -#: src/Content/Feature.php:113 -msgid "Post/Comment Tools" -msgstr "Post/Comment tools" - -#: src/Content/Feature.php:114 -msgid "Post Categories" -msgstr "Post categories" - -#: src/Content/Feature.php:114 -msgid "Add categories to your posts" -msgstr "Add categories to your posts" - -#: src/Content/Feature.php:119 -msgid "Advanced Profile Settings" -msgstr "Advanced profiles" - -#: src/Content/Feature.php:120 -msgid "List Forums" -msgstr "List forums" - -#: src/Content/Feature.php:120 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Show visitors of public community forums at the advanced profile page" - -#: src/Content/Feature.php:121 -msgid "Tag Cloud" -msgstr "Tag cloud" - -#: src/Content/Feature.php:121 -msgid "Provide a personal tag cloud on your profile page" -msgstr "Provides a personal tag cloud on your profile page" - -#: src/Content/Feature.php:122 -msgid "Display Membership Date" -msgstr "Display membership date" - -#: src/Content/Feature.php:122 -msgid "Display membership date in profile" -msgstr "Display membership date in profile" - -#: src/Content/Nav.php:74 -msgid "Nothing new here" -msgstr "Nothing new here" - -#: src/Content/Nav.php:78 -msgid "Clear notifications" -msgstr "Clear notifications" - -#: src/Content/Nav.php:153 src/Module/Login.php:315 -msgid "Logout" -msgstr "Logout" - -#: src/Content/Nav.php:153 -msgid "End this session" -msgstr "End this session" - -#: src/Content/Nav.php:155 src/Module/Login.php:316 -#: src/Module/Bookmarklet.php:25 -msgid "Login" -msgstr "Login" - -#: src/Content/Nav.php:155 -msgid "Sign in" -msgstr "Sign in" - -#: src/Content/Nav.php:165 -msgid "Personal notes" -msgstr "Personal notes" - -#: src/Content/Nav.php:165 -msgid "Your personal notes" -msgstr "My personal notes" - -#: src/Content/Nav.php:182 -msgid "Home Page" -msgstr "Home page" - -#: src/Content/Nav.php:186 src/Module/Login.php:287 -#: src/Module/Register.php:136 -msgid "Register" -msgstr "Sign up now >>" - -#: src/Content/Nav.php:186 -msgid "Create an account" -msgstr "Create account" - -#: src/Content/Nav.php:192 -msgid "Help and documentation" -msgstr "Help and documentation" - -#: src/Content/Nav.php:196 -msgid "Apps" -msgstr "Apps" - -#: src/Content/Nav.php:196 -msgid "Addon applications, utilities, games" -msgstr "Addon applications, utilities, games" - -#: src/Content/Nav.php:200 -msgid "Search site content" -msgstr "Search site content" - -#: src/Content/Nav.php:224 -msgid "Community" -msgstr "Community" - -#: src/Content/Nav.php:224 -msgid "Conversations on this and other servers" -msgstr "Conversations on this and other servers" - -#: src/Content/Nav.php:231 -msgid "Directory" -msgstr "Directory" - -#: src/Content/Nav.php:231 -msgid "People directory" -msgstr "People directory" - -#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 -msgid "Information" -msgstr "Information" - -#: src/Content/Nav.php:233 -msgid "Information about this friendica instance" -msgstr "Information about this Friendica instance" - -#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 -msgid "Terms of Service" -msgstr "Terms of Service" - -#: src/Content/Nav.php:236 -msgid "Terms of Service of this Friendica instance" -msgstr "Terms of Service for this Friendica instance" - -#: src/Content/Nav.php:242 -msgid "Network Reset" -msgstr "Network reset" - -#: src/Content/Nav.php:242 -msgid "Load Network page with no filters" -msgstr "Load network page without filters" - -#: src/Content/Nav.php:248 -msgid "Friend Requests" -msgstr "Friend requests" - -#: src/Content/Nav.php:250 -msgid "See all notifications" -msgstr "See all notifications" - -#: src/Content/Nav.php:251 -msgid "Mark all system notifications seen" -msgstr "Mark all system notifications seen" - -#: src/Content/Nav.php:255 -msgid "Inbox" -msgstr "Inbox" - -#: src/Content/Nav.php:256 -msgid "Outbox" -msgstr "Outbox" - -#: src/Content/Nav.php:260 -msgid "Manage" -msgstr "Manage" - -#: src/Content/Nav.php:260 -msgid "Manage other pages" -msgstr "Manage other pages" - -#: src/Content/Nav.php:268 -msgid "Manage/Edit Profiles" -msgstr "Manage/Edit profiles" - -#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 -msgid "Admin" -msgstr "Admin" - -#: src/Content/Nav.php:276 -msgid "Site setup and configuration" -msgstr "Site setup and configuration" - -#: src/Content/Nav.php:279 -msgid "Navigation" -msgstr "Navigation" - -#: src/Content/Nav.php:279 -msgid "Site map" -msgstr "Site map" - -#: src/Content/OEmbed.php:254 -msgid "Embedding disabled" -msgstr "Embedding disabled" - -#: src/Content/OEmbed.php:377 -msgid "Embedded content" -msgstr "Embedded content" - -#: src/Content/Widget.php:38 -msgid "Add New Contact" -msgstr "Add new contact" - -#: src/Content/Widget.php:39 -msgid "Enter address or web location" -msgstr "Enter address or web location" - -#: src/Content/Widget.php:40 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Example: jo@example.com, http://example.com/jo" - -#: src/Content/Widget.php:58 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitation available" -msgstr[1] "%d invitations available" - -#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127 -#: src/Module/Contact.php:772 -msgid "Following" -msgstr "Following" - -#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128 -#: src/Module/Contact.php:773 -msgid "Mutual friends" -msgstr "Mutual friends" - -#: src/Content/Widget.php:199 -msgid "Relationships" -msgstr "Relationships" - -#: src/Content/Widget.php:201 src/Module/Group.php:287 -#: src/Module/Contact.php:660 -msgid "All Contacts" -msgstr "All contacts" - -#: src/Content/Widget.php:244 -msgid "Protocols" -msgstr "Protocols" - -#: src/Content/Widget.php:246 -msgid "All Protocols" -msgstr "All Protocols" - -#: src/Content/Widget.php:279 -msgid "Saved Folders" -msgstr "Saved Folders" - -#: src/Content/Widget.php:281 src/Content/Widget.php:320 -msgid "Everything" -msgstr "Everything" - -#: src/Content/Widget.php:318 -msgid "Categories" -msgstr "Categories" - -#: src/Content/Widget.php:402 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contact in common" -msgstr[1] "%d contacts in common" - -#: src/Content/ContactSelector.php:58 -msgid "Frequently" -msgstr "Frequently" - -#: src/Content/ContactSelector.php:59 -msgid "Hourly" -msgstr "Hourly" - -#: src/Content/ContactSelector.php:60 -msgid "Twice daily" -msgstr "Twice daily" - -#: src/Content/ContactSelector.php:61 -msgid "Daily" -msgstr "Daily" - -#: src/Content/ContactSelector.php:62 -msgid "Weekly" -msgstr "Weekly" - -#: src/Content/ContactSelector.php:63 -msgid "Monthly" -msgstr "Monthly" - -#: src/Content/ContactSelector.php:116 -msgid "DFRN" -msgstr "DFRN" - -#: src/Content/ContactSelector.php:117 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:118 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:315 -msgid "Email" -msgstr "Email" - -#: src/Content/ContactSelector.php:121 -msgid "Zot!" -msgstr "Zot!" - -#: src/Content/ContactSelector.php:122 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:123 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: src/Content/ContactSelector.php:124 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:125 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:126 -msgid "pump.io" -msgstr "pump.io" - -#: src/Content/ContactSelector.php:127 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:128 -msgid "Diaspora Connector" -msgstr "diaspora* connector" - -#: src/Content/ContactSelector.php:129 -msgid "GNU Social Connector" -msgstr "GNU Social Connector" - -#: src/Content/ContactSelector.php:130 -msgid "ActivityPub" -msgstr "ActivityPub" - -#: src/Content/ContactSelector.php:131 -msgid "pnut" -msgstr "pnut" - -#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269 -#: src/Content/ContactSelector.php:307 -msgid "No answer" -msgstr "No answer" - -#: src/Content/ContactSelector.php:230 -msgid "Male" -msgstr "Male" - -#: src/Content/ContactSelector.php:231 -msgid "Female" -msgstr "Female" - -#: src/Content/ContactSelector.php:232 -msgid "Currently Male" -msgstr "Currently male" - -#: src/Content/ContactSelector.php:233 -msgid "Currently Female" -msgstr "Currently female" - -#: src/Content/ContactSelector.php:234 -msgid "Mostly Male" -msgstr "Mostly male" - -#: src/Content/ContactSelector.php:235 -msgid "Mostly Female" -msgstr "Mostly female" - -#: src/Content/ContactSelector.php:236 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:237 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:238 -msgid "Transsexual" -msgstr "Transsexual" - -#: src/Content/ContactSelector.php:239 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: src/Content/ContactSelector.php:240 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:241 -msgid "Non-specific" -msgstr "Non-specific" - -#: src/Content/ContactSelector.php:242 -msgid "Other" -msgstr "Other" - -#: src/Content/ContactSelector.php:270 -msgid "Males" -msgstr "Males" - -#: src/Content/ContactSelector.php:271 -msgid "Females" -msgstr "Females" - -#: src/Content/ContactSelector.php:272 -msgid "Gay" -msgstr "Gay" - -#: src/Content/ContactSelector.php:273 -msgid "Lesbian" -msgstr "Lesbian" - -#: src/Content/ContactSelector.php:274 -msgid "No Preference" -msgstr "No Preference" - -#: src/Content/ContactSelector.php:275 -msgid "Bisexual" -msgstr "Bisexual" - -#: src/Content/ContactSelector.php:276 -msgid "Autosexual" -msgstr "Auto-sexual" - -#: src/Content/ContactSelector.php:277 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:278 -msgid "Virgin" -msgstr "Virgin" - -#: src/Content/ContactSelector.php:279 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:280 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:281 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:282 -msgid "Nonsexual" -msgstr "Asexual" - -#: src/Content/ContactSelector.php:308 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:309 -msgid "Lonely" -msgstr "Lonely" - -#: src/Content/ContactSelector.php:310 -msgid "In a relation" -msgstr "In a relation" - -#: src/Content/ContactSelector.php:311 -msgid "Has crush" -msgstr "Having a crush" - -#: src/Content/ContactSelector.php:312 -msgid "Infatuated" -msgstr "Infatuated" - -#: src/Content/ContactSelector.php:313 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:314 -msgid "Unfaithful" -msgstr "Unfaithful" - -#: src/Content/ContactSelector.php:315 -msgid "Sex Addict" -msgstr "Sex addict" - -#: src/Content/ContactSelector.php:316 src/Model/User.php:762 -msgid "Friends" -msgstr "Friends" - -#: src/Content/ContactSelector.php:317 -msgid "Friends/Benefits" -msgstr "Friends with benefits" - -#: src/Content/ContactSelector.php:318 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:319 -msgid "Engaged" -msgstr "Engaged" - -#: src/Content/ContactSelector.php:320 -msgid "Married" -msgstr "Married" - -#: src/Content/ContactSelector.php:321 -msgid "Imaginarily married" -msgstr "Imaginarily married" - -#: src/Content/ContactSelector.php:322 -msgid "Partners" -msgstr "Partners" - -#: src/Content/ContactSelector.php:323 -msgid "Cohabiting" -msgstr "Cohabiting" - -#: src/Content/ContactSelector.php:324 -msgid "Common law" -msgstr "Common law spouse" - -#: src/Content/ContactSelector.php:325 -msgid "Happy" -msgstr "Happy" - -#: src/Content/ContactSelector.php:326 -msgid "Not looking" -msgstr "Not looking" - -#: src/Content/ContactSelector.php:327 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:328 -msgid "Betrayed" -msgstr "Betrayed" - -#: src/Content/ContactSelector.php:329 -msgid "Separated" -msgstr "Separated" - -#: src/Content/ContactSelector.php:330 -msgid "Unstable" -msgstr "Unstable" - -#: src/Content/ContactSelector.php:331 -msgid "Divorced" -msgstr "Divorced" - -#: src/Content/ContactSelector.php:332 -msgid "Imaginarily divorced" -msgstr "Imaginarily divorced" - -#: src/Content/ContactSelector.php:333 -msgid "Widowed" -msgstr "Widowed" - -#: src/Content/ContactSelector.php:334 -msgid "Uncertain" -msgstr "Uncertain" - -#: src/Content/ContactSelector.php:335 -msgid "It's complicated" -msgstr "It's complicated" - -#: src/Content/ContactSelector.php:336 -msgid "Don't care" -msgstr "Don't care" - -#: src/Content/ContactSelector.php:337 -msgid "Ask me" -msgstr "Ask me" - -#: src/Database/DBStructure.php:50 -msgid "There are no tables on MyISAM." -msgstr "There are no tables on MyISAM." - -#: src/Database/DBStructure.php:74 -#, php-format +#: src/Module/Special/HTTPException.php:48 msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nError %d occurred during database update:\n%s\n" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "An unexpected condition was encountered and no more specific message is available." -#: src/Database/DBStructure.php:77 -msgid "Errors encountered performing database changes: " -msgstr "Errors encountered performing database changes: " - -#: src/Database/DBStructure.php:266 -#, php-format -msgid "%s: Database update" -msgstr "%s: Database update" - -#: src/Database/DBStructure.php:527 -#, php-format -msgid "%s: updating %s table." -msgstr "%s: updating %s table." - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." - -#: src/Model/Storage/Filesystem.php:105 -#, php-format +#: src/Module/Special/HTTPException.php:49 msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later." -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "Storage base path" +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "Go back" -#: src/Model/Storage/Filesystem.php:128 +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "Help:" + +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "Manage Identities and Pages" + +#: src/Module/Delegation.php:131 msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Accounts that I manage or own." -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "Enter a valid existing folder" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "Database storage failed to update %s" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "Database storage failed to insert data" - -#: src/Model/Event.php:34 src/Model/Event.php:847 -#: src/Module/Debug/Localtime.php:17 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "Starts:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "Finishes:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "All-day" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "Sep" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "No events to display" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "l, F j" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "Edit event" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "Duplicate event" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "Delete event" - -#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554 -msgid "link to source" -msgstr "Link to source" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "D g:i A" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "g:i A" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "Show map" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "Hide map" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%s's birthday" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "Happy Birthday, %s!" - -#: src/Model/FileTag.php:265 -msgid "Item filed" -msgstr "Item filed" - -#: src/Model/User.php:331 -msgid "Login failed" -msgstr "Login failed" - -#: src/Model/User.php:362 -msgid "Not enough information to authenticate" -msgstr "Not enough information to authenticate" - -#: src/Model/User.php:440 -msgid "Password can't be empty" -msgstr "Password can't be empty" - -#: src/Model/User.php:459 -msgid "Empty passwords are not allowed." -msgstr "Empty passwords are not allowed." - -#: src/Model/User.php:463 -msgid "" -"The new password has been exposed in a public data dump, please choose " -"another." -msgstr "The new password has been exposed in a public data dump; please choose another." - -#: src/Model/User.php:469 -msgid "" -"The password can't contain accentuated letters, white spaces or colons (:)" -msgstr "The password can't contain accentuated letters, white spaces or colons" - -#: src/Model/User.php:569 -msgid "Passwords do not match. Password unchanged." -msgstr "Passwords do not match. Password unchanged." - -#: src/Model/User.php:576 -msgid "An invitation is required." -msgstr "An invitation is required." - -#: src/Model/User.php:580 -msgid "Invitation could not be verified." -msgstr "Invitation could not be verified." - -#: src/Model/User.php:587 -msgid "Invalid OpenID url" -msgstr "Invalid OpenID URL" - -#: src/Model/User.php:600 src/Module/Login.php:102 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." - -#: src/Model/User.php:600 src/Module/Login.php:102 -msgid "The error message was:" -msgstr "The error message was:" - -#: src/Model/User.php:606 -msgid "Please enter the required information." -msgstr "Please enter the required information." - -#: src/Model/User.php:620 -#, php-format -msgid "" -"system.username_min_length (%s) and system.username_max_length (%s) are " -"excluding each other, swapping values." -msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." - -#: src/Model/User.php:627 -#, php-format -msgid "Username should be at least %s character." -msgid_plural "Username should be at least %s characters." -msgstr[0] "Username should be at least %s character." -msgstr[1] "Username should be at least %s characters." - -#: src/Model/User.php:631 -#, php-format -msgid "Username should be at most %s character." -msgid_plural "Username should be at most %s characters." -msgstr[0] "Username should be at most %s character." -msgstr[1] "Username should be at most %s characters." - -#: src/Model/User.php:639 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "That doesn't appear to be your full (i.e first and last) name." - -#: src/Model/User.php:644 -msgid "Your email domain is not among those allowed on this site." -msgstr "Your email domain is not allowed on this site." - -#: src/Model/User.php:648 -msgid "Not a valid email address." -msgstr "Not a valid email address." - -#: src/Model/User.php:651 -msgid "The nickname was blocked from registration by the nodes admin." -msgstr "The nickname was blocked from registration by the nodes admin." - -#: src/Model/User.php:655 src/Model/User.php:663 -msgid "Cannot use that email." -msgstr "Cannot use that email." - -#: src/Model/User.php:670 -msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "Your nickname can only contain a-z, 0-9 and _." - -#: src/Model/User.php:677 src/Model/User.php:734 -msgid "Nickname is already registered. Please choose another." -msgstr "Nickname is already registered. Please choose another." - -#: src/Model/User.php:687 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "SERIOUS ERROR: Generation of security keys failed." - -#: src/Model/User.php:721 src/Model/User.php:725 -msgid "An error occurred during registration. Please try again." -msgstr "An error occurred during registration. Please try again." - -#: src/Model/User.php:750 -msgid "An error occurred creating your default profile. Please try again." -msgstr "An error occurred creating your default profile. Please try again." - -#: src/Model/User.php:757 -msgid "An error occurred creating your self contact. Please try again." -msgstr "An error occurred creating your self-contact. Please try again." - -#: src/Model/User.php:766 -msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "An error occurred while creating your default contact group. Please try again." - -#: src/Model/User.php:842 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%4$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" - -#: src/Model/User.php:859 -#, php-format -msgid "Registration at %s" -msgstr "Registration at %s" - -#: src/Model/User.php:878 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t" - -#: src/Model/User.php:884 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%1$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s." - -#: src/Model/User.php:919 src/Module/Admin/Users.php:88 -#, php-format -msgid "Registration details for %s" -msgstr "Registration details for %s" - -#: src/Model/Contact.php:1230 -msgid "Drop Contact" -msgstr "Drop contact" - -#: src/Model/Contact.php:1783 -msgid "Organisation" -msgstr "Organisation" - -#: src/Model/Contact.php:1787 -msgid "News" -msgstr "News" - -#: src/Model/Contact.php:1791 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:2192 -msgid "Connect URL missing." -msgstr "Connect URL missing." - -#: src/Model/Contact.php:2201 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." - -#: src/Model/Contact.php:2242 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "This site is not configured to allow communications with other networks." - -#: src/Model/Contact.php:2243 src/Model/Contact.php:2256 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No compatible communication protocols or feeds were discovered." - -#: src/Model/Contact.php:2254 -msgid "The profile address specified does not provide adequate information." -msgstr "The profile address specified does not provide adequate information." - -#: src/Model/Contact.php:2259 -msgid "An author or name was not found." -msgstr "An author or name was not found." - -#: src/Model/Contact.php:2262 -msgid "No browser URL could be matched to this address." -msgstr "No browser URL could be matched to this address." - -#: src/Model/Contact.php:2265 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Unable to match @-style identity address with a known protocol or email contact." - -#: src/Model/Contact.php:2266 -msgid "Use mailto: in front of address to force email check." -msgstr "Use mailto: in front of address to force email check." - -#: src/Model/Contact.php:2272 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "The profile address specified belongs to a network which has been disabled on this site." - -#: src/Model/Contact.php:2277 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Limited profile: This person will be unable to receive direct/private messages from you." - -#: src/Model/Contact.php:2332 -msgid "Unable to retrieve contact information." -msgstr "Unable to retrieve contact information." - -#: src/Model/Group.php:77 -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 "A deleted group with this name has been 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." - -#: src/Model/Group.php:407 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:439 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:458 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:484 src/Module/Welcome.php:57 -#: src/Module/Contact.php:708 -msgid "Groups" -msgstr "Groups" - -#: src/Model/Group.php:488 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:489 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:491 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Group name: " - -#: src/Model/Group.php:493 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Mail.php:113 src/Model/Mail.php:250 -msgid "[no subject]" -msgstr "[no subject]" - -#: src/Model/Profile.php:212 src/Model/Profile.php:428 -#: src/Model/Profile.php:885 -msgid "Edit profile" -msgstr "Edit profile" - -#: src/Model/Profile.php:402 -msgid "Manage/edit profiles" -msgstr "Manage/Edit profiles" - -#: src/Model/Profile.php:451 src/Model/Profile.php:795 -#: src/Module/Directory.php:143 -msgid "Status:" -msgstr "Status:" - -#: src/Model/Profile.php:452 src/Model/Profile.php:812 -#: src/Module/Directory.php:144 -msgid "Homepage:" -msgstr "Homepage:" - -#: src/Model/Profile.php:454 src/Module/Contact.php:609 -msgid "XMPP:" -msgstr "XMPP:" - -#: src/Model/Profile.php:546 src/Module/Contact.php:299 -msgid "Unfollow" -msgstr "Unfollow" - -#: src/Model/Profile.php:548 -msgid "Atom feed" -msgstr "Atom feed" - -#: src/Model/Profile.php:588 src/Model/Profile.php:685 -msgid "g A l F d" -msgstr "g A l F d" - -#: src/Model/Profile.php:589 -msgid "F d" -msgstr "F d" - -#: src/Model/Profile.php:651 src/Model/Profile.php:736 -msgid "[today]" -msgstr "[today]" - -#: src/Model/Profile.php:661 -msgid "Birthday Reminders" -msgstr "Birthday reminders" - -#: src/Model/Profile.php:662 -msgid "Birthdays this week:" -msgstr "Birthdays this week:" - -#: src/Model/Profile.php:723 -msgid "[No description]" -msgstr "[No description]" - -#: src/Model/Profile.php:749 -msgid "Event Reminders" -msgstr "Event reminders" - -#: src/Model/Profile.php:750 -msgid "Upcoming events the next 7 days:" -msgstr "Upcoming events the next 7 days:" - -#: src/Model/Profile.php:767 -msgid "Member since:" -msgstr "Member since:" - -#: src/Model/Profile.php:775 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:776 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:791 -msgid "Age:" -msgstr "Age:" - -#: src/Model/Profile.php:804 -#, php-format -msgid "for %1$d %2$s" -msgstr "for %1$d %2$s" - -#: src/Model/Profile.php:828 -msgid "Religion:" -msgstr "Religion:" - -#: src/Model/Profile.php:836 -msgid "Hobbies/Interests:" -msgstr "Hobbies/Interests:" - -#: src/Model/Profile.php:848 -msgid "Contact information and Social Networks:" -msgstr "Contact information and social networks:" - -#: src/Model/Profile.php:852 -msgid "Musical interests:" -msgstr "Music:" - -#: src/Model/Profile.php:856 -msgid "Books, literature:" -msgstr "Books/Literature:" - -#: src/Model/Profile.php:860 -msgid "Television:" -msgstr "Television:" - -#: src/Model/Profile.php:864 -msgid "Film/dance/culture/entertainment:" -msgstr "Arts, culture, entertainment:" - -#: src/Model/Profile.php:868 -msgid "Love/Romance:" -msgstr "Love/Romance:" - -#: src/Model/Profile.php:872 -msgid "Work/employment:" -msgstr "Work/Employment:" - -#: src/Model/Profile.php:876 -msgid "School/education:" -msgstr "School/Education:" - -#: src/Model/Profile.php:881 -msgid "Forums:" -msgstr "Forums:" - -#: src/Model/Profile.php:928 src/Module/Contact.php:850 -msgid "Profile Details" -msgstr "Profile Details" - -#: src/Model/Profile.php:978 -msgid "Only You Can See This" -msgstr "Only you can see this." - -#: src/Model/Profile.php:986 src/Model/Profile.php:989 -msgid "Tips for New Members" -msgstr "Tips for New Members" - -#: src/Model/Profile.php:1186 -#, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "OpenWebAuth: %1$s welcomes %2$s" - -#: src/Model/Item.php:3313 -msgid "activity" -msgstr "activity" - -#: src/Model/Item.php:3315 src/Object/Post.php:474 -msgid "comment" -msgid_plural "comments" -msgstr[0] "comment" -msgstr[1] "comments" - -#: src/Model/Item.php:3318 -msgid "post" -msgstr "post" - -#: src/Model/Item.php:3417 -#, php-format -msgid "Content warning: %s" -msgstr "Content warning: %s" - -#: src/Model/Item.php:3494 -msgid "bytes" -msgstr "bytes" - -#: src/Model/Item.php:3541 -msgid "View on separate page" -msgstr "View on separate page" - -#: src/Model/Item.php:3542 -msgid "view on separate page" -msgstr "view on separate page" - -#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119 -#: src/Module/Profile.php:122 -#, php-format -msgid "%s's timeline" -msgstr "%s's timeline" - -#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120 -#, php-format -msgid "%s's posts" -msgstr "%s's posts" - -#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121 -#, php-format -msgid "%s's comments" -msgstr "%s's comments" - -#: src/Protocol/OStatus.php:1861 -#, php-format -msgid "%s is now following %s." -msgstr "%s is now following %s." - -#: src/Protocol/OStatus.php:1862 -msgid "following" -msgstr "following" - -#: src/Protocol/OStatus.php:1865 -#, php-format -msgid "%s stopped following %s." -msgstr "%s stopped following %s." - -#: src/Protocol/OStatus.php:1866 -msgid "stopped following" -msgstr "stopped following" - -#: src/Protocol/Diaspora.php:2527 -msgid "Sharing notification from Diaspora network" -msgstr "Sharing notification from diaspora* network" - -#: src/Protocol/Diaspora.php:3674 -msgid "Attachments:" -msgstr "Attachments:" - -#: src/Worker/Delivery.php:508 -msgid "(no subject)" -msgstr "(no subject)" +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "Select identity:" #: src/Module/Tos.php:35 src/Module/Tos.php:77 msgid "" @@ -6737,192 +3991,451 @@ msgstr "This information is required for communication and is passed on to the n #, php-format msgid "" "At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " "be permanent. Deletion of the data will also be requested from the nodes of " "the communication partners." -msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." +msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." #: src/Module/Tos.php:40 src/Module/Tos.php:76 msgid "Privacy Statement" msgstr "Privacy Statement" -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "No installed applications." +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Setup" -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Applications" +#: src/Module/Install.php:170 +msgid "System check" +msgstr "System check" -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Credits" +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "Next" -#: src/Module/Credits.php:26 +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Check again" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "No SSL policy, links will track page SSL state" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "Force all links to use SSL" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Self-signed certificate, use SSL for local links only (discouraged)" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Base settings" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 +msgid "SSL link policy" +msgstr "SSL link policy" + +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determines whether generated links should be forced to use SSL" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Host name" + +#: src/Module/Install.php:199 msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." -#: src/Module/Admin/Addons/Details.php:51 -msgid "Addon not found." -msgstr "Addon not found." +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Base path to installation" -#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 -#, php-format -msgid "Addon %s disabled." -msgstr "Addon %s disabled." +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." -#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 -#, php-format -msgid "Addon %s enabled." -msgstr "Addon %s enabled." +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "URL Subpath" -#: src/Module/Admin/Addons/Details.php:76 -#: src/Module/Admin/Themes/Details.php:60 -msgid "Disable" -msgstr "Disable" +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath." -#: src/Module/Admin/Addons/Details.php:79 -#: src/Module/Admin/Themes/Details.php:63 -msgid "Enable" -msgstr "Enable" +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Database connection" -#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:61 -#: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56 -#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173 -msgid "Administration" -msgstr "Administration" +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "In order to install Friendica we need to know how to connect to your database." -#: src/Module/Admin/Addons/Details.php:101 -#: src/Module/Admin/Themes/Details.php:106 -msgid "Toggle" -msgstr "Toggle" +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." -#: src/Module/Admin/Addons/Details.php:109 -#: src/Module/Admin/Themes/Details.php:115 -msgid "Author: " -msgstr "Author: " +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." -#: src/Module/Admin/Addons/Details.php:110 -#: src/Module/Admin/Themes/Details.php:116 -msgid "Maintainer: " -msgstr "Maintainer: " +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Database server name" -#: src/Module/Admin/Addons/Index.php:36 -#, php-format -msgid "Addon %s failed to install." -msgstr "Addon %s failed to install." +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Database login name" -#: src/Module/Admin/Addons/Index.php:53 -msgid "Reload active addons" -msgstr "Reload active addons" +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Database login password" -#: src/Module/Admin/Addons/Index.php:58 +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "For security reasons the password must not be empty" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Database name" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Please select a default time zone for your website" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Site settings" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "Site administrator email address" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "System language:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Set the default language for your Friendica installation interface and email communication." + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Your Friendica site database has been installed." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Installation finished" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

What next

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." + +#: src/Module/Install.php:331 #, php-format msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." -#: src/Module/Admin/Blocklist/Contact.php:28 -#: src/Console/GlobalCommunityBlock.php:87 -msgid "The contact has been blocked from the node" -msgstr "The contact has been blocked from the node" +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "Please login to continue." -#: src/Module/Admin/Blocklist/Contact.php:30 -#: src/Console/GlobalCommunityBlock.php:82 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Could not find any contact entry for this URL (%s)" - -#: src/Module/Admin/Blocklist/Contact.php:38 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "%s contact unblocked" -msgstr[1] "%s contacts unblocked" - -#: src/Module/Admin/Blocklist/Contact.php:62 -msgid "Remote Contact Blocklist" -msgstr "Remote contact blocklist" - -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/BaseAdminModule.php:62 msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "This page allows you to prevent any message from a remote contact to reach your node." +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "A managed account cannot access the administration pages. Please log in as administrator." -#: src/Module/Admin/Blocklist/Contact.php:64 -msgid "Block Remote Contact" -msgstr "Block Remote Contact" +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "Overview" -#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 -msgid "select all" -msgstr "select all" +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" +msgstr "Federation statistics" -#: src/Module/Admin/Blocklist/Contact.php:66 -msgid "select none" -msgstr "select none" +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "Configuration" -#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:585 src/Module/Contact.php:802 -#: src/Module/Contact.php:1061 -msgid "Unblock" -msgstr "Unblock" +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "Site" -#: src/Module/Admin/Blocklist/Contact.php:69 -msgid "No remote contact is blocked from this node." -msgstr "No remote contact is blocked from this node." +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "Users" -#: src/Module/Admin/Blocklist/Contact.php:71 -msgid "Blocked Remote Contacts" -msgstr "Blocked remote contacts" +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "Addons" -#: src/Module/Admin/Blocklist/Contact.php:72 -msgid "Block New Remote Contact" -msgstr "Block new remote contact" +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "Theme selection" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Photo" -msgstr "Photo" +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "Additional features" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Reason" -msgstr "Reason" +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "Database" -#: src/Module/Admin/Blocklist/Contact.php:81 +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "DB updates" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "Inspect deferred workers" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "Inspect worker queue" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "Tools" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "Contact block-list" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Server block-list" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "Delete item" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "Logs" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "View logs" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "Diagnostics" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "PHP info" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "Probe address" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "Check webfinger" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "Item source" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" +msgstr "Babel" + +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "Addon features" + +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "User registrations awaiting confirmation" + +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "Create a new account" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " +msgstr "Your OpenID: " + +#: src/Module/Login.php:124 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "Please enter your username and password to add the OpenID to your existing account." + +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " +msgstr "Or login with OpenID: " + +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "Nickname or email: " + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "Password: " + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "Remember me" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "Forgot your password?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "Forgotten password?" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "Website Terms of Service" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "Terms of service" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "Website Privacy Policy" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "Privacy policy" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "Access to this profile has been restricted." + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "Invalid code, please try again." + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "Two-factor authentication" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Error" +msgstr[1] "Errors" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 #, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "%s total blocked contact" -msgstr[1] "%s total blocked contacts" +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "Don’t have your phone? Enter a two-factor recovery code" -#: src/Module/Admin/Blocklist/Contact.php:83 -msgid "URL of the remote contact to block." -msgstr "URL of the remote contact to block." +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "Please enter a code from your authentication app" -#: src/Module/Admin/Blocklist/Contact.php:84 -msgid "Block Reason" -msgstr "Reason for blocking" +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "Verify code and complete login" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "Remaining recovery codes: %d" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "Two-factor recovery" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "Please enter a recovery code" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "Submit recovery code and complete login" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "Sorry, the system is currently down for maintenance." + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "This page is missing a URL parameter." + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "The post was created" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "Invalid photo with id %s." + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "Item was not found." #: src/Module/Admin/Blocklist/Server.php:31 msgid "Server domain pattern added to blocklist." -msgstr "Server domain pattern added to blocklist." +msgstr "Server domain pattern added to block-list." #: src/Module/Admin/Blocklist/Server.php:47 msgid "Site blocklist updated." -msgstr "Site blocklist updated." +msgstr "Site block-list updated." #: src/Module/Admin/Blocklist/Server.php:64 #: src/Module/Admin/Blocklist/Server.php:89 @@ -6940,18 +4453,30 @@ msgstr "Delete server domain pattern" #: src/Module/Admin/Blocklist/Server.php:66 msgid "Check to delete this entry from the blocklist" -msgstr "Check to delete this entry from the blocklist" +msgstr "Check to delete this entry from the block-list" + +#: src/Module/Admin/Blocklist/Server.php:73 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 +msgid "Administration" +msgstr "Administration" #: src/Module/Admin/Blocklist/Server.php:74 msgid "Server Domain Pattern Blocklist" -msgstr "Server Domain Pattern Blocklist" +msgstr "Server domain pattern block-list" #: src/Module/Admin/Blocklist/Server.php:75 msgid "" "This page can be used to define a blacklist of server domain patterns from " "the federated network that are not allowed to interact with your node. For " "each domain pattern you should also provide the reason why you block it." -msgstr "This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it." +msgstr "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it." #: src/Module/Admin/Blocklist/Server.php:76 msgid "" @@ -6972,7 +4497,7 @@ msgstr "

The server domain pattern syntax is case-insensitive shell wildcard, #: src/Module/Admin/Blocklist/Server.php:83 msgid "Add new entry to block list" -msgstr "Add new entry to block list" +msgstr "Add new entry to block-list" #: src/Module/Admin/Blocklist/Server.php:84 msgid "Server Domain Pattern" @@ -6998,277 +4523,113 @@ msgstr "Add entry" #: src/Module/Admin/Blocklist/Server.php:87 msgid "Save changes to the blocklist" -msgstr "Save changes to the blocklist" +msgstr "Save changes to the block-list" #: src/Module/Admin/Blocklist/Server.php:88 msgid "Current Entries in the Blocklist" -msgstr "Current entries in the blocklist" +msgstr "Current entries in the block-list" #: src/Module/Admin/Blocklist/Server.php:91 msgid "Delete entry from blocklist" -msgstr "Delete entry from blocklist" +msgstr "Delete entry from block-list" #: src/Module/Admin/Blocklist/Server.php:94 msgid "Delete entry from blocklist?" -msgstr "Delete entry from blocklist?" +msgstr "Delete entry from block-list?" -#: src/Module/Admin/DBSync.php:32 -msgid "Update has been marked successful" -msgstr "Update has been marked successful" +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "The contact has been blocked from the node" -#: src/Module/Admin/DBSync.php:42 +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 #, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Database structure update %s was successfully applied." +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Could not find any contact entry for this URL (%s)" -#: src/Module/Admin/DBSync.php:46 +#: src/Module/Admin/Blocklist/Contact.php:38 #, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "Executing of database structure update %s failed with error: %s" +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact unblocked" +msgstr[1] "%s contacts unblocked" -#: src/Module/Admin/DBSync.php:63 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Executing %s failed with error: %s" +#: src/Module/Admin/Blocklist/Contact.php:62 +msgid "Remote Contact Blocklist" +msgstr "Remote contact block-list" -#: src/Module/Admin/DBSync.php:65 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s was successfully applied." - -#: src/Module/Admin/DBSync.php:68 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s did not return a status. Unknown if it succeeded." - -#: src/Module/Admin/DBSync.php:71 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "There was no additional update function %s that needed to be called." - -#: src/Module/Admin/DBSync.php:91 -msgid "No failed updates." -msgstr "No failed updates." - -#: src/Module/Admin/DBSync.php:92 -msgid "Check database structure" -msgstr "Check database structure" - -#: src/Module/Admin/DBSync.php:97 -msgid "Failed Updates" -msgstr "Failed updates" - -#: src/Module/Admin/DBSync.php:98 +#: src/Module/Admin/Blocklist/Contact.php:63 msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "This does not include updates prior to 1139, which did not return a status." +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "This page allows you to prevent any message from a remote contact to reach your node." -#: src/Module/Admin/DBSync.php:99 -msgid "Mark success (if update was manually applied)" -msgstr "Mark success (if update was manually applied)" +#: src/Module/Admin/Blocklist/Contact.php:64 +msgid "Block Remote Contact" +msgstr "Block Remote Contact" -#: src/Module/Admin/DBSync.php:100 -msgid "Attempt to execute this update step automatically" -msgstr "Attempt to execute this update step automatically" +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 +msgid "select all" +msgstr "select all" -#: src/Module/Admin/Features.php:59 +#: src/Module/Admin/Blocklist/Contact.php:66 +msgid "select none" +msgstr "select none" + +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 +msgid "Unblock" +msgstr "Unblock" + +#: src/Module/Admin/Blocklist/Contact.php:69 +msgid "No remote contact is blocked from this node." +msgstr "No remote contact is blocked from this node." + +#: src/Module/Admin/Blocklist/Contact.php:71 +msgid "Blocked Remote Contacts" +msgstr "Blocked remote contacts" + +#: src/Module/Admin/Blocklist/Contact.php:72 +msgid "Block New Remote Contact" +msgstr "Block new remote contact" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Photo" +msgstr "Photo" + +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "Name:" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "Reason" + +#: src/Module/Admin/Blocklist/Contact.php:81 #, php-format -msgid "Lock feature %s" -msgstr "Lock feature %s" +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s total blocked contact" +msgstr[1] "%s total blocked contacts" -#: src/Module/Admin/Features.php:67 -msgid "Manage Additional Features" -msgstr "Manage additional features" +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "Profile URL:" -#: src/Module/Admin/Federation.php:76 -msgid "unknown" -msgstr "unknown" +#: src/Module/Admin/Blocklist/Contact.php:83 +msgid "URL of the remote contact to block." +msgstr "URL of the remote contact to block." -#: src/Module/Admin/Federation.php:181 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." - -#: src/Module/Admin/Federation.php:182 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." - -#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 -msgid "Federation Statistics" -msgstr "Federation statistics" - -#: src/Module/Admin/Federation.php:194 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:" - -#: src/Module/Admin/Item/Delete.php:35 -msgid "Item marked for deletion." -msgstr "Item marked for deletion." - -#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95 -msgid "Delete Item" -msgstr "Delete item" - -#: src/Module/Admin/Item/Delete.php:48 -msgid "Delete this Item" -msgstr "Delete" - -#: src/Module/Admin/Item/Delete.php:49 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." - -#: src/Module/Admin/Item/Delete.php:50 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." - -#: src/Module/Admin/Item/Delete.php:51 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "The GUID of the item you want to delete." -msgstr "GUID of item to be deleted." - -#: src/Module/Admin/Item/Source.php:47 -msgid "Item Guid" -msgstr "Item Guid" - -#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 -#: src/Module/Admin/Summary.php:90 -#, php-format -msgid "The logfile '%s' is not writable. No logging possible" -msgstr "The logfile '%s' is not writeable. No logging possible" - -#: src/Module/Admin/Logs/Settings.php:36 -msgid "Log settings updated." -msgstr "Log settings updated." - -#: src/Module/Admin/Logs/Settings.php:55 -msgid "PHP log currently enabled." -msgstr "PHP log currently enabled." - -#: src/Module/Admin/Logs/Settings.php:57 -msgid "PHP log currently disabled." -msgstr "PHP log currently disabled." - -#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 -#: src/Module/BaseAdminModule.php:98 -msgid "Logs" -msgstr "Logs" - -#: src/Module/Admin/Logs/Settings.php:66 -msgid "Clear" -msgstr "Clear" - -#: src/Module/Admin/Logs/Settings.php:70 -msgid "Enable Debugging" -msgstr "Enable debugging" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "Log file" -msgstr "Log file" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Must be writable by web server and relative to your Friendica top-level directory." - -#: src/Module/Admin/Logs/Settings.php:72 -msgid "Log level" -msgstr "Log level" - -#: src/Module/Admin/Logs/Settings.php:74 -msgid "PHP logging" -msgstr "PHP logging" - -#: src/Module/Admin/Logs/Settings.php:75 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the" -" following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." - -#: src/Module/Admin/Logs/View.php:22 -#, 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 "Error trying to open %1$s log file.\\r\\n
Check to see if file %1$s exist and is readable." - -#: src/Module/Admin/Logs/View.php:26 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
Check to see if file" -" %1$s is readable." -msgstr "Couldn't open %1$s log file.\\r\\n
Check if file %1$s is readable." - -#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99 -msgid "View Logs" -msgstr "View logs" - -#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 -msgid "Theme settings updated." -msgstr "Theme settings updated." - -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 -#, php-format -msgid "Theme %s disabled." -msgstr "Theme %s disabled." - -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 -#, php-format -msgid "Theme %s successfully enabled." -msgstr "Theme %s successfully enabled." - -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 -#, php-format -msgid "Theme %s failed to install." -msgstr "Theme %s failed to install." - -#: src/Module/Admin/Themes/Details.php:97 -msgid "Screenshot" -msgstr "Screenshot" - -#: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83 -msgid "Themes" -msgstr "Theme selection" - -#: src/Module/Admin/Themes/Embed.php:67 -msgid "Unknown theme." -msgstr "Unknown theme." - -#: src/Module/Admin/Themes/Index.php:98 -msgid "Reload active themes" -msgstr "Reload active themes" - -#: src/Module/Admin/Themes/Index.php:103 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "No themes found on the system. They should be placed in %1$s" - -#: src/Module/Admin/Themes/Index.php:104 -msgid "[Experimental]" -msgstr "[Experimental]" - -#: src/Module/Admin/Themes/Index.php:105 -msgid "[Unsupported]" -msgstr "[Unsupported]" +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "Reason for blocking" #: src/Module/Admin/Tos.php:30 msgid "The Terms of Service settings have been updated." @@ -7309,6 +4670,115 @@ msgid "" "of sections should be [h2] and below." msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower." +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "Save settings" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." +msgstr "Addon not found." + +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s disabled." + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s enabled." + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "Disable" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "Enable" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "Toggle" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "Author: " + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "Maintainer: " + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "Addon %s failed to install." + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "Reload active addons" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" + +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "Theme settings updated." + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." +msgstr "Unknown theme." + +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 +#, php-format +msgid "Theme %s disabled." +msgstr "Theme %s disabled." + +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "Theme %s successfully enabled." + +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 +#, php-format +msgid "Theme %s failed to install." +msgstr "Theme %s failed to install." + +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "Screenshot" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "Reload active themes" + +#: src/Module/Admin/Themes/Index.php:103 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "No themes found on the system. They should be placed in %1$s" + +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" +msgstr "[Unsupported]" + #: src/Module/Admin/Users.php:48 #, php-format msgid "" @@ -7389,10 +4859,42 @@ msgstr "User \"%s\" blocked" msgid "User \"%s\" unblocked" msgstr "User \"%s\" unblocked" +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 +msgid "Normal Account Page" +msgstr "Standard" + +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 +msgid "Soapbox Page" +msgstr "Soapbox" + +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 +msgid "Public Forum" +msgstr "Public forum" + +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 +msgid "Automatic Friend Page" +msgstr "Love-all" + #: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "Private Forum" +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 +msgid "Personal Page" +msgstr "Personal Page" + +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 +msgid "Organisation Page" +msgstr "Organisation Page" + +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 +msgid "News Page" +msgstr "News Page" + +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 +msgid "Community Forum" +msgstr "Community Forum" + #: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "Relay" @@ -7413,11 +4915,6 @@ msgstr "Last item" msgid "Type" msgstr "Type" -#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295 -#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Users" - #: src/Module/Admin/Users.php:279 msgid "Add User" msgstr "Add user" @@ -7494,42 +4991,6 @@ msgstr "Nickname of the new user." msgid "Email address of the new user." msgstr "Email address of the new user." -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Inspect Deferred Worker Queue" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Inspect Worker Queue" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Job Parameters" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Created" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Priority" - #: src/Module/Admin/Site.php:49 msgid "Can not parse base url. Must have at least ://" msgstr "Can not parse base URL. Must have at least ://" @@ -7542,6 +5003,15 @@ msgstr "Invalid storage backend settings." msgid "Site settings updated." msgstr "Site settings updated." +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "No special theme for mobile devices" + +#: src/Module/Admin/Site.php:450 mod/settings.php:908 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimental)" + #: src/Module/Admin/Site.php:462 msgid "No community page for local users" msgstr "No community page for local users" @@ -7564,13 +5034,13 @@ msgstr "Public postings from local users and the federated network" #: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 #: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 -#: src/Module/Contact.php:525 +#: src/Module/Contact.php:546 msgid "Disabled" msgstr "Disabled" #: src/Module/Admin/Site.php:472 msgid "Users, Global Contacts" -msgstr "Users, Global Contacts" +msgstr "Users, global contacts" #: src/Module/Admin/Site.php:473 msgid "Users, Global Contacts/fallback" @@ -7608,18 +5078,6 @@ msgstr "Requires approval" msgid "Open" msgstr "Open" -#: src/Module/Admin/Site.php:514 src/Module/Install.php:182 -msgid "No SSL policy, links will track page SSL state" -msgstr "No SSL policy, links will track page SSL state" - -#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Self-signed certificate, use SSL for local links only (discouraged)" - #: src/Module/Admin/Site.php:520 msgid "Don't check" msgstr "Don't check" @@ -7636,15 +5094,11 @@ msgstr "check for development version updates" msgid "Database (legacy)" msgstr "Database (legacy)" -#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Site" - #: src/Module/Admin/Site.php:569 msgid "Republish users to directory" msgstr "Republish users to directory" -#: src/Module/Admin/Site.php:570 src/Module/Register.php:121 +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 msgid "Registration" msgstr "Join this Friendica Node Today" @@ -7746,14 +5200,6 @@ msgstr "Mobile system theme" msgid "Theme for mobile devices" msgstr "Theme for mobile devices" -#: src/Module/Admin/Site.php:592 src/Module/Install.php:192 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: src/Module/Admin/Site.php:592 src/Module/Install.php:194 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determines whether generated links should be forced to use SSL" - #: src/Module/Admin/Site.php:593 msgid "Force SSL" msgstr "Force SSL" @@ -8487,9 +5933,187 @@ msgstr "If enabled, the tags from the saved searches will be used for the \"tags #: src/Module/Admin/Site.php:680 msgid "Start Relocation" -msgstr "Start Relocation" +msgstr "Start relocation" -#: src/Module/Admin/Summary.php:30 +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "unknown" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." + +#: src/Module/Admin/Federation.php:182 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "Off" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "On" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "Lock feature %s" + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "Manage additional features" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Inspect Deferred Worker Queue" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "Inspect Worker Queue" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Job Parameters" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Created" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Priority" + +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "Item marked for deletion." + +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "Delete" + +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "GUID of item to be deleted." + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "Item Guid" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "The logfile '%s' is not writeable. No logging possible" + +#: src/Module/Admin/Logs/Settings.php:36 +msgid "Log settings updated." +msgstr "Log settings updated." + +#: src/Module/Admin/Logs/Settings.php:55 +msgid "PHP log currently enabled." +msgstr "PHP log currently enabled." + +#: src/Module/Admin/Logs/Settings.php:57 +msgid "PHP log currently disabled." +msgstr "PHP log currently disabled." + +#: src/Module/Admin/Logs/Settings.php:66 +msgid "Clear" +msgstr "Clear" + +#: src/Module/Admin/Logs/Settings.php:70 +msgid "Enable Debugging" +msgstr "Enable debugging" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "Log file" +msgstr "Log file" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Must be writable by web server and relative to your Friendica top-level directory." + +#: src/Module/Admin/Logs/Settings.php:72 +msgid "Log level" +msgstr "Log level" + +#: src/Module/Admin/Logs/Settings.php:74 +msgid "PHP logging" +msgstr "PHP logging" + +#: src/Module/Admin/Logs/Settings.php:75 +msgid "" +"To temporarily enable logging of PHP errors and warnings you can prepend the" +" following to the index.php file of your installation. The filename set in " +"the 'error_log' line is relative to the friendica top-level directory and " +"must be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." + +#: src/Module/Admin/Logs/View.php:22 +#, 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 "Error trying to open %1$s log file.\\r\\n
Check to see if file %1$s exist and is readable." + +#: src/Module/Admin/Logs/View.php:26 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
Check to see if file" +" %1$s is readable." +msgstr "Couldn't open %1$s log file.\\r\\n
Check if file %1$s is readable." + +#: src/Module/Admin/Summary.php:32 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " @@ -8500,39 +6124,39 @@ msgid "" " an automatic conversion.
" msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" -#: src/Module/Admin/Summary.php:38 +#: src/Module/Admin/Summary.php:40 #, php-format msgid "" "There is a new version of Friendica available for download. Your current " "version is %1$s, upstream version is %2$s" msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" -#: src/Module/Admin/Summary.php:47 +#: src/Module/Admin/Summary.php:49 msgid "" "The database update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear." msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." -#: src/Module/Admin/Summary.php:51 +#: src/Module/Admin/Summary.php:53 msgid "" "The last update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear. (Some of the errors are possibly inside the logfile.)" msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile." -#: src/Module/Admin/Summary.php:56 +#: src/Module/Admin/Summary.php:58 msgid "The worker was never executed. Please check your database structure!" msgstr "The worker process has never been executed. Please check your database structure!" -#: src/Module/Admin/Summary.php:58 +#: src/Module/Admin/Summary.php:60 #, php-format msgid "" "The last worker execution was on %s UTC. This is older than one hour. Please" " check your crontab settings." msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." -#: src/Module/Admin/Summary.php:63 +#: src/Module/Admin/Summary.php:65 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -8541,7 +6165,7 @@ msgid "" "help with the transition." msgstr "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your configuration from .htconfig.php. See the configuration help page for help with the transition." -#: src/Module/Admin/Summary.php:67 +#: src/Module/Admin/Summary.php:69 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -8550,7 +6174,7 @@ msgid "" "page for help with the transition." msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." -#: src/Module/Admin/Summary.php:73 +#: src/Module/Admin/Summary.php:75 #, php-format msgid "" "%s is not reachable on your system. This is a severe " @@ -8558,178 +6182,676 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." -#: src/Module/Admin/Summary.php:106 +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "The logfile '%s' is not usable. No logging is possible (error: '%s')." + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "The debug logfile '%s' is not usable. No logging is possible (error: '%s')." + +#: src/Module/Admin/Summary.php:125 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." -#: src/Module/Admin/Summary.php:114 +#: src/Module/Admin/Summary.php:133 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used." -#: src/Module/Admin/Summary.php:122 +#: src/Module/Admin/Summary.php:141 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." -#: src/Module/Admin/Summary.php:129 +#: src/Module/Admin/Summary.php:148 msgid "Normal Account" msgstr "Standard account" -#: src/Module/Admin/Summary.php:130 +#: src/Module/Admin/Summary.php:149 msgid "Automatic Follower Account" msgstr "Automatic follower account" -#: src/Module/Admin/Summary.php:131 +#: src/Module/Admin/Summary.php:150 msgid "Public Forum Account" msgstr "Public forum account" -#: src/Module/Admin/Summary.php:132 +#: src/Module/Admin/Summary.php:151 msgid "Automatic Friend Account" msgstr "Automatic friend account" -#: src/Module/Admin/Summary.php:133 +#: src/Module/Admin/Summary.php:152 msgid "Blog Account" msgstr "Blog account" -#: src/Module/Admin/Summary.php:134 +#: src/Module/Admin/Summary.php:153 msgid "Private Forum Account" msgstr "Private forum account" -#: src/Module/Admin/Summary.php:154 +#: src/Module/Admin/Summary.php:173 msgid "Message queues" msgstr "Message queues" -#: src/Module/Admin/Summary.php:160 +#: src/Module/Admin/Summary.php:179 msgid "Server Settings" msgstr "Server Settings" -#: src/Module/Admin/Summary.php:174 +#: src/Module/Admin/Summary.php:193 msgid "Summary" msgstr "Summary" -#: src/Module/Admin/Summary.php:176 +#: src/Module/Admin/Summary.php:195 msgid "Registered users" msgstr "Registered users" -#: src/Module/Admin/Summary.php:178 +#: src/Module/Admin/Summary.php:197 msgid "Pending registrations" msgstr "Pending registrations" -#: src/Module/Admin/Summary.php:179 +#: src/Module/Admin/Summary.php:198 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:183 +#: src/Module/Admin/Summary.php:202 msgid "Active addons" msgstr "Active addons" -#: src/Module/AllFriends.php:55 -msgid "No friends to display." -msgstr "No friends to display." +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" +msgstr "Update has been marked successful" -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "Item was not found." +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Database structure update %s was successfully applied." -#: src/Module/BaseAdminModule.php:62 +#: src/Module/Admin/DBSync.php:46 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Executing of database structure update %s failed with error: %s" + +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Executing %s failed with error: %s" + +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s was successfully applied." + +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s did not return a status. Unknown if it succeeded." + +#: src/Module/Admin/DBSync.php:71 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "There was no additional update function %s that needed to be called." + +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." +msgstr "No failed updates." + +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" +msgstr "Check database structure" + +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" +msgstr "Failed updates" + +#: src/Module/Admin/DBSync.php:98 msgid "" -"Submanaged account can't access the administation pages. Please log back in " -"as the master account." -msgstr "A managed account cannot access the administration pages. Please log in as administrator." +"This does not include updates prior to 1139, which did not return a status." +msgstr "This does not include updates prior to 1139, which did not return a status." -#: src/Module/BaseAdminModule.php:76 -msgid "Overview" -msgstr "Overview" +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" +msgstr "Mark success (if update was manually applied)" -#: src/Module/BaseAdminModule.php:79 -msgid "Configuration" -msgstr "Configuration" +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" +msgstr "Attempt to execute this update step automatically" -#: src/Module/BaseAdminModule.php:87 -msgid "Database" -msgstr "Database" +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." +msgstr "Delegation successfully granted." -#: src/Module/BaseAdminModule.php:88 -msgid "DB updates" -msgstr "DB updates" +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "Parent user not found, unavailable or password doesn't match." -#: src/Module/BaseAdminModule.php:89 -msgid "Inspect Deferred Workers" -msgstr "Inspect deferred workers" +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "Delegation successfully revoked." -#: src/Module/BaseAdminModule.php:90 -msgid "Inspect worker Queue" -msgstr "Inspect worker queue" +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "Delegated administrators can view but not change delegation permissions." -#: src/Module/BaseAdminModule.php:92 -msgid "Tools" -msgstr "Tools" +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "Delegate user not found." -#: src/Module/BaseAdminModule.php:93 -msgid "Contact Blocklist" -msgstr "Contact blocklist" +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "No parent user" -#: src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Server blocklist" +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "Parent password:" -#: src/Module/BaseAdminModule.php:101 -msgid "Diagnostics" -msgstr "Diagnostics" +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Please enter the password of the parent account to authorise this request." -#: src/Module/BaseAdminModule.php:102 -msgid "PHP Info" -msgstr "PHP info" +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "Parent user" -#: src/Module/BaseAdminModule.php:103 -msgid "probe address" -msgstr "Probe address" +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." -#: src/Module/BaseAdminModule.php:104 -msgid "check webfinger" -msgstr "Check webfinger" +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "Delegate Page Management" -#: src/Module/BaseAdminModule.php:105 -msgid "Item Source" -msgstr "Item source" +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "Delegates" -#: src/Module/BaseAdminModule.php:106 -msgid "Babel" -msgstr "Babel" +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." -#: src/Module/BaseAdminModule.php:115 -msgid "Addon Features" -msgstr "Addon features" +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "Existing page delegates" -#: src/Module/BaseAdminModule.php:116 -msgid "User registrations waiting for confirmation" -msgstr "User registrations awaiting confirmation" +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "Potential delegates" -#: src/Module/BaseSearchModule.php:52 +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "Remove" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "Add" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "No entries." + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "Export account" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "Export all" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported." + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "Export contacts to CSV" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example." + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "Export personal data" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "Please enter your password to access this page." + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "Two-factor authentication successfully activated." + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account name
\n\t
%s
\n\t
Secret key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "Two-factor code verification" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "

Please scan this QR Code with your authenticator app and submit the provided code.

" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "

Or you can open the following URL in your mobile device:

%s

" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "Verify code and enable two-factor authentication" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "App-specific password generation failed: The description is empty." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "App-specific password generation failed: This description already exists." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "New app-specific password generated." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "App-specific passwords successfully revoked." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "App-specific password successfully revoked." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "Two-factor app-specific passwords" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "

App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "Description" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "Last Used" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "Revoke" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "Revoke All" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "Generate new app-specific password" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "Friendiqa on my Fairphone 2..." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "Generate" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "Two-factor authentication successfully disabled." + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "Wrong password" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "Authenticator app" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "Configured" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "Not configured" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "

You haven't finished configuring your authenticator app.

" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "

Your authenticator app is correctly configured.

" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "Recovery codes" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "Remaining valid codes" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "

These one-use codes can replace an authenticator app code in case you have lost access to it.

" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "App-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "Generated app-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "Actions" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "Current password:" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "You need to provide your current password to change two-factor authentication settings." + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "Enable two-factor authentication" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "Disable two-factor authentication" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "Show recovery codes" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "Manage app-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "Finish app configuration" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "New recovery codes successfully generated." + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "Two-factor recovery codes" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore." + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "Generate new recovery codes" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "Next: Verification" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "Method not allowed." + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 +msgid "Page not found." +msgstr "Page not found" + +#: src/Module/BaseSearchModule.php:54 #, php-format msgid "People Search - %s" msgstr "People search - %s" -#: src/Module/BaseSearchModule.php:62 +#: src/Module/BaseSearchModule.php:64 #, php-format msgid "Forum Search - %s" msgstr "Forum search - %s" -#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 -msgid "You must be logged in to use this module" -msgstr "You must be logged in to use this module" +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "No matches" -#: src/Module/Debug/Feed.php:49 -msgid "Source URL" -msgstr "Source URL" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "No installed applications." + +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Applications" + +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Credits" + +#: src/Module/Credits.php:26 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" + +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "Logged out." + +#: src/Module/Group.php:42 +msgid "Group created." +msgstr "Group created." + +#: src/Module/Group.php:48 +msgid "Could not create group." +msgstr "Could not create group." + +#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 +msgid "Group not found." +msgstr "Group not found." + +#: src/Module/Group.php:65 +msgid "Group name changed." +msgstr "Group name changed." + +#: src/Module/Group.php:87 +msgid "Unknown group." +msgstr "Unknown group." + +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "Contact not found." + +#: src/Module/Group.php:96 +msgid "Contact is unavailable." +msgstr "Contact is unavailable." + +#: src/Module/Group.php:100 +msgid "Contact is deleted." +msgstr "Contact is deleted." + +#: src/Module/Group.php:106 +msgid "Contact is blocked, unable to add it to a group." +msgstr "Contact is blocked, unable to add it to a group." + +#: src/Module/Group.php:110 +msgid "Unable to add the contact to the group." +msgstr "Unable to add contact to group." + +#: src/Module/Group.php:112 +msgid "Contact successfully added to group." +msgstr "Contact successfully added to group." + +#: src/Module/Group.php:116 +msgid "Unable to remove the contact from the group." +msgstr "Unable to remove contact from group." + +#: src/Module/Group.php:118 +msgid "Contact successfully removed from group." +msgstr "Contact removed from group." + +#: src/Module/Group.php:121 +msgid "Unknown group command." +msgstr "Unknown group command." + +#: src/Module/Group.php:124 +msgid "Bad request." +msgstr "Bad request." + +#: src/Module/Group.php:163 +msgid "Save Group" +msgstr "Save group" + +#: src/Module/Group.php:164 +msgid "Filter" +msgstr "Filter" + +#: src/Module/Group.php:170 +msgid "Create a group of contacts/friends." +msgstr "Create a group of contacts/friends." + +#: src/Module/Group.php:212 +msgid "Group removed." +msgstr "Group removed." + +#: src/Module/Group.php:214 +msgid "Unable to remove group." +msgstr "Unable to remove group." + +#: src/Module/Group.php:265 +msgid "Delete Group" +msgstr "Delete group" + +#: src/Module/Group.php:275 +msgid "Edit Group Name" +msgstr "Edit group name" + +#: src/Module/Group.php:285 +msgid "Members" +msgstr "Members" + +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "Group is empty" + +#: src/Module/Group.php:301 +msgid "Remove contact from group" +msgstr "Remove contact from group" + +#: src/Module/Group.php:321 mod/profperm.php:119 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: src/Module/Group.php:335 +msgid "Add contact to group" +msgstr "Add contact to group" + +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "No given contact." + +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Only logged in users are permitted to perform a probing." #: src/Module/Debug/Localtime.php:30 msgid "Time Conversion" @@ -8760,14 +6882,6 @@ msgstr "Converted local time: %s" msgid "Please select your timezone:" msgstr "Please select your time zone:" -#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Only logged in users are permitted to perform a probing." - -#: src/Module/Debug/Probe.php:35 -msgid "Lookup address" -msgstr "Lookup address" - #: src/Module/Debug/Babel.php:32 msgid "Source input" msgstr "Source input" @@ -8880,885 +6994,29 @@ msgstr "Markdown" msgid "HTML" msgstr "HTML" -#: src/Module/Directory.php:61 -msgid "No entries (some entries may be hidden)." -msgstr "No entries (entries may be hidden)." +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "Access denied." -#: src/Module/Directory.php:80 -msgid "Find on this site" -msgstr "Find on this site" +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 +msgid "You must be logged in to use this module" +msgstr "You must be logged in to use this module" -#: src/Module/Directory.php:82 -msgid "Results for:" -msgstr "Results for:" +#: src/Module/Debug/Feed.php:49 +msgid "Source URL" +msgstr "Source URL" -#: src/Module/Directory.php:84 -msgid "Site Directory" -msgstr "Site directory" +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "Lookup address" -#: src/Module/Filer/SaveTag.php:39 -#, php-format -msgid "Filetag %s saved to item" -msgstr "File-tag %s saved to item" - -#: src/Module/Filer/SaveTag.php:48 -msgid "- select -" -msgstr "- select -" - -#: src/Module/FollowConfirm.php:37 -msgid "No given contact." -msgstr "No given contact." - -#: src/Module/Friendica.php:40 -msgid "Installed addons/apps:" -msgstr "Installed addons/apps:" - -#: src/Module/Friendica.php:45 -msgid "No installed addons/apps" -msgstr "No installed addons/apps" - -#: src/Module/Friendica.php:50 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "Read about the Terms of Service of this node." - -#: src/Module/Friendica.php:57 -msgid "On this server the following remote servers are blocked." -msgstr "On this server the following remote servers are blocked." - -#: src/Module/Friendica.php:75 -#, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." -msgstr "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s." - -#: src/Module/Friendica.php:80 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Please visit Friendi.ca to learn more about the Friendica project." - -#: src/Module/Friendica.php:81 -msgid "Bug reports and issues: please visit" -msgstr "Bug reports and issues: please visit" - -#: src/Module/Friendica.php:81 -msgid "the bugtracker at github" -msgstr "the bugtracker at github" - -#: src/Module/Friendica.php:82 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" - -#: src/Module/Group.php:42 -msgid "Group created." -msgstr "Group created." - -#: src/Module/Group.php:48 -msgid "Could not create group." -msgstr "Could not create group." - -#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 -msgid "Group not found." -msgstr "Group not found." - -#: src/Module/Group.php:65 -msgid "Group name changed." -msgstr "Group name changed." - -#: src/Module/Group.php:87 -msgid "Unknown group." -msgstr "Unknown group." - -#: src/Module/Group.php:96 -msgid "Contact is unavailable." -msgstr "Contact is unavailable." - -#: src/Module/Group.php:100 -msgid "Contact is deleted." -msgstr "Contact is deleted." - -#: src/Module/Group.php:106 -msgid "Contact is blocked, unable to add it to a group." -msgstr "Contact is blocked, unable to add it to a group." - -#: src/Module/Group.php:110 -msgid "Unable to add the contact to the group." -msgstr "Unable to add contact to group." - -#: src/Module/Group.php:112 -msgid "Contact successfully added to group." -msgstr "Contact successfully added to group." - -#: src/Module/Group.php:116 -msgid "Unable to remove the contact from the group." -msgstr "Unable to remove contact from group." - -#: src/Module/Group.php:118 -msgid "Contact successfully removed from group." -msgstr "Contact removed from group." - -#: src/Module/Group.php:121 -msgid "Unknown group command." -msgstr "Unknown group command." - -#: src/Module/Group.php:124 -msgid "Bad request." -msgstr "Bad request." - -#: src/Module/Group.php:163 -msgid "Save Group" -msgstr "Save group" - -#: src/Module/Group.php:164 -msgid "Filter" -msgstr "Filter" - -#: src/Module/Group.php:170 -msgid "Create a group of contacts/friends." -msgstr "Create a group of contacts/friends." - -#: src/Module/Group.php:212 -msgid "Group removed." -msgstr "Group removed." - -#: src/Module/Group.php:214 -msgid "Unable to remove group." -msgstr "Unable to remove group." - -#: src/Module/Group.php:265 -msgid "Delete Group" -msgstr "Delete group" - -#: src/Module/Group.php:275 -msgid "Edit Group Name" -msgstr "Edit group name" - -#: src/Module/Group.php:285 -msgid "Members" -msgstr "Members" - -#: src/Module/Group.php:301 -msgid "Remove contact from group" -msgstr "Remove contact from group" - -#: src/Module/Group.php:335 -msgid "Add contact to group" -msgstr "Add contact to group" - -#: src/Module/Help.php:43 -msgid "Help:" -msgstr "Help:" - -#: src/Module/Home.php:42 +#: src/Module/Home.php:34 #, php-format msgid "Welcome to %s" msgstr "Welcome to %s" -#: src/Module/Invite.php:37 -msgid "Total invitation limit exceeded." -msgstr "Total invitation limit exceeded" - -#: src/Module/Invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Not a valid email address" - -#: src/Module/Invite.php:87 -msgid "Please join us on Friendica" -msgstr "Please join us on Friendica." - -#: src/Module/Invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Invitation limit is exceeded. Please contact your site administrator." - -#: src/Module/Invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Message delivery failed" - -#: src/Module/Invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d message sent." -msgstr[1] "%d messages sent." - -#: src/Module/Invite.php:122 -msgid "You have no more invitations available" -msgstr "You have no more invitations available." - -#: src/Module/Invite.php:129 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks." - -#: src/Module/Invite.php:131 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "To accept this invitation, please sign up at %s or any other public Friendica website." - -#: src/Module/Invite.php:132 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join." - -#: src/Module/Invite.php:136 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members." - -#: src/Module/Invite.php:139 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks." - -#: src/Module/Invite.php:138 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "To accept this invitation, please visit and register at %s." - -#: src/Module/Invite.php:146 -msgid "Send invitations" -msgstr "Send invitations" - -#: src/Module/Invite.php:147 -msgid "Enter email addresses, one per line:" -msgstr "Enter email addresses, one per line:" - -#: src/Module/Invite.php:151 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web." - -#: src/Module/Invite.php:153 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "You will need to supply this invitation code: $invite_code" - -#: src/Module/Invite.php:153 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Once you have signed up, please connect with me via my profile page at:" - -#: src/Module/Invite.php:155 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" - -#: src/Module/Item/Compose.php:30 -msgid "Please enter a post body." -msgstr "Please enter a post body." - -#: src/Module/Item/Compose.php:43 -msgid "This feature is only available with the frio theme." -msgstr "This feature is only available with the Frio theme." - -#: src/Module/Item/Compose.php:63 -msgid "Compose new personal note" -msgstr "Compose new personal note" - -#: src/Module/Item/Compose.php:70 -msgid "Compose new post" -msgstr "Compose new post" - -#: src/Module/Item/Compose.php:190 -msgid "Clear the location" -msgstr "Clear the location" - -#: src/Module/Item/Compose.php:191 -msgid "Location services are unavailable on your device" -msgstr "Location services are unavailable on your device" - -#: src/Module/Item/Compose.php:192 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" -msgstr "Location services are disabled. Please check the website's permissions on your device" - -#: src/Module/Item/Compose.php:196 -msgid "Public" -msgstr "Public" - -#: src/Module/Item/Compose.php:197 -msgid "" -"This post will be sent to all your followers and can be seen in the " -"community pages and by anyone with its link." -msgstr "This post will be sent to all your followers and can be seen in the community pages and by anyone with its link." - -#: src/Module/Item/Compose.php:198 -msgid "Limited/Private" -msgstr "Limited/Private" - -#: src/Module/Item/Compose.php:199 -msgid "" -"This post will be sent only to the people in the first box, to the exception" -" of the people mentioned in the second box. It won't appear anywhere public." -msgstr "This post will be sent only to the people in the first box, with the exception of the people mentioned in the second box. It won't appear anywhere public." - -#: src/Module/Login.php:286 -msgid "Create a New Account" -msgstr "Create a new account" - -#: src/Module/Login.php:319 -msgid "Password: " -msgstr "Password: " - -#: src/Module/Login.php:320 -msgid "Remember me" -msgstr "Remember me" - -#: src/Module/Login.php:323 -msgid "Or login using OpenID: " -msgstr "Or login with OpenID: " - -#: src/Module/Login.php:329 -msgid "Forgot your password?" -msgstr "Forgot your password?" - -#: src/Module/Login.php:332 -msgid "Website Terms of Service" -msgstr "Website Terms of Service" - -#: src/Module/Login.php:333 -msgid "terms of service" -msgstr "Terms of service" - -#: src/Module/Login.php:335 -msgid "Website Privacy Policy" -msgstr "Website Privacy Policy" - -#: src/Module/Login.php:336 -msgid "privacy policy" -msgstr "Privacy policy" - -#: src/Module/Logout.php:38 -msgid "Logged out." -msgstr "Logged out." - -#: src/Module/Maintenance.php:29 -msgid "System down for maintenance" -msgstr "Sorry, the system is currently down for maintenance." - -#: src/Module/PageNotFound.php:13 -msgid "Page not found." -msgstr "Page not found" - -#: src/Module/Photo.php:87 -#, php-format -msgid "Invalid photo with id %s." -msgstr "Invalid photo with id %s." - -#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 -msgid "User not found." -msgstr "User not found." - -#: src/Module/Profile/Contacts.php:78 -msgid "No contacts." -msgstr "No contacts." - -#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569 -#: src/Module/Contact.php:1008 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visit %s's profile [%s]" - -#: src/Module/Profile/Contacts.php:112 -#, php-format -msgid "Follower (%s)" -msgid_plural "Followers (%s)" -msgstr[0] "Follower (%s)" -msgstr[1] "Followers (%s)" - -#: src/Module/Profile/Contacts.php:113 -#, php-format -msgid "Following (%s)" -msgid_plural "Following (%s)" -msgstr[0] "Following (%s)" -msgstr[1] "Following (%s)" - -#: src/Module/Profile/Contacts.php:114 -#, php-format -msgid "Mutual friend (%s)" -msgid_plural "Mutual friends (%s)" -msgstr[0] "Mutual friend (%s)" -msgstr[1] "Mutual friends (%s)" - -#: src/Module/Profile/Contacts.php:116 -#, php-format -msgid "Contact (%s)" -msgid_plural "Contacts (%s)" -msgstr[0] "Contact (%s)" -msgstr[1] "Contacts (%s)" - -#: src/Module/Profile/Contacts.php:125 -msgid "All contacts" -msgstr "All contacts" - -#: src/Module/Register.php:83 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking \"Register\"." -msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"." - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items." - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "Your OpenID (optional): " - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "Include your profile in member directory?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "Note for the admin" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Leave a message for the admin, why you want to join this node." - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "Membership on this site is by invitation only." - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "Your invitation code: " - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Your full name: " - -#: src/Module/Register.php:128 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)" - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "Leave empty for an auto generated password." - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"." - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "Choose a nickname: " - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "Import an existing Friendica profile to this node." - -#: src/Module/Register.php:149 -msgid "Note: This node explicitly contains adult content" -msgstr "Note: This node explicitly contains adult content" - -#: src/Module/Register.php:242 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registration successful. Please check your email for further instructions." - -#: src/Module/Register.php:246 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "Failed to send email message. Here your account details:
login: %s
password: %s

You can change your password after login." - -#: src/Module/Register.php:253 -msgid "Registration successful." -msgstr "Registration successful." - -#: src/Module/Register.php:258 -msgid "Your registration can not be processed." -msgstr "Your registration cannot be processed." - -#: src/Module/Register.php:304 -msgid "Your registration is pending approval by the site owner." -msgstr "Your registration is pending approval by the site administrator." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:36 -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "Please enter your password to access this page." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:54 -msgid "App-specific password generation failed: The description is empty." -msgstr "App-specific password generation failed: The description is empty." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:57 -msgid "" -"App-specific password generation failed: This description already exists." -msgstr "App-specific password generation failed: This description already exists." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:61 -msgid "New app-specific password generated." -msgstr "New app-specific password generated." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:67 -msgid "App-specific passwords successfully revoked." -msgstr "App-specific passwords successfully revoked." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:77 -msgid "App-specific password successfully revoked." -msgstr "App-specific password successfully revoked." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:98 -msgid "Two-factor app-specific passwords" -msgstr "Two-factor app-specific passwords" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 -msgid "" -"

App-specific passwords are randomly generated passwords used instead your" -" regular password to authenticate your account on third-party applications " -"that don't support two-factor authentication.

" -msgstr "

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:101 -msgid "" -"Make sure to copy your new app-specific password now. You won’t be able to " -"see it again!" -msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:104 -msgid "Description" -msgstr "Description" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:105 -msgid "Last Used" -msgstr "Last Used" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:106 -msgid "Revoke" -msgstr "Revoke" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 -msgid "Revoke All" -msgstr "Revoke All" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 -msgid "" -"When you generate a new app-specific password, you must use it right away, " -"it will be shown to you once after you generate it." -msgstr "When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:111 -msgid "Generate new app-specific password" -msgstr "Generate new app-specific password" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:112 -msgid "Friendiqa on my Fairphone 2..." -msgstr "Friendiqa on my Fairphone 2..." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:113 -msgid "Generate" -msgstr "Generate" - -#: src/Module/Settings/TwoFactor/Index.php:51 -msgid "Two-factor authentication successfully disabled." -msgstr "Two-factor authentication successfully disabled." - -#: src/Module/Settings/TwoFactor/Index.php:92 -msgid "" -"

Use an application on a mobile device to get two-factor authentication " -"codes when prompted on login.

" -msgstr "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

" - -#: src/Module/Settings/TwoFactor/Index.php:96 -msgid "Authenticator app" -msgstr "Authenticator app" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Configured" -msgstr "Configured" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Not Configured" -msgstr "Not configured" - -#: src/Module/Settings/TwoFactor/Index.php:98 -msgid "

You haven't finished configuring your authenticator app.

" -msgstr "

You haven't finished configuring your authenticator app.

" - -#: src/Module/Settings/TwoFactor/Index.php:99 -msgid "

Your authenticator app is correctly configured.

" -msgstr "

Your authenticator app is correctly configured.

" - -#: src/Module/Settings/TwoFactor/Index.php:101 -msgid "Recovery codes" -msgstr "Recovery codes" - -#: src/Module/Settings/TwoFactor/Index.php:102 -msgid "Remaining valid codes" -msgstr "Remaining valid codes" - -#: src/Module/Settings/TwoFactor/Index.php:104 -msgid "" -"

These one-use codes can replace an authenticator app code in case you " -"have lost access to it.

" -msgstr "

These one-use codes can replace an authenticator app code in case you have lost access to it.

" - -#: src/Module/Settings/TwoFactor/Index.php:106 -msgid "App-specific passwords" -msgstr "App-specific passwords" - -#: src/Module/Settings/TwoFactor/Index.php:107 -msgid "Generated app-specific passwords" -msgstr "Generated app-specific passwords" - -#: src/Module/Settings/TwoFactor/Index.php:109 -msgid "" -"

These randomly generated passwords allow you to authenticate on apps not " -"supporting two-factor authentication.

" -msgstr "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

" - -#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614 -msgid "Actions" -msgstr "Actions" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "Current password:" -msgstr "Current password:" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "" -"You need to provide your current password to change two-factor " -"authentication settings." -msgstr "You need to provide your current password to change two-factor authentication settings." - -#: src/Module/Settings/TwoFactor/Index.php:113 -msgid "Enable two-factor authentication" -msgstr "Enable two-factor authentication" - -#: src/Module/Settings/TwoFactor/Index.php:114 -msgid "Disable two-factor authentication" -msgstr "Disable two-factor authentication" - -#: src/Module/Settings/TwoFactor/Index.php:115 -msgid "Show recovery codes" -msgstr "Show recovery codes" - -#: src/Module/Settings/TwoFactor/Index.php:116 -msgid "Manage app-specific passwords" -msgstr "Manage app-specific passwords" - -#: src/Module/Settings/TwoFactor/Index.php:117 -msgid "Finish app configuration" -msgstr "Finish app configuration" - -#: src/Module/Settings/TwoFactor/Recovery.php:50 -msgid "New recovery codes successfully generated." -msgstr "New recovery codes successfully generated." - -#: src/Module/Settings/TwoFactor/Recovery.php:76 -msgid "Two-factor recovery codes" -msgstr "Two-factor recovery codes" - -#: src/Module/Settings/TwoFactor/Recovery.php:78 -msgid "" -"

Recovery codes can be used to access your account in the event you lose " -"access to your device and cannot receive two-factor authentication " -"codes.

Put these in a safe spot! If you lose your " -"device and don’t have the recovery codes you will lose access to your " -"account.

" -msgstr "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

" - -#: src/Module/Settings/TwoFactor/Recovery.php:80 -msgid "" -"When you generate new recovery codes, you must copy the new codes. Your old " -"codes won’t work anymore." -msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore." - -#: src/Module/Settings/TwoFactor/Recovery.php:81 -msgid "Generate new recovery codes" -msgstr "Generate new recovery codes" - -#: src/Module/Settings/TwoFactor/Recovery.php:83 -msgid "Next: Verification" -msgstr "Next: Verification" - -#: src/Module/Settings/TwoFactor/Verify.php:63 -msgid "Two-factor authentication successfully activated." -msgstr "Two-factor authentication successfully activated." - -#: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 -msgid "Invalid code, please retry." -msgstr "Invalid code, please try again." - -#: src/Module/Settings/TwoFactor/Verify.php:96 -#, php-format -msgid "" -"

Or you can submit the authentication settings manually:

\n" -"
\n" -"\t
Issuer
\n" -"\t
%s
\n" -"\t
Account Name
\n" -"\t
%s
\n" -"\t
Secret Key
\n" -"\t
%s
\n" -"\t
Type
\n" -"\t
Time-based
\n" -"\t
Number of digits
\n" -"\t
6
\n" -"\t
Hashing algorithm
\n" -"\t
SHA-1
\n" -"
" -msgstr "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account name
\n\t
%s
\n\t
Secret key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
" - -#: src/Module/Settings/TwoFactor/Verify.php:116 -msgid "Two-factor code verification" -msgstr "Two-factor code verification" - -#: src/Module/Settings/TwoFactor/Verify.php:118 -msgid "" -"

Please scan this QR Code with your authenticator app and submit the " -"provided code.

" -msgstr "

Please scan this QR Code with your authenticator app and submit the provided code.

" - -#: src/Module/Settings/TwoFactor/Verify.php:120 -#, php-format -msgid "" -"

Or you can open the following URL in your mobile devicde:

%s

" -msgstr "

Or you can open the following URL in your mobile device:

%s

" - -#: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:67 -msgid "Please enter a code from your authentication app" -msgstr "Please enter a code from your authentication app" - -#: src/Module/Settings/TwoFactor/Verify.php:127 -msgid "Verify code and enable two-factor authentication" -msgstr "Verify code and enable two-factor authentication" - -#: src/Module/Special/HTTPException.php:32 -msgid "Bad Request" -msgstr "Bad Request" - -#: src/Module/Special/HTTPException.php:33 -msgid "Unauthorized" -msgstr "Unauthorized" - -#: src/Module/Special/HTTPException.php:34 -msgid "Forbidden" -msgstr "Forbidden" - -#: src/Module/Special/HTTPException.php:35 -msgid "Not Found" -msgstr "Not found" - -#: src/Module/Special/HTTPException.php:36 -msgid "Internal Server Error" -msgstr "Internal Server Error" - -#: src/Module/Special/HTTPException.php:37 -msgid "Service Unavailable" -msgstr "Service Unavailable" - -#: src/Module/Special/HTTPException.php:44 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "The server cannot process the request due to an apparent client error." - -#: src/Module/Special/HTTPException.php:45 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "Authentication is required and has failed or has not yet been provided." - -#: src/Module/Special/HTTPException.php:46 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account." - -#: src/Module/Special/HTTPException.php:47 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "The requested resource could not be found but may be available in the future." - -#: src/Module/Special/HTTPException.php:48 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "An unexpected condition was encountered and no more specific message is available." - -#: src/Module/Special/HTTPException.php:49 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later." - -#: src/Module/Special/HTTPException.php:55 -msgid "Go back" -msgstr "Go back" - -#: src/Module/TwoFactor/Recovery.php:41 -#, php-format -msgid "Remaining recovery codes: %d" -msgstr "Remaining recovery codes: %d" - -#: src/Module/TwoFactor/Recovery.php:65 -msgid "Two-factor recovery" -msgstr "Two-factor recovery" - -#: src/Module/TwoFactor/Recovery.php:66 -msgid "" -"

You can enter one of your one-time recovery codes in case you lost access" -" to your mobile device.

" -msgstr "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

" - -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 -#, php-format -msgid "Don’t have your phone? Enter a two-factor recovery code" -msgstr "Don’t have your phone? Enter a two-factor recovery code" - -#: src/Module/TwoFactor/Recovery.php:68 -msgid "Please enter a recovery code" -msgstr "Please enter a recovery code" - -#: src/Module/TwoFactor/Recovery.php:69 -msgid "Submit recovery code and complete login" -msgstr "Submit recovery code and complete login" - -#: src/Module/TwoFactor/Verify.php:63 -msgid "" -"

Open the two-factor authentication app on your device to get an " -"authentication code and verify your identity.

" -msgstr "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

" - -#: src/Module/TwoFactor/Verify.php:68 -msgid "Verify code and complete login" -msgstr "Verify code and complete login" - #: src/Module/Welcome.php:25 msgid "Welcome to Friendica" msgstr "Welcome to Friendica" @@ -9809,6 +7067,10 @@ msgid "" "potential friends know exactly how to find you." msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "Upload profile photo" + #: src/Module/Welcome.php:40 msgid "" "Upload a profile photo if you have not done so already. Studies have shown " @@ -9924,13 +7186,69 @@ msgid "" " features and resources." msgstr "Our help pages may be consulted for detail on other program features and resources." -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "This page is missing a URL parameter." +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "User not found." -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "The post was created" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "No contacts." + +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visit %s's profile [%s]" + +#: src/Module/Profile/Contacts.php:112 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "Follower (%s)" +msgstr[1] "Followers (%s)" + +#: src/Module/Profile/Contacts.php:113 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "Following (%s)" +msgstr[1] "Following (%s)" + +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "Mutual friend (%s)" +msgstr[1] "Mutual friends (%s)" + +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "Contact (%s)" +msgstr[1] "Contacts (%s)" + +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "All contacts" + +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "File-tag %s saved to item" + +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "- select -" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "Invalid contact." + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "No friends to display." #: src/Module/Contact.php:72 #, php-format @@ -9951,659 +7269,838 @@ msgstr "Could not locate selected profile." msgid "Contact updated." msgstr "Contact updated." -#: src/Module/Contact.php:355 +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "Failed to update contact record." + +#: src/Module/Contact.php:376 msgid "Contact not found" msgstr "Contact not found" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:395 msgid "Contact has been blocked" msgstr "Contact has been blocked" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:395 msgid "Contact has been unblocked" msgstr "Contact has been unblocked" -#: src/Module/Contact.php:384 +#: src/Module/Contact.php:405 msgid "Contact has been ignored" msgstr "Contact has been ignored" -#: src/Module/Contact.php:384 +#: src/Module/Contact.php:405 msgid "Contact has been unignored" msgstr "Contact has been unignored" -#: src/Module/Contact.php:394 +#: src/Module/Contact.php:415 msgid "Contact has been archived" msgstr "Contact has been archived" -#: src/Module/Contact.php:394 +#: src/Module/Contact.php:415 msgid "Contact has been unarchived" msgstr "Contact has been unarchived" -#: src/Module/Contact.php:418 +#: src/Module/Contact.php:439 msgid "Drop contact" msgstr "Drop contact" -#: src/Module/Contact.php:421 src/Module/Contact.php:798 +#: src/Module/Contact.php:442 src/Module/Contact.php:819 msgid "Do you really want to delete this contact?" msgstr "Do you really want to delete this contact?" -#: src/Module/Contact.php:435 +#: src/Module/Contact.php:456 msgid "Contact has been removed." msgstr "Contact has been removed." -#: src/Module/Contact.php:465 +#: src/Module/Contact.php:486 #, php-format msgid "You are mutual friends with %s" msgstr "You are mutual friends with %s" -#: src/Module/Contact.php:470 +#: src/Module/Contact.php:491 #, php-format msgid "You are sharing with %s" msgstr "You are sharing with %s" -#: src/Module/Contact.php:475 +#: src/Module/Contact.php:496 #, php-format msgid "%s is sharing with you" msgstr "%s is sharing with you" -#: src/Module/Contact.php:499 +#: src/Module/Contact.php:520 msgid "Private communications are not available for this contact." msgstr "Private communications are not available for this contact." -#: src/Module/Contact.php:501 +#: src/Module/Contact.php:522 msgid "Never" msgstr "Never" -#: src/Module/Contact.php:504 +#: src/Module/Contact.php:525 msgid "(Update was successful)" msgstr "(Update was successful)" -#: src/Module/Contact.php:504 +#: src/Module/Contact.php:525 msgid "(Update was not successful)" msgstr "(Update was not successful)" -#: src/Module/Contact.php:506 src/Module/Contact.php:1042 +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 msgid "Suggest friends" msgstr "Suggest friends" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:531 #, php-format msgid "Network type: %s" msgstr "Network type: %s" -#: src/Module/Contact.php:515 +#: src/Module/Contact.php:536 msgid "Communications lost with this contact!" msgstr "Communications lost with this contact!" -#: src/Module/Contact.php:521 +#: src/Module/Contact.php:542 msgid "Fetch further information for feeds" msgstr "Fetch further information for feeds" -#: src/Module/Contact.php:523 +#: src/Module/Contact.php:544 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." -#: src/Module/Contact.php:526 +#: src/Module/Contact.php:547 msgid "Fetch information" msgstr "Fetch information" -#: src/Module/Contact.php:527 +#: src/Module/Contact.php:548 msgid "Fetch keywords" msgstr "Fetch keywords" -#: src/Module/Contact.php:528 +#: src/Module/Contact.php:549 msgid "Fetch information and keywords" msgstr "Fetch information and keywords" -#: src/Module/Contact.php:547 +#: src/Module/Contact.php:568 msgid "Profile Visibility" msgstr "Profile visibility" -#: src/Module/Contact.php:548 +#: src/Module/Contact.php:569 msgid "Contact Information / Notes" msgstr "Personal note" -#: src/Module/Contact.php:549 +#: src/Module/Contact.php:570 msgid "Contact Settings" msgstr "Notification and privacy " -#: src/Module/Contact.php:558 +#: src/Module/Contact.php:579 msgid "Contact" msgstr "Contact" -#: src/Module/Contact.php:562 +#: src/Module/Contact.php:583 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:585 msgid "Their personal note" msgstr "Their personal note" -#: src/Module/Contact.php:566 +#: src/Module/Contact.php:587 msgid "Edit contact notes" msgstr "Edit contact notes" -#: src/Module/Contact.php:570 +#: src/Module/Contact.php:591 msgid "Block/Unblock contact" msgstr "Block/Unblock contact" -#: src/Module/Contact.php:571 +#: src/Module/Contact.php:592 msgid "Ignore contact" msgstr "Ignore contact" -#: src/Module/Contact.php:572 +#: src/Module/Contact.php:593 msgid "Repair URL settings" msgstr "Repair URL settings" -#: src/Module/Contact.php:573 +#: src/Module/Contact.php:594 msgid "View conversations" msgstr "View conversations" -#: src/Module/Contact.php:578 +#: src/Module/Contact.php:599 msgid "Last update:" msgstr "Last update:" -#: src/Module/Contact.php:580 +#: src/Module/Contact.php:601 msgid "Update public posts" msgstr "Update public posts" -#: src/Module/Contact.php:582 src/Module/Contact.php:1052 +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 msgid "Update now" msgstr "Update now" -#: src/Module/Contact.php:586 src/Module/Contact.php:803 -#: src/Module/Contact.php:1069 +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 msgid "Unignore" msgstr "Unignore" -#: src/Module/Contact.php:590 +#: src/Module/Contact.php:611 msgid "Currently blocked" msgstr "Currently blocked" -#: src/Module/Contact.php:591 +#: src/Module/Contact.php:612 msgid "Currently ignored" msgstr "Currently ignored" -#: src/Module/Contact.php:592 +#: src/Module/Contact.php:613 msgid "Currently archived" msgstr "Currently archived" -#: src/Module/Contact.php:593 +#: src/Module/Contact.php:614 msgid "Awaiting connection acknowledge" msgstr "Awaiting connection acknowledgement " -#: src/Module/Contact.php:594 +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "Hide this contact from others" + +#: src/Module/Contact.php:615 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Replies/Likes to your public posts may still be visible" -#: src/Module/Contact.php:595 +#: src/Module/Contact.php:616 msgid "Notification for new posts" msgstr "Notification for new posts" -#: src/Module/Contact.php:595 +#: src/Module/Contact.php:616 msgid "Send a notification of every new post of this contact" msgstr "Send notification for every new post from this contact" -#: src/Module/Contact.php:597 +#: src/Module/Contact.php:618 msgid "Blacklisted keywords" msgstr "Blacklisted keywords" -#: src/Module/Contact.php:597 +#: src/Module/Contact.php:618 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" -#: src/Module/Contact.php:663 +#: src/Module/Contact.php:684 msgid "Show all contacts" msgstr "Show all contacts" -#: src/Module/Contact.php:668 src/Module/Contact.php:778 +#: src/Module/Contact.php:689 src/Module/Contact.php:799 msgid "Pending" msgstr "Pending" -#: src/Module/Contact.php:671 +#: src/Module/Contact.php:692 msgid "Only show pending contacts" msgstr "Only show pending contacts" -#: src/Module/Contact.php:676 src/Module/Contact.php:779 +#: src/Module/Contact.php:697 src/Module/Contact.php:800 msgid "Blocked" msgstr "Blocked" -#: src/Module/Contact.php:679 +#: src/Module/Contact.php:700 msgid "Only show blocked contacts" msgstr "Only show blocked contacts" -#: src/Module/Contact.php:684 src/Module/Contact.php:781 +#: src/Module/Contact.php:705 src/Module/Contact.php:802 msgid "Ignored" msgstr "Ignored" -#: src/Module/Contact.php:687 +#: src/Module/Contact.php:708 msgid "Only show ignored contacts" msgstr "Only show ignored contacts" -#: src/Module/Contact.php:692 src/Module/Contact.php:782 +#: src/Module/Contact.php:713 src/Module/Contact.php:803 msgid "Archived" msgstr "Archived" -#: src/Module/Contact.php:695 +#: src/Module/Contact.php:716 msgid "Only show archived contacts" msgstr "Only show archived contacts" -#: src/Module/Contact.php:700 src/Module/Contact.php:780 +#: src/Module/Contact.php:721 src/Module/Contact.php:801 msgid "Hidden" msgstr "Hidden" -#: src/Module/Contact.php:703 +#: src/Module/Contact.php:724 msgid "Only show hidden contacts" msgstr "Only show hidden contacts" -#: src/Module/Contact.php:711 +#: src/Module/Contact.php:732 msgid "Organize your contact groups" msgstr "Organise your contact groups" -#: src/Module/Contact.php:793 +#: src/Module/Contact.php:814 msgid "Search your contacts" msgstr "Search your contacts" -#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "Results for: %s" + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "Update" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 msgid "Archive" msgstr "Archive" -#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 msgid "Unarchive" msgstr "Unarchive" -#: src/Module/Contact.php:807 +#: src/Module/Contact.php:828 msgid "Batch Actions" msgstr "Batch actions" -#: src/Module/Contact.php:834 +#: src/Module/Contact.php:855 msgid "Conversations started by this contact" msgstr "Conversations started by this contact" -#: src/Module/Contact.php:839 +#: src/Module/Contact.php:860 msgid "Posts and Comments" msgstr "Posts and Comments" -#: src/Module/Contact.php:862 +#: src/Module/Contact.php:883 msgid "View all contacts" msgstr "View all contacts" -#: src/Module/Contact.php:873 +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "Common friends" + +#: src/Module/Contact.php:894 msgid "View all common friends" msgstr "View all common friends" -#: src/Module/Contact.php:883 +#: src/Module/Contact.php:904 msgid "Advanced Contact Settings" msgstr "Advanced contact settings" -#: src/Module/Contact.php:966 +#: src/Module/Contact.php:987 msgid "Mutual Friendship" msgstr "Mutual friendship" -#: src/Module/Contact.php:971 +#: src/Module/Contact.php:992 msgid "is a fan of yours" msgstr "is a fan of yours" -#: src/Module/Contact.php:976 +#: src/Module/Contact.php:997 msgid "you are a fan of" msgstr "I follow them" -#: src/Module/Contact.php:994 +#: src/Module/Contact.php:1015 msgid "Pending outgoing contact request" msgstr "Pending outgoing contact request" -#: src/Module/Contact.php:996 +#: src/Module/Contact.php:1017 msgid "Pending incoming contact request" msgstr "Pending incoming contact request" -#: src/Module/Contact.php:1009 +#: src/Module/Contact.php:1030 msgid "Edit contact" msgstr "Edit contact" -#: src/Module/Contact.php:1063 +#: src/Module/Contact.php:1084 msgid "Toggle Blocked status" msgstr "Toggle blocked status" -#: src/Module/Contact.php:1071 +#: src/Module/Contact.php:1092 msgid "Toggle Ignored status" msgstr "Toggle ignored status" -#: src/Module/Contact.php:1080 +#: src/Module/Contact.php:1101 msgid "Toggle Archive status" msgstr "Toggle archive status" -#: src/Module/Contact.php:1088 +#: src/Module/Contact.php:1109 msgid "Delete contact" msgstr "Delete contact" -#: src/Module/Install.php:159 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Setup" +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "Total invitation limit exceeded" -#: src/Module/Install.php:170 -msgid "System check" -msgstr "System check" +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Not a valid email address" -#: src/Module/Install.php:175 -msgid "Check again" -msgstr "Check again" +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Please join us on Friendica." -#: src/Module/Install.php:190 -msgid "Base settings" -msgstr "Base settings" +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Invitation limit is exceeded. Please contact your site administrator." -#: src/Module/Install.php:197 -msgid "Host name" -msgstr "Host name" +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Message delivery failed" -#: src/Module/Install.php:199 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d message sent." +msgstr[1] "%d messages sent." -#: src/Module/Install.php:202 -msgid "Base path to installation" -msgstr "Base path to installation" +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "You have no more invitations available." -#: src/Module/Install.php:204 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." - -#: src/Module/Install.php:207 -msgid "Sub path of the URL" -msgstr "URL Subpath" - -#: src/Module/Install.php:209 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath." - -#: src/Module/Install.php:220 -msgid "Database connection" -msgstr "Database connection" - -#: src/Module/Install.php:221 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "In order to install Friendica we need to know how to connect to your database." - -#: src/Module/Install.php:222 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." - -#: src/Module/Install.php:223 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." - -#: src/Module/Install.php:230 -msgid "Database Server Name" -msgstr "Database server name" - -#: src/Module/Install.php:235 -msgid "Database Login Name" -msgstr "Database login name" - -#: src/Module/Install.php:241 -msgid "Database Login Password" -msgstr "Database login password" - -#: src/Module/Install.php:243 -msgid "For security reasons the password must not be empty" -msgstr "For security reasons the password must not be empty" - -#: src/Module/Install.php:246 -msgid "Database Name" -msgstr "Database name" - -#: src/Module/Install.php:250 src/Module/Install.php:279 -msgid "Please select a default timezone for your website" -msgstr "Please select a default time zone for your website" - -#: src/Module/Install.php:264 -msgid "Site settings" -msgstr "Site settings" - -#: src/Module/Install.php:274 -msgid "Site administrator email address" -msgstr "Site administrator email address" - -#: src/Module/Install.php:276 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." - -#: src/Module/Install.php:283 -msgid "System Language:" -msgstr "System language:" - -#: src/Module/Install.php:285 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Set the default language for your Friendica installation interface and email communication." - -#: src/Module/Install.php:297 -msgid "Your Friendica site database has been installed." -msgstr "Your Friendica site database has been installed." - -#: src/Module/Install.php:305 -msgid "Installation finished" -msgstr "Installation finished" - -#: src/Module/Install.php:327 -msgid "

What next

" -msgstr "

What next

" - -#: src/Module/Install.php:328 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." - -#: src/Module/Install.php:331 +#: src/Module/Invite.php:129 #, php-format msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks." -#: src/Object/Post.php:138 -msgid "This entry was edited" -msgstr "This entry was edited" - -#: src/Object/Post.php:158 -msgid "Private Message" -msgstr "Private message" - -#: src/Object/Post.php:200 -msgid "Delete locally" -msgstr "Delete locally" - -#: src/Object/Post.php:203 -msgid "Delete globally" -msgstr "Delete globally" - -#: src/Object/Post.php:203 -msgid "Remove locally" -msgstr "Remove locally" - -#: src/Object/Post.php:217 -msgid "save to folder" -msgstr "Save to folder" - -#: src/Object/Post.php:252 -msgid "I will attend" -msgstr "I will attend" - -#: src/Object/Post.php:252 -msgid "I will not attend" -msgstr "I will not attend" - -#: src/Object/Post.php:252 -msgid "I might attend" -msgstr "I might attend" - -#: src/Object/Post.php:280 -msgid "ignore thread" -msgstr "Ignore thread" - -#: src/Object/Post.php:281 -msgid "unignore thread" -msgstr "Unignore thread" - -#: src/Object/Post.php:282 -msgid "toggle ignore status" -msgstr "Toggle ignore status" - -#: src/Object/Post.php:293 -msgid "add star" -msgstr "Add star" - -#: src/Object/Post.php:294 -msgid "remove star" -msgstr "Remove star" - -#: src/Object/Post.php:295 -msgid "toggle star status" -msgstr "Toggle star status" - -#: src/Object/Post.php:298 -msgid "starred" -msgstr "Starred" - -#: src/Object/Post.php:302 -msgid "add tag" -msgstr "Add tag" - -#: src/Object/Post.php:313 -msgid "like" -msgstr "Like" - -#: src/Object/Post.php:314 -msgid "dislike" -msgstr "Dislike" - -#: src/Object/Post.php:317 -msgid "Share this" -msgstr "Share this" - -#: src/Object/Post.php:317 -msgid "share" -msgstr "Share" - -#: src/Object/Post.php:385 -msgid "to" -msgstr "to" - -#: src/Object/Post.php:386 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:387 -msgid "Wall-to-Wall" -msgstr "Wall-to-wall" - -#: src/Object/Post.php:388 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall:" - -#: src/Object/Post.php:421 +#: src/Module/Invite.php:131 #, php-format -msgid "Reply to %s" -msgstr "Reply to %s" +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "To accept this invitation, please sign up at %s or any other public Friendica website." -#: src/Object/Post.php:437 -msgid "Notifier task is pending" -msgstr "Notifier task is pending" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is pending" -msgstr "Delivery to remote servers is pending" - -#: src/Object/Post.php:439 -msgid "Delivery to remote servers is underway" -msgstr "Delivery to remote servers is underway" - -#: src/Object/Post.php:440 -msgid "Delivery to remote servers is mostly done" -msgstr "Delivery to remote servers is mostly done" - -#: src/Object/Post.php:441 -msgid "Delivery to remote servers is done" -msgstr "Delivery to remote servers is done" - -#: src/Object/Post.php:461 +#: src/Module/Invite.php:132 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comment" -msgstr[1] "%d comments -" +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join." -#: src/Object/Post.php:462 -msgid "Show more" -msgstr "Show more" +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members." -#: src/Object/Post.php:463 -msgid "Show fewer" -msgstr "Show fewer" +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks." -#: src/App/Module.php:205 -msgid "You must be logged in to use addons. " -msgstr "You must be logged in to use addons. " - -#: src/App/Page.php:229 -msgid "Delete this item?" -msgstr "Delete this item?" - -#: src/App/Page.php:277 -msgid "toggle mobile" -msgstr "Toggle mobile" - -#: src/LegacyModule.php:30 +#: src/Module/Invite.php:138 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Legacy module file not found: %s" +msgid "To accept this invitation, please visit and register at %s." +msgstr "To accept this invitation, please visit and register at %s." -#: src/BaseModule.php:135 +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "Send invitations" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "Enter email addresses, one per line:" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "Your message:" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web." + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "You will need to supply this invitation code: $invite_code" + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Once you have signed up, please connect with me via my profile page at:" + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "everybody" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "Account" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "Display" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "Social networks" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "Delegations" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "Connected apps" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "Remove account" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "Please enter a post body." + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "This feature is only available with the Frio theme." + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "Compose new personal note" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "Compose new post" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "Visibility" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "Clear location" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "Location services are unavailable on your device" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "Location services are disabled. Please check the website's permissions on your device" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "Installed addons/apps:" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "No installed addons/apps" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Read about the Terms of Service of this node." + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "On this server the following remote servers are blocked." + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s." + +#: src/Module/Friendica.php:80 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Please visit Friendi.ca to learn more about the Friendica project." + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "Bug reports and issues: please visit" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "the bugtracker at github" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"." + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items." + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "Your OpenID (optional): " + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "Include your profile in member directory?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "No" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "Note for the admin" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Leave a message for the admin, why you want to join this node." + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "Membership on this site is by invitation only." + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "Your invitation code: " + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Your full name: " + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)" + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "New password:" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "Leave empty for an auto generated password." + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "Confirm new password:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"." + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "Choose a nickname: " + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "Import profile" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "Import an existing Friendica profile to this node." + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "Note: This node explicitly contains adult content" + +#: src/Module/Register.php:238 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registration successful. Please check your email for further instructions." + +#: src/Module/Register.php:242 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "Failed to send email message. Here your account details:
login: %s
password: %s

You can change your password after login." + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "Registration successful." + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "Your registration cannot be processed." + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "You have to leave a request note for the admin." + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "You have entered too much information." + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "Your registration is pending approval by the site administrator." + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "Search term successfully saved." + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "Search term already saved." + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "Search term successfully removed." + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "Only logged in users are permitted to perform a search." + +#: src/Module/Search/Index.php:57 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Only one search per minute is permitted for not logged in users." + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "No results." + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items tagged with: %s" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "You must be logged in to use this module." + +#: src/BaseModule.php:133 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." -#: src/Console/ArchiveContact.php:86 +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "Delete this item?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "Toggle mobile" + +#: src/App/Router.php:184 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Could not find any unarchived contact entry for this URL (%s)" +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "Method not allowed for this module. Allowed method(s): %s" -#: src/Console/ArchiveContact.php:89 -msgid "The contact entries have been archived" -msgstr "The contact entries have been archived" +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "You must be logged in to use addons. " -#: src/Console/NewPassword.php:93 -msgid "Enter new password: " -msgstr "Enter new password: " +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "Age: " + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DD or MM-DD" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "never" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "less than a second ago" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "year" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "years" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "months" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "weeks" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "days" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "hour" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "hours" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "minute" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "minutes" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "second" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "seconds" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "in %1$d %2$s" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s ago" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "(no subject)" #: src/Console/PostUpdate.php:73 #, php-format @@ -10626,16 +8123,2677 @@ msgstr "Execute pending post updates." msgid "All pending post updates are done." msgstr "All pending post updates are done." -#: src/App.php:485 -msgid "No system theme config value set." -msgstr "No system theme configuration value set." +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Enter new password: " -#: update.php:218 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "%s: Updating author-id and owner-id in item and thread table. " +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "Password update failed. Please try again." -#: update.php:273 +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "Password changed." + +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s: Updating post-type." -msgstr "%s: Updating post-type." +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Could not find any unarchived contact entry for this URL (%s)" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "The contact entries have been archived" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "No valid account found." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Password reset request issued. Please check your email." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "Password reset requested at %s" + +#: mod/lostpass.php:90 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." + +#: mod/lostpass.php:103 +msgid "Request has expired, please make a new one." +msgstr "Request has expired, please make a new one." + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "Reset My Password" + +#: mod/lostpass.php:119 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." + +#: mod/lostpass.php:121 +msgid "Reset" +msgstr "Reset" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Your password has been reset as requested." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Your new password is" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Save or copy your new password - and then" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "click here to login" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Your password may be changed from the Settings page after successful login." + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t" + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Your password has been changed at %s" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Embedded content - reload page to view]" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "User imports on closed servers can only be done by an administrator." + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "Move Existing Friendica Account" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "You can import an existing Friendica profile to this node." + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*." + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "Account file:" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "Community option not available." + +#: mod/community.php:85 +msgid "Not available." +msgstr "Not available." + +#: mod/community.php:95 +msgid "Local Community" +msgstr "Local community" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "Posts from local users on this server" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "Global community" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "Posts from users of the whole federated network" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "Suggested contact not found." + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "Friend suggestion sent" + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "Suggest friends" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggest a friend for %s" + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "No contacts in common." + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0} wants to be your friend" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0} requested registration" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "Remote privacy information not available." + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "Visible to:" + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "View" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "Create new event" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "Previous" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "List" + +#: mod/events.php:514 +msgid "Event details" +msgstr "Event details" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "Event starts:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "Required" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "Adjust for viewer's time zone" + +#: mod/events.php:544 +msgid "Description:" +msgstr "Description:" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "Title:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "Share this event" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "Permissions" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "Event removed" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Authorise application connection" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Return to your app and insert this security code:" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s welcomes %2$s" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "This calendar format is not supported" + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "No exportable data found" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "calendar" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "The requested item doesn't exist or has been deleted." + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "The feed for this item is unavailable." + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "This introduction has already been accepted." + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profile location is not valid or does not contain profile information." + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Warning: profile location has no identifiable owner name." + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "Warning: profile location has no profile photo." + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d required parameter was not found at the given location" +msgstr[1] "%d required parameters were not found at the given location" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "Introduction complete." + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "Unrecoverable protocol error." + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "Profile unavailable." + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s has received too many connection requests today." + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "Spam protection measures have been invoked." + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Friends are advised to please try again in 24 hours." + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "Invalid locator" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "You have already introduced yourself here." + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Apparently you are already friends with %s." + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "Invalid profile URL." + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "Your introduction has been sent." + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "Please login to confirm introduction." + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Incorrect identity currently logged in. Please login to this profile." + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:526 +msgid "Confirm" +msgstr "Confirm" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "Hide this contact" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "Welcome home %s." + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Please confirm your introduction/connection request to %s." + +#: mod/dfrn_request.php:634 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" + +#: mod/dfrn_request.php:636 +#, 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 "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today." + +#: mod/dfrn_request.php:639 +msgid "Friend/Connection Request" +msgstr "Friend/Connection request" + +#: mod/dfrn_request.php:640 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" + +#: mod/dfrn_request.php:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "Please answer the following:" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "Does %s know you?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "Add a personal note:" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "diaspora* (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:648 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar." + +#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "Submit request" + +#: mod/crepair.php:79 +msgid "Contact settings applied." +msgstr "Contact settings applied." + +#: mod/crepair.php:81 +msgid "Contact update failed." +msgstr "Contact update failed." + +#: mod/crepair.php:115 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "Warning: These are highly advanced settings. If you enter incorrect information your communications with this contact may not working." + +#: mod/crepair.php:116 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Please use your browser 'Back' button now if you are uncertain what to do on this page." + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "No mirroring" +msgstr "No mirroring" + +#: mod/crepair.php:130 +msgid "Mirror as forwarded posting" +msgstr "Mirror as forwarded posting" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "Mirror as my own posting" +msgstr "Mirror as my own posting" + +#: mod/crepair.php:145 +msgid "Return to contact editor" +msgstr "Return to contact editor" + +#: mod/crepair.php:147 +msgid "Refetch contact data" +msgstr "Re-fetch contact data." + +#: mod/crepair.php:150 +msgid "Remote Self" +msgstr "Remote self" + +#: mod/crepair.php:153 +msgid "Mirror postings from this contact" +msgstr "Mirror postings from this contact:" + +#: mod/crepair.php:155 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "This will cause Friendica to repost new entries from this contact." + +#: mod/crepair.php:160 +msgid "Account Nickname" +msgstr "Account nickname:" + +#: mod/crepair.php:161 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tag name - overrides name/nickname:" + +#: mod/crepair.php:162 +msgid "Account URL" +msgstr "Account URL:" + +#: mod/crepair.php:163 +msgid "Account URL Alias" +msgstr "Account URL alias" + +#: mod/crepair.php:164 +msgid "Friend Request URL" +msgstr "Friend request URL:" + +#: mod/crepair.php:165 +msgid "Friend Confirm URL" +msgstr "Friend confirm URL:" + +#: mod/crepair.php:166 +msgid "Notification Endpoint URL" +msgstr "Notification endpoint URL" + +#: mod/crepair.php:167 +msgid "Poll/Feed URL" +msgstr "Poll/Feed URL:" + +#: mod/crepair.php:168 +msgid "New photo from this URL" +msgstr "New photo from this URL:" + +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol error. No ID returned." + +#: mod/openid.php:71 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "Account not found. Please login to your existing account to add the OpenID." + +#: mod/openid.php:73 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "Account not found. Please register a new account or login to your existing account to add the OpenID." + +#: mod/notifications.php:39 +msgid "Invalid request identifier." +msgstr "Invalid request identifier." + +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "Discard" + +#: mod/notifications.php:119 +msgid "Network Notifications" +msgstr "Network notifications" + +#: mod/notifications.php:124 +msgid "System Notifications" +msgstr "System notifications" + +#: mod/notifications.php:129 +msgid "Personal Notifications" +msgstr "Personal notifications" + +#: mod/notifications.php:134 +msgid "Home Notifications" +msgstr "Home notifications" + +#: mod/notifications.php:157 +msgid "Show unread" +msgstr "Show unread" + +#: mod/notifications.php:157 +msgid "Show all" +msgstr "Show all" + +#: mod/notifications.php:168 +msgid "Show Ignored Requests" +msgstr "Show ignored requests." + +#: mod/notifications.php:168 +msgid "Hide Ignored Requests" +msgstr "Hide ignored requests" + +#: mod/notifications.php:181 mod/notifications.php:266 +msgid "Notification type:" +msgstr "Notification type:" + +#: mod/notifications.php:184 +msgid "Suggested by:" +msgstr "Suggested by:" + +#: mod/notifications.php:218 +msgid "Claims to be known to you: " +msgstr "Says they know me:" + +#: mod/notifications.php:219 +msgid "yes" +msgstr "yes" + +#: mod/notifications.php:219 +msgid "no" +msgstr "no" + +#: mod/notifications.php:220 mod/notifications.php:224 +msgid "Shall your connection be bidirectional or not?" +msgstr "Shall your connection be in both directions or not?" + +#: mod/notifications.php:221 mod/notifications.php:225 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed." + +#: mod/notifications.php:222 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." + +#: mod/notifications.php:226 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." + +#: mod/notifications.php:237 +msgid "Friend" +msgstr "Friend" + +#: mod/notifications.php:238 +msgid "Sharer" +msgstr "Sharer" + +#: mod/notifications.php:238 +msgid "Subscriber" +msgstr "Subscriber" + +#: mod/notifications.php:303 +msgid "No introductions." +msgstr "No introductions." + +#: mod/notifications.php:337 +#, php-format +msgid "No more %s notifications." +msgstr "No more %s notifications." + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "No recipient selected." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Message could not be sent." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Message collection failure." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Message sent." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "No recipient." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Please enter a link URL:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Send private message" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "To:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Subject:" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Insert web link" + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Subscribing to OStatus contacts" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "No contact provided." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Done" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "success" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "failed" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Keep this window open until done." + +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "Contact could not be added." + +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "You already added this contact." + +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "diaspora* support isn't enabled. Contact can't be added." + +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus support is disabled. Contact can't be added." + +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "The network type couldn't be detected. Contact can't be added." + +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "Upload" + +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "Files" + +#: mod/network.php:525 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages." +msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages." + +#: mod/network.php:528 +msgid "Messages in this group won't be send to these receivers." +msgstr "Messages in this group won't be send to these receivers." + +#: mod/network.php:595 +msgid "No such group" +msgstr "No such group" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "Group: %s" + +#: mod/network.php:646 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Private messages to this person are at risk of public disclosure." + +#: mod/network.php:928 +msgid "Latest Activity" +msgstr "Latest activity" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "Sort by latest activity" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "Latest posts" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "Sort by post received date" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "Personal" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "Posts mentioning or involving me" + +#: mod/network.php:956 +msgid "New" +msgstr "New" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "Activity Stream - by date" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "Shared links" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "Interesting links" + +#: mod/network.php:977 +msgid "Starred" +msgstr "Starred" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "My favourite posts" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "You aren't following this contact." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Contact unfollowed" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "Image uploaded but image cropping failed." + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Image size reduction [%s] failed." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." + +#: mod/profile_photo.php:133 +msgid "Unable to process image" +msgstr "Unable to process image" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "Upload File:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "Select a profile:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "or" + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "skip this step" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "select a photo from your photo albums" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "Crop Image" + +#: mod/profile_photo.php:265 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Please adjust the image cropping for optimum viewing." + +#: mod/profile_photo.php:267 +msgid "Done Editing" +msgstr "Done editing" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "Image uploaded successfully." + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "Poke/Prod" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "Poke, prod or do other things to somebody" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "Recipient:" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "Choose what you wish to do:" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "Make this post private" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "Recent photos" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "Upload new photos" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "Contact information unavailable" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "Album not found." + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "Album successfully deleted" + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "Album was empty." + +#: mod/photos.php:578 +msgid "a photo" +msgstr "a photo" + +#: mod/photos.php:578 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s was tagged in %2$s by %3$s" + +#: mod/photos.php:680 +msgid "Image upload didn't complete, please try again" +msgstr "Image upload didn't complete, please try again" + +#: mod/photos.php:683 +msgid "Image file is missing" +msgstr "Image file is missing" + +#: mod/photos.php:688 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Server can't accept new file upload at this time, please contact your administrator" + +#: mod/photos.php:714 +msgid "Image file is empty." +msgstr "Image file is empty." + +#: mod/photos.php:846 +msgid "No photos selected" +msgstr "No photos selected" + +#: mod/photos.php:912 mod/videos.php:168 +msgid "Access to this item is restricted." +msgstr "Access to this item is restricted." + +#: mod/photos.php:966 +msgid "Upload Photos" +msgstr "Upload photos" + +#: mod/photos.php:970 mod/photos.php:1062 +msgid "New album name: " +msgstr "New album name: " + +#: mod/photos.php:971 +msgid "or select existing album:" +msgstr "or select existing album:" + +#: mod/photos.php:972 +msgid "Do not show a status post for this upload" +msgstr "Do not show a status post for this upload" + +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 +msgid "Show to Groups" +msgstr "Show to groups" + +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 +msgid "Show to Contacts" +msgstr "Show to contacts" + +#: mod/photos.php:1044 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Do you really want to delete this photo album and all its photos?" + +#: mod/photos.php:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "Delete album" + +#: mod/photos.php:1073 +msgid "Edit Album" +msgstr "Edit album" + +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "Drop album" + +#: mod/photos.php:1079 +msgid "Show Newest First" +msgstr "Show newest first" + +#: mod/photos.php:1081 +msgid "Show Oldest First" +msgstr "Show oldest first" + +#: mod/photos.php:1102 mod/photos.php:1594 +msgid "View Photo" +msgstr "View photo" + +#: mod/photos.php:1139 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permission denied. Access to this item may be restricted." + +#: mod/photos.php:1141 +msgid "Photo not available" +msgstr "Photo not available" + +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "Do you really want to delete this photo?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "Delete photo" + +#: mod/photos.php:1244 +msgid "View photo" +msgstr "View photo" + +#: mod/photos.php:1246 +msgid "Edit photo" +msgstr "Edit photo" + +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "Delete photo" + +#: mod/photos.php:1248 +msgid "Use as profile photo" +msgstr "Use as profile photo" + +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "Private photo" + +#: mod/photos.php:1261 +msgid "View Full Size" +msgstr "View full size" + +#: mod/photos.php:1321 +msgid "Tags: " +msgstr "Tags: " + +#: mod/photos.php:1324 +msgid "[Select tags to remove]" +msgstr "[Select tags to remove]" + +#: mod/photos.php:1339 +msgid "New album name" +msgstr "New album name" + +#: mod/photos.php:1340 +msgid "Caption" +msgstr "Caption" + +#: mod/photos.php:1341 +msgid "Add a Tag" +msgstr "Add Tag" + +#: mod/photos.php:1341 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Example: @bob, @jojo@example.com, #California, #camping" + +#: mod/photos.php:1342 +msgid "Do not rotate" +msgstr "Do not rotate" + +#: mod/photos.php:1343 +msgid "Rotate CW (right)" +msgstr "Rotate right (CW)" + +#: mod/photos.php:1344 +msgid "Rotate CCW (left)" +msgstr "Rotate left (CCW)" + +#: mod/photos.php:1529 +msgid "Map" +msgstr "Map" + +#: mod/photos.php:1600 mod/videos.php:245 +msgid "View Album" +msgstr "View album" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "Profile not found." + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Profile deleted." + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profile-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "New profile created." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Profile unavailable to clone." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profile name is required." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Marital status" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romantic partner" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Religion" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Political views" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Gender" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Sexual preference" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Homepage" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Interests" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Address" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Location" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profile updated." + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Hide contacts and friends:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Hide your contact/friend list from viewers of this profile?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Show more profile fields:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Profile actions" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Edit Profile Details" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Change profile photo" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "View this profile" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "View all profiles" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Create a new profile using these settings" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Clone this profile" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Delete this profile" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Basic information" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Profile picture" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Preferences" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Status information" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Additional information" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Relation" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Gender:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Marital status:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Example: fishing photography software" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Profile name:" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "This is your public profile.
It may be visible to anybody using the internet." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "My full name:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Title/Description:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Street address:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Locality/City:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Region/State:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Country:" + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Who: (if applicable)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Since when:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "About myself:" + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) address:" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "The XMPP address will be propagated to your contacts so that they can follow you." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Religious views:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Public keywords:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "Used for suggesting potential friends, can be seen by others." + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Private keywords:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "Used for searching profiles, never shown to others." + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "Music:" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Books, literature, poetry:" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Television:" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Film, dance, culture, entertainment" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interests:" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Love/Romance:" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "School/Education:" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Contact information and other social networks:" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Edit/Manage Profiles" + +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Invalid request." + +#: mod/wall_attach.php:90 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" + +#: mod/wall_attach.php:90 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: mod/wall_attach.php:101 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: mod/wall_attach.php:116 +msgid "File upload failed." +msgstr "File upload failed." + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "Unable to locate original post." + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:804 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "This message was sent to you by %s, a member of the Friendica social network." + +#: mod/item.php:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "You may visit them online at %s" + +#: mod/item.php:807 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." + +#: mod/item.php:811 +#, php-format +msgid "%s posted an update." +msgstr "%s posted an update." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Post successful." + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Account approved." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registration revoked for %s" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Please login." + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "No keywords to match. Please add keywords to your default profile." + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "Profile Match" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "Missing some important data!" + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Failed to connect with email account using the settings provided." + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "Email settings updated." + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Features updated" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "The chosen theme isn't available." + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "Contact CSV file upload error" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "Importing contacts done" + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "Relocate message has been send to your contacts" + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "Passwords do not match." + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "Password unchanged." + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr " Please use a shorter name." + +#: mod/settings.php:534 +msgid " Name too short." +msgstr " Name too short." + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "Invalid email." + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "Cannot change to that email." + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Private forum has no privacy permissions. Using default privacy group." + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Private forum has no privacy permissions and no default privacy group." + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "Settings updated." + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "Add application" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "Consumer key" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "Consumer secret" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "Redirect" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "Icon URL" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "You cannot edit this application." + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "Connected Apps" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "Client key starts with" + +#: mod/settings.php:733 +msgid "No name" +msgstr "No name" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "Remove authorization" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "No addon settings configured" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "Addon settings" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "Additional Features" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "enabled" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "disabled" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Built-in support for %s connectivity is %s" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "Email access is disabled on this site." + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "None" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "General Social Media Settings" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Accept only top-level posts by contacts you follow" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Disable Content Warning" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Disable intelligent shortening" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "Attach the link title" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content." + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "Default group for OStatus contacts" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "Your legacy GNU Social account" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "Repair OStatus subscriptions" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "Email/Mailbox setup" + +#: mod/settings.php:863 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." + +#: mod/settings.php:864 +msgid "Last successful email check:" +msgstr "Last successful email check:" + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "IMAP server name:" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "Security:" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "Email login name:" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "Email password:" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "Reply-to address:" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "Send public posts to all email contacts:" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "Action after import:" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "Move to folder" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "Move to folder:" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Unsupported)" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "Display Settings" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "Display theme:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "Mobile theme:" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "Suppress warning of insecure networks" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings." + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "Update browser every so many seconds:" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 seconds; to disable -1." + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "Number of items displayed per page:" + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "Maximum of 100 items" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Number of items displayed per page on mobile devices:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "Don't show emoticons" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "Calendar" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "Week begins: " + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "Don't show notices" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "Infinite scroll" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatically updates only top of the network page" + +#: mod/settings.php:969 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." + +#: mod/settings.php:970 +msgid "Bandwidth Saver Mode" +msgstr "Bandwidth Saver Mode" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "Disable smart threading" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "Disable the automatic suppression of extraneous thread indentation." + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "Themes" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "Theme customisation" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "Content/Layout" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Unable to find your profile. Please contact your admin." + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "Account types:" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "Personal Page subtypes" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "Community forum subtypes" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "Account for a personal profile." + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "Account for community discussions." + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "Automatically approves all contact requests." + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "Private forum [Experimental]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "Requires manual approval of contact requests." + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Allow this OpenID to login to this account." + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "Publish default profile in local site directory?" + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." + +#: mod/settings.php:1096 +msgid "Publish your default profile in the global social directory?" +msgstr "Publish default profile in global directory?" + +#: mod/settings.php:1096 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." + +#: mod/settings.php:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting." + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Hide my contact list from others?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create" + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Hide profile details from anonymous viewers?" + +#: mod/settings.php:1107 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Your public posts and " +"replies will still be accessible by other means." +msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." + +#: mod/settings.php:1111 +msgid "Allow friends to post to your profile page?" +msgstr "Allow friends to post to my wall?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "Allow friends to tag my post?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Allow us to suggest you as a potential friend to new members?" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "If you like, Friendica may suggest new members to add you as a contact." + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "Allow unknown people to send me private messages?" + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "Profile is not published." + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "My identity address: '%s' or '%s'" + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "Automatically expire posts after this many days:" + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Posts will not expire if empty; expired posts will be deleted" + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "Advanced expiration settings" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "Advanced expiration" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "Expire posts:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "Expire personal notes:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "Expire starred posts:" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "Expire photos:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "Only expire posts by others:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "Account Settings" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "Password change" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon." + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "Leave password fields blank unless changing" + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "Current password:" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "Current password to confirm change" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "Password:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "Delete OpenID URL" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "Basic information" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "Email address:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "Time zone:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "Language:" + +#: mod/settings.php:1198 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Set the language of your Friendica interface and emails sent to you." + +#: mod/settings.php:1199 +msgid "Default Post Location:" +msgstr "Posting location:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "Use browser location:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "Security and privacy" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum friend requests per day:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "May prevent spam or abuse registrations" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "Default post permissions" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "(reveal/hide)" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "Default private post" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "Default public post" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "Default permissions for new posts" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum private messages per day from unknown people:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "Notification" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "Send notification email when:" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "Receiving an introduction" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "My introductions are confirmed" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "Someone writes on my wall" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "A follow up comment is posted" + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "receiving a private message" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "Receiving a friend suggestion" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "Tagged in a post" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "Poked in a post" + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "Activate desktop notifications" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "Show desktop pop-up on new notifications" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "Text-only notification emails" + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "Receive text only emails without HTML " + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "Show detailled notifications" + +#: mod/settings.php:1256 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." + +#: mod/settings.php:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "Advanced account types" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "Change behaviour of this account for special situations" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "Import Contacts" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account." + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "Upload File" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "Recent relocation" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "Resend relocation message to contacts" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "Contact suggestion ignored." + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "No suggestions available. If this is a new site, please try again in 24 hours." + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "Do you really want to delete this suggestion?" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "Ignore/Hide" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved." + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "Response from remote site was not understood." + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "Unexpected response from remote site: " + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "Confirmation completed successfully." + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "Temporary failure. Please wait and try again." + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "Introduction failed or was revoked." + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "Remote site reported: " + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "No user record found for '%s' " + +#: mod/dfrn_confirm.php:385 +msgid "Our site encryption key is apparently messed up." +msgstr "Our site encryption key is apparently messed up." + +#: mod/dfrn_confirm.php:396 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "An empty URL was provided or the URL could not be decrypted by us." + +#: mod/dfrn_confirm.php:412 +msgid "Contact record was not found for you on our site." +msgstr "Contact record was not found for you on our site." + +#: mod/dfrn_confirm.php:426 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Site public key not available in contact record for URL %s." + +#: mod/dfrn_confirm.php:442 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again." + +#: mod/dfrn_confirm.php:453 +msgid "Unable to set your contact credentials on our system." +msgstr "Unable to set your contact credentials on our system." + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "Unable to update your contact profile details on our system" + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "User deleted their account" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "The user id is %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "Wall photos" + +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "Item not found" + +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "Edit post" + +#: mod/editpost.php:78 +msgid "web link" +msgstr "web link" + +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "Insert video link" + +#: mod/editpost.php:80 +msgid "video link" +msgstr "video link" + +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "Insert audio link" + +#: mod/editpost.php:82 +msgid "audio link" +msgstr "audio link" + +#: mod/subthread.php:107 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s is following %2$s's %3$s" + +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "Unable to locate contact information." + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "Do you really want to delete this message?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "Conversation not found." + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "Message deleted." + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "Conversation removed." + +#: mod/message.php:289 +msgid "No messages." +msgstr "No messages." + +#: mod/message.php:352 +msgid "Message not available." +msgstr "Message not available." + +#: mod/message.php:406 +msgid "Delete message" +msgstr "Delete message" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "Delete conversation" + +#: mod/message.php:425 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "No secure communications available. You may be able to respond from the sender's profile page." + +#: mod/message.php:429 +msgid "Send Reply" +msgstr "Send reply" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "Unknown sender - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "Me and %s" + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%s and me" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d message" +msgstr[1] "%d messages" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Resubscribing to OStatus contacts" + +#: mod/hcard.php:21 +msgid "No profile" +msgstr "No profile" + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Permission denied" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Invalid profile identifier." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Profile Visibility Editor" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Visible to" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "All contacts with secure profile access" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Tag(s) removed" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: mod/videos.php:120 +msgid "No videos selected" +msgstr "No videos selected" + +#: mod/videos.php:253 +msgid "Recent Videos" +msgstr "Recent videos" + +#: mod/videos.php:255 +msgid "Upload New Videos" +msgstr "Upload new videos" diff --git a/view/lang/en-gb/strings.php b/view/lang/en-gb/strings.php index 4b52e4a994..e7cd842b27 100644 --- a/view/lang/en-gb/strings.php +++ b/view/lang/en-gb/strings.php @@ -6,11 +6,6 @@ function string_plural_select_en_gb($n){ return ($n != 1);; }} ; -$a->strings["Item not found."] = "Item not found."; -$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; -$a->strings["Yes"] = "Yes"; -$a->strings["Cancel"] = "Cancel"; -$a->strings["Permission denied."] = "Permission denied."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Daily posting limit of %d post reached. The post was rejected.", 1 => "Daily posting limit of %d posts are reached. This post was rejected.", @@ -21,6 +16,69 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d posts are reached. The post was rejected."; $a->strings["Profile Photos"] = "Profile photos"; +$a->strings["Friendica Notification"] = "Friendica notification"; +$a->strings["Thank You,"] = "Thank you"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; +$a->strings["%s Administrator"] = "%s Administrator"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; +$a->strings["a private message"] = "a private message"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages."; +$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s] your %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]"; +$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]"; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s."; +$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."; +$a->strings["Name:"] = "Name:"; +$a->strings["Photo:"] = "Photo:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url]."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as fan. This restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; +$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]"; +$a->strings["registration request"] = "registration request"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s."; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; +$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request."; $a->strings["event"] = "event"; $a->strings["status"] = "status"; $a->strings["photo"] = "photo"; @@ -113,6 +171,7 @@ $a->strings["Permission settings"] = "Permission settings"; $a->strings["permissions"] = "permissions"; $a->strings["Public post"] = "Public post"; $a->strings["Preview"] = "Preview"; +$a->strings["Cancel"] = "Cancel"; $a->strings["Post to Groups"] = "Post to groups"; $a->strings["Post to Contacts"] = "Post to contacts"; $a->strings["Private post"] = "Private post"; @@ -135,822 +194,39 @@ $a->strings["Undecided"] = [ 0 => "Undecided", 1 => "Undecided", ]; -$a->strings["Friendica Notification"] = "Friendica notification"; -$a->strings["Thank You,"] = "Thank you"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["%s Administrator"] = "%s Administrator"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; -$a->strings["a private message"] = "a private message"; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s."; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages."; -$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s] your %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]"; -$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]"; -$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post"; -$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s"; -$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s."; -$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you"; -$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s"; -$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower"; -$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s"; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."; -$a->strings["Name:"] = "Name:"; -$a->strings["Photo:"] = "Photo:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion."; -$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s"; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url]."; -$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; -$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as fan. This restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; -$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]"; -$a->strings["registration request"] = "registration request"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s."; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; -$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"; -$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request."; -$a->strings["Authorize application connection"] = "Authorise application connection"; -$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:"; -$a->strings["Please login to continue."] = "Please login to continue."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorise this application to access your posts and contacts and create new posts for you?"; -$a->strings["No"] = "No"; -$a->strings["Parent user not found."] = "Parent user not found."; -$a->strings["No parent user"] = "No parent user"; -$a->strings["Parent Password:"] = "Parent password:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request."; -$a->strings["Parent User"] = "Parent user"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Delegate Page Management"] = "Delegate Page Management"; -$a->strings["Delegates"] = "Delegates"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; -$a->strings["Existing Page Delegates"] = "Existing page delegates"; -$a->strings["Potential Delegates"] = "Potential delegates"; -$a->strings["Remove"] = "Remove"; -$a->strings["Add"] = "Add"; -$a->strings["No entries."] = "No entries."; -$a->strings["Post successful."] = "Post successful."; -$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; -$a->strings["No contact provided."] = "No contact provided."; -$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; -$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; -$a->strings["Done"] = "Done"; -$a->strings["success"] = "success"; -$a->strings["failed"] = "failed"; -$a->strings["ignored"] = "Ignored"; -$a->strings["Keep this window open until done."] = "Keep this window open until done."; -$a->strings["Permission denied"] = "Permission denied"; -$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; -$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; -$a->strings["Profile"] = "Profile"; -$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; -$a->strings["Visible To"] = "Visible to"; -$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; -$a->strings["Account approved."] = "Account approved."; -$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; -$a->strings["Please login."] = "Please login."; -$a->strings["User deleted their account"] = "User deleted their account"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."; -$a->strings["The user id is %d"] = "The user id is %d"; -$a->strings["Remove My Account"] = "Remove My Account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; -$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; -$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; -$a->strings["Error"] = [ - 0 => "Error", - 1 => "Errors", -]; -$a->strings["Tag(s) removed"] = "Tag(s) removed"; -$a->strings["Remove Item Tag"] = "Remove Item tag"; -$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; -$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; -$a->strings["Import"] = "Import profile"; -$a->strings["Move account"] = "Move Existing Friendica Account"; -$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."; -$a->strings["Account file"] = "Account file:"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; -$a->strings["You aren't following this contact."] = "You aren't following this contact."; -$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; -$a->strings["Contact unfollowed"] = "Contact unfollowed"; -$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; -$a->strings["Your Identity Address:"] = "My identity address:"; -$a->strings["Submit Request"] = "Submit request"; -$a->strings["Profile URL"] = "Profile URL:"; -$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; -$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; -$a->strings["Invalid request."] = "Invalid request."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; -$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; -$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; -$a->strings["File upload failed."] = "File upload failed."; -$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; -$a->strings["Unable to process image."] = "Unable to process image."; -$a->strings["Wall Photos"] = "Wall photos"; -$a->strings["Image upload failed."] = "Image upload failed."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; -$a->strings["No recipient selected."] = "No recipient selected."; -$a->strings["Unable to check your home location."] = "Unable to check your home location."; -$a->strings["Message could not be sent."] = "Message could not be sent."; -$a->strings["Message collection failure."] = "Message collection failure."; -$a->strings["Message sent."] = "Message sent."; -$a->strings["No recipient."] = "No recipient."; -$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; -$a->strings["Send Private Message"] = "Send private message"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; -$a->strings["To:"] = "To:"; -$a->strings["Subject:"] = "Subject:"; -$a->strings["Your message:"] = "Your message:"; -$a->strings["Insert web link"] = "Insert web link"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; -$a->strings["Connect"] = "Connect"; -$a->strings["first"] = "first"; -$a->strings["next"] = "next"; -$a->strings["No matches"] = "No matches"; -$a->strings["Profile Match"] = "Profile Match"; -$a->strings["Profile not found."] = "Profile not found."; -$a->strings["Profile deleted."] = "Profile deleted."; -$a->strings["Profile-"] = "Profile-"; -$a->strings["New profile created."] = "New profile created."; -$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; -$a->strings["Profile Name is required."] = "Profile name is required."; -$a->strings["Marital Status"] = "Marital status"; -$a->strings["Romantic Partner"] = "Romantic partner"; -$a->strings["Work/Employment"] = "Work/Employment:"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Political views"; -$a->strings["Gender"] = "Gender"; -$a->strings["Sexual Preference"] = "Sexual preference"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interests"; -$a->strings["Address"] = "Address"; -$a->strings["Location"] = "Location"; -$a->strings["Profile updated."] = "Profile updated."; -$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; -$a->strings["Show more profile fields:"] = "Show more profile fields:"; -$a->strings["Profile Actions"] = "Profile actions"; -$a->strings["Edit Profile Details"] = "Edit Profile Details"; -$a->strings["Submit"] = "Submit"; -$a->strings["Change Profile Photo"] = "Change profile photo"; -$a->strings["View this profile"] = "View this profile"; -$a->strings["View all profiles"] = "View all profiles"; -$a->strings["Edit visibility"] = "Edit visibility"; -$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; -$a->strings["Clone this profile"] = "Clone this profile"; -$a->strings["Delete this profile"] = "Delete this profile"; -$a->strings["Basic information"] = "Basic information"; -$a->strings["Profile picture"] = "Profile picture"; -$a->strings["Preferences"] = "Preferences"; -$a->strings["Status information"] = "Status information"; -$a->strings["Additional information"] = "Additional information"; -$a->strings["Personal"] = "Personal"; -$a->strings["Relation"] = "Relation"; -$a->strings["Miscellaneous"] = "Miscellaneous"; -$a->strings["Upload Profile Photo"] = "Upload profile photo"; -$a->strings["Your Gender:"] = "Gender:"; -$a->strings[" Marital Status:"] = " Marital status:"; -$a->strings["Sexual Preference:"] = "Sexual preference:"; -$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; -$a->strings["Profile Name:"] = "Profile name:"; -$a->strings["Required"] = "Required"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; -$a->strings["Your Full Name:"] = "My full name:"; -$a->strings["Title/Description:"] = "Title/Description:"; -$a->strings["Street Address:"] = "Street address:"; -$a->strings["Locality/City:"] = "Locality/City:"; -$a->strings["Region/State:"] = "Region/State:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Country:"; -$a->strings["Age: "] = "Age: "; -$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Since when:"; -$a->strings["Tell us about yourself..."] = "About myself:"; -$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; -$a->strings["Homepage URL:"] = "Homepage URL:"; -$a->strings["Hometown:"] = "Home town:"; -$a->strings["Political Views:"] = "Political views:"; -$a->strings["Religious Views:"] = "Religious views:"; -$a->strings["Public Keywords:"] = "Public keywords:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; -$a->strings["Private Keywords:"] = "Private keywords:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; -$a->strings["Likes:"] = "Likes:"; -$a->strings["Dislikes:"] = "Dislikes:"; -$a->strings["Musical interests"] = "Music:"; -$a->strings["Books, literature"] = "Books, literature, poetry:"; -$a->strings["Television"] = "Television:"; -$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; -$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; -$a->strings["Love/romance"] = "Love/Romance:"; -$a->strings["Work/employment"] = "Work/Employment:"; -$a->strings["School/education"] = "School/Education:"; -$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; -$a->strings["Profile Image"] = "Profile image"; -$a->strings["visible to everybody"] = "Visible to everybody"; -$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; -$a->strings["Change profile photo"] = "Change profile photo"; -$a->strings["Create New Profile"] = "Create new profile"; -$a->strings["Access denied."] = "Access denied."; -$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; -$a->strings["Events"] = "Events"; -$a->strings["View"] = "View"; -$a->strings["Previous"] = "Previous"; -$a->strings["Next"] = "Next"; -$a->strings["today"] = "today"; -$a->strings["month"] = "month"; -$a->strings["week"] = "week"; -$a->strings["day"] = "day"; -$a->strings["list"] = "List"; -$a->strings["User not found"] = "User not found"; -$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; -$a->strings["No exportable data found"] = "No exportable data found"; -$a->strings["calendar"] = "calendar"; -$a->strings["No contacts in common."] = "No contacts in common."; -$a->strings["Common Friends"] = "Common friends"; -$a->strings["Public access denied."] = "Public access denied."; -$a->strings["Community option not available."] = "Community option not available."; -$a->strings["Not available."] = "Not available."; -$a->strings["Local Community"] = "Local community"; -$a->strings["Posts from local users on this server"] = "Posts from local users on this server"; -$a->strings["Global Community"] = "Global Community"; -$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network"; -$a->strings["No results."] = "No results."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; -$a->strings["Contact settings applied."] = "Contact settings applied."; -$a->strings["Contact update failed."] = "Contact update failed."; -$a->strings["Contact not found."] = "Contact not found."; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "Warning: These are highly advanced settings. If you enter incorrect information your communications with this contact may not working."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Please use your browser 'Back' button now if you are uncertain what to do on this page."; -$a->strings["No mirroring"] = "No mirroring"; -$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting"; -$a->strings["Mirror as my own posting"] = "Mirror as my own posting"; -$a->strings["Return to contact editor"] = "Return to contact editor"; -$a->strings["Refetch contact data"] = "Re-fetch contact data."; -$a->strings["Remote Self"] = "Remote self"; -$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:"; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact."; -$a->strings["Name"] = "Name:"; -$a->strings["Account Nickname"] = "Account nickname:"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:"; -$a->strings["Account URL"] = "Account URL:"; -$a->strings["Account URL Alias"] = "Account URL alias"; -$a->strings["Friend Request URL"] = "Friend request URL:"; -$a->strings["Friend Confirm URL"] = "Friend confirm URL:"; -$a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; -$a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; -$a->strings["New photo from this URL"] = "New photo from this URL:"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved."; -$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood."; -$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: "; -$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully."; -$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again."; -$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; -$a->strings["Remote site reported: "] = "Remote site reported: "; -$a->strings["No user record found for '%s' "] = "No user record found for '%s' "; -$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us."; -$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site."; -$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again."; -$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system."; -$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system"; -$a->strings["[Name Withheld]"] = "[Name Withheld]"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s"; -$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name."; -$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d required parameter was not found at the given location", - 1 => "%d required parameters were not found at the given location", -]; -$a->strings["Introduction complete."] = "Introduction complete."; -$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error."; -$a->strings["Profile unavailable."] = "Profile unavailable."; -$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today."; -$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours."; -$a->strings["Invalid locator"] = "Invalid locator"; -$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here."; -$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s."; -$a->strings["Invalid profile URL."] = "Invalid profile URL."; -$a->strings["Disallowed profile URL."] = "Disallowed profile URL."; -$a->strings["Blocked domain"] = "Blocked domain"; -$a->strings["Failed to update contact record."] = "Failed to update contact record."; -$a->strings["Your introduction has been sent."] = "Your introduction has been sent."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system."; -$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Incorrect identity currently logged in. Please login to this profile."; -$a->strings["Confirm"] = "Confirm"; -$a->strings["Hide this contact"] = "Hide this contact"; -$a->strings["Welcome home %s."] = "Welcome home %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today."; -$a->strings["Friend/Connection Request"] = "Friend/Connection request"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"; -$a->strings["Please answer the following:"] = "Please answer the following:"; -$a->strings["Does %s know you?"] = "Does %s know you?"; -$a->strings["Add a personal note:"] = "Add a personal note:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your diaspora* search bar."; -$a->strings["Item not found"] = "Item not found"; -$a->strings["Edit post"] = "Edit post"; -$a->strings["Save"] = "Save"; -$a->strings["web link"] = "web link"; -$a->strings["Insert video link"] = "Insert video link"; -$a->strings["video link"] = "video link"; -$a->strings["Insert audio link"] = "Insert audio link"; -$a->strings["audio link"] = "audio link"; -$a->strings["CC: email addresses"] = "CC: email addresses"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; -$a->strings["Photos"] = "Photos"; -$a->strings["Contact Photos"] = "Contact photos"; -$a->strings["Upload"] = "Upload"; -$a->strings["Files"] = "Files"; -$a->strings["The contact could not be added."] = "Contact could not be added."; -$a->strings["You already added this contact."] = "You already added this contact."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Suggested contact not found."] = "Suggested contact not found."; -$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; -$a->strings["Suggest Friends"] = "Suggest friends"; -$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; -$a->strings["No profile"] = "No profile"; -$a->strings["Remote privacy information not available."] = "Remote privacy information not available."; -$a->strings["Visible to:"] = "Visible to:"; -$a->strings["Followers"] = "Followers"; -$a->strings["Mutuals"] = "Mutuals"; -$a->strings["No valid account found."] = "No valid account found."; -$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; -$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one."; -$a->strings["Forgot your Password?"] = "Reset My Password"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; -$a->strings["Nickname or Email: "] = "Nickname or email: "; -$a->strings["Reset"] = "Reset"; -$a->strings["Password Reset"] = "Forgotten password?"; -$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; -$a->strings["Your new password is"] = "Your new password is"; -$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; -$a->strings["click here to login"] = "click here to login"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"; -$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; -$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; -$a->strings["Select an identity to manage: "] = "Select identity:"; -$a->strings["New Message"] = "New Message"; -$a->strings["Unable to locate contact information."] = "Unable to locate contact information."; -$a->strings["Discard"] = "Discard"; -$a->strings["Messages"] = "Messages"; -$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?"; -$a->strings["Conversation not found."] = "Conversation not found."; -$a->strings["Message deleted."] = "Message deleted."; -$a->strings["Conversation removed."] = "Conversation removed."; -$a->strings["No messages."] = "No messages."; -$a->strings["Message not available."] = "Message not available."; -$a->strings["Delete message"] = "Delete message"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["Delete conversation"] = "Delete conversation"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No secure communications available. You may be able to respond from the sender's profile page."; -$a->strings["Send Reply"] = "Send reply"; -$a->strings["Unknown sender - %s"] = "Unknown sender - %s"; -$a->strings["You and %s"] = "Me and %s"; -$a->strings["%s and You"] = "%s and me"; -$a->strings["%d message"] = [ - 0 => "%d message", - 1 => "%d messages", -]; -$a->strings["Remove term"] = "Remove term"; -$a->strings["Saved Searches"] = "Saved searches"; -$a->strings["add"] = "add"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.", - 1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers."; -$a->strings["No such group"] = "No such group"; -$a->strings["Group is empty"] = "Group is empty"; -$a->strings["Group: %s"] = "Group: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure."; -$a->strings["Invalid contact."] = "Invalid contact."; -$a->strings["Commented Order"] = "Commented last"; -$a->strings["Sort by Comment Date"] = "Sort by comment date"; -$a->strings["Posted Order"] = "Posted last"; -$a->strings["Sort by Post Date"] = "Sort by post date"; -$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me"; -$a->strings["New"] = "New"; -$a->strings["Activity Stream - by date"] = "Activity Stream - by date"; -$a->strings["Shared Links"] = "Shared links"; -$a->strings["Interesting Links"] = "Interesting links"; -$a->strings["Starred"] = "Starred"; -$a->strings["Favourite Posts"] = "My favourite posts"; -$a->strings["Personal Notes"] = "Personal notes"; -$a->strings["Photo Albums"] = "Photo Albums"; -$a->strings["Recent Photos"] = "Recent photos"; -$a->strings["Upload New Photos"] = "Upload new photos"; -$a->strings["everybody"] = "everybody"; -$a->strings["Contact information unavailable"] = "Contact information unavailable"; -$a->strings["Album not found."] = "Album not found."; -$a->strings["Album successfully deleted"] = "Album successfully deleted"; -$a->strings["Album was empty."] = "Album was empty."; -$a->strings["a photo"] = "a photo"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; -$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again"; -$a->strings["Image file is missing"] = "Image file is missing"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator"; -$a->strings["Image file is empty."] = "Image file is empty."; -$a->strings["No photos selected"] = "No photos selected"; -$a->strings["Access to this item is restricted."] = "Access to this item is restricted."; -$a->strings["Upload Photos"] = "Upload photos"; -$a->strings["New album name: "] = "New album name: "; -$a->strings["or select existing album:"] = "or select existing album:"; -$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Show to Groups"] = "Show to groups"; -$a->strings["Show to Contacts"] = "Show to contacts"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?"; -$a->strings["Delete Album"] = "Delete album"; -$a->strings["Edit Album"] = "Edit album"; -$a->strings["Drop Album"] = "Drop album"; -$a->strings["Show Newest First"] = "Show newest first"; -$a->strings["Show Oldest First"] = "Show oldest first"; -$a->strings["View Photo"] = "View photo"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted."; -$a->strings["Photo not available"] = "Photo not available"; -$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?"; -$a->strings["Delete Photo"] = "Delete photo"; -$a->strings["View photo"] = "View photo"; -$a->strings["Edit photo"] = "Edit photo"; -$a->strings["Delete photo"] = "Delete photo"; -$a->strings["Use as profile photo"] = "Use as profile photo"; -$a->strings["Private Photo"] = "Private photo"; -$a->strings["View Full Size"] = "View full size"; -$a->strings["Tags: "] = "Tags: "; -$a->strings["[Select tags to remove]"] = "[Select tags to remove]"; -$a->strings["New album name"] = "New album name"; -$a->strings["Caption"] = "Caption"; -$a->strings["Add a Tag"] = "Add Tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping"; -$a->strings["Do not rotate"] = "Do not rotate"; -$a->strings["Rotate CW (right)"] = "Rotate right (CW)"; -$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)"; -$a->strings["I like this (toggle)"] = "I like this (toggle)"; -$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)"; -$a->strings["This is you"] = "This is me"; -$a->strings["Comment"] = "Comment"; -$a->strings["Map"] = "Map"; -$a->strings["View Album"] = "View album"; -$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; -$a->strings["{0} requested registration"] = "{0} requested registration"; -$a->strings["Poke/Prod"] = "Poke/Prod"; -$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; -$a->strings["Recipient"] = "Recipient:"; -$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; -$a->strings["Make this post private"] = "Make this post private"; -$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; -$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; -$a->strings["Unable to process image"] = "Unable to process image"; -$a->strings["Upload File:"] = "Upload File:"; -$a->strings["Select a profile:"] = "Select a profile:"; -$a->strings["or"] = "or"; -$a->strings["skip this step"] = "skip this step"; -$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums"; -$a->strings["Crop Image"] = "Crop Image"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; -$a->strings["Done Editing"] = "Done editing"; -$a->strings["Image uploaded successfully."] = "Image uploaded successfully."; -$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; -$a->strings["Search"] = "Search"; -$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; -$a->strings["Results for: %s"] = "Results for: %s"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion ignored."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; -$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; -$a->strings["Ignore/Hide"] = "Ignore/Hide"; +$a->strings["Item not found."] = "Item not found."; +$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; +$a->strings["Yes"] = "Yes"; +$a->strings["Permission denied."] = "Permission denied."; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. "; +$a->strings["%s: Updating post-type."] = "%s: Updating post-type."; +$a->strings["Community Profiles"] = "Community profiles"; +$a->strings["Last users"] = "Last users"; +$a->strings["Find People"] = "Find people"; +$a->strings["Enter name or interest"] = "Enter name or interest"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; +$a->strings["Find"] = "Find"; $a->strings["Friend Suggestions"] = "Friend suggestions"; -$a->strings["Export account"] = "Export account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; -$a->strings["Export all"] = "Export all"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; -$a->strings["Export personal data"] = "Export personal data"; -$a->strings["No videos selected"] = "No videos selected"; -$a->strings["View Video"] = "View video"; -$a->strings["Recent Videos"] = "Recent videos"; -$a->strings["Upload New Videos"] = "Upload new videos"; -$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; -$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; -$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; -$a->strings["Event title and start time are required."] = "Event title and starting time are required."; -$a->strings["Create New Event"] = "Create new event"; -$a->strings["Event details"] = "Event details"; -$a->strings["Starting date and Title are required."] = "Starting date and title are required."; -$a->strings["Event Starts:"] = "Event starts:"; -$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; -$a->strings["Event Finishes:"] = "Event finishes:"; -$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; -$a->strings["Description:"] = "Description:"; -$a->strings["Location:"] = "Location:"; -$a->strings["Title:"] = "Title:"; -$a->strings["Share this event"] = "Share this event"; -$a->strings["Basic"] = "Basic"; -$a->strings["Advanced"] = "Advanced"; -$a->strings["Failed to remove event"] = "Failed to remove event"; -$a->strings["Event removed"] = "Event removed"; -$a->strings["Unable to locate original post."] = "Unable to locate original post."; -$a->strings["Empty post discarded."] = "Empty post discarded."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; -$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; -$a->strings["%s posted an update."] = "%s posted an update."; -$a->strings["Invalid request identifier."] = "Invalid request identifier."; -$a->strings["Notifications"] = "Notifications"; -$a->strings["Network Notifications"] = "Network notifications"; -$a->strings["System Notifications"] = "System notifications"; -$a->strings["Personal Notifications"] = "Personal notifications"; -$a->strings["Home Notifications"] = "Home notifications"; -$a->strings["Show unread"] = "Show unread"; -$a->strings["Show all"] = "Show all"; -$a->strings["Show Ignored Requests"] = "Show ignored requests."; -$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; -$a->strings["Notification type:"] = "Notification type:"; -$a->strings["Suggested by:"] = "Suggested by:"; -$a->strings["Hide this contact from others"] = "Hide this contact from others"; -$a->strings["Approve"] = "Approve"; -$a->strings["Claims to be known to you: "] = "Says they know me:"; -$a->strings["yes"] = "yes"; -$a->strings["no"] = "no"; -$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Friend"] = "Friend"; -$a->strings["Sharer"] = "Sharer"; -$a->strings["Subscriber"] = "Subscriber"; -$a->strings["About:"] = "About:"; -$a->strings["Gender:"] = "Gender:"; -$a->strings["Network:"] = "Network:"; -$a->strings["No introductions."] = "No introductions."; -$a->strings["No more %s notifications."] = "No more %s notifications."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; -$a->strings["Login failed."] = "Login failed."; -$a->strings["Account"] = "Account"; -$a->strings["Two-factor authentication"] = "Two-factor authentication"; -$a->strings["Profiles"] = "Profiles"; -$a->strings["Additional features"] = "Additional features"; -$a->strings["Display"] = "Display"; -$a->strings["Social Networks"] = "Social networks"; -$a->strings["Addons"] = "Addons"; -$a->strings["Delegations"] = "Delegations"; -$a->strings["Connected apps"] = "Connected apps"; -$a->strings["Remove account"] = "Remove account"; -$a->strings["Settings"] = "Settings"; -$a->strings["Missing some important data!"] = "Missing some important data!"; -$a->strings["Update"] = "Update"; -$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided."; -$a->strings["Email settings updated."] = "Email settings updated."; -$a->strings["Features updated"] = "Features updated"; -$a->strings["The theme you chose isn't available."] = "The chosen theme isn't available."; -$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts"; -$a->strings["Passwords do not match."] = "Passwords do not match."; -$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; -$a->strings["Password changed."] = "Password changed."; -$a->strings["Password unchanged."] = "Password unchanged."; -$a->strings[" Please use a shorter name."] = " Please use a shorter name."; -$a->strings[" Name too short."] = " Name too short."; -$a->strings["Wrong Password"] = "Wrong password"; -$a->strings["Invalid email."] = "Invalid email."; -$a->strings["Cannot change to that email."] = "Cannot change to that email."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group."; -$a->strings["Settings updated."] = "Settings updated."; -$a->strings["Add application"] = "Add application"; -$a->strings["Consumer Key"] = "Consumer key"; -$a->strings["Consumer Secret"] = "Consumer secret"; -$a->strings["Redirect"] = "Redirect"; -$a->strings["Icon url"] = "Icon URL"; -$a->strings["You can't edit this application."] = "You cannot edit this application."; -$a->strings["Connected Apps"] = "Connected Apps"; -$a->strings["Edit"] = "Edit"; -$a->strings["Client key starts with"] = "Client key starts with"; -$a->strings["No name"] = "No name"; -$a->strings["Remove authorization"] = "Remove authorization"; -$a->strings["No Addon settings configured"] = "No addon settings configured"; -$a->strings["Addon Settings"] = "Addon settings"; -$a->strings["Off"] = "Off"; -$a->strings["On"] = "On"; -$a->strings["Additional Features"] = "Additional Features"; -$a->strings["Diaspora"] = "diaspora*"; -$a->strings["enabled"] = "enabled"; -$a->strings["disabled"] = "disabled"; -$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s"; -$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; -$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; -$a->strings["General Social Media Settings"] = "General Social Media Settings"; -$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow"; -$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow."; -$a->strings["Disable Content Warning"] = "Disable Content Warning"; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; -$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners"; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message."; -$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts"; -$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."; -$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions"; -$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."; -$a->strings["Last successful email check:"] = "Last successful email check:"; -$a->strings["IMAP server name:"] = "IMAP server name:"; -$a->strings["IMAP port:"] = "IMAP port:"; -$a->strings["Security:"] = "Security:"; -$a->strings["None"] = "None"; -$a->strings["Email login name:"] = "Email login name:"; -$a->strings["Email password:"] = "Email password:"; -$a->strings["Reply-to address:"] = "Reply-to address:"; -$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:"; -$a->strings["Action after import:"] = "Action after import:"; -$a->strings["Mark as seen"] = "Mark as seen"; -$a->strings["Move to folder"] = "Move to folder"; -$a->strings["Move to folder:"] = "Move to folder:"; -$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; -$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)"; -$a->strings["%s - (Experimental)"] = "%s - (Experimental)"; -$a->strings["Sunday"] = "Sunday"; -$a->strings["Monday"] = "Monday"; -$a->strings["Display Settings"] = "Display Settings"; -$a->strings["Display Theme:"] = "Display theme:"; -$a->strings["Mobile Theme:"] = "Mobile theme:"; -$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."; -$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1."; -$a->strings["Number of items to display per page:"] = "Number of items displayed per page:"; -$a->strings["Maximum of 100 items"] = "Maximum of 100 items"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:"; -$a->strings["Don't show emoticons"] = "Don't show emoticons"; -$a->strings["Calendar"] = "Calendar"; -$a->strings["Beginning of week:"] = "Week begins: "; -$a->strings["Don't show notices"] = "Don't show notices"; -$a->strings["Infinite scroll"] = "Infinite scroll"; -$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page"; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading."; -$a->strings["Bandwidth Saver Mode"] = "Bandwidth Saver Mode"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."; -$a->strings["Smart Threading"] = "Smart threading"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."; -$a->strings["General Theme Settings"] = "Themes"; -$a->strings["Custom Theme Settings"] = "Theme customisation"; -$a->strings["Content Settings"] = "Content/Layout"; +$a->strings["Similar Interests"] = "Similar interests"; +$a->strings["Random Profile"] = "Random profile"; +$a->strings["Invite Friends"] = "Invite friends"; +$a->strings["Global Directory"] = "Global directory"; +$a->strings["Local Directory"] = "Local directory"; +$a->strings["Forums"] = "Forums"; +$a->strings["External link to forum"] = "External link to forum"; +$a->strings["show more"] = "Show more..."; +$a->strings["Quick Start"] = "Quick start"; +$a->strings["Help"] = "Help"; +$a->strings["Connect Services"] = "Connect services"; +$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; +$a->strings["don't show"] = "don't show"; +$a->strings["show"] = "show"; +$a->strings["Submit"] = "Submit"; $a->strings["Theme settings"] = "Theme settings"; -$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin."; -$a->strings["Account Types"] = "Account types:"; -$a->strings["Personal Page Subtypes"] = "Personal Page subtypes"; -$a->strings["Community Forum Subtypes"] = "Community forum subtypes"; -$a->strings["Personal Page"] = "Personal Page"; -$a->strings["Account for a personal profile."] = "Account for a personal profile."; -$a->strings["Organisation Page"] = "Organisation Page"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organisation that automatically approves contact requests as \"Followers\"."; -$a->strings["News Page"] = "News Page"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\"."; -$a->strings["Community Forum"] = "Community Forum"; -$a->strings["Account for community discussions."] = "Account for community discussions."; -$a->strings["Normal Account Page"] = "Standard"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."; -$a->strings["Soapbox Page"] = "Soapbox"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\"."; -$a->strings["Public Forum"] = "Public forum"; -$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests."; -$a->strings["Automatic Friend Page"] = "Love-all"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\"."; -$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]"; -$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests."; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account."; -$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; -$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; -$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"; -$a->strings["Hide your profile details from anonymous viewers?"] = "Hide profile details from anonymous viewers?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."; -$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"; -$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?"; -$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts."; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact."; -$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list."; -$a->strings["Profile is not published."] = "Profile is not published."; -$a->strings["Your Identity Address is '%s' or '%s'."] = "My identity address: '%s' or '%s'"; -$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty; expired posts will be deleted"; -$a->strings["Advanced expiration settings"] = "Advanced expiration settings"; -$a->strings["Advanced Expiration"] = "Advanced expiration"; -$a->strings["Expire posts:"] = "Expire posts:"; -$a->strings["Expire personal notes:"] = "Expire personal notes:"; -$a->strings["Expire starred posts:"] = "Expire starred posts:"; -$a->strings["Expire photos:"] = "Expire photos:"; -$a->strings["Only expire posts by others:"] = "Only expire posts by others:"; -$a->strings["Account Settings"] = "Account Settings"; -$a->strings["Password Settings"] = "Password change"; -$a->strings["New Password:"] = "New password:"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon."; -$a->strings["Confirm:"] = "Confirm new password:"; -$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing"; -$a->strings["Current Password:"] = "Current password:"; -$a->strings["Your current password to confirm the changes"] = "Current password to confirm change"; -$a->strings["Password:"] = "Password:"; -$a->strings["Basic Settings"] = "Basic information"; -$a->strings["Full Name:"] = "Full name:"; -$a->strings["Email Address:"] = "Email address:"; -$a->strings["Your Timezone:"] = "Time zone:"; -$a->strings["Your Language:"] = "Language:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you."; -$a->strings["Default Post Location:"] = "Posting location:"; -$a->strings["Use Browser Location:"] = "Use browser location:"; -$a->strings["Security and Privacy Settings"] = "Security and privacy"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:"; -$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations"; -$a->strings["Default Post Permissions"] = "Default post permissions"; -$a->strings["(click to open/close)"] = "(reveal/hide)"; -$a->strings["Default Private Post"] = "Default private post"; -$a->strings["Default Public Post"] = "Default public post"; -$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:"; -$a->strings["Notification Settings"] = "Notification"; -$a->strings["Send a notification email when:"] = "Send notification email when:"; -$a->strings["You receive an introduction"] = "Receiving an introduction"; -$a->strings["Your introductions are confirmed"] = "My introductions are confirmed"; -$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall"; -$a->strings["Someone writes a followup comment"] = "A follow up comment is posted"; -$a->strings["You receive a private message"] = "receiving a private message"; -$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion"; -$a->strings["You are tagged in a post"] = "Tagged in a post"; -$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post"; -$a->strings["Activate desktop notifications"] = "Activate desktop notifications"; -$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications"; -$a->strings["Text-only notification emails"] = "Text-only notification emails"; -$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML "; -$a->strings["Show detailled notifications"] = "Show detailled notifications"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."; -$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types"; -$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations"; -$a->strings["Relocate"] = "Recent relocation"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; -$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; +$a->strings["Set style"] = "Set style"; +$a->strings["Community Pages"] = "Community pages"; +$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; +$a->strings["Find Friends"] = "Find friends"; $a->strings["default"] = "default"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; @@ -967,6 +243,27 @@ $a->strings["Single row mosaic"] = "Single row mosaic"; $a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal."; $a->strings["Mosaic"] = "Mosaic"; $a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen."; +$a->strings["Guest"] = "Guest"; +$a->strings["Visitor"] = "Visitor"; +$a->strings["Status"] = "Status"; +$a->strings["Your posts and conversations"] = "My posts and conversations"; +$a->strings["Profile"] = "Profile"; +$a->strings["Your profile page"] = "My profile page"; +$a->strings["Photos"] = "Photos"; +$a->strings["Your photos"] = "My photos"; +$a->strings["Videos"] = "Videos"; +$a->strings["Your videos"] = "My videos"; +$a->strings["Events"] = "Events"; +$a->strings["Your events"] = "My events"; +$a->strings["Network"] = "Network"; +$a->strings["Conversations from your friends"] = "My friends' conversations"; +$a->strings["Events and Calendar"] = "Events and calendar"; +$a->strings["Messages"] = "Messages"; +$a->strings["Private mail"] = "Private messages"; +$a->strings["Settings"] = "Settings"; +$a->strings["Account settings"] = "Account settings"; +$a->strings["Contacts"] = "Contacts"; +$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; $a->strings["Custom"] = "Custom"; $a->strings["Note"] = "Note"; $a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that all everyone is allowed to see the image"; @@ -985,62 +282,381 @@ $a->strings["This replaces the jot modal window for writing new posts with a lin $a->strings["Login page background image"] = "Login page background image"; $a->strings["Login page background color"] = "Login page background colour"; $a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and colour empty for theme defaults"; -$a->strings["Guest"] = "Guest"; -$a->strings["Visitor"] = "Visitor"; -$a->strings["Status"] = "Status"; -$a->strings["Your posts and conversations"] = "My posts and conversations"; -$a->strings["Your profile page"] = "My profile page"; -$a->strings["Your photos"] = "My photos"; -$a->strings["Videos"] = "Videos"; -$a->strings["Your videos"] = "My videos"; -$a->strings["Your events"] = "My events"; -$a->strings["Network"] = "Network"; -$a->strings["Conversations from your friends"] = "My friends' conversations"; -$a->strings["Events and Calendar"] = "Events and calendar"; -$a->strings["Private mail"] = "Private messages"; -$a->strings["Account settings"] = "Account settings"; -$a->strings["Contacts"] = "Contacts"; -$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; $a->strings["Alignment"] = "Alignment"; $a->strings["Left"] = "Left"; $a->strings["Center"] = "Centre"; $a->strings["Color scheme"] = "Colour scheme"; $a->strings["Posts font size"] = "Posts font size"; $a->strings["Textareas font size"] = "Text areas font size"; -$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; -$a->strings["don't show"] = "don't show"; -$a->strings["show"] = "show"; -$a->strings["Set style"] = "Set style"; -$a->strings["Community Pages"] = "Community pages"; -$a->strings["Community Profiles"] = "Community profiles"; -$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; -$a->strings["Connect Services"] = "Connect services"; -$a->strings["Find Friends"] = "Find friends"; -$a->strings["Last users"] = "Last users"; -$a->strings["Find People"] = "Find people"; -$a->strings["Enter name or interest"] = "Enter name or interest"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; -$a->strings["Find"] = "Find"; -$a->strings["Similar Interests"] = "Similar interests"; -$a->strings["Random Profile"] = "Random profile"; -$a->strings["Invite Friends"] = "Invite friends"; -$a->strings["Global Directory"] = "Global Directory"; -$a->strings["Local Directory"] = "Local directory"; -$a->strings["Forums"] = "Forums"; -$a->strings["External link to forum"] = "External link to forum"; -$a->strings["show more"] = "Show more..."; -$a->strings["Quick Start"] = "Quick start"; -$a->strings["Help"] = "Help"; +$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; +$a->strings["%s: Database update"] = "%s: Database update"; +$a->strings["%s: updating %s table."] = "%s: updating %s table."; +$a->strings["This entry was edited"] = "This entry was edited"; +$a->strings["Private Message"] = "Private message"; +$a->strings["Edit"] = "Edit"; +$a->strings["pinned item"] = "pinned item"; +$a->strings["Delete locally"] = "Delete locally"; +$a->strings["Delete globally"] = "Delete globally"; +$a->strings["Remove locally"] = "Remove locally"; +$a->strings["save to folder"] = "Save to folder"; +$a->strings["I will attend"] = "I will attend"; +$a->strings["I will not attend"] = "I will not attend"; +$a->strings["I might attend"] = "I might attend"; +$a->strings["ignore thread"] = "Ignore thread"; +$a->strings["unignore thread"] = "Unignore thread"; +$a->strings["toggle ignore status"] = "Toggle ignore status"; +$a->strings["ignored"] = "Ignored"; +$a->strings["pin"] = "pin"; +$a->strings["unpin"] = "unpin"; +$a->strings["toggle pin status"] = "toggle pin status"; +$a->strings["pinned"] = "pinned"; +$a->strings["add star"] = "Add star"; +$a->strings["remove star"] = "Remove star"; +$a->strings["toggle star status"] = "Toggle star status"; +$a->strings["starred"] = "Starred"; +$a->strings["add tag"] = "Add tag"; +$a->strings["I like this (toggle)"] = "I like this (toggle)"; +$a->strings["like"] = "Like"; +$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)"; +$a->strings["dislike"] = "Dislike"; +$a->strings["Share this"] = "Share this"; +$a->strings["share"] = "Share"; +$a->strings["%s (Received %s)"] = "%s (Received %s)"; +$a->strings["to"] = "to"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Wall-to-wall"; +$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:"; +$a->strings["Comment"] = "Comment"; +$a->strings["Reply to %s"] = "Reply to %s"; +$a->strings["Notifier task is pending"] = "Notifier task is pending"; +$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending"; +$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway"; +$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done"; +$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done"; +$a->strings["%d comment"] = [ + 0 => "%d comment", + 1 => "%d comments", +]; +$a->strings["Show more"] = "Show more"; +$a->strings["Show fewer"] = "Show fewer"; +$a->strings["comment"] = [ + 0 => "comment", + 1 => "comments", +]; +$a->strings["This is you"] = "This is me"; +$a->strings["No system theme config value set."] = "No system theme configuration value set."; +$a->strings["view full size"] = "view full size"; +$a->strings["Image/photo"] = "Image/Photo"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["Click to open/close"] = "Reveal/hide"; +$a->strings["$1 wrote:"] = "$1 wrote:"; +$a->strings["Encrypted content"] = "Encrypted content"; +$a->strings["Invalid source protocol"] = "Invalid source protocol"; +$a->strings["Invalid link protocol"] = "Invalid link protocol"; +$a->strings["Loading more entries..."] = "Loading more entries..."; +$a->strings["The end"] = "The end"; +$a->strings["Save"] = "Save"; +$a->strings["Follow"] = "Follow"; +$a->strings["Search"] = "Search"; +$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; +$a->strings["Full Text"] = "Full text"; +$a->strings["Tags"] = "Tags"; +$a->strings["Frequently"] = "Frequently"; +$a->strings["Hourly"] = "Hourly"; +$a->strings["Twice daily"] = "Twice daily"; +$a->strings["Daily"] = "Daily"; +$a->strings["Weekly"] = "Weekly"; +$a->strings["Monthly"] = "Monthly"; +$a->strings["DFRN"] = "DFRN"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Email"; +$a->strings["Diaspora"] = "diaspora*"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Discourse"] = "Discourse"; +$a->strings["Diaspora Connector"] = "diaspora* connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["ActivityPub"] = "ActivityPub"; +$a->strings["pnut"] = "pnut"; +$a->strings["No answer"] = "No answer"; +$a->strings["Male"] = "Male"; +$a->strings["Female"] = "Female"; +$a->strings["Currently Male"] = "Currently male"; +$a->strings["Currently Female"] = "Currently female"; +$a->strings["Mostly Male"] = "Mostly male"; +$a->strings["Mostly Female"] = "Mostly female"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transsexual"; +$a->strings["Hermaphrodite"] = "Hermaphrodite"; +$a->strings["Neuter"] = "Neuter"; +$a->strings["Non-specific"] = "Non-specific"; +$a->strings["Other"] = "Other"; +$a->strings["Males"] = "Males"; +$a->strings["Females"] = "Females"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbian"; +$a->strings["No Preference"] = "No Preference"; +$a->strings["Bisexual"] = "Bisexual"; +$a->strings["Autosexual"] = "Auto-sexual"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Virgin"; +$a->strings["Deviant"] = "Deviant"; +$a->strings["Fetish"] = "Fetish"; +$a->strings["Oodles"] = "Oodles"; +$a->strings["Nonsexual"] = "Asexual"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Lonely"; +$a->strings["In a relation"] = "In a relation"; +$a->strings["Has crush"] = "Having a crush"; +$a->strings["Infatuated"] = "Infatuated"; +$a->strings["Dating"] = "Dating"; +$a->strings["Unfaithful"] = "Unfaithful"; +$a->strings["Sex Addict"] = "Sex addict"; +$a->strings["Friends"] = "Friends"; +$a->strings["Friends/Benefits"] = "Friends with benefits"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Engaged"; +$a->strings["Married"] = "Married"; +$a->strings["Imaginarily married"] = "Imaginarily married"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Cohabiting"; +$a->strings["Common law"] = "Common law spouse"; +$a->strings["Happy"] = "Happy"; +$a->strings["Not looking"] = "Not looking"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrayed"; +$a->strings["Separated"] = "Separated"; +$a->strings["Unstable"] = "Unstable"; +$a->strings["Divorced"] = "Divorced"; +$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; +$a->strings["Widowed"] = "Widowed"; +$a->strings["Uncertain"] = "Uncertain"; +$a->strings["It's complicated"] = "It's complicated"; +$a->strings["Don't care"] = "Don't care"; +$a->strings["Ask me"] = "Ask me"; +$a->strings["Add New Contact"] = "Add new contact"; +$a->strings["Enter address or web location"] = "Enter address or web location"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; +$a->strings["Connect"] = "Connect"; +$a->strings["%d invitation available"] = [ + 0 => "%d invitation available", + 1 => "%d invitations available", +]; +$a->strings["Followers"] = "Followers"; +$a->strings["Following"] = "Following"; +$a->strings["Mutual friends"] = "Mutual friends"; +$a->strings["Relationships"] = "Relationships"; +$a->strings["All Contacts"] = "All contacts"; +$a->strings["Protocols"] = "Protocols"; +$a->strings["All Protocols"] = "All Protocols"; +$a->strings["Saved Folders"] = "Saved Folders"; +$a->strings["Everything"] = "Everything"; +$a->strings["Categories"] = "Categories"; +$a->strings["%d contact in common"] = [ + 0 => "%d contact in common", + 1 => "%d contacts in common", +]; +$a->strings["Archives"] = "Archives"; +$a->strings["Embedding disabled"] = "Embedding disabled"; +$a->strings["Embedded content"] = "Embedded content"; +$a->strings["General Features"] = "General"; +$a->strings["Multiple Profiles"] = "Multiple profiles"; +$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; +$a->strings["Photo Location"] = "Photo location"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; +$a->strings["Export Public Calendar"] = "Export public calendar"; +$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; +$a->strings["Trending Tags"] = "Trending Tags"; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts."; +$a->strings["Post Composition Features"] = "Post composition"; +$a->strings["Auto-mention Forums"] = "Auto-mention forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; +$a->strings["Explicit Mentions"] = "Explicit mentions"; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; +$a->strings["Network Sidebar"] = "Network sidebar"; +$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; +$a->strings["Protocol Filter"] = "Protocol Filter"; +$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; +$a->strings["Network Tabs"] = "Network tabs"; +$a->strings["Network New Tab"] = "Network new tab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; +$a->strings["Network Shared Links Tab"] = "Network shared links tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; +$a->strings["Post/Comment Tools"] = "Post/Comment tools"; +$a->strings["Post Categories"] = "Post categories"; +$a->strings["Add categories to your posts"] = "Add categories to your posts"; +$a->strings["Advanced Profile Settings"] = "Advanced profiles"; +$a->strings["List Forums"] = "List forums"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; +$a->strings["Tag Cloud"] = "Tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page"; +$a->strings["Display Membership Date"] = "Display membership date"; +$a->strings["Display membership date in profile"] = "Display membership date in profile"; +$a->strings["Nothing new here"] = "Nothing new here"; +$a->strings["Clear notifications"] = "Clear notifications"; +$a->strings["Logout"] = "Logout"; +$a->strings["End this session"] = "End this session"; +$a->strings["Login"] = "Login"; +$a->strings["Sign in"] = "Sign in"; +$a->strings["Personal notes"] = "Personal notes"; +$a->strings["Your personal notes"] = "My personal notes"; +$a->strings["Home"] = "Home"; +$a->strings["Home Page"] = "Home page"; +$a->strings["Register"] = "Sign up now >>"; +$a->strings["Create an account"] = "Create account"; +$a->strings["Help and documentation"] = "Help and documentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; +$a->strings["Search site content"] = "Search site content"; +$a->strings["Community"] = "Community"; +$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; +$a->strings["Directory"] = "Directory"; +$a->strings["People directory"] = "People directory"; +$a->strings["Information"] = "Information"; +$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; +$a->strings["Terms of Service"] = "Terms of Service"; +$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service for this Friendica instance"; +$a->strings["Network Reset"] = "Network reset"; +$a->strings["Load Network page with no filters"] = "Load network page without filters"; +$a->strings["Introductions"] = "Introductions"; +$a->strings["Friend Requests"] = "Friend requests"; +$a->strings["Notifications"] = "Notifications"; +$a->strings["See all notifications"] = "See all notifications"; +$a->strings["Mark as seen"] = "Mark as seen"; +$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Outbox"; +$a->strings["New Message"] = "New Message"; +$a->strings["Delegation"] = "Delegation"; +$a->strings["Manage other pages"] = "Manage other pages"; +$a->strings["Profiles"] = "Profiles"; +$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site setup and configuration"] = "Site setup and configuration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Site map"; +$a->strings["Remove term"] = "Remove term"; +$a->strings["Saved Searches"] = "Saved searches"; +$a->strings["Export"] = "Export"; +$a->strings["Export calendar as ical"] = "Export calendar as ical"; +$a->strings["Export calendar as csv"] = "Export calendar as csv"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "Trending Tags (last %d hour)", + 1 => "Trending tags (last %d hours)", +]; +$a->strings["More Trending Tags"] = "More Trending Tags"; +$a->strings["No contacts"] = "No contacts"; +$a->strings["%d Contact"] = [ + 0 => "%d contact", + 1 => "%d contacts", +]; +$a->strings["View Contacts"] = "View contacts"; +$a->strings["newer"] = "Later posts"; +$a->strings["older"] = "Earlier posts"; +$a->strings["first"] = "first"; +$a->strings["prev"] = "prev"; +$a->strings["next"] = "next"; +$a->strings["last"] = "last"; +$a->strings["Edit profile"] = "Edit profile"; +$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; +$a->strings["Change profile photo"] = "Change profile photo"; +$a->strings["Create New Profile"] = "Create new profile"; +$a->strings["Profile Image"] = "Profile image"; +$a->strings["visible to everybody"] = "Visible to everybody"; +$a->strings["Edit visibility"] = "Edit visibility"; +$a->strings["Location:"] = "Location:"; +$a->strings["Gender:"] = "Gender:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["About:"] = "About:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = "Unfollow"; +$a->strings["Atom feed"] = "Atom feed"; +$a->strings["Network:"] = "Network:"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[today]"; +$a->strings["Birthday Reminders"] = "Birthday reminders"; +$a->strings["Birthdays this week:"] = "Birthdays this week:"; +$a->strings["[No description]"] = "[No description]"; +$a->strings["Event Reminders"] = "Event reminders"; +$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; +$a->strings["Full Name:"] = "Full name:"; +$a->strings["Member since:"] = "Member since:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Birthday:"; +$a->strings["Age:"] = "Age:"; +$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexual preference:"; +$a->strings["Hometown:"] = "Home town:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Political Views:"] = "Political views:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; +$a->strings["Likes:"] = "Likes:"; +$a->strings["Dislikes:"] = "Dislikes:"; +$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; +$a->strings["Musical interests:"] = "Music:"; +$a->strings["Books, literature:"] = "Books/Literature:"; +$a->strings["Television:"] = "Television:"; +$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; +$a->strings["Love/Romance:"] = "Love/Romance:"; +$a->strings["Work/employment:"] = "Work/Employment:"; +$a->strings["School/education:"] = "School/Education:"; +$a->strings["Forums:"] = "Forums:"; +$a->strings["Basic"] = "Basic"; +$a->strings["Advanced"] = "Advanced"; +$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["Profile Details"] = "Profile Details"; +$a->strings["Photo Albums"] = "Photo Albums"; +$a->strings["Personal Notes"] = "Personal notes"; +$a->strings["Only You Can See This"] = "Only you can see this."; +$a->strings["Tips for New Members"] = "Tips for New Members"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Starts:"; +$a->strings["Finishes:"] = "Finishes:"; +$a->strings["all-day"] = "All-day"; +$a->strings["Sun"] = "Sun"; +$a->strings["Mon"] = "Mon"; +$a->strings["Tue"] = "Tue"; +$a->strings["Wed"] = "Wed"; +$a->strings["Thu"] = "Thu"; +$a->strings["Fri"] = "Fri"; +$a->strings["Sat"] = "Sat"; +$a->strings["Sunday"] = "Sunday"; +$a->strings["Monday"] = "Monday"; $a->strings["Tuesday"] = "Tuesday"; $a->strings["Wednesday"] = "Wednesday"; $a->strings["Thursday"] = "Thursday"; $a->strings["Friday"] = "Friday"; $a->strings["Saturday"] = "Saturday"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["May"] = "May"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sept"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; $a->strings["January"] = "January"; $a->strings["February"] = "February"; $a->strings["March"] = "March"; $a->strings["April"] = "April"; -$a->strings["May"] = "May"; $a->strings["June"] = "June"; $a->strings["July"] = "July"; $a->strings["August"] = "August"; @@ -1048,24 +664,137 @@ $a->strings["September"] = "September"; $a->strings["October"] = "October"; $a->strings["November"] = "November"; $a->strings["December"] = "December"; -$a->strings["Mon"] = "Mon"; -$a->strings["Tue"] = "Tue"; -$a->strings["Wed"] = "Wed"; -$a->strings["Thu"] = "Thu"; -$a->strings["Fri"] = "Fri"; -$a->strings["Sat"] = "Sat"; -$a->strings["Sun"] = "Sun"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; +$a->strings["today"] = "today"; +$a->strings["month"] = "month"; +$a->strings["week"] = "week"; +$a->strings["day"] = "day"; +$a->strings["No events to display"] = "No events to display"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Edit event"; +$a->strings["Duplicate event"] = "Duplicate event"; +$a->strings["Delete event"] = "Delete event"; +$a->strings["link to source"] = "Link to source"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Show map"; +$a->strings["Hide map"] = "Hide map"; +$a->strings["%s's birthday"] = "%s's birthday"; +$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; +$a->strings["Contact Photos"] = "Contact photos"; +$a->strings["Login failed"] = "Login failed"; +$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; +$a->strings["User not found"] = "User not found"; +$a->strings["Password can't be empty"] = "Password can't be empty"; +$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another."; +$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons"; +$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged."; +$a->strings["An invitation is required."] = "An invitation is required."; +$a->strings["Invitation could not be verified."] = "Invitation could not be verified."; +$a->strings["Invalid OpenID url"] = "Invalid OpenID URL"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."; +$a->strings["The error message was:"] = "The error message was:"; +$a->strings["Please enter the required information."] = "Please enter the required information."; +$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."; +$a->strings["Username should be at least %s character."] = [ + 0 => "Username should be at least %s character.", + 1 => "Username should be at least %s characters.", +]; +$a->strings["Username should be at most %s character."] = [ + 0 => "Username should be at most %s character.", + 1 => "Username should be at most %s characters.", +]; +$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name."; +$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site."; +$a->strings["Not a valid email address."] = "Not a valid email address."; +$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin."; +$a->strings["Cannot use that email."] = "Cannot use that email."; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _."; +$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; +$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; +$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; +$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self-contact. Please try again."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"; +$a->strings["Registration at %s"] = "Registration at %s"; +$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; +$a->strings["Registration details for %s"] = "Registration details for %s"; +$a->strings["[no subject]"] = "[no subject]"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; +$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; +$a->strings["Everybody"] = "Everybody"; +$a->strings["edit"] = "edit"; +$a->strings["add"] = "add"; +$a->strings["Groups"] = "Groups"; +$a->strings["Edit group"] = "Edit group"; +$a->strings["Contacts not in any group"] = "Contacts not in any group"; +$a->strings["Create a new group"] = "Create new group"; +$a->strings["Group Name: "] = "Group name: "; +$a->strings["Edit groups"] = "Edit groups"; +$a->strings["Item filed"] = "Item filed"; +$a->strings["UnFollow"] = "Unfollow"; +$a->strings["Drop Contact"] = "Drop contact"; +$a->strings["Approve"] = "Approve"; +$a->strings["Organisation"] = "Organisation"; +$a->strings["News"] = "News"; +$a->strings["Forum"] = "Forum"; +$a->strings["Disallowed profile URL."] = "Disallowed profile URL."; +$a->strings["Blocked domain"] = "Blocked domain"; +$a->strings["Connect URL missing."] = "Connect URL missing."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; +$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; +$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; +$a->strings["An author or name was not found."] = "An author or name was not found."; +$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; +$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; +$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["[Name Withheld]"] = "[Name Withheld]"; +$a->strings["activity"] = "activity"; +$a->strings["post"] = "post"; +$a->strings["Content warning: %s"] = "Content warning: %s"; +$a->strings["View Video"] = "View video"; +$a->strings["bytes"] = "bytes"; +$a->strings["View on separate page"] = "View on separate page"; +$a->strings["view on separate page"] = "view on separate page"; +$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; +$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; +$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; +$a->strings["Storage base path"] = "Storage base path"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; +$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; +$a->strings["%s commented on %s's post"] = "%s commented on %s's post"; +$a->strings["%s created a new post"] = "%s posted something new"; +$a->strings["%s liked %s's post"] = "%s liked %s's post"; +$a->strings["%s disliked %s's post"] = "%s disliked %s's post"; +$a->strings["%s is attending %s's event"] = "%s is going to %s's event"; +$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event"; +$a->strings["%s may attend %s's event"] = "%s may go to %s's event"; +$a->strings["%s is now friends with %s"] = "%s is now friends with %s"; +$a->strings["Friend Suggestion"] = "Friend suggestion"; +$a->strings["Friend/Connect Request"] = "Friend/Contact request"; +$a->strings["New Follower"] = "New follower"; +$a->strings["%s's timeline"] = "%s's timeline"; +$a->strings["%s's posts"] = "%s's posts"; +$a->strings["%s's comments"] = "%s's comments"; +$a->strings["%s is now following %s."] = "%s is now following %s."; +$a->strings["following"] = "following"; +$a->strings["%s stopped following %s."] = "%s stopped following %s."; +$a->strings["stopped following"] = "stopped following"; +$a->strings["Attachments:"] = "Attachments:"; +$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; +$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; +$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; $a->strings["Sep"] = "Sep"; -$a->strings["Oct"] = "Oct"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; $a->strings["poke"] = "poke"; $a->strings["poked"] = "poked"; $a->strings["ping"] = "ping"; @@ -1078,11 +807,24 @@ $a->strings["finger"] = "finger"; $a->strings["fingered"] = "fingered"; $a->strings["rebuff"] = "rebuff"; $a->strings["rebuffed"] = "rebuffed"; -$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; -$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; +$a->strings["Login failed."] = "Login failed."; +$a->strings["Login failed. Please check your credentials."] = "Login failed. Please check your credentials."; +$a->strings["Welcome %s"] = "Welcome %s"; +$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; +$a->strings["Welcome back %s"] = "Welcome back %s"; +$a->strings["Mutuals"] = "Mutuals"; +$a->strings["Post to Email"] = "Post to email"; +$a->strings["Public"] = "Public"; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link."; +$a->strings["Limited/Private"] = "Limited/Private"; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly."; +$a->strings["Show to:"] = "Show to:"; +$a->strings["Except to:"] = "Except to:"; +$a->strings["CC: email addresses"] = "CC: email addresses"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; +$a->strings["Connectors"] = "Connectors"; +$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; $a->strings["Error decoding account file"] = "Error decoding account file"; $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; $a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; @@ -1151,427 +893,158 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extensi $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; $a->strings["Database already in use."] = "Database already in use."; $a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["System"] = "System"; -$a->strings["Home"] = "Home"; -$a->strings["Introductions"] = "Introductions"; -$a->strings["%s commented on %s's post"] = "%s commented on %s's post"; -$a->strings["%s created a new post"] = "%s posted something new"; -$a->strings["%s liked %s's post"] = "%s liked %s's post"; -$a->strings["%s disliked %s's post"] = "%s disliked %s's post"; -$a->strings["%s is attending %s's event"] = "%s is going to %s's event"; -$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event"; -$a->strings["%s may attend %s's event"] = "%s may go to %s's event"; -$a->strings["%s is now friends with %s"] = "%s is now friends with %s"; -$a->strings["Friend Suggestion"] = "Friend suggestion"; -$a->strings["Friend/Connect Request"] = "Friend/Contact request"; -$a->strings["New Follower"] = "New follower"; -$a->strings["Welcome %s"] = "Welcome %s"; -$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; -$a->strings["Welcome back %s"] = "Welcome back %s"; -$a->strings["Post to Email"] = "Post to email"; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["Connectors"] = "Connectors"; -$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; -$a->strings["Close"] = "Close"; -$a->strings["Birthday:"] = "Birthday:"; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; -$a->strings["never"] = "never"; -$a->strings["less than a second ago"] = "less than a second ago"; -$a->strings["year"] = "year"; -$a->strings["years"] = "years"; -$a->strings["months"] = "months"; -$a->strings["weeks"] = "weeks"; -$a->strings["days"] = "days"; -$a->strings["hour"] = "hour"; -$a->strings["hours"] = "hours"; -$a->strings["minute"] = "minute"; -$a->strings["minutes"] = "minutes"; -$a->strings["second"] = "second"; -$a->strings["seconds"] = "seconds"; -$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; -$a->strings["Loading more entries..."] = "Loading more entries..."; -$a->strings["The end"] = "The end"; -$a->strings["Follow"] = "Follow"; -$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; -$a->strings["Full Text"] = "Full text"; -$a->strings["Tags"] = "Tags"; -$a->strings["Click to open/close"] = "Reveal/hide"; -$a->strings["view full size"] = "view full size"; -$a->strings["Image/photo"] = "Image/Photo"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 wrote:"; -$a->strings["Encrypted content"] = "Encrypted content"; -$a->strings["Invalid source protocol"] = "Invalid source protocol"; -$a->strings["Invalid link protocol"] = "Invalid link protocol"; -$a->strings["Export"] = "Export"; -$a->strings["Export calendar as ical"] = "Export calendar as ical"; -$a->strings["Export calendar as csv"] = "Export calendar as csv"; -$a->strings["No contacts"] = "No contacts"; -$a->strings["%d Contact"] = [ - 0 => "%d contact", - 1 => "%d contacts", -]; -$a->strings["View Contacts"] = "View contacts"; -$a->strings["Trending Tags (last %d hour)"] = [ - 0 => "Trending Tags (last %d hour)", - 1 => "Trending tags (last %d hours)", -]; -$a->strings["More Trending Tags"] = "More Trending Tags"; -$a->strings["newer"] = "Later posts"; -$a->strings["older"] = "Earlier posts"; -$a->strings["prev"] = "prev"; -$a->strings["last"] = "last"; -$a->strings["General Features"] = "General"; -$a->strings["Multiple Profiles"] = "Multiple profiles"; -$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; -$a->strings["Photo Location"] = "Photo location"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; -$a->strings["Export Public Calendar"] = "Export public calendar"; -$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; -$a->strings["Trending Tags"] = "Trending Tags"; -$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts."; -$a->strings["Post Composition Features"] = "Post composition"; -$a->strings["Auto-mention Forums"] = "Auto-mention forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; -$a->strings["Explicit Mentions"] = "Explicit mentions"; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; -$a->strings["Network Sidebar"] = "Network sidebar"; -$a->strings["Archives"] = "Archives"; -$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; -$a->strings["Protocol Filter"] = "Protocol Filter"; -$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; -$a->strings["Network Tabs"] = "Network tabs"; -$a->strings["Network New Tab"] = "Network new tab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; -$a->strings["Network Shared Links Tab"] = "Network shared links tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; -$a->strings["Post/Comment Tools"] = "Post/Comment tools"; -$a->strings["Post Categories"] = "Post categories"; -$a->strings["Add categories to your posts"] = "Add categories to your posts"; -$a->strings["Advanced Profile Settings"] = "Advanced profiles"; -$a->strings["List Forums"] = "List forums"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; -$a->strings["Tag Cloud"] = "Tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page"; -$a->strings["Display Membership Date"] = "Display membership date"; -$a->strings["Display membership date in profile"] = "Display membership date in profile"; -$a->strings["Nothing new here"] = "Nothing new here"; -$a->strings["Clear notifications"] = "Clear notifications"; -$a->strings["Logout"] = "Logout"; -$a->strings["End this session"] = "End this session"; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Sign in"; -$a->strings["Personal notes"] = "Personal notes"; -$a->strings["Your personal notes"] = "My personal notes"; -$a->strings["Home Page"] = "Home page"; -$a->strings["Register"] = "Sign up now >>"; -$a->strings["Create an account"] = "Create account"; -$a->strings["Help and documentation"] = "Help and documentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; -$a->strings["Search site content"] = "Search site content"; -$a->strings["Community"] = "Community"; -$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; -$a->strings["Directory"] = "Directory"; -$a->strings["People directory"] = "People directory"; -$a->strings["Information"] = "Information"; -$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; -$a->strings["Terms of Service"] = "Terms of Service"; -$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service for this Friendica instance"; -$a->strings["Network Reset"] = "Network reset"; -$a->strings["Load Network page with no filters"] = "Load network page without filters"; -$a->strings["Friend Requests"] = "Friend requests"; -$a->strings["See all notifications"] = "See all notifications"; -$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Outbox"; -$a->strings["Manage"] = "Manage"; -$a->strings["Manage other pages"] = "Manage other pages"; -$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site setup and configuration"] = "Site setup and configuration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Site map"; -$a->strings["Embedding disabled"] = "Embedding disabled"; -$a->strings["Embedded content"] = "Embedded content"; -$a->strings["Add New Contact"] = "Add new contact"; -$a->strings["Enter address or web location"] = "Enter address or web location"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; -$a->strings["%d invitation available"] = [ - 0 => "%d invitation available", - 1 => "%d invitations available", -]; -$a->strings["Following"] = "Following"; -$a->strings["Mutual friends"] = "Mutual friends"; -$a->strings["Relationships"] = "Relationships"; -$a->strings["All Contacts"] = "All contacts"; -$a->strings["Protocols"] = "Protocols"; -$a->strings["All Protocols"] = "All Protocols"; -$a->strings["Saved Folders"] = "Saved Folders"; -$a->strings["Everything"] = "Everything"; -$a->strings["Categories"] = "Categories"; -$a->strings["%d contact in common"] = [ - 0 => "%d contact in common", - 1 => "%d contacts in common", -]; -$a->strings["Frequently"] = "Frequently"; -$a->strings["Hourly"] = "Hourly"; -$a->strings["Twice daily"] = "Twice daily"; -$a->strings["Daily"] = "Daily"; -$a->strings["Weekly"] = "Weekly"; -$a->strings["Monthly"] = "Monthly"; -$a->strings["DFRN"] = "DFRN"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Email"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "diaspora* connector"; -$a->strings["GNU Social Connector"] = "GNU Social Connector"; -$a->strings["ActivityPub"] = "ActivityPub"; -$a->strings["pnut"] = "pnut"; -$a->strings["No answer"] = "No answer"; -$a->strings["Male"] = "Male"; -$a->strings["Female"] = "Female"; -$a->strings["Currently Male"] = "Currently male"; -$a->strings["Currently Female"] = "Currently female"; -$a->strings["Mostly Male"] = "Mostly male"; -$a->strings["Mostly Female"] = "Mostly female"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transsexual"; -$a->strings["Hermaphrodite"] = "Hermaphrodite"; -$a->strings["Neuter"] = "Neuter"; -$a->strings["Non-specific"] = "Non-specific"; -$a->strings["Other"] = "Other"; -$a->strings["Males"] = "Males"; -$a->strings["Females"] = "Females"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbian"; -$a->strings["No Preference"] = "No Preference"; -$a->strings["Bisexual"] = "Bisexual"; -$a->strings["Autosexual"] = "Auto-sexual"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Virgin"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Fetish"; -$a->strings["Oodles"] = "Oodles"; -$a->strings["Nonsexual"] = "Asexual"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Lonely"; -$a->strings["In a relation"] = "In a relation"; -$a->strings["Has crush"] = "Having a crush"; -$a->strings["Infatuated"] = "Infatuated"; -$a->strings["Dating"] = "Dating"; -$a->strings["Unfaithful"] = "Unfaithful"; -$a->strings["Sex Addict"] = "Sex addict"; -$a->strings["Friends"] = "Friends"; -$a->strings["Friends/Benefits"] = "Friends with benefits"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Engaged"; -$a->strings["Married"] = "Married"; -$a->strings["Imaginarily married"] = "Imaginarily married"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Cohabiting"; -$a->strings["Common law"] = "Common law spouse"; -$a->strings["Happy"] = "Happy"; -$a->strings["Not looking"] = "Not looking"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrayed"; -$a->strings["Separated"] = "Separated"; -$a->strings["Unstable"] = "Unstable"; -$a->strings["Divorced"] = "Divorced"; -$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; -$a->strings["Widowed"] = "Widowed"; -$a->strings["Uncertain"] = "Uncertain"; -$a->strings["It's complicated"] = "It's complicated"; -$a->strings["Don't care"] = "Don't care"; -$a->strings["Ask me"] = "Ask me"; -$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; -$a->strings["%s: Database update"] = "%s: Database update"; -$a->strings["%s: updating %s table."] = "%s: updating %s table."; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; -$a->strings["Storage base path"] = "Storage base path"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; -$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; -$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; -$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Starts:"; -$a->strings["Finishes:"] = "Finishes:"; -$a->strings["all-day"] = "All-day"; -$a->strings["Sept"] = "Sep"; -$a->strings["No events to display"] = "No events to display"; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Edit event"; -$a->strings["Duplicate event"] = "Duplicate event"; -$a->strings["Delete event"] = "Delete event"; -$a->strings["link to source"] = "Link to source"; -$a->strings["D g:i A"] = "D g:i A"; -$a->strings["g:i A"] = "g:i A"; -$a->strings["Show map"] = "Show map"; -$a->strings["Hide map"] = "Hide map"; -$a->strings["%s's birthday"] = "%s's birthday"; -$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; -$a->strings["Item filed"] = "Item filed"; -$a->strings["Login failed"] = "Login failed"; -$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; -$a->strings["Password can't be empty"] = "Password can't be empty"; -$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed."; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another."; -$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons"; -$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged."; -$a->strings["An invitation is required."] = "An invitation is required."; -$a->strings["Invitation could not be verified."] = "Invitation could not be verified."; -$a->strings["Invalid OpenID url"] = "Invalid OpenID URL"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."; -$a->strings["The error message was:"] = "The error message was:"; -$a->strings["Please enter the required information."] = "Please enter the required information."; -$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."; -$a->strings["Username should be at least %s character."] = [ - 0 => "Username should be at least %s character.", - 1 => "Username should be at least %s characters.", -]; -$a->strings["Username should be at most %s character."] = [ - 0 => "Username should be at most %s character.", - 1 => "Username should be at most %s characters.", -]; -$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name."; -$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site."; -$a->strings["Not a valid email address."] = "Not a valid email address."; -$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin."; -$a->strings["Cannot use that email."] = "Cannot use that email."; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _."; -$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; -$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; -$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; -$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self-contact. Please try again."; -$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"; -$a->strings["Registration at %s"] = "Registration at %s"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; -$a->strings["Registration details for %s"] = "Registration details for %s"; -$a->strings["Drop Contact"] = "Drop contact"; -$a->strings["Organisation"] = "Organisation"; -$a->strings["News"] = "News"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect URL missing."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; -$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; -$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; -$a->strings["An author or name was not found."] = "An author or name was not found."; -$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; -$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; -$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; -$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; -$a->strings["Everybody"] = "Everybody"; -$a->strings["edit"] = "edit"; -$a->strings["Groups"] = "Groups"; -$a->strings["Edit group"] = "Edit group"; -$a->strings["Contacts not in any group"] = "Contacts not in any group"; -$a->strings["Create a new group"] = "Create new group"; -$a->strings["Group Name: "] = "Group name: "; -$a->strings["Edit groups"] = "Edit groups"; -$a->strings["[no subject]"] = "[no subject]"; -$a->strings["Edit profile"] = "Edit profile"; -$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = "Unfollow"; -$a->strings["Atom feed"] = "Atom feed"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[today]"; -$a->strings["Birthday Reminders"] = "Birthday reminders"; -$a->strings["Birthdays this week:"] = "Birthdays this week:"; -$a->strings["[No description]"] = "[No description]"; -$a->strings["Event Reminders"] = "Event reminders"; -$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; -$a->strings["Member since:"] = "Member since:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Age:"] = "Age:"; -$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; -$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; -$a->strings["Musical interests:"] = "Music:"; -$a->strings["Books, literature:"] = "Books/Literature:"; -$a->strings["Television:"] = "Television:"; -$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; -$a->strings["Love/Romance:"] = "Love/Romance:"; -$a->strings["Work/employment:"] = "Work/Employment:"; -$a->strings["School/education:"] = "School/Education:"; -$a->strings["Forums:"] = "Forums:"; -$a->strings["Profile Details"] = "Profile Details"; -$a->strings["Only You Can See This"] = "Only you can see this."; -$a->strings["Tips for New Members"] = "Tips for New Members"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; -$a->strings["activity"] = "activity"; -$a->strings["comment"] = [ - 0 => "comment", - 1 => "comments", -]; -$a->strings["post"] = "post"; -$a->strings["Content warning: %s"] = "Content warning: %s"; -$a->strings["bytes"] = "bytes"; -$a->strings["View on separate page"] = "View on separate page"; -$a->strings["view on separate page"] = "view on separate page"; -$a->strings["%s's timeline"] = "%s's timeline"; -$a->strings["%s's posts"] = "%s's posts"; -$a->strings["%s's comments"] = "%s's comments"; -$a->strings["%s is now following %s."] = "%s is now following %s."; -$a->strings["following"] = "following"; -$a->strings["%s stopped following %s."] = "%s stopped following %s."; -$a->strings["stopped following"] = "stopped following"; -$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network"; -$a->strings["Attachments:"] = "Attachments:"; -$a->strings["(no subject)"] = "(no subject)"; +$a->strings["Public access denied."] = "Public access denied."; +$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; +$a->strings["Find on this site"] = "Find on this site"; +$a->strings["Results for:"] = "Results for:"; +$a->strings["Site Directory"] = "Site directory"; +$a->strings["Bad Request"] = "Bad Request"; +$a->strings["Unauthorized"] = "Unauthorized"; +$a->strings["Forbidden"] = "Forbidden"; +$a->strings["Not Found"] = "Not found"; +$a->strings["Internal Server Error"] = "Internal Server Error"; +$a->strings["Service Unavailable"] = "Service Unavailable"; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required and has failed or has not yet been provided."; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; +$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."; +$a->strings["Go back"] = "Go back"; +$a->strings["Help:"] = "Help:"; +$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; +$a->strings["Select an identity to manage: "] = "Select identity:"; $a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; $a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; $a->strings["Privacy Statement"] = "Privacy Statement"; -$a->strings["No installed applications."] = "No installed applications."; -$a->strings["Applications"] = "Applications"; -$a->strings["Credits"] = "Credits"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; -$a->strings["Addon not found."] = "Addon not found."; -$a->strings["Addon %s disabled."] = "Addon %s disabled."; -$a->strings["Addon %s enabled."] = "Addon %s enabled."; -$a->strings["Disable"] = "Disable"; -$a->strings["Enable"] = "Enable"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; +$a->strings["System check"] = "System check"; +$a->strings["Next"] = "Next"; +$a->strings["Check again"] = "Check again"; +$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; +$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; +$a->strings["Base settings"] = "Base settings"; +$a->strings["SSL link policy"] = "SSL link policy"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; +$a->strings["Host name"] = "Host name"; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."; +$a->strings["Base path to installation"] = "Base path to installation"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."; +$a->strings["Sub path of the URL"] = "URL Subpath"; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath."; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database server name"; +$a->strings["Database Login Name"] = "Database login name"; +$a->strings["Database Login Password"] = "Database login password"; +$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; +$a->strings["Database Name"] = "Database name"; +$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website"; +$a->strings["Site settings"] = "Site settings"; +$a->strings["Site administrator email address"] = "Site administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; +$a->strings["System Language:"] = "System language:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; +$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; +$a->strings["Installation finished"] = "Installation finished"; +$a->strings["

What next

"] = "

What next

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; +$a->strings["Please login to continue."] = "Please login to continue."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator."; +$a->strings["Overview"] = "Overview"; +$a->strings["Federation Statistics"] = "Federation statistics"; +$a->strings["Configuration"] = "Configuration"; +$a->strings["Site"] = "Site"; +$a->strings["Users"] = "Users"; +$a->strings["Addons"] = "Addons"; +$a->strings["Themes"] = "Theme selection"; +$a->strings["Additional features"] = "Additional features"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB updates"; +$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; +$a->strings["Inspect worker Queue"] = "Inspect worker queue"; +$a->strings["Tools"] = "Tools"; +$a->strings["Contact Blocklist"] = "Contact block-list"; +$a->strings["Server Blocklist"] = "Server block-list"; +$a->strings["Delete Item"] = "Delete item"; +$a->strings["Logs"] = "Logs"; +$a->strings["View Logs"] = "View logs"; +$a->strings["Diagnostics"] = "Diagnostics"; +$a->strings["PHP Info"] = "PHP info"; +$a->strings["probe address"] = "Probe address"; +$a->strings["check webfinger"] = "Check webfinger"; +$a->strings["Item Source"] = "Item source"; +$a->strings["Babel"] = "Babel"; +$a->strings["Addon Features"] = "Addon features"; +$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["Create a New Account"] = "Create a new account"; +$a->strings["Your OpenID: "] = "Your OpenID: "; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "Please enter your username and password to add the OpenID to your existing account."; +$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; +$a->strings["Nickname or Email: "] = "Nickname or email: "; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Remember me"; +$a->strings["Forgot your password?"] = "Forgot your password?"; +$a->strings["Password Reset"] = "Forgotten password?"; +$a->strings["Website Terms of Service"] = "Website Terms of Service"; +$a->strings["terms of service"] = "Terms of service"; +$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; +$a->strings["privacy policy"] = "Privacy policy"; +$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; +$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; +$a->strings["Two-factor authentication"] = "Two-factor authentication"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; +$a->strings["Error"] = [ + 0 => "Error", + 1 => "Errors", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; +$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; +$a->strings["Verify code and complete login"] = "Verify code and complete login"; +$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; +$a->strings["Two-factor recovery"] = "Two-factor recovery"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; +$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; +$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; +$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; +$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter."; +$a->strings["The post was created"] = "The post was created"; +$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; +$a->strings["Item was not found."] = "Item was not found."; +$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to block-list."; +$a->strings["Site blocklist updated."] = "Site block-list updated."; +$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern"; +$a->strings["Reason for the block"] = "Reason for the block"; +$a->strings["Delete server domain pattern"] = "Delete server domain pattern"; +$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the block-list"; $a->strings["Administration"] = "Administration"; -$a->strings["Toggle"] = "Toggle"; -$a->strings["Author: "] = "Author: "; -$a->strings["Maintainer: "] = "Maintainer: "; -$a->strings["Addon %s failed to install."] = "Addon %s failed to install."; -$a->strings["Reload active addons"] = "Reload active addons"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["Server Domain Pattern Blocklist"] = "Server domain pattern block-list"; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the /friendica page so that your users and people investigating communication problems can find the reason easily."; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"; +$a->strings["Add new entry to block list"] = "Add new entry to block-list"; +$a->strings["Server Domain Pattern"] = "Server Domain Pattern"; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block list. Do not include the protocol."; +$a->strings["Block reason"] = "Block reason"; +$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern."; +$a->strings["Add Entry"] = "Add entry"; +$a->strings["Save changes to the blocklist"] = "Save changes to the block-list"; +$a->strings["Current Entries in the Blocklist"] = "Current entries in the block-list"; +$a->strings["Delete entry from blocklist"] = "Delete entry from block-list"; +$a->strings["Delete entry from blocklist?"] = "Delete entry from block-list?"; $a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node"; $a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; $a->strings["%s contact unblocked"] = [ 0 => "%s contact unblocked", 1 => "%s contacts unblocked", ]; -$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist"; +$a->strings["Remote Contact Blocklist"] = "Remote contact block-list"; $a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node."; $a->strings["Block Remote Contact"] = "Block Remote Contact"; $a->strings["select all"] = "select all"; @@ -1581,87 +1054,15 @@ $a->strings["No remote contact is blocked from this node."] = "No remote contact $a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; $a->strings["Block New Remote Contact"] = "Block new remote contact"; $a->strings["Photo"] = "Photo"; +$a->strings["Name"] = "Name:"; $a->strings["Reason"] = "Reason"; $a->strings["%s total blocked contact"] = [ 0 => "%s total blocked contact", 1 => "%s total blocked contacts", ]; +$a->strings["Profile URL"] = "Profile URL:"; $a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; $a->strings["Block Reason"] = "Reason for blocking"; -$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to blocklist."; -$a->strings["Site blocklist updated."] = "Site blocklist updated."; -$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern"; -$a->strings["Reason for the block"] = "Reason for the block"; -$a->strings["Delete server domain pattern"] = "Delete server domain pattern"; -$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; -$a->strings["Server Domain Pattern Blocklist"] = "Server Domain Pattern Blocklist"; -$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."; -$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the /friendica page so that your users and people investigating communication problems can find the reason easily."; -$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"; -$a->strings["Add new entry to block list"] = "Add new entry to block list"; -$a->strings["Server Domain Pattern"] = "Server Domain Pattern"; -$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block list. Do not include the protocol."; -$a->strings["Block reason"] = "Block reason"; -$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern."; -$a->strings["Add Entry"] = "Add entry"; -$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; -$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; -$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist"; -$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?"; -$a->strings["Update has been marked successful"] = "Update has been marked successful"; -$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s"; -$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s"; -$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded."; -$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called."; -$a->strings["No failed updates."] = "No failed updates."; -$a->strings["Check database structure"] = "Check database structure"; -$a->strings["Failed Updates"] = "Failed updates"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; -$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; -$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; -$a->strings["Lock feature %s"] = "Lock feature %s"; -$a->strings["Manage Additional Features"] = "Manage additional features"; -$a->strings["unknown"] = "unknown"; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; -$a->strings["Federation Statistics"] = "Federation statistics"; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:"; -$a->strings["Item marked for deletion."] = "Item marked for deletion."; -$a->strings["Delete Item"] = "Delete item"; -$a->strings["Delete this Item"] = "Delete"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; -$a->strings["Item Guid"] = "Item Guid"; -$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writeable. No logging possible"; -$a->strings["Log settings updated."] = "Log settings updated."; -$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; -$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; -$a->strings["Logs"] = "Logs"; -$a->strings["Clear"] = "Clear"; -$a->strings["Enable Debugging"] = "Enable debugging"; -$a->strings["Log file"] = "Log file"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; -$a->strings["Log level"] = "Log level"; -$a->strings["PHP logging"] = "PHP logging"; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
Check if file %1\$s is readable."; -$a->strings["View Logs"] = "View logs"; -$a->strings["Theme settings updated."] = "Theme settings updated."; -$a->strings["Theme %s disabled."] = "Theme %s disabled."; -$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; -$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; -$a->strings["Screenshot"] = "Screenshot"; -$a->strings["Themes"] = "Theme selection"; -$a->strings["Unknown theme."] = "Unknown theme."; -$a->strings["Reload active themes"] = "Reload active themes"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Unsupported]"; $a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated."; $a->strings["Display Terms of Service"] = "Display Terms of Service"; $a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."; @@ -1670,6 +1071,28 @@ $a->strings["Show some informations regarding the needed information to operate $a->strings["Privacy Statement Preview"] = "Privacy Statement Preview"; $a->strings["The Terms of Service"] = "Terms of Service"; $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Addon not found."] = "Addon not found."; +$a->strings["Addon %s disabled."] = "Addon %s disabled."; +$a->strings["Addon %s enabled."] = "Addon %s enabled."; +$a->strings["Disable"] = "Disable"; +$a->strings["Enable"] = "Enable"; +$a->strings["Toggle"] = "Toggle"; +$a->strings["Author: "] = "Author: "; +$a->strings["Maintainer: "] = "Maintainer: "; +$a->strings["Addon %s failed to install."] = "Addon %s failed to install."; +$a->strings["Reload active addons"] = "Reload active addons"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["Theme settings updated."] = "Theme settings updated."; +$a->strings["Unknown theme."] = "Unknown theme."; +$a->strings["Theme %s disabled."] = "Theme %s disabled."; +$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; +$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; +$a->strings["Screenshot"] = "Screenshot"; +$a->strings["Reload active themes"] = "Reload active themes"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Unsupported]"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; $a->strings["%s user blocked"] = [ @@ -1688,13 +1111,20 @@ $a->strings["%s user deleted"] = [ $a->strings["User \"%s\" deleted"] = "User \"%s\" deleted"; $a->strings["User \"%s\" blocked"] = "User \"%s\" blocked"; $a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked"; +$a->strings["Normal Account Page"] = "Standard"; +$a->strings["Soapbox Page"] = "Soapbox"; +$a->strings["Public Forum"] = "Public forum"; +$a->strings["Automatic Friend Page"] = "Love-all"; $a->strings["Private Forum"] = "Private Forum"; +$a->strings["Personal Page"] = "Personal Page"; +$a->strings["Organisation Page"] = "Organisation Page"; +$a->strings["News Page"] = "News Page"; +$a->strings["Community Forum"] = "Community Forum"; $a->strings["Relay"] = "Relay"; $a->strings["Register date"] = "Registration date"; $a->strings["Last login"] = "Last login"; $a->strings["Last item"] = "Last item"; $a->strings["Type"] = "Type"; -$a->strings["Users"] = "Users"; $a->strings["Add User"] = "Add user"; $a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; $a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; @@ -1713,24 +1143,18 @@ $a->strings["Name of the new user."] = "Name of the new user."; $a->strings["Nickname"] = "Nickname"; $a->strings["Nickname of the new user."] = "Nickname of the new user."; $a->strings["Email address of the new user."] = "Email address of the new user."; -$a->strings["Inspect Deferred Worker Queue"] = "Inspect Deferred Worker Queue"; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."; -$a->strings["Inspect Worker Queue"] = "Inspect Worker Queue"; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."; -$a->strings["ID"] = "ID"; -$a->strings["Job Parameters"] = "Job Parameters"; -$a->strings["Created"] = "Created"; -$a->strings["Priority"] = "Priority"; $a->strings["Can not parse base url. Must have at least ://"] = "Can not parse base URL. Must have at least ://"; $a->strings["Invalid storage backend setting value."] = "Invalid storage backend settings."; $a->strings["Site settings updated."] = "Site settings updated."; +$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; +$a->strings["%s - (Experimental)"] = "%s - (Experimental)"; $a->strings["No community page for local users"] = "No community page for local users"; $a->strings["No community page"] = "No community page"; $a->strings["Public postings from users of this site"] = "Public postings from users of this site"; $a->strings["Public postings from the federated network"] = "Public postings from the federated network"; $a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network"; $a->strings["Disabled"] = "Disabled"; -$a->strings["Users, Global Contacts"] = "Users, Global Contacts"; +$a->strings["Users, Global Contacts"] = "Users, global contacts"; $a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; $a->strings["One month"] = "One month"; $a->strings["Three months"] = "Three months"; @@ -1740,14 +1164,10 @@ $a->strings["Multi user instance"] = "Multi user instance"; $a->strings["Closed"] = "Closed"; $a->strings["Requires approval"] = "Requires approval"; $a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; -$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; $a->strings["Don't check"] = "Don't check"; $a->strings["check the stable version"] = "check for stable version updates"; $a->strings["check the development version"] = "check for development version updates"; $a->strings["Database (legacy)"] = "Database (legacy)"; -$a->strings["Site"] = "Site"; $a->strings["Republish users to directory"] = "Republish users to directory"; $a->strings["Registration"] = "Join this Friendica Node Today"; $a->strings["File upload"] = "File upload"; @@ -1773,8 +1193,6 @@ $a->strings["System theme"] = "System theme"; $a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = "Default system theme - may be over-ridden by user profiles - Change default theme settings"; $a->strings["Mobile system theme"] = "Mobile system theme"; $a->strings["Theme for mobile devices"] = "Theme for mobile devices"; -$a->strings["SSL link policy"] = "SSL link policy"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; $a->strings["Force SSL"] = "Force SSL"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."; $a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu"; @@ -1922,7 +1340,43 @@ $a->strings["Server tags"] = "Server tags"; $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Comma separated list of tags for the \"tags\" subscription."; $a->strings["Allow user tags"] = "Allow user tags"; $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\"."; -$a->strings["Start Relocation"] = "Start Relocation"; +$a->strings["Start Relocation"] = "Start relocation"; +$a->strings["unknown"] = "unknown"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:"; +$a->strings["Off"] = "Off"; +$a->strings["On"] = "On"; +$a->strings["Lock feature %s"] = "Lock feature %s"; +$a->strings["Manage Additional Features"] = "Manage additional features"; +$a->strings["Inspect Deferred Worker Queue"] = "Inspect Deferred Worker Queue"; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."; +$a->strings["Inspect Worker Queue"] = "Inspect Worker Queue"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = "Job Parameters"; +$a->strings["Created"] = "Created"; +$a->strings["Priority"] = "Priority"; +$a->strings["Item marked for deletion."] = "Item marked for deletion."; +$a->strings["Delete this Item"] = "Delete"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; +$a->strings["Item Guid"] = "Item Guid"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writeable. No logging possible"; +$a->strings["Log settings updated."] = "Log settings updated."; +$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; +$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; +$a->strings["Clear"] = "Clear"; +$a->strings["Enable Debugging"] = "Enable debugging"; +$a->strings["Log file"] = "Log file"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; +$a->strings["Log level"] = "Log level"; +$a->strings["PHP logging"] = "PHP logging"; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
Check if file %1\$s is readable."; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s"; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."; @@ -1932,6 +1386,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your configuration from .htconfig.php. See the configuration help page for help with the transition."; $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."; $a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = "The logfile '%s' is not usable. No logging is possible (error: '%s')."; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = "The debug logfile '%s' is not usable. No logging is possible (error: '%s')."; $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."; $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "The current system.basepath '%s' is wrong and the config file '%s' isn't used."; $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."; @@ -1948,38 +1404,140 @@ $a->strings["Registered users"] = "Registered users"; $a->strings["Pending registrations"] = "Pending registrations"; $a->strings["Version"] = "Version"; $a->strings["Active addons"] = "Active addons"; -$a->strings["No friends to display."] = "No friends to display."; -$a->strings["Item was not found."] = "Item was not found."; -$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator."; -$a->strings["Overview"] = "Overview"; -$a->strings["Configuration"] = "Configuration"; -$a->strings["Database"] = "Database"; -$a->strings["DB updates"] = "DB updates"; -$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; -$a->strings["Inspect worker Queue"] = "Inspect worker queue"; -$a->strings["Tools"] = "Tools"; -$a->strings["Contact Blocklist"] = "Contact blocklist"; -$a->strings["Server Blocklist"] = "Server blocklist"; -$a->strings["Diagnostics"] = "Diagnostics"; -$a->strings["PHP Info"] = "PHP info"; -$a->strings["probe address"] = "Probe address"; -$a->strings["check webfinger"] = "Check webfinger"; -$a->strings["Item Source"] = "Item source"; -$a->strings["Babel"] = "Babel"; -$a->strings["Addon Features"] = "Addon features"; -$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["Update has been marked successful"] = "Update has been marked successful"; +$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s"; +$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s"; +$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded."; +$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called."; +$a->strings["No failed updates."] = "No failed updates."; +$a->strings["Check database structure"] = "Check database structure"; +$a->strings["Failed Updates"] = "Failed updates"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; +$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; +$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; +$a->strings["Delegation successfully granted."] = "Delegation successfully granted."; +$a->strings["Parent user not found, unavailable or password doesn't match."] = "Parent user not found, unavailable or password doesn't match."; +$a->strings["Delegation successfully revoked."] = "Delegation successfully revoked."; +$a->strings["Delegated administrators can view but not change delegation permissions."] = "Delegated administrators can view but not change delegation permissions."; +$a->strings["Delegate user not found."] = "Delegate user not found."; +$a->strings["No parent user"] = "No parent user"; +$a->strings["Parent Password:"] = "Parent password:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request."; +$a->strings["Parent User"] = "Parent user"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; +$a->strings["Delegate Page Management"] = "Delegate Page Management"; +$a->strings["Delegates"] = "Delegates"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; +$a->strings["Existing Page Delegates"] = "Existing page delegates"; +$a->strings["Potential Delegates"] = "Potential delegates"; +$a->strings["Remove"] = "Remove"; +$a->strings["Add"] = "Add"; +$a->strings["No entries."] = "No entries."; +$a->strings["Export account"] = "Export account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; +$a->strings["Export all"] = "Export all"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; +$a->strings["Export Contacts to CSV"] = "Export contacts to CSV"; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example."; +$a->strings["Export personal data"] = "Export personal data"; +$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; +$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account name
\n\t
%s
\n\t
Secret key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "Two-factor code verification"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; +$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; +$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty."; +$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists."; +$a->strings["New app-specific password generated."] = "New app-specific password generated."; +$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked."; +$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked."; +$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords"; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!"; +$a->strings["Description"] = "Description"; +$a->strings["Last Used"] = "Last Used"; +$a->strings["Revoke"] = "Revoke"; +$a->strings["Revoke All"] = "Revoke All"; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it."; +$a->strings["Generate new app-specific password"] = "Generate new app-specific password"; +$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2..."; +$a->strings["Generate"] = "Generate"; +$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; +$a->strings["Wrong Password"] = "Wrong password"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; +$a->strings["Authenticator app"] = "Authenticator app"; +$a->strings["Configured"] = "Configured"; +$a->strings["Not Configured"] = "Not configured"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; +$a->strings["Recovery codes"] = "Recovery codes"; +$a->strings["Remaining valid codes"] = "Remaining valid codes"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; +$a->strings["App-specific passwords"] = "App-specific passwords"; +$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords"; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"; +$a->strings["Actions"] = "Actions"; +$a->strings["Current password:"] = "Current password:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; +$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; +$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; +$a->strings["Show recovery codes"] = "Show recovery codes"; +$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords"; +$a->strings["Finish app configuration"] = "Finish app configuration"; +$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; +$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; +$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; +$a->strings["Next: Verification"] = "Next: Verification"; +$a->strings["Method Not Allowed."] = "Method not allowed."; +$a->strings["Page not found."] = "Page not found"; $a->strings["People Search - %s"] = "People search - %s"; $a->strings["Forum Search - %s"] = "Forum search - %s"; -$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; -$a->strings["Source URL"] = "Source URL"; +$a->strings["No matches"] = "No matches"; +$a->strings["No installed applications."] = "No installed applications."; +$a->strings["Applications"] = "Applications"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; +$a->strings["Logged out."] = "Logged out."; +$a->strings["Group created."] = "Group created."; +$a->strings["Could not create group."] = "Could not create group."; +$a->strings["Group not found."] = "Group not found."; +$a->strings["Group name changed."] = "Group name changed."; +$a->strings["Unknown group."] = "Unknown group."; +$a->strings["Contact not found."] = "Contact not found."; +$a->strings["Contact is unavailable."] = "Contact is unavailable."; +$a->strings["Contact is deleted."] = "Contact is deleted."; +$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; +$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; +$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; +$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; +$a->strings["Contact successfully removed from group."] = "Contact removed from group."; +$a->strings["Unknown group command."] = "Unknown group command."; +$a->strings["Bad request."] = "Bad request."; +$a->strings["Save Group"] = "Save group"; +$a->strings["Filter"] = "Filter"; +$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; +$a->strings["Group removed."] = "Group removed."; +$a->strings["Unable to remove group."] = "Unable to remove group."; +$a->strings["Delete Group"] = "Delete group"; +$a->strings["Edit Group Name"] = "Edit group name"; +$a->strings["Members"] = "Members"; +$a->strings["Group is empty"] = "Group is empty"; +$a->strings["Remove contact from group"] = "Remove contact from group"; +$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; +$a->strings["Add contact to group"] = "Add contact to group"; +$a->strings["No given contact."] = "No given contact."; +$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; $a->strings["Time Conversion"] = "Time conversion"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; $a->strings["UTC time: %s"] = "UTC time: %s"; $a->strings["Current timezone: %s"] = "Current time zone: %s"; $a->strings["Converted localtime: %s"] = "Converted local time: %s"; $a->strings["Please select your timezone:"] = "Please select your time zone:"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; -$a->strings["Lookup address"] = "Lookup address"; $a->strings["Source input"] = "Source input"; $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; @@ -2008,207 +1566,11 @@ $a->strings["Source text"] = "Source text"; $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; -$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; -$a->strings["Find on this site"] = "Find on this site"; -$a->strings["Results for:"] = "Results for:"; -$a->strings["Site Directory"] = "Site directory"; -$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; -$a->strings["- select -"] = "- select -"; -$a->strings["No given contact."] = "No given contact."; -$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; -$a->strings["No installed addons/apps"] = "No installed addons/apps"; -$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; -$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; -$a->strings["the bugtracker at github"] = "the bugtracker at github"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; -$a->strings["Group created."] = "Group created."; -$a->strings["Could not create group."] = "Could not create group."; -$a->strings["Group not found."] = "Group not found."; -$a->strings["Group name changed."] = "Group name changed."; -$a->strings["Unknown group."] = "Unknown group."; -$a->strings["Contact is unavailable."] = "Contact is unavailable."; -$a->strings["Contact is deleted."] = "Contact is deleted."; -$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; -$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; -$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; -$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; -$a->strings["Contact successfully removed from group."] = "Contact removed from group."; -$a->strings["Unknown group command."] = "Unknown group command."; -$a->strings["Bad request."] = "Bad request."; -$a->strings["Save Group"] = "Save group"; -$a->strings["Filter"] = "Filter"; -$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; -$a->strings["Group removed."] = "Group removed."; -$a->strings["Unable to remove group."] = "Unable to remove group."; -$a->strings["Delete Group"] = "Delete group"; -$a->strings["Edit Group Name"] = "Edit group name"; -$a->strings["Members"] = "Members"; -$a->strings["Remove contact from group"] = "Remove contact from group"; -$a->strings["Add contact to group"] = "Add contact to group"; -$a->strings["Help:"] = "Help:"; +$a->strings["Access denied."] = "Access denied."; +$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; +$a->strings["Source URL"] = "Source URL"; +$a->strings["Lookup address"] = "Lookup address"; $a->strings["Welcome to %s"] = "Welcome to %s"; -$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; -$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; -$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; -$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; -$a->strings["%d message sent."] = [ - 0 => "%d message sent.", - 1 => "%d messages sent.", -]; -$a->strings["You have no more invitations available"] = "You have no more invitations available."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; -$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; -$a->strings["Send invitations"] = "Send invitations"; -$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; -$a->strings["Please enter a post body."] = "Please enter a post body."; -$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme."; -$a->strings["Compose new personal note"] = "Compose new personal note"; -$a->strings["Compose new post"] = "Compose new post"; -$a->strings["Clear the location"] = "Clear the location"; -$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device"; -$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device"; -$a->strings["Public"] = "Public"; -$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."; -$a->strings["Limited/Private"] = "Limited/Private"; -$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be sent only to the people in the first box, with the exception of the people mentioned in the second box. It won't appear anywhere public."; -$a->strings["Create a New Account"] = "Create a new account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Remember me"; -$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; -$a->strings["Forgot your password?"] = "Forgot your password?"; -$a->strings["Website Terms of Service"] = "Website Terms of Service"; -$a->strings["terms of service"] = "Terms of service"; -$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; -$a->strings["privacy policy"] = "Privacy policy"; -$a->strings["Logged out."] = "Logged out."; -$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; -$a->strings["Page not found."] = "Page not found"; -$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; -$a->strings["User not found."] = "User not found."; -$a->strings["No contacts."] = "No contacts."; -$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; -$a->strings["Follower (%s)"] = [ - 0 => "Follower (%s)", - 1 => "Followers (%s)", -]; -$a->strings["Following (%s)"] = [ - 0 => "Following (%s)", - 1 => "Following (%s)", -]; -$a->strings["Mutual friend (%s)"] = [ - 0 => "Mutual friend (%s)", - 1 => "Mutual friends (%s)", -]; -$a->strings["Contact (%s)"] = [ - 0 => "Contact (%s)", - 1 => "Contacts (%s)", -]; -$a->strings["All contacts"] = "All contacts"; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; -$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; -$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; -$a->strings["Note for the admin"] = "Note for the admin"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node."; -$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; -$a->strings["Your invitation code: "] = "Your invitation code: "; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)"; -$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; -$a->strings["Choose a nickname: "] = "Choose a nickname: "; -$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; -$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; -$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here your account details:
login: %s
password: %s

You can change your password after login."; -$a->strings["Registration successful."] = "Registration successful."; -$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; -$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; -$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; -$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty."; -$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists."; -$a->strings["New app-specific password generated."] = "New app-specific password generated."; -$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked."; -$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked."; -$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords"; -$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"; -$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!"; -$a->strings["Description"] = "Description"; -$a->strings["Last Used"] = "Last Used"; -$a->strings["Revoke"] = "Revoke"; -$a->strings["Revoke All"] = "Revoke All"; -$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."; -$a->strings["Generate new app-specific password"] = "Generate new app-specific password"; -$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2..."; -$a->strings["Generate"] = "Generate"; -$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; -$a->strings["Authenticator app"] = "Authenticator app"; -$a->strings["Configured"] = "Configured"; -$a->strings["Not Configured"] = "Not configured"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; -$a->strings["Recovery codes"] = "Recovery codes"; -$a->strings["Remaining valid codes"] = "Remaining valid codes"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; -$a->strings["App-specific passwords"] = "App-specific passwords"; -$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords"; -$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"; -$a->strings["Actions"] = "Actions"; -$a->strings["Current password:"] = "Current password:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; -$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; -$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; -$a->strings["Show recovery codes"] = "Show recovery codes"; -$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords"; -$a->strings["Finish app configuration"] = "Finish app configuration"; -$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; -$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; -$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; -$a->strings["Next: Verification"] = "Next: Verification"; -$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; -$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account name
\n\t
%s
\n\t
Secret key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "Two-factor code verification"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; -$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; -$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; -$a->strings["Bad Request"] = "Bad Request"; -$a->strings["Unauthorized"] = "Unauthorized"; -$a->strings["Forbidden"] = "Forbidden"; -$a->strings["Not Found"] = "Not found"; -$a->strings["Internal Server Error"] = "Internal Server Error"; -$a->strings["Service Unavailable"] = "Service Unavailable"; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required and has failed or has not yet been provided."; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; -$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."; -$a->strings["Go back"] = "Go back"; -$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; -$a->strings["Two-factor recovery"] = "Two-factor recovery"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; -$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; -$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; -$a->strings["Verify code and complete login"] = "Verify code and complete login"; $a->strings["Welcome to Friendica"] = "Welcome to Friendica"; $a->strings["New Member Checklist"] = "New Member Checklist"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."; @@ -2218,6 +1580,7 @@ $a->strings["On your Quick Start page - find a brief introduction to yo $a->strings["Go to Your Settings"] = "Go to your settings"; $a->strings["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."] = "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."; $a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; +$a->strings["Upload Profile Photo"] = "Upload profile photo"; $a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."; $a->strings["Edit Your Profile"] = "Edit your profile"; $a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."; @@ -2239,8 +1602,30 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s $a->strings["Getting Help"] = "Getting help"; $a->strings["Go to the Help Section"] = "Go to the help section"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Our help pages may be consulted for detail on other program features and resources."; -$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter."; -$a->strings["The post was created"] = "The post was created"; +$a->strings["User not found."] = "User not found."; +$a->strings["No contacts."] = "No contacts."; +$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; +$a->strings["Follower (%s)"] = [ + 0 => "Follower (%s)", + 1 => "Followers (%s)", +]; +$a->strings["Following (%s)"] = [ + 0 => "Following (%s)", + 1 => "Following (%s)", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "Mutual friend (%s)", + 1 => "Mutual friends (%s)", +]; +$a->strings["Contact (%s)"] = [ + 0 => "Contact (%s)", + 1 => "Contacts (%s)", +]; +$a->strings["All contacts"] = "All contacts"; +$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; +$a->strings["- select -"] = "- select -"; +$a->strings["Invalid contact."] = "Invalid contact."; +$a->strings["No friends to display."] = "No friends to display."; $a->strings["%d contact edited."] = [ 0 => "%d contact edited.", 1 => "%d contacts edited.", @@ -2248,6 +1633,7 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Could not access contact record."; $a->strings["Could not locate selected profile."] = "Could not locate selected profile."; $a->strings["Contact updated."] = "Contact updated."; +$a->strings["Failed to update contact record."] = "Failed to update contact record."; $a->strings["Contact not found"] = "Contact not found"; $a->strings["Contact has been blocked"] = "Contact has been blocked"; $a->strings["Contact has been unblocked"] = "Contact has been unblocked"; @@ -2292,6 +1678,7 @@ $a->strings["Currently blocked"] = "Currently blocked"; $a->strings["Currently ignored"] = "Currently ignored"; $a->strings["Currently archived"] = "Currently archived"; $a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement "; +$a->strings["Hide this contact from others"] = "Hide this contact from others"; $a->strings["Replies/likes to your public posts may still be visible"] = "Replies/Likes to your public posts may still be visible"; $a->strings["Notification for new posts"] = "Notification for new posts"; $a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; @@ -2310,12 +1697,15 @@ $a->strings["Hidden"] = "Hidden"; $a->strings["Only show hidden contacts"] = "Only show hidden contacts"; $a->strings["Organize your contact groups"] = "Organise your contact groups"; $a->strings["Search your contacts"] = "Search your contacts"; +$a->strings["Results for: %s"] = "Results for: %s"; +$a->strings["Update"] = "Update"; $a->strings["Archive"] = "Archive"; $a->strings["Unarchive"] = "Unarchive"; $a->strings["Batch Actions"] = "Batch actions"; $a->strings["Conversations started by this contact"] = "Conversations started by this contact"; $a->strings["Posts and Comments"] = "Posts and Comments"; $a->strings["View all contacts"] = "View all contacts"; +$a->strings["Common Friends"] = "Common friends"; $a->strings["View all common friends"] = "View all common friends"; $a->strings["Advanced Contact Settings"] = "Advanced contact settings"; $a->strings["Mutual Friendship"] = "Mutual friendship"; @@ -2328,86 +1718,731 @@ $a->strings["Toggle Blocked status"] = "Toggle blocked status"; $a->strings["Toggle Ignored status"] = "Toggle ignored status"; $a->strings["Toggle Archive status"] = "Toggle archive status"; $a->strings["Delete contact"] = "Delete contact"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; -$a->strings["System check"] = "System check"; -$a->strings["Check again"] = "Check again"; -$a->strings["Base settings"] = "Base settings"; -$a->strings["Host name"] = "Host name"; -$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."; -$a->strings["Base path to installation"] = "Base path to installation"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."; -$a->strings["Sub path of the URL"] = "URL Subpath"; -$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath."; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database server name"; -$a->strings["Database Login Name"] = "Database login name"; -$a->strings["Database Login Password"] = "Database login password"; -$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; -$a->strings["Database Name"] = "Database name"; -$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website"; -$a->strings["Site settings"] = "Site settings"; -$a->strings["Site administrator email address"] = "Site administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; -$a->strings["System Language:"] = "System language:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; -$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; -$a->strings["Installation finished"] = "Installation finished"; -$a->strings["

What next

"] = "

What next

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; -$a->strings["This entry was edited"] = "This entry was edited"; -$a->strings["Private Message"] = "Private message"; -$a->strings["Delete locally"] = "Delete locally"; -$a->strings["Delete globally"] = "Delete globally"; -$a->strings["Remove locally"] = "Remove locally"; -$a->strings["save to folder"] = "Save to folder"; -$a->strings["I will attend"] = "I will attend"; -$a->strings["I will not attend"] = "I will not attend"; -$a->strings["I might attend"] = "I might attend"; -$a->strings["ignore thread"] = "Ignore thread"; -$a->strings["unignore thread"] = "Unignore thread"; -$a->strings["toggle ignore status"] = "Toggle ignore status"; -$a->strings["add star"] = "Add star"; -$a->strings["remove star"] = "Remove star"; -$a->strings["toggle star status"] = "Toggle star status"; -$a->strings["starred"] = "Starred"; -$a->strings["add tag"] = "Add tag"; -$a->strings["like"] = "Like"; -$a->strings["dislike"] = "Dislike"; -$a->strings["Share this"] = "Share this"; -$a->strings["share"] = "Share"; -$a->strings["to"] = "to"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Wall-to-wall"; -$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:"; -$a->strings["Reply to %s"] = "Reply to %s"; -$a->strings["Notifier task is pending"] = "Notifier task is pending"; -$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending"; -$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway"; -$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done"; -$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done"; -$a->strings["%d comment"] = [ - 0 => "%d comment", - 1 => "%d comments -", +$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; +$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; +$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; +$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; +$a->strings["%d message sent."] = [ + 0 => "%d message sent.", + 1 => "%d messages sent.", ]; -$a->strings["Show more"] = "Show more"; -$a->strings["Show fewer"] = "Show fewer"; -$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; +$a->strings["You have no more invitations available"] = "You have no more invitations available."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; +$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; +$a->strings["Send invitations"] = "Send invitations"; +$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; +$a->strings["Your message:"] = "Your message:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; +$a->strings["everybody"] = "everybody"; +$a->strings["Account"] = "Account"; +$a->strings["Display"] = "Display"; +$a->strings["Social Networks"] = "Social networks"; +$a->strings["Delegations"] = "Delegations"; +$a->strings["Connected apps"] = "Connected apps"; +$a->strings["Remove account"] = "Remove account"; +$a->strings["Please enter a post body."] = "Please enter a post body."; +$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme."; +$a->strings["Compose new personal note"] = "Compose new personal note"; +$a->strings["Compose new post"] = "Compose new post"; +$a->strings["Visibility"] = "Visibility"; +$a->strings["Clear the location"] = "Clear location"; +$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device"; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device"; +$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; +$a->strings["No installed addons/apps"] = "No installed addons/apps"; +$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; +$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; +$a->strings["the bugtracker at github"] = "the bugtracker at github"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; +$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; +$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; +$a->strings["No"] = "No"; +$a->strings["Note for the admin"] = "Note for the admin"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node."; +$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; +$a->strings["Your invitation code: "] = "Your invitation code: "; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)"; +$a->strings["New Password:"] = "New password:"; +$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; +$a->strings["Confirm:"] = "Confirm new password:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; +$a->strings["Choose a nickname: "] = "Choose a nickname: "; +$a->strings["Import"] = "Import profile"; +$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; +$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; +$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here your account details:
login: %s
password: %s

You can change your password after login."; +$a->strings["Registration successful."] = "Registration successful."; +$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; +$a->strings["You have to leave a request note for the admin."] = "You have to leave a request note for the admin."; +$a->strings["You have entered too much information."] = "You have entered too much information."; +$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; +$a->strings["Search term successfully saved."] = "Search term successfully saved."; +$a->strings["Search term already saved."] = "Search term already saved."; +$a->strings["Search term successfully removed."] = "Search term successfully removed."; +$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; +$a->strings["No results."] = "No results."; +$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; +$a->strings["You must be logged in to use this module."] = "You must be logged in to use this module."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; $a->strings["Delete this item?"] = "Delete this item?"; $a->strings["toggle mobile"] = "Toggle mobile"; -$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; -$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; -$a->strings["Enter new password: "] = "Enter new password: "; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "Method not allowed for this module. Allowed method(s): %s"; +$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; +$a->strings["Miscellaneous"] = "Miscellaneous"; +$a->strings["Age: "] = "Age: "; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; +$a->strings["never"] = "never"; +$a->strings["less than a second ago"] = "less than a second ago"; +$a->strings["year"] = "year"; +$a->strings["years"] = "years"; +$a->strings["months"] = "months"; +$a->strings["weeks"] = "weeks"; +$a->strings["days"] = "days"; +$a->strings["hour"] = "hour"; +$a->strings["hours"] = "hours"; +$a->strings["minute"] = "minute"; +$a->strings["minutes"] = "minutes"; +$a->strings["second"] = "second"; +$a->strings["seconds"] = "seconds"; +$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; +$a->strings["(no subject)"] = "(no subject)"; $a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s."; $a->strings["Check for pending update actions."] = "Check for pending update actions."; $a->strings["Done."] = "Done."; $a->strings["Execute pending post updates."] = "Execute pending post updates."; $a->strings["All pending post updates are done."] = "All pending post updates are done."; -$a->strings["No system theme config value set."] = "No system theme configuration value set."; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. "; -$a->strings["%s: Updating post-type."] = "%s: Updating post-type."; +$a->strings["Enter new password: "] = "Enter new password: "; +$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; +$a->strings["Password changed."] = "Password changed."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; +$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; +$a->strings["No valid account found."] = "No valid account found."; +$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; +$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one."; +$a->strings["Forgot your Password?"] = "Reset My Password"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; +$a->strings["Reset"] = "Reset"; +$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; +$a->strings["Your new password is"] = "Your new password is"; +$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; +$a->strings["click here to login"] = "click here to login"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; +$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; +$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; +$a->strings["Move account"] = "Move Existing Friendica Account"; +$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."; +$a->strings["Account file"] = "Account file:"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; +$a->strings["Community option not available."] = "Community option not available."; +$a->strings["Not available."] = "Not available."; +$a->strings["Local Community"] = "Local community"; +$a->strings["Posts from local users on this server"] = "Posts from local users on this server"; +$a->strings["Global Community"] = "Global community"; +$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; +$a->strings["Suggested contact not found."] = "Suggested contact not found."; +$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; +$a->strings["Suggest Friends"] = "Suggest friends"; +$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; +$a->strings["No contacts in common."] = "No contacts in common."; +$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; +$a->strings["{0} requested registration"] = "{0} requested registration"; +$a->strings["Remote privacy information not available."] = "Remote privacy information not available."; +$a->strings["Visible to:"] = "Visible to:"; +$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; +$a->strings["Event title and start time are required."] = "Event title and starting time are required."; +$a->strings["View"] = "View"; +$a->strings["Create New Event"] = "Create new event"; +$a->strings["Previous"] = "Previous"; +$a->strings["list"] = "List"; +$a->strings["Event details"] = "Event details"; +$a->strings["Starting date and Title are required."] = "Starting date and title are required."; +$a->strings["Event Starts:"] = "Event starts:"; +$a->strings["Required"] = "Required"; +$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; +$a->strings["Event Finishes:"] = "Event finishes:"; +$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; +$a->strings["Description:"] = "Description:"; +$a->strings["Title:"] = "Title:"; +$a->strings["Share this event"] = "Share this event"; +$a->strings["Permissions"] = "Permissions"; +$a->strings["Failed to remove event"] = "Failed to remove event"; +$a->strings["Event removed"] = "Event removed"; +$a->strings["Authorize application connection"] = "Authorise application connection"; +$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorise this application to access your posts and contacts and create new posts for you?"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s"; +$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; +$a->strings["No exportable data found"] = "No exportable data found"; +$a->strings["calendar"] = "calendar"; +$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; +$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; +$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name."; +$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d required parameter was not found at the given location", + 1 => "%d required parameters were not found at the given location", +]; +$a->strings["Introduction complete."] = "Introduction complete."; +$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error."; +$a->strings["Profile unavailable."] = "Profile unavailable."; +$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today."; +$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours."; +$a->strings["Invalid locator"] = "Invalid locator"; +$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here."; +$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s."; +$a->strings["Invalid profile URL."] = "Invalid profile URL."; +$a->strings["Your introduction has been sent."] = "Your introduction has been sent."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system."; +$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Incorrect identity currently logged in. Please login to this profile."; +$a->strings["Confirm"] = "Confirm"; +$a->strings["Hide this contact"] = "Hide this contact"; +$a->strings["Welcome home %s."] = "Welcome home %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today."; +$a->strings["Friend/Connection Request"] = "Friend/Connection request"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"; +$a->strings["Please answer the following:"] = "Please answer the following:"; +$a->strings["Does %s know you?"] = "Does %s know you?"; +$a->strings["Add a personal note:"] = "Add a personal note:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your diaspora* search bar."; +$a->strings["Your Identity Address:"] = "My identity address:"; +$a->strings["Submit Request"] = "Submit request"; +$a->strings["Contact settings applied."] = "Contact settings applied."; +$a->strings["Contact update failed."] = "Contact update failed."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "Warning: These are highly advanced settings. If you enter incorrect information your communications with this contact may not working."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Please use your browser 'Back' button now if you are uncertain what to do on this page."; +$a->strings["No mirroring"] = "No mirroring"; +$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting"; +$a->strings["Mirror as my own posting"] = "Mirror as my own posting"; +$a->strings["Return to contact editor"] = "Return to contact editor"; +$a->strings["Refetch contact data"] = "Re-fetch contact data."; +$a->strings["Remote Self"] = "Remote self"; +$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact."; +$a->strings["Account Nickname"] = "Account nickname:"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:"; +$a->strings["Account URL"] = "Account URL:"; +$a->strings["Account URL Alias"] = "Account URL alias"; +$a->strings["Friend Request URL"] = "Friend request URL:"; +$a->strings["Friend Confirm URL"] = "Friend confirm URL:"; +$a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; +$a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; +$a->strings["New photo from this URL"] = "New photo from this URL:"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "Account not found. Please login to your existing account to add the OpenID."; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "Account not found. Please register a new account or login to your existing account to add the OpenID."; +$a->strings["Invalid request identifier."] = "Invalid request identifier."; +$a->strings["Discard"] = "Discard"; +$a->strings["Network Notifications"] = "Network notifications"; +$a->strings["System Notifications"] = "System notifications"; +$a->strings["Personal Notifications"] = "Personal notifications"; +$a->strings["Home Notifications"] = "Home notifications"; +$a->strings["Show unread"] = "Show unread"; +$a->strings["Show all"] = "Show all"; +$a->strings["Show Ignored Requests"] = "Show ignored requests."; +$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; +$a->strings["Notification type:"] = "Notification type:"; +$a->strings["Suggested by:"] = "Suggested by:"; +$a->strings["Claims to be known to you: "] = "Says they know me:"; +$a->strings["yes"] = "yes"; +$a->strings["no"] = "no"; +$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Friend"] = "Friend"; +$a->strings["Sharer"] = "Sharer"; +$a->strings["Subscriber"] = "Subscriber"; +$a->strings["No introductions."] = "No introductions."; +$a->strings["No more %s notifications."] = "No more %s notifications."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; +$a->strings["No recipient selected."] = "No recipient selected."; +$a->strings["Unable to check your home location."] = "Unable to check your home location."; +$a->strings["Message could not be sent."] = "Message could not be sent."; +$a->strings["Message collection failure."] = "Message collection failure."; +$a->strings["Message sent."] = "Message sent."; +$a->strings["No recipient."] = "No recipient."; +$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; +$a->strings["Send Private Message"] = "Send private message"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; +$a->strings["To:"] = "To:"; +$a->strings["Subject:"] = "Subject:"; +$a->strings["Insert web link"] = "Insert web link"; +$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; +$a->strings["No contact provided."] = "No contact provided."; +$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; +$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; +$a->strings["Done"] = "Done"; +$a->strings["success"] = "success"; +$a->strings["failed"] = "failed"; +$a->strings["Keep this window open until done."] = "Keep this window open until done."; +$a->strings["The contact could not be added."] = "Contact could not be added."; +$a->strings["You already added this contact."] = "You already added this contact."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; +$a->strings["Upload"] = "Upload"; +$a->strings["Files"] = "Files"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.", + 1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers."; +$a->strings["No such group"] = "No such group"; +$a->strings["Group: %s"] = "Group: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure."; +$a->strings["Latest Activity"] = "Latest activity"; +$a->strings["Sort by latest activity"] = "Sort by latest activity"; +$a->strings["Latest Posts"] = "Latest posts"; +$a->strings["Sort by post received date"] = "Sort by post received date"; +$a->strings["Personal"] = "Personal"; +$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me"; +$a->strings["New"] = "New"; +$a->strings["Activity Stream - by date"] = "Activity Stream - by date"; +$a->strings["Shared Links"] = "Shared links"; +$a->strings["Interesting Links"] = "Interesting links"; +$a->strings["Starred"] = "Starred"; +$a->strings["Favourite Posts"] = "My favourite posts"; +$a->strings["You aren't following this contact."] = "You aren't following this contact."; +$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; +$a->strings["Contact unfollowed"] = "Contact unfollowed"; +$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; +$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; +$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; +$a->strings["Unable to process image"] = "Unable to process image"; +$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; +$a->strings["Unable to process image."] = "Unable to process image."; +$a->strings["Upload File:"] = "Upload File:"; +$a->strings["Select a profile:"] = "Select a profile:"; +$a->strings["or"] = "or"; +$a->strings["skip this step"] = "skip this step"; +$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums"; +$a->strings["Crop Image"] = "Crop Image"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; +$a->strings["Done Editing"] = "Done editing"; +$a->strings["Image uploaded successfully."] = "Image uploaded successfully."; +$a->strings["Image upload failed."] = "Image upload failed."; +$a->strings["Poke/Prod"] = "Poke/Prod"; +$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; +$a->strings["Recipient"] = "Recipient:"; +$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; +$a->strings["Make this post private"] = "Make this post private"; +$a->strings["Recent Photos"] = "Recent photos"; +$a->strings["Upload New Photos"] = "Upload new photos"; +$a->strings["Contact information unavailable"] = "Contact information unavailable"; +$a->strings["Album not found."] = "Album not found."; +$a->strings["Album successfully deleted"] = "Album successfully deleted"; +$a->strings["Album was empty."] = "Album was empty."; +$a->strings["a photo"] = "a photo"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again"; +$a->strings["Image file is missing"] = "Image file is missing"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator"; +$a->strings["Image file is empty."] = "Image file is empty."; +$a->strings["No photos selected"] = "No photos selected"; +$a->strings["Access to this item is restricted."] = "Access to this item is restricted."; +$a->strings["Upload Photos"] = "Upload photos"; +$a->strings["New album name: "] = "New album name: "; +$a->strings["or select existing album:"] = "or select existing album:"; +$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; +$a->strings["Show to Groups"] = "Show to groups"; +$a->strings["Show to Contacts"] = "Show to contacts"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?"; +$a->strings["Delete Album"] = "Delete album"; +$a->strings["Edit Album"] = "Edit album"; +$a->strings["Drop Album"] = "Drop album"; +$a->strings["Show Newest First"] = "Show newest first"; +$a->strings["Show Oldest First"] = "Show oldest first"; +$a->strings["View Photo"] = "View photo"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted."; +$a->strings["Photo not available"] = "Photo not available"; +$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?"; +$a->strings["Delete Photo"] = "Delete photo"; +$a->strings["View photo"] = "View photo"; +$a->strings["Edit photo"] = "Edit photo"; +$a->strings["Delete photo"] = "Delete photo"; +$a->strings["Use as profile photo"] = "Use as profile photo"; +$a->strings["Private Photo"] = "Private photo"; +$a->strings["View Full Size"] = "View full size"; +$a->strings["Tags: "] = "Tags: "; +$a->strings["[Select tags to remove]"] = "[Select tags to remove]"; +$a->strings["New album name"] = "New album name"; +$a->strings["Caption"] = "Caption"; +$a->strings["Add a Tag"] = "Add Tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Do not rotate"; +$a->strings["Rotate CW (right)"] = "Rotate right (CW)"; +$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)"; +$a->strings["Map"] = "Map"; +$a->strings["View Album"] = "View album"; +$a->strings["Profile not found."] = "Profile not found."; +$a->strings["Profile deleted."] = "Profile deleted."; +$a->strings["Profile-"] = "Profile-"; +$a->strings["New profile created."] = "New profile created."; +$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; +$a->strings["Profile Name is required."] = "Profile name is required."; +$a->strings["Marital Status"] = "Marital status"; +$a->strings["Romantic Partner"] = "Romantic partner"; +$a->strings["Work/Employment"] = "Work/Employment:"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Political views"; +$a->strings["Gender"] = "Gender"; +$a->strings["Sexual Preference"] = "Sexual preference"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interests"; +$a->strings["Address"] = "Address"; +$a->strings["Location"] = "Location"; +$a->strings["Profile updated."] = "Profile updated."; +$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; +$a->strings["Show more profile fields:"] = "Show more profile fields:"; +$a->strings["Profile Actions"] = "Profile actions"; +$a->strings["Edit Profile Details"] = "Edit Profile Details"; +$a->strings["Change Profile Photo"] = "Change profile photo"; +$a->strings["View this profile"] = "View this profile"; +$a->strings["View all profiles"] = "View all profiles"; +$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; +$a->strings["Clone this profile"] = "Clone this profile"; +$a->strings["Delete this profile"] = "Delete this profile"; +$a->strings["Basic information"] = "Basic information"; +$a->strings["Profile picture"] = "Profile picture"; +$a->strings["Preferences"] = "Preferences"; +$a->strings["Status information"] = "Status information"; +$a->strings["Additional information"] = "Additional information"; +$a->strings["Relation"] = "Relation"; +$a->strings["Your Gender:"] = "Gender:"; +$a->strings[" Marital Status:"] = " Marital status:"; +$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; +$a->strings["Profile Name:"] = "Profile name:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; +$a->strings["Your Full Name:"] = "My full name:"; +$a->strings["Title/Description:"] = "Title/Description:"; +$a->strings["Street Address:"] = "Street address:"; +$a->strings["Locality/City:"] = "Locality/City:"; +$a->strings["Region/State:"] = "Region/State:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Country:"; +$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Since when:"; +$a->strings["Tell us about yourself..."] = "About myself:"; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; +$a->strings["Homepage URL:"] = "Homepage URL:"; +$a->strings["Religious Views:"] = "Religious views:"; +$a->strings["Public Keywords:"] = "Public keywords:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; +$a->strings["Private Keywords:"] = "Private keywords:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; +$a->strings["Musical interests"] = "Music:"; +$a->strings["Books, literature"] = "Books, literature, poetry:"; +$a->strings["Television"] = "Television:"; +$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; +$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; +$a->strings["Love/romance"] = "Love/Romance:"; +$a->strings["Work/employment"] = "Work/Employment:"; +$a->strings["School/education"] = "School/Education:"; +$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; +$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; +$a->strings["Invalid request."] = "Invalid request."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; +$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; +$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; +$a->strings["File upload failed."] = "File upload failed."; +$a->strings["Unable to locate original post."] = "Unable to locate original post."; +$a->strings["Empty post discarded."] = "Empty post discarded."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; +$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; +$a->strings["%s posted an update."] = "%s posted an update."; +$a->strings["Post successful."] = "Post successful."; +$a->strings["Account approved."] = "Account approved."; +$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; +$a->strings["Please login."] = "Please login."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; +$a->strings["Profile Match"] = "Profile Match"; +$a->strings["Missing some important data!"] = "Missing some important data!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided."; +$a->strings["Email settings updated."] = "Email settings updated."; +$a->strings["Features updated"] = "Features updated"; +$a->strings["The theme you chose isn't available."] = "The chosen theme isn't available."; +$a->strings["Contact CSV file upload error"] = "Contact CSV file upload error"; +$a->strings["Importing Contacts done"] = "Importing contacts done"; +$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts"; +$a->strings["Passwords do not match."] = "Passwords do not match."; +$a->strings["Password unchanged."] = "Password unchanged."; +$a->strings[" Please use a shorter name."] = " Please use a shorter name."; +$a->strings[" Name too short."] = " Name too short."; +$a->strings["Invalid email."] = "Invalid email."; +$a->strings["Cannot change to that email."] = "Cannot change to that email."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group."; +$a->strings["Settings updated."] = "Settings updated."; +$a->strings["Add application"] = "Add application"; +$a->strings["Consumer Key"] = "Consumer key"; +$a->strings["Consumer Secret"] = "Consumer secret"; +$a->strings["Redirect"] = "Redirect"; +$a->strings["Icon url"] = "Icon URL"; +$a->strings["You can't edit this application."] = "You cannot edit this application."; +$a->strings["Connected Apps"] = "Connected Apps"; +$a->strings["Client key starts with"] = "Client key starts with"; +$a->strings["No name"] = "No name"; +$a->strings["Remove authorization"] = "Remove authorization"; +$a->strings["No Addon settings configured"] = "No addon settings configured"; +$a->strings["Addon Settings"] = "Addon settings"; +$a->strings["Additional Features"] = "Additional Features"; +$a->strings["enabled"] = "enabled"; +$a->strings["disabled"] = "disabled"; +$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; +$a->strings["None"] = "None"; +$a->strings["General Social Media Settings"] = "General Social Media Settings"; +$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow."; +$a->strings["Disable Content Warning"] = "Disable Content Warning"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; +$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."; +$a->strings["Attach the link title"] = "Attach the link title"; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = "When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message."; +$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts"; +$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."; +$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions"; +$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."; +$a->strings["Last successful email check:"] = "Last successful email check:"; +$a->strings["IMAP server name:"] = "IMAP server name:"; +$a->strings["IMAP port:"] = "IMAP port:"; +$a->strings["Security:"] = "Security:"; +$a->strings["Email login name:"] = "Email login name:"; +$a->strings["Email password:"] = "Email password:"; +$a->strings["Reply-to address:"] = "Reply-to address:"; +$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:"; +$a->strings["Action after import:"] = "Action after import:"; +$a->strings["Move to folder"] = "Move to folder"; +$a->strings["Move to folder:"] = "Move to folder:"; +$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)"; +$a->strings["Display Settings"] = "Display Settings"; +$a->strings["Display Theme:"] = "Display theme:"; +$a->strings["Mobile Theme:"] = "Mobile theme:"; +$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."; +$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1."; +$a->strings["Number of items to display per page:"] = "Number of items displayed per page:"; +$a->strings["Maximum of 100 items"] = "Maximum of 100 items"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:"; +$a->strings["Don't show emoticons"] = "Don't show emoticons"; +$a->strings["Calendar"] = "Calendar"; +$a->strings["Beginning of week:"] = "Week begins: "; +$a->strings["Don't show notices"] = "Don't show notices"; +$a->strings["Infinite scroll"] = "Infinite scroll"; +$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading."; +$a->strings["Bandwidth Saver Mode"] = "Bandwidth Saver Mode"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."; +$a->strings["Disable Smart Threading"] = "Disable smart threading"; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "Disable the automatic suppression of extraneous thread indentation."; +$a->strings["General Theme Settings"] = "Themes"; +$a->strings["Custom Theme Settings"] = "Theme customisation"; +$a->strings["Content Settings"] = "Content/Layout"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin."; +$a->strings["Account Types"] = "Account types:"; +$a->strings["Personal Page Subtypes"] = "Personal Page subtypes"; +$a->strings["Community Forum Subtypes"] = "Community forum subtypes"; +$a->strings["Account for a personal profile."] = "Account for a personal profile."; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organisation that automatically approves contact requests as \"Followers\"."; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\"."; +$a->strings["Account for community discussions."] = "Account for community discussions."; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\"."; +$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests."; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\"."; +$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]"; +$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests."; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account."; +$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; +$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"; +$a->strings["Hide your profile details from anonymous viewers?"] = "Hide profile details from anonymous viewers?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."; +$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"; +$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact."; +$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list."; +$a->strings["Profile is not published."] = "Profile is not published."; +$a->strings["Your Identity Address is '%s' or '%s'."] = "My identity address: '%s' or '%s'"; +$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty; expired posts will be deleted"; +$a->strings["Advanced expiration settings"] = "Advanced expiration settings"; +$a->strings["Advanced Expiration"] = "Advanced expiration"; +$a->strings["Expire posts:"] = "Expire posts:"; +$a->strings["Expire personal notes:"] = "Expire personal notes:"; +$a->strings["Expire starred posts:"] = "Expire starred posts:"; +$a->strings["Expire photos:"] = "Expire photos:"; +$a->strings["Only expire posts by others:"] = "Only expire posts by others:"; +$a->strings["Account Settings"] = "Account Settings"; +$a->strings["Password Settings"] = "Password change"; +$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon."; +$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing"; +$a->strings["Current Password:"] = "Current password:"; +$a->strings["Your current password to confirm the changes"] = "Current password to confirm change"; +$a->strings["Password:"] = "Password:"; +$a->strings["Delete OpenID URL"] = "Delete OpenID URL"; +$a->strings["Basic Settings"] = "Basic information"; +$a->strings["Email Address:"] = "Email address:"; +$a->strings["Your Timezone:"] = "Time zone:"; +$a->strings["Your Language:"] = "Language:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you."; +$a->strings["Default Post Location:"] = "Posting location:"; +$a->strings["Use Browser Location:"] = "Use browser location:"; +$a->strings["Security and Privacy Settings"] = "Security and privacy"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:"; +$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations"; +$a->strings["Default Post Permissions"] = "Default post permissions"; +$a->strings["(click to open/close)"] = "(reveal/hide)"; +$a->strings["Default Private Post"] = "Default private post"; +$a->strings["Default Public Post"] = "Default public post"; +$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:"; +$a->strings["Notification Settings"] = "Notification"; +$a->strings["Send a notification email when:"] = "Send notification email when:"; +$a->strings["You receive an introduction"] = "Receiving an introduction"; +$a->strings["Your introductions are confirmed"] = "My introductions are confirmed"; +$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall"; +$a->strings["Someone writes a followup comment"] = "A follow up comment is posted"; +$a->strings["You receive a private message"] = "receiving a private message"; +$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion"; +$a->strings["You are tagged in a post"] = "Tagged in a post"; +$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post"; +$a->strings["Activate desktop notifications"] = "Activate desktop notifications"; +$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications"; +$a->strings["Text-only notification emails"] = "Text-only notification emails"; +$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML "; +$a->strings["Show detailled notifications"] = "Show detailled notifications"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."; +$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types"; +$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations"; +$a->strings["Import Contacts"] = "Import Contacts"; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."; +$a->strings["Upload File"] = "Upload File"; +$a->strings["Relocate"] = "Recent relocation"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; +$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; +$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion ignored."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; +$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; +$a->strings["Ignore/Hide"] = "Ignore/Hide"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved."; +$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood."; +$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: "; +$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully."; +$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again."; +$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; +$a->strings["Remote site reported: "] = "Remote site reported: "; +$a->strings["No user record found for '%s' "] = "No user record found for '%s' "; +$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us."; +$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site."; +$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again."; +$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system."; +$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system"; +$a->strings["User deleted their account"] = "User deleted their account"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."; +$a->strings["The user id is %d"] = "The user id is %d"; +$a->strings["Remove My Account"] = "Remove My Account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; +$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; +$a->strings["Wall Photos"] = "Wall photos"; +$a->strings["Item not found"] = "Item not found"; +$a->strings["Edit post"] = "Edit post"; +$a->strings["web link"] = "web link"; +$a->strings["Insert video link"] = "Insert video link"; +$a->strings["video link"] = "video link"; +$a->strings["Insert audio link"] = "Insert audio link"; +$a->strings["audio link"] = "audio link"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; +$a->strings["Unable to locate contact information."] = "Unable to locate contact information."; +$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?"; +$a->strings["Conversation not found."] = "Conversation not found."; +$a->strings["Message deleted."] = "Message deleted."; +$a->strings["Conversation removed."] = "Conversation removed."; +$a->strings["No messages."] = "No messages."; +$a->strings["Message not available."] = "Message not available."; +$a->strings["Delete message"] = "Delete message"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Delete conversation"] = "Delete conversation"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No secure communications available. You may be able to respond from the sender's profile page."; +$a->strings["Send Reply"] = "Send reply"; +$a->strings["Unknown sender - %s"] = "Unknown sender - %s"; +$a->strings["You and %s"] = "Me and %s"; +$a->strings["%s and You"] = "%s and me"; +$a->strings["%d message"] = [ + 0 => "%d message", + 1 => "%d messages", +]; +$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; +$a->strings["No profile"] = "No profile"; +$a->strings["Permission denied"] = "Permission denied"; +$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; +$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; +$a->strings["Visible To"] = "Visible to"; +$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; +$a->strings["Tag(s) removed"] = "Tag(s) removed"; +$a->strings["Remove Item Tag"] = "Remove Item tag"; +$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; +$a->strings["No videos selected"] = "No videos selected"; +$a->strings["Recent Videos"] = "Recent videos"; +$a->strings["Upload New Videos"] = "Upload new videos"; diff --git a/view/lang/en-us/messages.po b/view/lang/en-us/messages.po index af366bee2c..09819301f0 100644 --- a/view/lang/en-us/messages.po +++ b/view/lang/en-us/messages.po @@ -6,12 +6,13 @@ # Andy H3 , 2017-2019 # Hypolite Petovan , 2018-2019 # R C, 2018 +# Steffen K9 , 2019 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-09-15 07:45+0200\n" -"PO-Revision-Date: 2019-09-27 06:10+0000\n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-23 04:35+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" "MIME-Version: 1.0\n" @@ -20,68 +21,14 @@ msgstr "" "Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 -#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 -#: src/Module/Debug/ItemBody.php:40 -msgid "Item not found." -msgstr "Item not found." - -#: include/items.php:392 -msgid "Do you really want to delete this item?" -msgstr "Do you really want to delete this item?" - -#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 -#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423 -msgid "Yes" -msgstr "Yes" - -#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20 -#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 -#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 -#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 -#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678 -#: mod/settings.php:704 src/Module/Contact.php:426 -msgid "Cancel" -msgstr "Cancel" - -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 -#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 -#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 -#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 -#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 -#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 -#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 -#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57 -#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130 -#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27 -#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 -#: mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208 -#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52 -#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42 -#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31 -#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110 -#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50 -#: src/Module/Register.php:192 src/Module/Search/Directory.php:18 -#: src/Module/Contact.php:340 -msgid "Permission denied." -msgstr "Permission denied." - -#: include/api.php:1119 +#: include/api.php:1124 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "Daily posting limit of %d post reached. The post was rejected." msgstr[1] "Daily posting limit of %d posts reached. This post was rejected." -#: include/api.php:1133 +#: include/api.php:1138 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -89,759 +36,284 @@ msgid_plural "" msgstr[0] "Weekly posting limit of %d post reached. The post was rejected." msgstr[1] "Weekly posting limit of %d posts reached. This post was rejected." -#: include/api.php:1147 +#: include/api.php:1152 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "Monthly posting limit of %d posts reached. This post was rejected." -#: include/api.php:4589 mod/photos.php:91 mod/photos.php:196 -#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 #: mod/profile_photo.php:103 mod/profile_photo.php:210 -#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 -#: src/Model/User.php:804 src/Model/User.php:812 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 msgid "Profile Photos" msgstr "Profile photos" -#: include/conversation.php:161 include/conversation.php:298 -#: src/Model/Item.php:3309 -msgid "event" -msgstr "event" - -#: include/conversation.php:164 include/conversation.php:174 -#: include/conversation.php:301 include/conversation.php:310 -#: mod/subthread.php:88 mod/tagger.php:69 -msgid "status" -msgstr "status" - -#: include/conversation.php:169 include/conversation.php:306 -#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311 -msgid "photo" -msgstr "photo" - -#: include/conversation.php:182 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s likes %2$s's %3$s" - -#: include/conversation.php:184 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s doesn't like %2$s's %3$s" - -#: include/conversation.php:186 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s goes to %2$s's %3$s" - -#: include/conversation.php:188 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s won’t attend %2$s's %3$s" - -#: include/conversation.php:190 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s might go to %2$s's %3$s" - -#: include/conversation.php:225 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s is now friends with %2$s" - -#: include/conversation.php:266 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s poked %2$s" - -#: include/conversation.php:320 mod/tagger.php:102 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s tagged %2$s's %3$s with %4$s" - -#: include/conversation.php:342 -msgid "post/item" -msgstr "Post/Item" - -#: include/conversation.php:343 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s marked %2$s's %3$s as favorite" - -#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 -msgid "Likes" -msgstr "Likes" - -#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 -msgid "Dislikes" -msgstr "Dislikes" - -#: include/conversation.php:571 include/conversation.php:1566 -#: mod/photos.php:1443 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Attending" -msgstr[1] "Attending" - -#: include/conversation.php:572 mod/photos.php:1443 -msgid "Not attending" -msgstr "Not attending" - -#: include/conversation.php:573 mod/photos.php:1443 -msgid "Might attend" -msgstr "Might attend" - -#: include/conversation.php:574 -msgid "Reshares" -msgstr "Reshares" - -#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 -msgid "Select" -msgstr "Select" - -#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805 -#: src/Module/Contact.php:1086 -msgid "Delete" -msgstr "Delete" - -#: include/conversation.php:681 src/Object/Post.php:383 -#: src/Object/Post.php:384 -#, php-format -msgid "View %s's profile @ %s" -msgstr "View %s's profile @ %s" - -#: include/conversation.php:694 src/Object/Post.php:371 -msgid "Categories:" -msgstr "Categories:" - -#: include/conversation.php:695 src/Object/Post.php:372 -msgid "Filed under:" -msgstr "Filed under:" - -#: include/conversation.php:702 src/Object/Post.php:397 -#, php-format -msgid "%s from %s" -msgstr "%s from %s" - -#: include/conversation.php:717 -msgid "View in context" -msgstr "View in context" - -#: include/conversation.php:719 include/conversation.php:1232 -#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 -#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 -#: src/Object/Post.php:424 -msgid "Please wait" -msgstr "Please wait" - -#: include/conversation.php:783 -msgid "remove" -msgstr "Remove" - -#: include/conversation.php:787 -msgid "Delete Selected Items" -msgstr "Delete selected items" - -#: include/conversation.php:942 view/theme/frio/theme.php:363 -msgid "Follow Thread" -msgstr "Follow thread" - -#: include/conversation.php:943 src/Model/Contact.php:1225 -msgid "View Status" -msgstr "View status" - -#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87 -#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218 -#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74 -#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 -msgid "View Profile" -msgstr "View profile" - -#: include/conversation.php:945 src/Model/Contact.php:1227 -msgid "View Photos" -msgstr "View photos" - -#: include/conversation.php:946 src/Model/Contact.php:1219 -#: src/Model/Contact.php:1228 -msgid "Network Posts" -msgstr "Network posts" - -#: include/conversation.php:947 src/Model/Contact.php:1220 -#: src/Model/Contact.php:1229 -msgid "View Contact" -msgstr "View contact" - -#: include/conversation.php:948 src/Model/Contact.php:1231 -msgid "Send PM" -msgstr "Send PM" - -#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585 -#: src/Module/Contact.php:802 src/Module/Contact.php:1061 -msgid "Block" -msgstr "Block" - -#: include/conversation.php:950 mod/notifications.php:63 -#: mod/notifications.php:197 mod/notifications.php:290 -#: src/Module/Contact.php:586 src/Module/Contact.php:803 -#: src/Module/Contact.php:1069 -msgid "Ignore" -msgstr "Ignore" - -#: include/conversation.php:954 src/Model/Contact.php:1232 -msgid "Poke" -msgstr "Poke" - -#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160 -#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 -#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75 -#: src/Module/BaseSearchModule.php:134 -msgid "Connect/Follow" -msgstr "Connect/Follow" - -#: include/conversation.php:1084 -#, php-format -msgid "%s likes this." -msgstr "%s likes this." - -#: include/conversation.php:1087 -#, php-format -msgid "%s doesn't like this." -msgstr "%s doesn't like this." - -#: include/conversation.php:1090 -#, php-format -msgid "%s attends." -msgstr "%s attends." - -#: include/conversation.php:1093 -#, php-format -msgid "%s doesn't attend." -msgstr "%s won't attend." - -#: include/conversation.php:1096 -#, php-format -msgid "%s attends maybe." -msgstr "%s might attend." - -#: include/conversation.php:1099 include/conversation.php:1142 -#, php-format -msgid "%s reshared this." -msgstr "%s reshared this." - -#: include/conversation.php:1107 -msgid "and" -msgstr "and" - -#: include/conversation.php:1113 -#, php-format -msgid "and %d other people" -msgstr "and %d other people" - -#: include/conversation.php:1121 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d people like this" - -#: include/conversation.php:1122 -#, php-format -msgid "%s like this." -msgstr "%s like this." - -#: include/conversation.php:1125 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people don't like this" - -#: include/conversation.php:1126 -#, php-format -msgid "%s don't like this." -msgstr "%s don't like this." - -#: include/conversation.php:1129 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d people attend" - -#: include/conversation.php:1130 -#, php-format -msgid "%s attend." -msgstr "%s attend." - -#: include/conversation.php:1133 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d people won't attend" - -#: include/conversation.php:1134 -#, php-format -msgid "%s don't attend." -msgstr "%s won't attend." - -#: include/conversation.php:1137 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d people might attend" - -#: include/conversation.php:1138 -#, php-format -msgid "%s attend maybe." -msgstr "%s may be attending." - -#: include/conversation.php:1141 -#, php-format -msgid "%2$d people reshared this" -msgstr "%2$d people reshared this" - -#: include/conversation.php:1171 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: include/conversation.php:1172 src/Module/Item/Compose.php:187 -#: src/Object/Post.php:888 -msgid "Please enter a image/video/audio/webpage URL:" -msgstr "Please enter an image/video/audio/webpage URL:" - -#: include/conversation.php:1173 -msgid "Tag term:" -msgstr "Tag term:" - -#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48 -msgid "Save to Folder:" -msgstr "Save to folder:" - -#: include/conversation.php:1175 -msgid "Where are you right now?" -msgstr "Where are you right now?" - -#: include/conversation.php:1176 -msgid "Delete item(s)?" -msgstr "Delete item(s)?" - -#: include/conversation.php:1208 -msgid "New Post" -msgstr "New post" - -#: include/conversation.php:1211 -msgid "Share" -msgstr "Share" - -#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72 -#: mod/message.php:258 mod/message.php:439 -msgid "Upload photo" -msgstr "Upload photo" - -#: include/conversation.php:1213 mod/editpost.php:73 -msgid "upload photo" -msgstr "upload photo" - -#: include/conversation.php:1214 mod/editpost.php:74 -msgid "Attach file" -msgstr "Attach file" - -#: include/conversation.php:1215 mod/editpost.php:75 -msgid "attach file" -msgstr "attach file" - -#: include/conversation.php:1216 src/Module/Item/Compose.php:179 -#: src/Object/Post.php:880 -msgid "Bold" -msgstr "Bold" - -#: include/conversation.php:1217 src/Module/Item/Compose.php:180 -#: src/Object/Post.php:881 -msgid "Italic" -msgstr "Italic" - -#: include/conversation.php:1218 src/Module/Item/Compose.php:181 -#: src/Object/Post.php:882 -msgid "Underline" -msgstr "Underline" - -#: include/conversation.php:1219 src/Module/Item/Compose.php:182 -#: src/Object/Post.php:883 -msgid "Quote" -msgstr "Quote" - -#: include/conversation.php:1220 src/Module/Item/Compose.php:183 -#: src/Object/Post.php:884 -msgid "Code" -msgstr "Code" - -#: include/conversation.php:1221 src/Module/Item/Compose.php:184 -#: src/Object/Post.php:885 -msgid "Image" -msgstr "Image" - -#: include/conversation.php:1222 src/Module/Item/Compose.php:185 -#: src/Object/Post.php:886 -msgid "Link" -msgstr "Link" - -#: include/conversation.php:1223 src/Module/Item/Compose.php:186 -#: src/Object/Post.php:887 -msgid "Link or Media" -msgstr "Link or media" - -#: include/conversation.php:1224 mod/editpost.php:82 -#: src/Module/Item/Compose.php:189 -msgid "Set your location" -msgstr "Set your location" - -#: include/conversation.php:1225 mod/editpost.php:83 -msgid "set location" -msgstr "set location" - -#: include/conversation.php:1226 mod/editpost.php:84 -msgid "Clear browser location" -msgstr "Clear browser location" - -#: include/conversation.php:1227 mod/editpost.php:85 -msgid "clear location" -msgstr "clear location" - -#: include/conversation.php:1229 mod/editpost.php:99 -#: src/Module/Item/Compose.php:194 -msgid "Set title" -msgstr "Set title" - -#: include/conversation.php:1231 mod/editpost.php:101 -#: src/Module/Item/Compose.php:195 -msgid "Categories (comma-separated list)" -msgstr "Categories (comma-separated list)" - -#: include/conversation.php:1233 mod/editpost.php:87 -msgid "Permission settings" -msgstr "Permission settings" - -#: include/conversation.php:1234 mod/editpost.php:116 -msgid "permissions" -msgstr "permissions" - -#: include/conversation.php:1243 mod/editpost.php:96 -msgid "Public post" -msgstr "Public post" - -#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433 -#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550 -#: src/Module/Item/Compose.php:188 src/Object/Post.php:889 -msgid "Preview" -msgstr "Preview" - -#: include/conversation.php:1256 -msgid "Post to Groups" -msgstr "Post to groups" - -#: include/conversation.php:1257 -msgid "Post to Contacts" -msgstr "Post to contacts" - -#: include/conversation.php:1258 -msgid "Private post" -msgstr "Private post" - -#: include/conversation.php:1263 mod/editpost.php:114 -#: src/Model/Profile.php:550 src/Module/Contact.php:301 -msgid "Message" -msgstr "Message" - -#: include/conversation.php:1264 mod/editpost.php:115 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1536 -msgid "View all" -msgstr "View all" - -#: include/conversation.php:1560 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Like" -msgstr[1] "Likes" - -#: include/conversation.php:1563 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Dislike" -msgstr[1] "Dislikes" - -#: include/conversation.php:1569 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Not attending" -msgstr[1] "Not attending" - -#: include/conversation.php:1572 src/Content/ContactSelector.php:243 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Undecided" -msgstr[1] "Undecided" - -#: include/enotify.php:57 +#: include/enotify.php:58 msgid "Friendica Notification" msgstr "Friendica notification" -#: include/enotify.php:60 +#: include/enotify.php:61 msgid "Thank You," msgstr "Thank you" -#: include/enotify.php:63 +#: include/enotify.php:64 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s Administrator" -#: include/enotify.php:65 +#: include/enotify.php:66 #, php-format msgid "%s Administrator" msgstr "%s Administrator" -#: include/enotify.php:134 +#: include/enotify.php:135 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica:Notify] New mail received at %s" -#: include/enotify.php:136 +#: include/enotify.php:137 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s sent you a new private message at %2$s." -#: include/enotify.php:137 +#: include/enotify.php:138 msgid "a private message" msgstr "a private message" -#: include/enotify.php:137 +#: include/enotify.php:138 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sent you %2$s." -#: include/enotify.php:139 +#: include/enotify.php:140 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Please visit %s to view or reply to your private messages." -#: include/enotify.php:172 +#: include/enotify.php:173 #, php-format msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]" -#: include/enotify.php:178 +#: include/enotify.php:179 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s commented on [url=%2$s]a %3$s[/url]" -#: include/enotify.php:188 +#: include/enotify.php:189 #, php-format msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:195 +#: include/enotify.php:196 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:207 +#: include/enotify.php:208 #, php-format msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" msgstr "%1$s tagged you on [url=%2$s]your %3$s[/url]" -#: include/enotify.php:213 +#: include/enotify.php:214 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s commented on [url=%2$s]your %3$s[/url]" -#: include/enotify.php:224 +#: include/enotify.php:225 #, php-format msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]" -#: include/enotify.php:230 +#: include/enotify.php:231 #, php-format msgid "%1$s commented on [url=%2$s]their %3$s[/url]" msgstr "%1$s commented on [url=%2$s]their %3$s[/url]" -#: include/enotify.php:243 +#: include/enotify.php:244 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Notify] %s tagged you" -#: include/enotify.php:245 +#: include/enotify.php:246 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s tagged you at %2$s" -#: include/enotify.php:247 +#: include/enotify.php:248 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -#: include/enotify.php:249 +#: include/enotify.php:250 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s commented on an item/conversation you have been following." -#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Please visit %s to view or reply to the conversation." -#: include/enotify.php:261 +#: include/enotify.php:262 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica:Notify] %s posted to your profile wall" -#: include/enotify.php:263 +#: include/enotify.php:264 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s posted to your profile wall at %2$s" -#: include/enotify.php:264 +#: include/enotify.php:265 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s posted to [url=%2$s]your wall[/url]" -#: include/enotify.php:276 +#: include/enotify.php:277 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica:Notify] %s shared a new post" -#: include/enotify.php:278 +#: include/enotify.php:279 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "%1$s shared a new post at %2$s" -#: include/enotify.php:279 +#: include/enotify.php:280 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "%1$s [url=%2$s]shared a post[/url]." -#: include/enotify.php:291 +#: include/enotify.php:292 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Notify] %1$s poked you" -#: include/enotify.php:293 +#: include/enotify.php:294 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s poked you at %2$s" -#: include/enotify.php:294 +#: include/enotify.php:295 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]poked you[/url]." -#: include/enotify.php:311 +#: include/enotify.php:312 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Notify] %s tagged your post" -#: include/enotify.php:313 +#: include/enotify.php:314 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s tagged your post at %2$s" -#: include/enotify.php:314 +#: include/enotify.php:315 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s tagged [url=%2$s]your post[/url]" -#: include/enotify.php:326 +#: include/enotify.php:327 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Notify] Introduction received" -#: include/enotify.php:328 +#: include/enotify.php:329 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "You've received an introduction from '%1$s' at %2$s" -#: include/enotify.php:329 +#: include/enotify.php:330 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "You've received [url=%1$s]an introduction[/url] from %2$s." -#: include/enotify.php:334 include/enotify.php:380 +#: include/enotify.php:335 include/enotify.php:381 #, php-format msgid "You may visit their profile at %s" msgstr "You may visit their profile at %s" -#: include/enotify.php:336 +#: include/enotify.php:337 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Please visit %s to approve or reject the introduction." -#: include/enotify.php:343 +#: include/enotify.php:344 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica:Notify] A new person is sharing with you" -#: include/enotify.php:345 include/enotify.php:346 +#: include/enotify.php:346 include/enotify.php:347 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s is sharing with you at %2$s" -#: include/enotify.php:353 +#: include/enotify.php:354 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica:Notify] You have a new follower" -#: include/enotify.php:355 include/enotify.php:356 +#: include/enotify.php:356 include/enotify.php:357 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "You have a new follower at %2$s : %1$s" -#: include/enotify.php:369 +#: include/enotify.php:370 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica:Notify] Friend suggestion received" -#: include/enotify.php:371 +#: include/enotify.php:372 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "You've received a friend suggestion from '%1$s' at %2$s" -#: include/enotify.php:372 +#: include/enotify.php:373 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -#: include/enotify.php:378 +#: include/enotify.php:379 msgid "Name:" msgstr "Name:" -#: include/enotify.php:379 +#: include/enotify.php:380 msgid "Photo:" msgstr "Photo:" -#: include/enotify.php:382 +#: include/enotify.php:383 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Please visit %s to approve or reject the suggestion." -#: include/enotify.php:390 include/enotify.php:405 +#: include/enotify.php:391 include/enotify.php:406 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Notify] Connection accepted" -#: include/enotify.php:392 include/enotify.php:407 +#: include/enotify.php:393 include/enotify.php:408 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' has accepted your connection request at %2$s" -#: include/enotify.php:393 include/enotify.php:408 +#: include/enotify.php:394 include/enotify.php:409 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$s has accepted your [url=%1$s]connection request[/url]." -#: include/enotify.php:398 +#: include/enotify.php:399 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction." -#: include/enotify.php:400 +#: include/enotify.php:401 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Please visit %s if you wish to make any changes to this relationship." -#: include/enotify.php:413 +#: include/enotify.php:414 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -850,37 +322,37 @@ msgid "" "automatically." msgstr "'%1$s' has chosen to accept you as a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically." -#: include/enotify.php:415 +#: include/enotify.php:416 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." -#: include/enotify.php:417 +#: include/enotify.php:418 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Please visit %s if you wish to make any changes to this relationship." -#: include/enotify.php:427 mod/removeme.php:46 +#: include/enotify.php:428 mod/removeme.php:46 msgid "[Friendica System Notify]" msgstr "[Friendica System Notify]" -#: include/enotify.php:427 +#: include/enotify.php:428 msgid "registration request" msgstr "registration request" -#: include/enotify.php:429 +#: include/enotify.php:430 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "You've received a registration request from '%1$s' at %2$s." -#: include/enotify.php:430 +#: include/enotify.php:431 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "You've received a [url=%1$s]registration request[/url] from %2$s." -#: include/enotify.php:435 +#: include/enotify.php:436 #, php-format msgid "" "Full Name:\t%s\n" @@ -888,3316 +360,681 @@ msgid "" "Login Name:\t%s (%s)" msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)" -#: include/enotify.php:441 +#: include/enotify.php:442 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Please visit %s to approve or reject the request." -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "Authorize application connection" +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 +msgid "event" +msgstr "event" -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "Return to your app and insert this security code:" +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 +msgid "status" +msgstr "status" -#: mod/api.php:94 src/Module/BaseAdminModule.php:56 -msgid "Please login to continue." -msgstr "Please login to continue." +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 +msgid "photo" +msgstr "photo" -#: mod/api.php:108 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?" +#: include/conversation.php:188 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s likes %2$s's %3$s" -#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 -#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:98 -msgid "No" -msgstr "No" +#: include/conversation.php:190 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s doesn't like %2$s's %3$s" -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Parent user not found." +#: include/conversation.php:192 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s goes to %2$s's %3$s" -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "No parent user" +#: include/conversation.php:194 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s won’t attend %2$s's %3$s" -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Parent Password:" +#: include/conversation.php:196 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s might go to %2$s's %3$s" -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Please enter the password of the parent account to authorize this request." +#: include/conversation.php:231 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s is now friends with %2$s" -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Parent user" +#: include/conversation.php:272 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s poked %2$s" -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." +#: include/conversation.php:326 mod/tagger.php:105 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s tagged %2$s's %3$s with %4$s" -#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 -#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97 -#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568 -msgid "Save Settings" -msgstr "Save settings" +#: include/conversation.php:348 +msgid "post/item" +msgstr "Post/Item" -#: mod/delegate.php:176 src/Content/Nav.php:263 -msgid "Delegate Page Management" -msgstr "Delegate Page Management" +#: include/conversation.php:349 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s marked %2$s's %3$s as favorite" -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Delegates" +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 +msgid "Likes" +msgstr "Likes" -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 +msgid "Dislikes" +msgstr "Dislikes" -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Existing page delegates" +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Attending" +msgstr[1] "Attending" -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potential delegates" +#: include/conversation.php:577 mod/photos.php:1408 +msgid "Not attending" +msgstr "Not attending" -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" +#: include/conversation.php:578 mod/photos.php:1408 +msgid "Might attend" +msgstr "Might attend" + +#: include/conversation.php:579 +msgid "Reshares" +msgstr "Reshares" + +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 +msgid "Select" +msgstr "Select" + +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 +msgid "Delete" +msgstr "Delete" + +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 +#, php-format +msgid "View %s's profile @ %s" +msgstr "View %s's profile @ %s" + +#: include/conversation.php:702 src/Object/Post.php:395 +msgid "Categories:" +msgstr "Categories:" + +#: include/conversation.php:703 src/Object/Post.php:396 +msgid "Filed under:" +msgstr "Filed under:" + +#: include/conversation.php:710 src/Object/Post.php:421 +#, php-format +msgid "%s from %s" +msgstr "%s from %s" + +#: include/conversation.php:725 +msgid "View in context" +msgstr "View in context" + +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 +msgid "Please wait" +msgstr "Please wait" + +#: include/conversation.php:791 +msgid "remove" msgstr "Remove" -#: mod/delegate.php:185 -msgid "Add" -msgstr "Add" +#: include/conversation.php:795 +msgid "Delete Selected Items" +msgstr "Delete selected items" -#: mod/delegate.php:186 -msgid "No entries." -msgstr "No entries." +#: include/conversation.php:956 view/theme/frio/theme.php:363 +msgid "Follow Thread" +msgstr "Follow thread" -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Post successful." +#: include/conversation.php:957 src/Model/Contact.php:1255 +msgid "View Status" +msgstr "View status" -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Subscribing to OStatus contacts" +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 +msgid "View Profile" +msgstr "View profile" -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "No contact provided." +#: include/conversation.php:959 src/Model/Contact.php:1257 +msgid "View Photos" +msgstr "View photos" -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 +msgid "Network Posts" +msgstr "Network posts" -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 +msgid "View Contact" +msgstr "View contact" -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Done" +#: include/conversation.php:962 src/Model/Contact.php:1261 +msgid "Send PM" +msgstr "Send PM" -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "success" +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 +msgid "Block" +msgstr "Block" -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "failed" +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 +msgid "Ignore" +msgstr "Ignore" -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 -msgid "ignored" -msgstr "Ignored" +#: include/conversation.php:968 src/Model/Contact.php:1262 +msgid "Poke" +msgstr "Poke" -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Keep this window open until done." +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 +msgid "Connect/Follow" +msgstr "Connect/Follow" -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Permission denied" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Invalid profile identifier." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Profile Visibility Editor" - -#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 -#: src/Model/Profile.php:889 src/Model/Profile.php:925 -#: src/Module/Welcome.php:38 src/Module/Contact.php:618 -#: src/Module/Contact.php:847 -msgid "Profile" -msgstr "Profile" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove it." - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Visible to" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "All contacts with secure profile access" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Account approved." - -#: mod/regmod.php:77 +#: include/conversation.php:1101 #, php-format -msgid "Registration revoked for %s" -msgstr "Registration revoked for %s" +msgid "%s likes this." +msgstr "%s likes this." -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Please login." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "User deleted their account" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups." - -#: mod/removeme.php:48 +#: include/conversation.php:1104 #, php-format -msgid "The user id is %d" -msgstr "The user id is %d" +msgid "%s doesn't like this." +msgstr "%s doesn't like this." -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "This will completely remove your account. Once this has been done it is not recoverable." - -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Resubscribing to OStatus contacts" - -#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "" -msgstr[1] "" - -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Tag(s) removed" - -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Remove Item tag" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "User imports on closed servers can only be done by an administrator." - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Import profile" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Move Existing Friendica Account" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "You can import an existing Friendica profile to this node." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora." - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Account file:" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "You aren't following this contact." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Contact unfollowed" - -#: mod/unfollow.php:118 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190 -#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83 -#: src/Module/Contact.php:603 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920 -#: src/Module/Contact.php:842 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Embedded content - reload page to view]" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:114 +#: include/conversation.php:1107 #, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" +msgid "%s attends." +msgstr "%s attends." -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "File upload failed." - -#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 -#: mod/photos.php:715 mod/profile_photo.php:152 +#: include/conversation.php:1110 #, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" +msgid "%s doesn't attend." +msgstr "%s won't attend." -#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Wall photos" - -#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#: include/conversation.php:1113 #, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Number of daily wall messages for %s exceeded. Message failed." +msgid "%s attends maybe." +msgstr "%s might attend." -#: mod/wallmessage.php:60 mod/message.php:70 -msgid "No recipient selected." -msgstr "No recipient selected." - -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." - -#: mod/wallmessage.php:66 mod/message.php:77 -msgid "Message could not be sent." -msgstr "Message could not be sent." - -#: mod/wallmessage.php:69 mod/message.php:80 -msgid "Message collection failure." -msgstr "Message collection failure." - -#: mod/wallmessage.php:72 mod/message.php:83 -msgid "Message sent." -msgstr "Message sent." - -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "No recipient." - -#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 -msgid "Please enter a link URL:" -msgstr "Please enter a link URL:" - -#: mod/wallmessage.php:128 mod/message.php:246 -msgid "Send Private Message" -msgstr "Send private message" - -#: mod/wallmessage.php:129 +#: include/conversation.php:1116 include/conversation.php:1159 #, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." +msgid "%s reshared this." +msgstr "%s reshared this." -#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 -msgid "To:" -msgstr "To:" +#: include/conversation.php:1124 +msgid "and" +msgstr "and" -#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 -msgid "Subject:" -msgstr "Subject:" - -#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Your message:" - -#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 -#: mod/message.php:440 -msgid "Insert web link" -msgstr "Insert web link" - -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "No keywords to match. Please add keywords to your default profile." - -#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 -#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 -msgid "Connect" -msgstr "Connect" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "first" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "next" - -#: mod/match.php:130 src/Module/BaseSearchModule.php:92 -msgid "No matches" -msgstr "No matches" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Profile Match" - -#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 -#: mod/profiles.php:511 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Profile not found." - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Profile deleted." - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profile-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "New profile created." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Profile unavailable to clone." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Profile name is required." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Marital status" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romantic partner" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Religion" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Political views" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Gender" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Sexual preference" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Homepage" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Interests" - -#: mod/profiles.php:382 -msgid "Address" -msgstr "Address" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Location" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profile updated." - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Hide contacts and friends:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Hide your contact/friend list from viewers of this profile?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Show more profile fields:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Profile actions" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Edit Profile Details" - -#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92 -#: mod/manage.php:183 mod/message.php:261 mod/message.php:441 -#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387 -#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531 -#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 -#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45 -#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 -#: src/Module/Contact.php:560 src/Module/Install.php:212 -#: src/Module/Install.php:252 src/Module/Install.php:288 -#: src/Object/Post.php:879 -msgid "Submit" -msgstr "Submit" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Change profile photo" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "View this profile" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "View all profiles" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 -msgid "Edit visibility" -msgstr "Edit visibility" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Create a new profile using these settings" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Clone this profile" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Delete this profile" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Basic information" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Profile picture" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Preferences" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Status information" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Additional information" - -#: mod/profiles.php:579 mod/network.php:992 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Personal" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Relation" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Miscellaneous" - -#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 -msgid "Upload Profile Photo" -msgstr "Upload profile photo" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Gender:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Marital status:" - -#: mod/profiles.php:586 src/Model/Profile.php:808 -msgid "Sexual Preference:" -msgstr "Sexual preference:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Example: fishing photography software" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Profile name:" - -#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 -msgid "Required" -msgstr "Required" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "This is your public profile.
It may be visible to anybody using the internet." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "My full name:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Title/Description:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Street address:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Locality/City:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Region/State:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Country:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Age: " - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Who: (if applicable)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Since when:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "About myself:" - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) address:" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "The XMPP address will be propagated to your contacts so that they can follow you." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Homepage URL:" - -#: mod/profiles.php:613 src/Model/Profile.php:816 -msgid "Hometown:" -msgstr "Home town:" - -#: mod/profiles.php:614 src/Model/Profile.php:824 -msgid "Political Views:" -msgstr "Political views:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Religious views:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Public keywords:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "Used for suggesting potential friends, can be seen by others." - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Private keywords:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "Used for searching profiles, never shown to others." - -#: mod/profiles.php:618 src/Model/Profile.php:840 -msgid "Likes:" -msgstr "Likes:" - -#: mod/profiles.php:619 src/Model/Profile.php:844 -msgid "Dislikes:" -msgstr "Dislikes:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Music:" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Books, literature, poetry:" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Television:" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Film, dance, culture, entertainment" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interests:" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Love/Romance:" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Work/Employment:" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "School/Education:" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Contact information and other social networks:" - -#: mod/profiles.php:659 src/Model/Profile.php:419 -msgid "Profile Image" -msgstr "Profile image" - -#: mod/profiles.php:661 src/Model/Profile.php:422 -msgid "visible to everybody" -msgstr "Visible to everybody" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Edit/Manage Profiles" - -#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 -msgid "Change profile photo" -msgstr "Change profile photo" - -#: mod/profiles.php:670 src/Model/Profile.php:410 -msgid "Create New Profile" -msgstr "Create new profile" - -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 -#: src/Module/Debug/ItemBody.php:18 -msgid "Access denied." -msgstr "Access denied." - -#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185 -msgid "Access to this profile has been restricted." -msgstr "Access to this profile has been restricted." - -#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 -#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 -#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964 -msgid "Events" -msgstr "Events" - -#: mod/cal.php:272 mod/events.php:384 -msgid "View" -msgstr "View" - -#: mod/cal.php:273 mod/events.php:386 -msgid "Previous" -msgstr "Previous" - -#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174 -msgid "Next" -msgstr "Next" - -#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 -msgid "today" -msgstr "today" - -#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 -#: src/Model/Event.php:429 -msgid "month" -msgstr "month" - -#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 -#: src/Model/Event.php:430 -msgid "week" -msgstr "week" - -#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 -#: src/Model/Event.php:431 -msgid "day" -msgstr "day" - -#: mod/cal.php:281 mod/events.php:396 -msgid "list" -msgstr "List" - -#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 -msgid "User not found" -msgstr "User not found" - -#: mod/cal.php:310 -msgid "This calendar format is not supported" -msgstr "This calendar format is not supported" - -#: mod/cal.php:312 -msgid "No exportable data found" -msgstr "No exportable data found" - -#: mod/cal.php:329 -msgid "calendar" -msgstr "calendar" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "No contacts in common." - -#: mod/common.php:141 src/Module/Contact.php:870 -msgid "Common Friends" -msgstr "Common friends" - -#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850 -#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201 -#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 -#: src/Module/Directory.php:30 -msgid "Public access denied." -msgstr "Public access denied." - -#: mod/community.php:76 -msgid "Community option not available." -msgstr "Community option not available." - -#: mod/community.php:93 -msgid "Not available." -msgstr "Not available." - -#: mod/community.php:103 -msgid "Local Community" -msgstr "Local community" - -#: mod/community.php:106 -msgid "Posts from local users on this server" -msgstr "Posts from local users on this server" - -#: mod/community.php:114 -msgid "Global Community" -msgstr "Global community" - -#: mod/community.php:117 -msgid "Posts from users of the whole federated network" -msgstr "Posts from users of the whole federated network" - -#: mod/community.php:163 mod/search.php:222 -msgid "No results." -msgstr "No results." - -#: mod/community.php:215 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." - -#: mod/crepair.php:79 -msgid "Contact settings applied." -msgstr "Contact settings applied." - -#: mod/crepair.php:81 -msgid "Contact update failed." -msgstr "Contact update failed." - -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 -#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 -#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 -msgid "Contact not found." -msgstr "Contact not found." - -#: mod/crepair.php:115 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "Warning: These are highly advanced settings. If you enter incorrect information, your communications with this contact might be disrupted." - -#: mod/crepair.php:116 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Please use your browser 'Back' button now if you are uncertain what to do on this page." - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "No mirroring" -msgstr "No mirroring" - -#: mod/crepair.php:130 -msgid "Mirror as forwarded posting" -msgstr "Mirror as forwarded posting" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "Mirror as my own posting" -msgstr "Mirror as my own posting" - -#: mod/crepair.php:145 -msgid "Return to contact editor" -msgstr "Return to contact editor" - -#: mod/crepair.php:147 -msgid "Refetch contact data" -msgstr "Re-fetch contact data." - -#: mod/crepair.php:150 -msgid "Remote Self" -msgstr "Remote self" - -#: mod/crepair.php:153 -msgid "Mirror postings from this contact" -msgstr "Mirror postings from this contact:" - -#: mod/crepair.php:155 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "This will cause Friendica to repost new entries from this contact." - -#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 -#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:313 -msgid "Name" -msgstr "Name:" - -#: mod/crepair.php:160 -msgid "Account Nickname" -msgstr "Account nickname:" - -#: mod/crepair.php:161 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tag name - overrides name/nickname:" - -#: mod/crepair.php:162 -msgid "Account URL" -msgstr "Account URL:" - -#: mod/crepair.php:163 -msgid "Account URL Alias" -msgstr "Account URL alias" - -#: mod/crepair.php:164 -msgid "Friend Request URL" -msgstr "Friend request URL:" - -#: mod/crepair.php:165 -msgid "Friend Confirm URL" -msgstr "Friend confirm URL:" - -#: mod/crepair.php:166 -msgid "Notification Endpoint URL" -msgstr "Notification endpoint URL" - -#: mod/crepair.php:167 -msgid "Poll/Feed URL" -msgstr "Poll/Feed URL:" - -#: mod/crepair.php:168 -msgid "New photo from this URL" -msgstr "New photo from this URL:" - -#: mod/dfrn_confirm.php:126 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved." - -#: mod/dfrn_confirm.php:227 -msgid "Response from remote site was not understood." -msgstr "Response from remote site was not understood." - -#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " -msgstr "Unexpected response from remote site: " - -#: mod/dfrn_confirm.php:249 -msgid "Confirmation completed successfully." -msgstr "Confirmation completed successfully." - -#: mod/dfrn_confirm.php:261 -msgid "Temporary failure. Please wait and try again." -msgstr "Temporary failure. Please wait and try again." - -#: mod/dfrn_confirm.php:264 -msgid "Introduction failed or was revoked." -msgstr "Introduction failed or was revoked." - -#: mod/dfrn_confirm.php:269 -msgid "Remote site reported: " -msgstr "Remote site reported: " - -#: mod/dfrn_confirm.php:374 +#: include/conversation.php:1130 #, php-format -msgid "No user record found for '%s' " -msgstr "No user record found for '%s' " +msgid "and %d other people" +msgstr "and %d other people" -#: mod/dfrn_confirm.php:384 -msgid "Our site encryption key is apparently messed up." -msgstr "Our site encryption key is apparently messed up." - -#: mod/dfrn_confirm.php:395 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "An empty URL was provided, or the URL could not be decrypted by us." - -#: mod/dfrn_confirm.php:411 -msgid "Contact record was not found for you on our site." -msgstr "Contact record was not found for you on our site." - -#: mod/dfrn_confirm.php:425 +#: include/conversation.php:1138 #, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Site public key not available in contact record for URL %s." +msgid "%2$d people like this" +msgstr "%2$d people like this" -#: mod/dfrn_confirm.php:441 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again." - -#: mod/dfrn_confirm.php:452 -msgid "Unable to set your contact credentials on our system." -msgstr "Unable to set your contact credentials on our system." - -#: mod/dfrn_confirm.php:508 -msgid "Unable to update your contact profile details on our system" -msgstr "Unable to update your contact profile details on our system" - -#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2551 -msgid "[Name Withheld]" -msgstr "[Name Withheld]" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 +#: include/conversation.php:1139 #, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s welcomes %2$s" +msgid "%s like this." +msgstr "%s like this." -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "This introduction has already been accepted." - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:354 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profile location is not valid or does not contain profile information." - -#: mod/dfrn_request.php:120 mod/dfrn_request.php:358 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Warning: profile location has no identifiable owner name." - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:361 -msgid "Warning: profile location has no profile photo." -msgstr "Warning: profile location has no profile photo." - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:365 +#: include/conversation.php:1142 #, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d required parameter was not found at the given location" -msgstr[1] "%d required parameters were not found at the given location" +msgid "%2$d people don't like this" +msgstr "%2$d people don't like this" -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "Introduction complete." - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "Unrecoverable protocol error." - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "Profile unavailable." - -#: mod/dfrn_request.php:249 +#: include/conversation.php:1143 #, php-format -msgid "%s has received too many connection requests today." -msgstr "%s has received too many connection requests today." +msgid "%s don't like this." +msgstr "%s don't like this." -#: mod/dfrn_request.php:250 -msgid "Spam protection measures have been invoked." -msgstr "Spam protection measures have been invoked." - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Friends are advised to please try again in 24 hours." - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "Invalid locator" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "You have already introduced yourself here." - -#: mod/dfrn_request.php:314 +#: include/conversation.php:1146 #, php-format -msgid "Apparently you are already friends with %s." -msgstr "Apparently you are already friends with %s." +msgid "%2$d people attend" +msgstr "%2$d people attend" -#: mod/dfrn_request.php:334 -msgid "Invalid profile URL." -msgstr "Invalid profile URL." - -#: mod/dfrn_request.php:340 src/Model/Contact.php:2182 -msgid "Disallowed profile URL." -msgstr "Disallowed profile URL." - -#: mod/dfrn_request.php:346 src/Model/Contact.php:2187 -#: src/Module/Friendica.php:59 -msgid "Blocked domain" -msgstr "Blocked domain" - -#: mod/dfrn_request.php:413 src/Module/Contact.php:143 -msgid "Failed to update contact record." -msgstr "Failed to update contact record." - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "Your introduction has been sent." - -#: mod/dfrn_request.php:471 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." - -#: mod/dfrn_request.php:487 -msgid "Please login to confirm introduction." -msgstr "Please login to confirm introduction." - -#: mod/dfrn_request.php:495 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Incorrect identity currently logged in. Please login to this profile." - -#: mod/dfrn_request.php:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "Confirm" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "Hide this contact" - -#: mod/dfrn_request.php:522 +#: include/conversation.php:1147 #, php-format -msgid "Welcome home %s." -msgstr "Welcome home %s." +msgid "%s attend." +msgstr "%s attend." -#: mod/dfrn_request.php:523 +#: include/conversation.php:1150 #, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Please confirm your introduction/connection request to %s." +msgid "%2$d people don't attend" +msgstr "%2$d people won't attend" -#: mod/dfrn_request.php:632 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" - -#: mod/dfrn_request.php:634 +#: include/conversation.php:1151 #, 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 "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today." +msgid "%s don't attend." +msgstr "%s won't attend." -#: mod/dfrn_request.php:637 -msgid "Friend/Connection Request" -msgstr "Friend/Connection request" - -#: mod/dfrn_request.php:638 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" - -#: mod/dfrn_request.php:639 mod/follow.php:162 -msgid "Please answer the following:" -msgstr "Please answer the following:" - -#: mod/dfrn_request.php:640 mod/follow.php:163 +#: include/conversation.php:1154 #, php-format -msgid "Does %s know you?" -msgstr "Does %s know you?" +msgid "%2$d people attend maybe" +msgstr "%2$d people might attend" -#: mod/dfrn_request.php:641 mod/follow.php:164 -msgid "Add a personal note:" -msgstr "Add a personal note:" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "GNU Social (Pleroma, Mastodon)" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "diaspora* (Socialhome, Hubzilla)" - -#: mod/dfrn_request.php:646 +#: include/conversation.php:1155 #, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar." +msgid "%s attend maybe." +msgstr "%s may be attending." -#: mod/editpost.php:28 mod/editpost.php:38 -msgid "Item not found" -msgstr "Item not found" - -#: mod/editpost.php:45 -msgid "Edit post" -msgstr "Edit post" - -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887 -#: src/Module/Filer/SaveTag.php:49 -msgid "Save" -msgstr "Save" - -#: mod/editpost.php:77 -msgid "web link" -msgstr "web link" - -#: mod/editpost.php:78 -msgid "Insert video link" -msgstr "Insert video link" - -#: mod/editpost.php:79 -msgid "video link" -msgstr "video link" - -#: mod/editpost.php:80 -msgid "Insert audio link" -msgstr "Insert audio link" - -#: mod/editpost.php:81 -msgid "audio link" -msgstr "audio link" - -#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 -msgid "CC: email addresses" -msgstr "CC: email addresses" - -#: mod/editpost.php:102 src/Core/ACL.php:309 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Example: bob@example.com, mary@example.com" - -#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 -#: src/Model/Profile.php:933 -msgid "Photos" -msgstr "Photos" - -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 -#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 -#: src/Model/Photo.php:583 -msgid "Contact Photos" -msgstr "Contact photos" - -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 -msgid "Upload" -msgstr "Upload" - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "Files" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "Contact could not be added." - -#: mod/follow.php:87 -msgid "You already added this contact." -msgstr "You already added this contact." - -#: mod/follow.php:99 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "diaspora* support isn't enabled. Contact can't be added." - -#: mod/follow.php:106 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus support is disabled. Contact can't be added." - -#: mod/follow.php:113 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "The network type couldn't be detected. Contact can't be added." - -#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820 -#: src/Module/Contact.php:613 -msgid "Tags:" -msgstr "Tags:" - -#: mod/fsuggest.php:44 -msgid "Suggested contact not found." -msgstr "" - -#: mod/fsuggest.php:57 -msgid "Friend suggestion sent." -msgstr "Friend suggestion sent" - -#: mod/fsuggest.php:79 -msgid "Suggest Friends" -msgstr "Suggest friends" - -#: mod/fsuggest.php:81 +#: include/conversation.php:1158 #, php-format -msgid "Suggest a friend for %s" -msgstr "Suggest a friend for %s" +msgid "%2$d people reshared this" +msgstr "%2$d people reshared this" -#: mod/hcard.php:20 -msgid "No profile" -msgstr "No profile" +#: include/conversation.php:1188 +msgid "Visible to everybody" +msgstr "Visible to everybody" -#: mod/lockview.php:47 mod/lockview.php:58 -msgid "Remote privacy information not available." -msgstr "Remote privacy information not available." +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 +msgid "Please enter a image/video/audio/webpage URL:" +msgstr "Please enter an image/video/audio/webpage URL:" -#: mod/lockview.php:67 -msgid "Visible to:" -msgstr "Visible to:" +#: include/conversation.php:1190 +msgid "Tag term:" +msgstr "Tag term:" -#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 -#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126 -#: src/Module/Contact.php:771 -msgid "Followers" -msgstr "" +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 +msgid "Save to Folder:" +msgstr "Save to folder:" -#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 -msgid "Mutuals" -msgstr "" +#: include/conversation.php:1192 +msgid "Where are you right now?" +msgstr "Where are you right now?" -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "No valid account found." +#: include/conversation.php:1193 +msgid "Delete item(s)?" +msgstr "Delete item(s)?" -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "Password reset request issued. Please check your email." +#: include/conversation.php:1225 +msgid "New Post" +msgstr "New post" -#: mod/lostpass.php:44 +#: include/conversation.php:1228 +msgid "Share" +msgstr "Share" + +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 +#: mod/message.php:258 mod/message.php:439 +msgid "Upload photo" +msgstr "Upload photo" + +#: include/conversation.php:1230 mod/editpost.php:74 +msgid "upload photo" +msgstr "upload photo" + +#: include/conversation.php:1231 mod/editpost.php:75 +msgid "Attach file" +msgstr "Attach file" + +#: include/conversation.php:1232 mod/editpost.php:76 +msgid "attach file" +msgstr "attach file" + +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 +msgid "Bold" +msgstr "Bold" + +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 +msgid "Italic" +msgstr "Italic" + +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 +msgid "Underline" +msgstr "Underline" + +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 +msgid "Quote" +msgstr "Quote" + +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 +msgid "Code" +msgstr "Code" + +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 +msgid "Image" +msgstr "Image" + +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 +msgid "Link" +msgstr "Link" + +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 +msgid "Link or Media" +msgstr "Link or media" + +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 +msgid "Set your location" +msgstr "Set your location" + +#: include/conversation.php:1242 mod/editpost.php:84 +msgid "set location" +msgstr "set location" + +#: include/conversation.php:1243 mod/editpost.php:85 +msgid "Clear browser location" +msgstr "Clear browser location" + +#: include/conversation.php:1244 mod/editpost.php:86 +msgid "clear location" +msgstr "clear location" + +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 +msgid "Set title" +msgstr "Set title" + +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 +msgid "Categories (comma-separated list)" +msgstr "Categories (comma-separated list)" + +#: include/conversation.php:1250 mod/editpost.php:88 +msgid "Permission settings" +msgstr "Permission settings" + +#: include/conversation.php:1251 mod/editpost.php:117 +msgid "permissions" +msgstr "permissions" + +#: include/conversation.php:1260 mod/editpost.php:97 +msgid "Public post" +msgstr "Public post" + +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 +msgid "Preview" +msgstr "Preview" + +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 +msgid "Cancel" +msgstr "Cancel" + +#: include/conversation.php:1273 +msgid "Post to Groups" +msgstr "Post to groups" + +#: include/conversation.php:1274 +msgid "Post to Contacts" +msgstr "Post to contacts" + +#: include/conversation.php:1275 +msgid "Private post" +msgstr "Private post" + +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 +msgid "Message" +msgstr "Message" + +#: include/conversation.php:1281 mod/editpost.php:116 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1573 +msgid "View all" +msgstr "View all" + +#: include/conversation.php:1597 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Like" +msgstr[1] "Likes" + +#: include/conversation.php:1600 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Dislike" +msgstr[1] "Dislikes" + +#: include/conversation.php:1606 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Not attending" +msgstr[1] "Not attending" + +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Undecided" +msgstr[1] "Undecided" + +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 +#: src/Module/Debug/ItemBody.php:40 +msgid "Item not found." +msgstr "Item not found." + +#: include/items.php:387 +msgid "Do you really want to delete this item?" +msgstr "Do you really want to delete this item?" + +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 +#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 +msgid "Yes" +msgstr "Yes" + +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 +msgid "Permission denied." +msgstr "Permission denied." + +#: update.php:218 #, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request." +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "%s: Updating author-id and owner-id in item and thread table. " -#: mod/lostpass.php:55 +#: update.php:273 #, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s" +msgid "%s: Updating post-type." +msgstr "%s: Updating post-type." -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "Password reset requested at %s" +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "Community profiles" -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "Last users" -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "Request has expired, please make a new one." +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "Find people" -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "Reset My Password" +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "Enter name or interest" -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Examples: Robert Morgenstein, fishing" -#: mod/lostpass.php:119 src/Module/Login.php:318 -msgid "Nickname or Email: " -msgstr "Nickname or email: " +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "Find" -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "Reset" - -#: mod/lostpass.php:135 src/Module/Login.php:330 -msgid "Password Reset" -msgstr "Forgotten password?" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "Your password has been reset as requested." - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "Your new password is" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "Save or copy your new password - and then" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "click here to login" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Your password may be changed from the Settings page after successful login." - -#: mod/lostpass.php:147 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t" - -#: mod/lostpass.php:153 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t" - -#: mod/lostpass.php:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Your password has been changed at %s" - -#: mod/manage.php:179 -msgid "Manage Identities and/or Pages" -msgstr "Manage Identities and Pages" - -#: mod/manage.php:180 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Accounts that I manage or own." - -#: mod/manage.php:181 -msgid "Select an identity to manage: " -msgstr "Select identity:" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 -msgid "New Message" -msgstr "New Message" - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "Unable to locate contact information." - -#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198 -#: mod/notifications.php:254 -msgid "Discard" -msgstr "Discard" - -#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Messages" -msgstr "Messages" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "Do you really want to delete this message?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "Conversation not found." - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "Message deleted." - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "Conversation removed." - -#: mod/message.php:289 -msgid "No messages." -msgstr "No messages." - -#: mod/message.php:352 -msgid "Message not available." -msgstr "Message not available." - -#: mod/message.php:406 -msgid "Delete message" -msgstr "Delete message" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "Delete conversation" - -#: mod/message.php:425 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "No secure communications available. You may be able to respond from the sender's profile page." - -#: mod/message.php:429 -msgid "Send Reply" -msgstr "Send reply" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "Unknown sender - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "Me and %s" - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%s and me" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d message" -msgstr[1] "%d messages" - -#: mod/network.php:183 mod/search.php:35 -msgid "Remove term" -msgstr "Remove term" - -#: mod/network.php:190 mod/search.php:44 -msgid "Saved Searches" -msgstr "Saved searches" - -#: mod/network.php:191 src/Model/Group.php:483 -msgid "add" -msgstr "add" - -#: mod/network.php:571 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages." -msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non-public messages." - -#: mod/network.php:574 -msgid "Messages in this group won't be send to these receivers." -msgstr "Messages in this group won't be sent to these receivers." - -#: mod/network.php:641 -msgid "No such group" -msgstr "No such group" - -#: mod/network.php:662 src/Module/Group.php:288 -msgid "Group is empty" -msgstr "Group is empty" - -#: mod/network.php:666 -#, php-format -msgid "Group: %s" -msgstr "Group: %s" - -#: mod/network.php:692 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Private messages to this person are at risk of public disclosure." - -#: mod/network.php:695 src/Module/AllFriends.php:35 -#: src/Module/AllFriends.php:43 -msgid "Invalid contact." -msgstr "Invalid contact." - -#: mod/network.php:974 -msgid "Commented Order" -msgstr "Commented last" - -#: mod/network.php:977 -msgid "Sort by Comment Date" -msgstr "Sort by comment date" - -#: mod/network.php:982 -msgid "Posted Order" -msgstr "Posted last" - -#: mod/network.php:985 -msgid "Sort by Post Date" -msgstr "Sort by post date" - -#: mod/network.php:995 -msgid "Posts that mention or involve you" -msgstr "Posts mentioning or involving me" - -#: mod/network.php:1002 -msgid "New" -msgstr "New" - -#: mod/network.php:1005 -msgid "Activity Stream - by date" -msgstr "Activity Stream - by date" - -#: mod/network.php:1013 -msgid "Shared Links" -msgstr "Shared links" - -#: mod/network.php:1016 -msgid "Interesting Links" -msgstr "Interesting links" - -#: mod/network.php:1023 -msgid "Starred" -msgstr "Starred" - -#: mod/network.php:1026 -msgid "Favourite Posts" -msgstr "My favorite posts" - -#: mod/notes.php:34 src/Model/Profile.php:975 -msgid "Personal Notes" -msgstr "Personal notes" - -#: mod/photos.php:113 src/Model/Profile.php:936 -msgid "Photo Albums" -msgstr "Photo Albums" - -#: mod/photos.php:114 mod/photos.php:1639 -msgid "Recent Photos" -msgstr "Recent photos" - -#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 -msgid "Upload New Photos" -msgstr "Upload new photos" - -#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 -msgid "everybody" -msgstr "everybody" - -#: mod/photos.php:185 -msgid "Contact information unavailable" -msgstr "Contact information unavailable" - -#: mod/photos.php:207 -msgid "Album not found." -msgstr "Album not found." - -#: mod/photos.php:265 -msgid "Album successfully deleted" -msgstr "Album successfully deleted" - -#: mod/photos.php:267 -msgid "Album was empty." -msgstr "Album was empty." - -#: mod/photos.php:590 -msgid "a photo" -msgstr "a photo" - -#: mod/photos.php:590 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s was tagged in %2$s by %3$s" - -#: mod/photos.php:689 -msgid "Image upload didn't complete, please try again" -msgstr "Image upload didn't complete. Please try again." - -#: mod/photos.php:692 -msgid "Image file is missing" -msgstr "Image file is missing" - -#: mod/photos.php:697 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "Server can't accept new file uploads at this time. Please contact your administrator." - -#: mod/photos.php:723 -msgid "Image file is empty." -msgstr "Image file is empty." - -#: mod/photos.php:855 -msgid "No photos selected" -msgstr "No photos selected" - -#: mod/photos.php:947 mod/videos.php:210 -msgid "Access to this item is restricted." -msgstr "Access to this item is restricted." - -#: mod/photos.php:1001 -msgid "Upload Photos" -msgstr "Upload photos" - -#: mod/photos.php:1005 mod/photos.php:1097 -msgid "New album name: " -msgstr "New album name: " - -#: mod/photos.php:1006 -msgid "or select existing album:" -msgstr "or select existing album:" - -#: mod/photos.php:1007 -msgid "Do not show a status post for this upload" -msgstr "Do not show a status post for this upload" - -#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Permissions" - -#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 -msgid "Show to Groups" -msgstr "Show to groups" - -#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 -msgid "Show to Contacts" -msgstr "Show to contacts" - -#: mod/photos.php:1079 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Do you really want to delete this photo album and all its photos?" - -#: mod/photos.php:1081 mod/photos.php:1102 -msgid "Delete Album" -msgstr "Delete album" - -#: mod/photos.php:1108 -msgid "Edit Album" -msgstr "Edit album" - -#: mod/photos.php:1109 -msgid "Drop Album" -msgstr "Drop album" - -#: mod/photos.php:1114 -msgid "Show Newest First" -msgstr "Show newest first" - -#: mod/photos.php:1116 -msgid "Show Oldest First" -msgstr "Show oldest first" - -#: mod/photos.php:1137 mod/photos.php:1624 -msgid "View Photo" -msgstr "View photo" - -#: mod/photos.php:1174 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permission denied. Access to this item may be restricted." - -#: mod/photos.php:1176 -msgid "Photo not available" -msgstr "Photo not available" - -#: mod/photos.php:1186 -msgid "Do you really want to delete this photo?" -msgstr "Do you really want to delete this photo?" - -#: mod/photos.php:1188 mod/photos.php:1388 -msgid "Delete Photo" -msgstr "Delete photo" - -#: mod/photos.php:1279 -msgid "View photo" -msgstr "View photo" - -#: mod/photos.php:1281 -msgid "Edit photo" -msgstr "Edit photo" - -#: mod/photos.php:1282 -msgid "Delete photo" -msgstr "Delete photo" - -#: mod/photos.php:1283 -msgid "Use as profile photo" -msgstr "Use as profile photo" - -#: mod/photos.php:1290 -msgid "Private Photo" -msgstr "Private photo" - -#: mod/photos.php:1296 -msgid "View Full Size" -msgstr "View full size" - -#: mod/photos.php:1356 -msgid "Tags: " -msgstr "Tags: " - -#: mod/photos.php:1359 -msgid "[Select tags to remove]" -msgstr "[Select tags to remove]" - -#: mod/photos.php:1374 -msgid "New album name" -msgstr "New album name" - -#: mod/photos.php:1375 -msgid "Caption" -msgstr "Caption" - -#: mod/photos.php:1376 -msgid "Add a Tag" -msgstr "Add Tag" - -#: mod/photos.php:1376 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Example: @bob, @jojo@example.com, #California, #camping" - -#: mod/photos.php:1377 -msgid "Do not rotate" -msgstr "Do not rotate" - -#: mod/photos.php:1378 -msgid "Rotate CW (right)" -msgstr "Rotate right (CW)" - -#: mod/photos.php:1379 -msgid "Rotate CCW (left)" -msgstr "Rotate left (CCW)" - -#: mod/photos.php:1413 src/Object/Post.php:313 -msgid "I like this (toggle)" -msgstr "I like this (toggle)" - -#: mod/photos.php:1414 src/Object/Post.php:314 -msgid "I don't like this (toggle)" -msgstr "I don't like this (toggle)" - -#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 -#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002 -#: src/Object/Post.php:876 -msgid "This is you" -msgstr "This is me" - -#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 -#: src/Object/Post.php:420 src/Object/Post.php:878 -msgid "Comment" -msgstr "Comment" - -#: mod/photos.php:1559 -msgid "Map" -msgstr "Map" - -#: mod/photos.php:1630 mod/videos.php:287 -msgid "View Album" -msgstr "View album" - -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0} wants to be your friend" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0} requested registration" - -#: mod/poke.php:177 -msgid "Poke/Prod" -msgstr "Poke/Prod" - -#: mod/poke.php:178 -msgid "poke, prod or do other things to somebody" -msgstr "Poke, prod or do other things to somebody" - -#: mod/poke.php:179 -msgid "Recipient" -msgstr "Recipient:" - -#: mod/poke.php:180 -msgid "Choose what you wish to do to recipient" -msgstr "Choose what you wish to do:" - -#: mod/poke.php:183 -msgid "Make this post private" -msgstr "Make this post private" - -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "Image uploaded but image cropping failed." - -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:311 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Image size reduction [%s] failed." - -#: mod/profile_photo.php:125 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." - -#: mod/profile_photo.php:133 -msgid "Unable to process image" -msgstr "Unable to process image" - -#: mod/profile_photo.php:244 -msgid "Upload File:" -msgstr "Upload File:" - -#: mod/profile_photo.php:245 -msgid "Select a profile:" -msgstr "Select a profile:" - -#: mod/profile_photo.php:250 -msgid "or" -msgstr "or" - -#: mod/profile_photo.php:251 -msgid "skip this step" -msgstr "skip this step" - -#: mod/profile_photo.php:251 -msgid "select a photo from your photo albums" -msgstr "select a photo from your photo albums" - -#: mod/profile_photo.php:264 -msgid "Crop Image" -msgstr "Crop Image" - -#: mod/profile_photo.php:265 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Please adjust the image cropping for optimum viewing." - -#: mod/profile_photo.php:267 -msgid "Done Editing" -msgstr "Done editing" - -#: mod/profile_photo.php:301 -msgid "Image uploaded successfully." -msgstr "Image uploaded successfully." - -#: mod/search.php:92 -msgid "Only logged in users are permitted to perform a search." -msgstr "Only logged in users are permitted to perform a search." - -#: mod/search.php:114 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Only one search per minute is permitted for not-logged-in users." - -#: mod/search.php:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200 -msgid "Search" -msgstr "Search" - -#: mod/search.php:228 -#, php-format -msgid "Items tagged with: %s" -msgstr "Items tagged with: %s" - -#: mod/search.php:230 src/Module/Contact.php:794 -#, php-format -msgid "Results for: %s" -msgstr "Results for: %s" - -#: mod/subthread.php:104 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s is following %2$s's %3$s" - -#: mod/suggest.php:28 -msgid "Contact suggestion successfully ignored." -msgstr "Contact suggestion successfully ignored." - -#: mod/suggest.php:52 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "No suggestions available. If this is a new site, please try again in 24 hours." - -#: mod/suggest.php:71 -msgid "Do you really want to delete this suggestion?" -msgstr "Do you really want to delete this suggestion?" - -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "Ignore/Hide" - -#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 msgid "Friend Suggestions" msgstr "Friend suggestions" -#: mod/uexport.php:52 -msgid "Export account" -msgstr "Export account" - -#: mod/uexport.php:52 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." - -#: mod/uexport.php:53 -msgid "Export all" -msgstr "Export all" - -#: mod/uexport.php:53 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported." - -#: mod/uexport.php:59 mod/settings.php:131 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Export personal data" - -#: mod/videos.php:123 -msgid "No videos selected" -msgstr "No videos selected" - -#: mod/videos.php:280 src/Model/Item.php:3477 -msgid "View Video" -msgstr "View video" - -#: mod/videos.php:295 -msgid "Recent Videos" -msgstr "Recent videos" - -#: mod/videos.php:297 -msgid "Upload New Videos" -msgstr "Upload new videos" - -#: mod/display.php:254 mod/display.php:339 -msgid "The requested item doesn't exist or has been deleted." -msgstr "The requested item doesn't exist or has been deleted." - -#: mod/display.php:417 -msgid "The feed for this item is unavailable." -msgstr "The feed for this item is unavailable." - -#: mod/events.php:118 mod/events.php:120 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:127 mod/events.php:129 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:385 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:508 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:509 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:510 mod/events.php:515 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:523 mod/events.php:548 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:525 mod/events.php:530 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:536 mod/events.php:549 -msgid "Adjust for viewer timezone" -msgstr "Adjust for viewer's time zone" - -#: mod/events.php:538 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:447 src/Module/Directory.php:137 -#: src/Module/Contact.php:607 -msgid "Location:" -msgstr "Location:" - -#: mod/events.php:542 mod/events.php:544 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:545 mod/events.php:546 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:553 src/Model/Profile.php:890 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573 -#: src/Module/Contact.php:880 -msgid "Advanced" -msgstr "Advanced" - -#: mod/events.php:571 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/events.php:573 -msgid "Event removed" -msgstr "Event removed" - -#: mod/item.php:123 -msgid "Unable to locate original post." -msgstr "Unable to locate original post." - -#: mod/item.php:323 -msgid "Empty post discarded." -msgstr "Empty post discarded." - -#: mod/item.php:803 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "This message was sent to you by %s, a member of the Friendica social network." - -#: mod/item.php:805 -#, php-format -msgid "You may visit them online at %s" -msgstr "You may visit them online at %s" - -#: mod/item.php:806 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." - -#: mod/item.php:810 -#, php-format -msgid "%s posted an update." -msgstr "%s posted an update." - -#: mod/notifications.php:40 -msgid "Invalid request identifier." -msgstr "Invalid request identifier." - -#: mod/notifications.php:96 src/Content/Nav.php:249 -msgid "Notifications" -msgstr "Notifications" - -#: mod/notifications.php:115 -msgid "Network Notifications" -msgstr "Network notifications" - -#: mod/notifications.php:120 -msgid "System Notifications" -msgstr "System notifications" - -#: mod/notifications.php:125 -msgid "Personal Notifications" -msgstr "Personal notifications" - -#: mod/notifications.php:130 -msgid "Home Notifications" -msgstr "Home notifications" - -#: mod/notifications.php:153 -msgid "Show unread" -msgstr "Show unread" - -#: mod/notifications.php:153 -msgid "Show all" -msgstr "Show all" - -#: mod/notifications.php:164 -msgid "Show Ignored Requests" -msgstr "Show ignored requests." - -#: mod/notifications.php:164 -msgid "Hide Ignored Requests" -msgstr "Hide ignored requests" - -#: mod/notifications.php:177 mod/notifications.php:262 -msgid "Notification type:" -msgstr "Notification type:" - -#: mod/notifications.php:180 -msgid "Suggested by:" -msgstr "Suggested by:" - -#: mod/notifications.php:192 mod/notifications.php:279 -#: src/Module/Contact.php:594 -msgid "Hide this contact from others" -msgstr "Hide this contact from others" - -#: mod/notifications.php:194 mod/notifications.php:288 -#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Approve" - -#: mod/notifications.php:214 -msgid "Claims to be known to you: " -msgstr "Says they know me:" - -#: mod/notifications.php:215 -msgid "yes" -msgstr "yes" - -#: mod/notifications.php:215 -msgid "no" -msgstr "no" - -#: mod/notifications.php:216 mod/notifications.php:220 -msgid "Shall your connection be bidirectional or not?" -msgstr "Shall your connection be in both directions or not?" - -#: mod/notifications.php:217 mod/notifications.php:221 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed." - -#: mod/notifications.php:218 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:222 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." - -#: mod/notifications.php:233 -msgid "Friend" -msgstr "Friend" - -#: mod/notifications.php:234 -msgid "Sharer" -msgstr "Sharer" - -#: mod/notifications.php:234 -msgid "Subscriber" -msgstr "Subscriber" - -#: mod/notifications.php:274 src/Model/Profile.php:453 -#: src/Model/Profile.php:832 src/Module/Directory.php:145 -#: src/Module/Contact.php:611 -msgid "About:" -msgstr "About:" - -#: mod/notifications.php:278 src/Model/Profile.php:450 -#: src/Model/Profile.php:771 src/Module/Directory.php:142 -msgid "Gender:" -msgstr "Gender:" - -#: mod/notifications.php:285 src/Model/Profile.php:558 -#: src/Module/Contact.php:295 -msgid "Network:" -msgstr "Network:" - -#: mod/notifications.php:299 -msgid "No introductions." -msgstr "No introductions." - -#: mod/notifications.php:333 -#, php-format -msgid "No more %s notifications." -msgstr "No more %s notifications." - -#: mod/openid.php:30 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol error. No ID returned." - -#: mod/openid.php:60 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account not found and OpenID registration is not permitted on this site." - -#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139 -msgid "Login failed." -msgstr "Login failed." - -#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:89 -#: src/Module/TwoFactor/Verify.php:62 -msgid "Two-factor authentication" -msgstr "Two-factor authentication" - -#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profiles" - -#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Additional features" - -#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Display" - -#: mod/settings.php:103 mod/settings.php:843 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Social networks" - -#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Addons" - -#: mod/settings.php:117 src/Content/Nav.php:263 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegations" - -#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Connected apps" - -#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Remove account" - -#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 -msgid "Settings" -msgstr "Settings" - -#: mod/settings.php:190 -msgid "Missing some important data!" -msgstr "Missing some important data!" - -#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801 -msgid "Update" -msgstr "Update" - -#: mod/settings.php:302 -msgid "Failed to connect with email account using the settings provided." -msgstr "Failed to connect with email account using the settings provided." - -#: mod/settings.php:307 -msgid "Email settings updated." -msgstr "Email settings updated." - -#: mod/settings.php:323 -msgid "Features updated" -msgstr "Features updated" - -#: mod/settings.php:384 -msgid "The theme you chose isn't available." -msgstr "" - -#: mod/settings.php:396 -msgid "Relocate message has been send to your contacts" -msgstr "Relocate message has been sent to your contacts" - -#: mod/settings.php:408 -msgid "Passwords do not match." -msgstr "Passwords do not match." - -#: mod/settings.php:416 src/Console/NewPassword.php:101 -msgid "Password update failed. Please try again." -msgstr "Password update failed. Please try again." - -#: mod/settings.php:419 src/Console/NewPassword.php:104 -msgid "Password changed." -msgstr "Password changed." - -#: mod/settings.php:422 -msgid "Password unchanged." -msgstr "Password unchanged." - -#: mod/settings.php:503 -msgid " Please use a shorter name." -msgstr " Please use a shorter name." - -#: mod/settings.php:506 -msgid " Name too short." -msgstr " Name too short." - -#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 -msgid "Wrong Password" -msgstr "Wrong password" - -#: mod/settings.php:518 -msgid "Invalid email." -msgstr "Invalid email." - -#: mod/settings.php:524 -msgid "Cannot change to that email." -msgstr "Cannot change to that email." - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Private forum has no privacy permissions. Using default privacy group." - -#: mod/settings.php:577 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Private forum has no privacy permissions and no default privacy group." - -#: mod/settings.php:617 -msgid "Settings updated." -msgstr "Settings updated." - -#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 -msgid "Add application" -msgstr "Add application" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Consumer Key" -msgstr "Consumer key" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Secret" -msgstr "Consumer secret" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Redirect" -msgstr "Redirect" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Icon url" -msgstr "Icon URL" - -#: mod/settings.php:694 -msgid "You can't edit this application." -msgstr "You cannot edit this application." - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "Connected Apps" - -#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 -msgid "Edit" -msgstr "Edit" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "Client key starts with" - -#: mod/settings.php:740 -msgid "No name" -msgstr "No name" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "Remove authorization" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "No addon settings configured" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "Addon Settings" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Off" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "On" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "Additional Features" - -#: mod/settings.php:806 src/Content/ContactSelector.php:120 -msgid "Diaspora" -msgstr "diaspora*" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "enabled" -msgstr "enabled" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "disabled" -msgstr "disabled" - -#: mod/settings.php:806 mod/settings.php:807 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Built-in support for %s connectivity is %s" - -#: mod/settings.php:807 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:838 -msgid "Email access is disabled on this site." -msgstr "Email access is disabled on this site." - -#: mod/settings.php:848 -msgid "General Social Media Settings" -msgstr "General Social Media Settings" - -#: mod/settings.php:849 -msgid "Accept only top level posts by contacts you follow" -msgstr "Accept only top-level posts by contacts you follow" - -#: mod/settings.php:849 -msgid "" -"The system does an auto completion of threads when a comment arrives. This " -"has got the side effect that you can receive posts that had been started by " -"a non-follower but had been commented by someone you follow. This setting " -"deactivates this behaviour. When activated, you strictly only will receive " -"posts from people you really do follow." -msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow." - -#: mod/settings.php:850 -msgid "Disable Content Warning" -msgstr "Disable content warning" - -#: mod/settings.php:850 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "Disable intelligent shortening" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "Default group for OStatus contacts" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "Your legacy GNU Social account" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." - -#: mod/settings.php:857 -msgid "Repair OStatus subscriptions" -msgstr "Repair OStatus subscriptions" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "Email/Mailbox setup" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "Last successful email check:" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "IMAP server name:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "Security:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "None" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "Email login name:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "Email password:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "Reply-to address:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "Send public posts to all email contacts:" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "Action after import:" - -#: mod/settings.php:872 src/Content/Nav.php:251 -msgid "Mark as seen" -msgstr "Mark as seen" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "Move to folder" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "Move to folder:" - -#: mod/settings.php:897 src/Module/Admin/Site.php:433 -msgid "No special theme for mobile devices" -msgstr "No special theme for mobile devices" - -#: mod/settings.php:905 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Unsupported)" - -#: mod/settings.php:907 src/Module/Admin/Site.php:450 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimental)" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Sunday" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 -msgid "Monday" -msgstr "Monday" - -#: mod/settings.php:951 -msgid "Display Settings" -msgstr "Display Settings" - -#: mod/settings.php:957 -msgid "Display Theme:" -msgstr "Display theme:" - -#: mod/settings.php:958 -msgid "Mobile Theme:" -msgstr "Mobile theme:" - -#: mod/settings.php:959 -msgid "Suppress warning of insecure networks" -msgstr "Suppress warning of insecure networks" - -#: mod/settings.php:959 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "Suppresses warnings if groups contain members whose networks cannot receive non-public postings." - -#: mod/settings.php:960 -msgid "Update browser every xx seconds" -msgstr "Update browser every so many seconds:" - -#: mod/settings.php:960 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum 10 seconds; to disable -1." - -#: mod/settings.php:961 -msgid "Number of items to display per page:" -msgstr "Number of items displayed per page:" - -#: mod/settings.php:961 mod/settings.php:962 -msgid "Maximum of 100 items" -msgstr "Maximum of 100 items" - -#: mod/settings.php:962 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Number of items displayed per page on mobile devices:" - -#: mod/settings.php:963 -msgid "Don't show emoticons" -msgstr "Don't show emoticons" - -#: mod/settings.php:964 -msgid "Calendar" -msgstr "Calendar" - -#: mod/settings.php:965 -msgid "Beginning of week:" -msgstr "Week begins: " - -#: mod/settings.php:966 -msgid "Don't show notices" -msgstr "Don't show notices" - -#: mod/settings.php:967 -msgid "Infinite scroll" -msgstr "Infinite scroll" - -#: mod/settings.php:968 -msgid "Automatic updates only at the top of the network page" -msgstr "Automatically updates only top of the network page" - -#: mod/settings.php:968 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." - -#: mod/settings.php:969 -msgid "Bandwidth Saver Mode" -msgstr "Bandwidth saver mode" - -#: mod/settings.php:969 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." - -#: mod/settings.php:970 -msgid "Smart Threading" -msgstr "Smart Threading" - -#: mod/settings.php:970 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." - -#: mod/settings.php:972 -msgid "General Theme Settings" -msgstr "Themes" - -#: mod/settings.php:973 -msgid "Custom Theme Settings" -msgstr "Theme customization" - -#: mod/settings.php:974 -msgid "Content Settings" -msgstr "Content/Layout" - -#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "Similar interests" + +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "Random profile" + +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "Invite friends" + +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "Global directory" + +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "Local directory" + +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "Forums" + +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "External link to forum" + +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "show more" + +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "Quick start" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "Help" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "Connect services" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "Comma-separated list of helper forums" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "don't show" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "show" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "Submit" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 +#: mod/settings.php:976 msgid "Theme settings" msgstr "Theme settings" -#: mod/settings.php:989 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Unable to find your profile. Please contact your admin." +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "Set style" -#: mod/settings.php:1028 -msgid "Account Types" -msgstr "Account types:" +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "Community pages" -#: mod/settings.php:1029 -msgid "Personal Page Subtypes" -msgstr "Personal Page subtypes" +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "Help or @NewHere ?" -#: mod/settings.php:1030 -msgid "Community Forum Subtypes" -msgstr "Community forum subtypes" +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "Find friends" -#: mod/settings.php:1037 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Personal Page" - -#: mod/settings.php:1038 -msgid "Account for a personal profile." -msgstr "Account for a personal profile." - -#: mod/settings.php:1041 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Organization Page" - -#: mod/settings.php:1042 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Account for an organization that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1045 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "News Page" - -#: mod/settings.php:1046 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1049 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Community Forum" - -#: mod/settings.php:1050 -msgid "Account for community discussions." -msgstr "Account for community discussions." - -#: mod/settings.php:1053 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Standard" - -#: mod/settings.php:1054 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." - -#: mod/settings.php:1057 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Soapbox" - -#: mod/settings.php:1058 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." - -#: mod/settings.php:1061 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Public forum" - -#: mod/settings.php:1062 -msgid "Automatically approves all contact requests." -msgstr "Automatically approves all contact requests." - -#: mod/settings.php:1065 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Love-all" - -#: mod/settings.php:1066 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." - -#: mod/settings.php:1069 -msgid "Private Forum [Experimental]" -msgstr "Private forum [Experimental]" - -#: mod/settings.php:1070 -msgid "Requires manual approval of contact requests." -msgstr "Requires manual approval of contact requests." - -#: mod/settings.php:1081 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1081 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optional) Allow this OpenID to login to this account." - -#: mod/settings.php:1089 -msgid "Publish your default profile in your local site directory?" -msgstr "Publish default profile in local site directory?" - -#: mod/settings.php:1089 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." - -#: mod/settings.php:1095 -msgid "Publish your default profile in the global social directory?" -msgstr "Publish default profile in global directory?" - -#: mod/settings.php:1095 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." - -#: mod/settings.php:1095 -msgid "" -"This setting also determines whether Friendica will inform search engines " -"that your profile should be indexed or not. Third-party search engines may " -"or may not respect this setting." -msgstr "" - -#: mod/settings.php:1102 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Hide my contact list from others?" - -#: mod/settings.php:1102 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create" - -#: mod/settings.php:1106 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Hide your profile details from anonymous viewers?" - -#: mod/settings.php:1106 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." - -#: mod/settings.php:1110 -msgid "Allow friends to post to your profile page?" -msgstr "Allow friends to post to my wall?" - -#: mod/settings.php:1110 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" - -#: mod/settings.php:1114 -msgid "Allow friends to tag your posts?" -msgstr "Allow friends to tag my post?" - -#: mod/settings.php:1114 -msgid "Your contacts can add additional tags to your posts." -msgstr "Your contacts can add additional tags to your posts." - -#: mod/settings.php:1118 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Allow us to suggest you as a potential friend to new members?" - -#: mod/settings.php:1118 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "If you like, Friendica may suggest new members to add you as a contact." - -#: mod/settings.php:1122 -msgid "Permit unknown people to send you private mail?" -msgstr "Allow unknown people to send me private messages?" - -#: mod/settings.php:1122 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendica network users may send you private messages even if they are not in your contact list." - -#: mod/settings.php:1126 -msgid "Profile is not published." -msgstr "Profile is not published." - -#: mod/settings.php:1132 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "My identity address: '%s' or '%s'" - -#: mod/settings.php:1139 -msgid "Automatically expire posts after this many days:" -msgstr "Automatically expire posts after this many days:" - -#: mod/settings.php:1139 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Posts will not expire if empty; expired posts will be deleted" - -#: mod/settings.php:1140 -msgid "Advanced expiration settings" -msgstr "Advanced expiration settings" - -#: mod/settings.php:1141 -msgid "Advanced Expiration" -msgstr "Advanced expiration" - -#: mod/settings.php:1142 -msgid "Expire posts:" -msgstr "Expire posts:" - -#: mod/settings.php:1143 -msgid "Expire personal notes:" -msgstr "Expire personal notes:" - -#: mod/settings.php:1144 -msgid "Expire starred posts:" -msgstr "Expire starred posts:" - -#: mod/settings.php:1145 -msgid "Expire photos:" -msgstr "Expire photos:" - -#: mod/settings.php:1146 -msgid "Only expire posts by others:" -msgstr "Only expire posts by others:" - -#: mod/settings.php:1176 -msgid "Account Settings" -msgstr "Account Settings" - -#: mod/settings.php:1184 -msgid "Password Settings" -msgstr "Password change" - -#: mod/settings.php:1185 src/Module/Register.php:130 -msgid "New Password:" -msgstr "New password:" - -#: mod/settings.php:1185 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)." - -#: mod/settings.php:1186 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Confirm new password:" - -#: mod/settings.php:1186 -msgid "Leave password fields blank unless changing" -msgstr "Leave password fields blank unless changing" - -#: mod/settings.php:1187 -msgid "Current Password:" -msgstr "Current password:" - -#: mod/settings.php:1187 mod/settings.php:1188 -msgid "Your current password to confirm the changes" -msgstr "Current password to confirm change" - -#: mod/settings.php:1188 -msgid "Password:" -msgstr "Password:" - -#: mod/settings.php:1192 -msgid "Basic Settings" -msgstr "Basic information" - -#: mod/settings.php:1193 src/Model/Profile.php:764 -msgid "Full Name:" -msgstr "Full name:" - -#: mod/settings.php:1194 -msgid "Email Address:" -msgstr "Email address:" - -#: mod/settings.php:1195 -msgid "Your Timezone:" -msgstr "Time zone:" - -#: mod/settings.php:1196 -msgid "Your Language:" -msgstr "Language:" - -#: mod/settings.php:1196 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Set the language of your Friendica interface and emails sent to you." - -#: mod/settings.php:1197 -msgid "Default Post Location:" -msgstr "Posting location:" - -#: mod/settings.php:1198 -msgid "Use Browser Location:" -msgstr "Use browser location:" - -#: mod/settings.php:1201 -msgid "Security and Privacy Settings" -msgstr "Security and privacy" - -#: mod/settings.php:1203 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum friend requests per day:" - -#: mod/settings.php:1203 mod/settings.php:1232 -msgid "(to prevent spam abuse)" -msgstr "May prevent spam and abusive registrations" - -#: mod/settings.php:1204 -msgid "Default Post Permissions" -msgstr "Default post permissions" - -#: mod/settings.php:1205 -msgid "(click to open/close)" -msgstr "(reveal/hide)" - -#: mod/settings.php:1215 -msgid "Default Private Post" -msgstr "Default private post" - -#: mod/settings.php:1216 -msgid "Default Public Post" -msgstr "Default public post" - -#: mod/settings.php:1220 -msgid "Default Permissions for New Posts" -msgstr "Default permissions for new posts" - -#: mod/settings.php:1232 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum private messages per day from unknown people:" - -#: mod/settings.php:1235 -msgid "Notification Settings" -msgstr "Notification" - -#: mod/settings.php:1236 -msgid "Send a notification email when:" -msgstr "Send notification email when:" - -#: mod/settings.php:1237 -msgid "You receive an introduction" -msgstr "Receiving an introduction" - -#: mod/settings.php:1238 -msgid "Your introductions are confirmed" -msgstr "My introductions are confirmed" - -#: mod/settings.php:1239 -msgid "Someone writes on your profile wall" -msgstr "Someone writes on my wall" - -#: mod/settings.php:1240 -msgid "Someone writes a followup comment" -msgstr "A follow up comment is posted" - -#: mod/settings.php:1241 -msgid "You receive a private message" -msgstr "receiving a private message" - -#: mod/settings.php:1242 -msgid "You receive a friend suggestion" -msgstr "Receiving a friend suggestion" - -#: mod/settings.php:1243 -msgid "You are tagged in a post" -msgstr "Tagged in a post" - -#: mod/settings.php:1244 -msgid "You are poked/prodded/etc. in a post" -msgstr "Poked in a post" - -#: mod/settings.php:1246 -msgid "Activate desktop notifications" -msgstr "Activate desktop notifications" - -#: mod/settings.php:1246 -msgid "Show desktop popup on new notifications" -msgstr "Show desktop pop-up on new notifications" - -#: mod/settings.php:1248 -msgid "Text-only notification emails" -msgstr "Text-only notification emails" - -#: mod/settings.php:1250 -msgid "Send text only notification emails, without the html part" -msgstr "Receive text only emails without HTML " - -#: mod/settings.php:1252 -msgid "Show detailled notifications" -msgstr "Show detailled notifications" - -#: mod/settings.php:1254 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." - -#: mod/settings.php:1256 -msgid "Advanced Account/Page Type Settings" -msgstr "Advanced account types" - -#: mod/settings.php:1257 -msgid "Change the behaviour of this account for special situations" -msgstr "Change behavior of this account for special situations" - -#: mod/settings.php:1260 -msgid "Relocate" -msgstr "Recent relocation" - -#: mod/settings.php:1261 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" - -#: mod/settings.php:1262 -msgid "Resend relocate message to contacts" -msgstr "Resend relocation message to contacts" - -#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 msgid "default" msgstr "default" @@ -4265,6 +1102,107 @@ msgstr "Mosaic" msgid "Repeat image to fill the screen." msgstr "Repeat image to fill the screen." +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Guest" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Visitor" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "Status" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "My posts and conversations" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "Profile" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "My profile page" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "Photos" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "My photos" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "Videos" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "My videos" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "Events" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "My events" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Network" +msgstr "Network" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "My friends' conversations" + +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "Events and calendar" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "Messages" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "Private messages" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "Settings" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "Account settings" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "Contacts" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "Manage/Edit friends and contacts" + #: view/theme/frio/config.php:111 msgid "Custom" msgstr "Custom" @@ -4321,13 +1259,13 @@ msgstr "Background image style" #: view/theme/frio/config.php:139 msgid "Enable Compose page" -msgstr "" +msgstr "Enable compose page" #: view/theme/frio/config.php:139 msgid "" "This replaces the jot modal window for writing new posts with a link to the new Compose page." -msgstr "" +msgstr "This replaces the jot modal window for writing new posts with a link to the new Compose page." #: view/theme/frio/config.php:143 msgid "Login page background image" @@ -4341,79 +1279,6 @@ msgstr "Login page background color" msgid "Leave background image and color empty for theme defaults" msgstr "Leave background image and color empty for theme defaults" -#: view/theme/frio/theme.php:246 -msgid "Guest" -msgstr "Guest" - -#: view/theme/frio/theme.php:251 -msgid "Visitor" -msgstr "Visitor" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91 -#: src/Module/Contact.php:616 src/Module/Contact.php:831 -msgid "Status" -msgstr "Status" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Content/Nav.php:244 -msgid "Your posts and conversations" -msgstr "My posts and conversations" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 -msgid "Your profile page" -msgstr "My profile page" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 -msgid "Your photos" -msgstr "My photos" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -#: src/Model/Profile.php:941 src/Model/Profile.php:944 -msgid "Videos" -msgstr "Videos" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -msgid "Your videos" -msgstr "My videos" - -#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 -msgid "Your events" -msgstr "My events" - -#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 -#: src/Content/Nav.php:241 -msgid "Network" -msgstr "Network" - -#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 -msgid "Conversations from your friends" -msgstr "My friends' conversations" - -#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 -#: src/Model/Profile.php:956 src/Model/Profile.php:967 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Private mail" -msgstr "Private messages" - -#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 -msgid "Account settings" -msgstr "Account settings" - -#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904 -#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996 -#: src/Model/Profile.php:999 src/Module/Contact.php:774 -#: src/Module/Contact.php:859 -msgid "Contacts" -msgstr "Contacts" - -#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 -msgid "Manage/edit friends and contacts" -msgstr "Manage/Edit friends and contacts" - #: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "Alignment" @@ -4438,298 +1303,2095 @@ msgstr "Posts font size" msgid "Textareas font size" msgstr "Text areas font size" -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Comma-separated list of helper forums" +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "There are no tables on MyISAM." -#: view/theme/vier/config.php:116 src/Core/ACL.php:302 -msgid "don't show" -msgstr "don't show" +#: src/Database/DBStructure.php:74 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nError %d occurred during database update:\n%s\n" -#: view/theme/vier/config.php:116 src/Core/ACL.php:301 -msgid "show" -msgstr "show" +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "Errors encountered performing database changes: " -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Set style" +#: src/Database/DBStructure.php:266 +#, php-format +msgid "%s: Database update" +msgstr "%s: Database update" -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Community pages" +#: src/Database/DBStructure.php:527 +#, php-format +msgid "%s: updating %s table." +msgstr "%s: updating %s table." -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Community profiles" +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "This entry was edited" -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help or @NewHere ?" +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "Private message" -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Connect services" +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "Edit" -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Find friends" +#: src/Object/Post.php:197 +msgid "pinned item" +msgstr "pinned item" -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Last users" +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "Delete locally" -#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 -msgid "Find People" -msgstr "Find people" +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "Delete globally" -#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 -msgid "Enter name or interest" -msgstr "Enter name or interest" +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "Remove locally" -#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Examples: Robert Morgenstein, fishing" +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "Save to folder" -#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 -#: src/Module/Directory.php:86 src/Module/Contact.php:795 -msgid "Find" -msgstr "Find" +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "I will attend" -#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 -msgid "Similar Interests" -msgstr "Similar interests" +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "I will not attend" -#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 -msgid "Random Profile" -msgstr "Random profile" +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "I might attend" -#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 -msgid "Invite Friends" -msgstr "Invite friends" +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "Ignore thread" -#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 -#: src/Module/Directory.php:78 -msgid "Global Directory" -msgstr "Global Directory" +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "Unignore thread" -#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 -msgid "Local Directory" -msgstr "Local directory" +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "Toggle ignore status" -#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907 -#: src/Content/Nav.php:209 src/Content/ForumManager.php:130 -msgid "Forums" -msgstr "Forums" +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "Ignored" -#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 -msgid "External link to forum" -msgstr "External link to forum" +#: src/Object/Post.php:296 +msgid "pin" +msgstr "pin" -#: view/theme/vier/theme.php:255 src/Content/Widget.php:407 -#: src/Content/Widget.php:507 src/Content/ForumManager.php:135 -msgid "show more" -msgstr "show more" +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "unpin" -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Quick start" +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "toggle pin status" -#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 -#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 -#: src/Module/Settings/TwoFactor/Index.php:90 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 -msgid "Help" -msgstr "Help" +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "pinned" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Tuesday" +#: src/Object/Post.php:308 +msgid "add star" +msgstr "Add star" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Wednesday" +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "Remove star" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Thursday" +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "Toggle star status" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 -msgid "Friday" -msgstr "Friday" +#: src/Object/Post.php:313 +msgid "starred" +msgstr "Starred" -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Saturday" +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "Add tag" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 -msgid "January" -msgstr "January" +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "I like this (toggle)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 -msgid "February" -msgstr "February" +#: src/Object/Post.php:328 +msgid "like" +msgstr "Like" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 -msgid "March" -msgstr "March" +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "I don't like this (toggle)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 -msgid "April" -msgstr "April" +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "Dislike" -#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 -#: src/Model/Event.php:407 -msgid "May" -msgstr "May" +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "Share this" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 -msgid "June" -msgstr "June" +#: src/Object/Post.php:332 +msgid "share" +msgstr "Share" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 -msgid "July" -msgstr "July" +#: src/Object/Post.php:384 +#, php-format +msgid "%s (Received %s)" +msgstr "%s (Received %s)" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 -msgid "August" -msgstr "August" +#: src/Object/Post.php:409 +msgid "to" +msgstr "to" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 -msgid "September" -msgstr "September" +#: src/Object/Post.php:410 +msgid "via" +msgstr "via" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 -msgid "October" -msgstr "October" +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "Wall-to-wall" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 -msgid "November" -msgstr "November" +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall:" -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 -msgid "December" -msgstr "December" +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "Comment" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Mon" +#: src/Object/Post.php:448 +#, php-format +msgid "Reply to %s" +msgstr "Reply to %s" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Tue" +#: src/Object/Post.php:464 +msgid "Notifier task is pending" +msgstr "Notifier task is pending" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Wed" +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "Delivery to remote servers is pending" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Thu" +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "Delivery to remote servers is underway" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Fri" +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "Delivery to remote servers is mostly done" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Sat" +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "Delivery to remote servers is done" -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 +#: src/Object/Post.php:488 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comment" +msgstr[1] "%d comments" + +#: src/Object/Post.php:489 +msgid "Show more" +msgstr "Show more" + +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "Show fewer" + +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "comment" +msgstr[1] "comments" + +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "This is me" + +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "No system theme configuration value set." + +#: src/Content/Text/BBCode.php:490 +msgid "view full size" +msgstr "view full size" + +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 +msgid "Image/photo" +msgstr "Image/Photo" + +#: src/Content/Text/BBCode.php:1045 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 +msgid "Click to open/close" +msgstr "Reveal/hide" + +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "$1 wrote:" + +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "Encrypted content" + +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "Invalid source protocol" + +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "Invalid link protocol" + +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "Loading more entries..." + +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "The end" + +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "Save" + +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "Follow" + +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "Search" + +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@name, !forum, #tags, content" + +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Full text" + +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tags" + +#: src/Content/ContactSelector.php:58 +msgid "Frequently" +msgstr "Frequently" + +#: src/Content/ContactSelector.php:59 +msgid "Hourly" +msgstr "Hourly" + +#: src/Content/ContactSelector.php:60 +msgid "Twice daily" +msgstr "Twice daily" + +#: src/Content/ContactSelector.php:61 +msgid "Daily" +msgstr "Daily" + +#: src/Content/ContactSelector.php:62 +msgid "Weekly" +msgstr "Weekly" + +#: src/Content/ContactSelector.php:63 +msgid "Monthly" +msgstr "Monthly" + +#: src/Content/ContactSelector.php:116 +msgid "DFRN" +msgstr "DFRN" + +#: src/Content/ContactSelector.php:117 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:118 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:315 +msgid "Email" +msgstr "Email" + +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "diaspora*" + +#: src/Content/ContactSelector.php:121 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:122 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:123 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:124 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:125 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:126 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:127 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "Discourse" + +#: src/Content/ContactSelector.php:129 +msgid "Diaspora Connector" +msgstr "diaspora* connector" + +#: src/Content/ContactSelector.php:130 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:131 +msgid "ActivityPub" +msgstr "ActivityPub" + +#: src/Content/ContactSelector.php:132 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 +msgid "No answer" +msgstr "No answer" + +#: src/Content/ContactSelector.php:232 +msgid "Male" +msgstr "Male" + +#: src/Content/ContactSelector.php:233 +msgid "Female" +msgstr "Female" + +#: src/Content/ContactSelector.php:234 +msgid "Currently Male" +msgstr "Currently male" + +#: src/Content/ContactSelector.php:235 +msgid "Currently Female" +msgstr "Currently female" + +#: src/Content/ContactSelector.php:236 +msgid "Mostly Male" +msgstr "Mostly male" + +#: src/Content/ContactSelector.php:237 +msgid "Mostly Female" +msgstr "Mostly female" + +#: src/Content/ContactSelector.php:238 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:239 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:240 +msgid "Transsexual" +msgstr "Transsexual" + +#: src/Content/ContactSelector.php:241 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: src/Content/ContactSelector.php:242 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:243 +msgid "Non-specific" +msgstr "Non-specific" + +#: src/Content/ContactSelector.php:244 +msgid "Other" +msgstr "Other" + +#: src/Content/ContactSelector.php:272 +msgid "Males" +msgstr "Males" + +#: src/Content/ContactSelector.php:273 +msgid "Females" +msgstr "Females" + +#: src/Content/ContactSelector.php:274 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:275 +msgid "Lesbian" +msgstr "Lesbian" + +#: src/Content/ContactSelector.php:276 +msgid "No Preference" +msgstr "No Preference" + +#: src/Content/ContactSelector.php:277 +msgid "Bisexual" +msgstr "Bisexual" + +#: src/Content/ContactSelector.php:278 +msgid "Autosexual" +msgstr "Auto-sexual" + +#: src/Content/ContactSelector.php:279 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:280 +msgid "Virgin" +msgstr "Virgin" + +#: src/Content/ContactSelector.php:281 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:282 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:283 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:284 +msgid "Nonsexual" +msgstr "Asexual" + +#: src/Content/ContactSelector.php:310 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:311 +msgid "Lonely" +msgstr "Lonely" + +#: src/Content/ContactSelector.php:312 +msgid "In a relation" +msgstr "In a relation" + +#: src/Content/ContactSelector.php:313 +msgid "Has crush" +msgstr "Having a crush" + +#: src/Content/ContactSelector.php:314 +msgid "Infatuated" +msgstr "Infatuated" + +#: src/Content/ContactSelector.php:315 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:316 +msgid "Unfaithful" +msgstr "Unfaithful" + +#: src/Content/ContactSelector.php:317 +msgid "Sex Addict" +msgstr "Sex addict" + +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 +msgid "Friends" +msgstr "Friends" + +#: src/Content/ContactSelector.php:319 +msgid "Friends/Benefits" +msgstr "Friends with benefits" + +#: src/Content/ContactSelector.php:320 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:321 +msgid "Engaged" +msgstr "Engaged" + +#: src/Content/ContactSelector.php:322 +msgid "Married" +msgstr "Married" + +#: src/Content/ContactSelector.php:323 +msgid "Imaginarily married" +msgstr "Imaginarily married" + +#: src/Content/ContactSelector.php:324 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:325 +msgid "Cohabiting" +msgstr "Cohabiting" + +#: src/Content/ContactSelector.php:326 +msgid "Common law" +msgstr "Common law spouse" + +#: src/Content/ContactSelector.php:327 +msgid "Happy" +msgstr "Happy" + +#: src/Content/ContactSelector.php:328 +msgid "Not looking" +msgstr "Not looking" + +#: src/Content/ContactSelector.php:329 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:330 +msgid "Betrayed" +msgstr "Betrayed" + +#: src/Content/ContactSelector.php:331 +msgid "Separated" +msgstr "Separated" + +#: src/Content/ContactSelector.php:332 +msgid "Unstable" +msgstr "Unstable" + +#: src/Content/ContactSelector.php:333 +msgid "Divorced" +msgstr "Divorced" + +#: src/Content/ContactSelector.php:334 +msgid "Imaginarily divorced" +msgstr "Imaginarily divorced" + +#: src/Content/ContactSelector.php:335 +msgid "Widowed" +msgstr "Widowed" + +#: src/Content/ContactSelector.php:336 +msgid "Uncertain" +msgstr "Uncertain" + +#: src/Content/ContactSelector.php:337 +msgid "It's complicated" +msgstr "It's complicated" + +#: src/Content/ContactSelector.php:338 +msgid "Don't care" +msgstr "Don't care" + +#: src/Content/ContactSelector.php:339 +msgid "Ask me" +msgstr "Ask me" + +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "Add new contact" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "Enter address or web location" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Example: jo@example.com, http://example.com/jo" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "Connect" + +#: src/Content/Widget.php:59 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invitation available" +msgstr[1] "%d invitations available" + +#: src/Content/Widget.php:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "Followers" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "Following" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "Mutual friends" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "Relationships" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "All contacts" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "Protocols" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "All protocols" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "Saved Folders" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "Everything" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "Categories" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contact in common" +msgstr[1] "%d contacts in common" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "Archives" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Embedding disabled" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Embedded content" + +#: src/Content/Feature.php:82 +msgid "General Features" +msgstr "General" + +#: src/Content/Feature.php:84 +msgid "Multiple Profiles" +msgstr "Multiple profiles" + +#: src/Content/Feature.php:84 +msgid "Ability to create multiple profiles" +msgstr "Ability to create multiple profiles" + +#: src/Content/Feature.php:85 +msgid "Photo Location" +msgstr "Photo location" + +#: src/Content/Feature.php:85 +msgid "" +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata." + +#: src/Content/Feature.php:86 +msgid "Export Public Calendar" +msgstr "Export public calendar" + +#: src/Content/Feature.php:86 +msgid "Ability for visitors to download the public calendar" +msgstr "Ability for visitors to download the public calendar" + +#: src/Content/Feature.php:87 +msgid "Trending Tags" +msgstr "Trending tags" + +#: src/Content/Feature.php:87 +msgid "" +"Show a community page widget with a list of the most popular tags in recent " +"public posts." +msgstr "Show a community page widget with a list of the most popular tags in recent public posts." + +#: src/Content/Feature.php:92 +msgid "Post Composition Features" +msgstr "Post composition" + +#: src/Content/Feature.php:93 +msgid "Auto-mention Forums" +msgstr "Auto-mention forums" + +#: src/Content/Feature.php:93 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." + +#: src/Content/Feature.php:94 +msgid "Explicit Mentions" +msgstr "Explicit Mentions" + +#: src/Content/Feature.php:94 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." +msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." + +#: src/Content/Feature.php:99 +msgid "Network Sidebar" +msgstr "Network sidebar" + +#: src/Content/Feature.php:100 +msgid "Ability to select posts by date ranges" +msgstr "Ability to select posts by date ranges" + +#: src/Content/Feature.php:101 +msgid "Protocol Filter" +msgstr "Protocol filter" + +#: src/Content/Feature.php:101 +msgid "Enable widget to display Network posts only from selected protocols" +msgstr "Enable widget to display Network posts only from selected protocols" + +#: src/Content/Feature.php:106 +msgid "Network Tabs" +msgstr "Network tabs" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Network new tab" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Enable tab to display only new network posts (last 12 hours)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Network shared links tab" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Enable tab to display only network posts with links in them" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Post/Comment tools" + +#: src/Content/Feature.php:114 +msgid "Post Categories" +msgstr "Post categories" + +#: src/Content/Feature.php:114 +msgid "Add categories to your posts" +msgstr "Add categories to your posts" + +#: src/Content/Feature.php:119 +msgid "Advanced Profile Settings" +msgstr "Advanced profiles" + +#: src/Content/Feature.php:120 +msgid "List Forums" +msgstr "List forums" + +#: src/Content/Feature.php:120 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Show visitors of public community forums at the advanced profile page" + +#: src/Content/Feature.php:121 +msgid "Tag Cloud" +msgstr "Tag cloud" + +#: src/Content/Feature.php:121 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Provide a personal tag cloud on your profile page" + +#: src/Content/Feature.php:122 +msgid "Display Membership Date" +msgstr "Display membership date" + +#: src/Content/Feature.php:122 +msgid "Display membership date in profile" +msgstr "Display membership date in profile" + +#: src/Content/Nav.php:74 +msgid "Nothing new here" +msgstr "Nothing new here" + +#: src/Content/Nav.php:78 +msgid "Clear notifications" +msgstr "Clear notifications" + +#: src/Content/Nav.php:153 src/Module/Login.php:136 +msgid "Logout" +msgstr "Logout" + +#: src/Content/Nav.php:153 +msgid "End this session" +msgstr "End this session" + +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 +msgid "Login" +msgstr "Login" + +#: src/Content/Nav.php:155 +msgid "Sign in" +msgstr "Sign in" + +#: src/Content/Nav.php:165 +msgid "Personal notes" +msgstr "Personal notes" + +#: src/Content/Nav.php:165 +msgid "Your personal notes" +msgstr "My personal notes" + +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "Home" + +#: src/Content/Nav.php:182 +msgid "Home Page" +msgstr "Home page" + +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 +msgid "Register" +msgstr "Sign up now >>" + +#: src/Content/Nav.php:186 +msgid "Create an account" +msgstr "Create account" + +#: src/Content/Nav.php:192 +msgid "Help and documentation" +msgstr "Help and documentation" + +#: src/Content/Nav.php:196 +msgid "Apps" +msgstr "Apps" + +#: src/Content/Nav.php:196 +msgid "Addon applications, utilities, games" +msgstr "Addon applications, utilities, games" + +#: src/Content/Nav.php:200 +msgid "Search site content" +msgstr "Search site content" + +#: src/Content/Nav.php:224 +msgid "Community" +msgstr "Community" + +#: src/Content/Nav.php:224 +msgid "Conversations on this and other servers" +msgstr "Conversations on this and other servers" + +#: src/Content/Nav.php:231 +msgid "Directory" +msgstr "Directory" + +#: src/Content/Nav.php:231 +msgid "People directory" +msgstr "People directory" + +#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 +msgid "Information" +msgstr "Information" + +#: src/Content/Nav.php:233 +msgid "Information about this friendica instance" +msgstr "Information about this Friendica instance" + +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 +msgid "Terms of Service" +msgstr "Terms of Service" + +#: src/Content/Nav.php:236 +msgid "Terms of Service of this Friendica instance" +msgstr "Terms of Service of this Friendica instance" + +#: src/Content/Nav.php:242 +msgid "Network Reset" +msgstr "Network reset" + +#: src/Content/Nav.php:242 +msgid "Load Network page with no filters" +msgstr "Load network page without filters" + +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Introductions" + +#: src/Content/Nav.php:248 +msgid "Friend Requests" +msgstr "Friend requests" + +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "Notifications" + +#: src/Content/Nav.php:250 +msgid "See all notifications" +msgstr "See all notifications" + +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "Mark as seen" + +#: src/Content/Nav.php:251 +msgid "Mark all system notifications seen" +msgstr "Mark notifications as seen" + +#: src/Content/Nav.php:255 +msgid "Inbox" +msgstr "Inbox" + +#: src/Content/Nav.php:256 +msgid "Outbox" +msgstr "Outbox" + +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "New Message" + +#: src/Content/Nav.php:260 +msgid "Delegation" +msgstr "Delegation" + +#: src/Content/Nav.php:260 +msgid "Manage other pages" +msgstr "Manage other pages" + +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "Profiles" + +#: src/Content/Nav.php:266 +msgid "Manage/Edit Profiles" +msgstr "Manage/Edit profiles" + +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 +msgid "Admin" +msgstr "Admin" + +#: src/Content/Nav.php:274 +msgid "Site setup and configuration" +msgstr "Site setup and configuration" + +#: src/Content/Nav.php:277 +msgid "Navigation" +msgstr "Navigation" + +#: src/Content/Nav.php:277 +msgid "Site map" +msgstr "Site map" + +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "Remove term" + +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "Saved searches" + +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Export" + +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Export calendar as ical" + +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Export calendar as csv" + +#: src/Content/Widget/TrendingTags.php:34 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "Trending tags (last %d hour)" +msgstr[1] "Trending tags (last %d hours)" + +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "More trending tags" + +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "No contacts" + +#: src/Content/Widget/ContactBlock.php:90 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacts" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "View contacts" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "Later posts" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "Earlier posts" + +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "first" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "prev" + +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "next" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "last" + +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 +msgid "Edit profile" +msgstr "Edit profile" + +#: src/Model/Profile.php:398 +msgid "Manage/edit profiles" +msgstr "Manage/Edit profiles" + +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "Change profile photo" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "Create new profile" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "Profile image" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "Visible to everybody" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "Edit visibility" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "Location:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "Gender:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 +msgid "Status:" +msgstr "Status:" + +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 +msgid "Homepage:" +msgstr "Homepage:" + +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "About:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 +msgid "XMPP:" +msgstr "XMPP:" + +#: src/Model/Profile.php:542 src/Module/Contact.php:320 +msgid "Unfollow" +msgstr "Unfollow" + +#: src/Model/Profile.php:544 +msgid "Atom feed" +msgstr "Atom feed" + +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "Network:" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:585 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:647 src/Model/Profile.php:732 +msgid "[today]" +msgstr "[today]" + +#: src/Model/Profile.php:657 +msgid "Birthday Reminders" +msgstr "Birthday reminders" + +#: src/Model/Profile.php:658 +msgid "Birthdays this week:" +msgstr "Birthdays this week:" + +#: src/Model/Profile.php:719 +msgid "[No description]" +msgstr "[No description]" + +#: src/Model/Profile.php:745 +msgid "Event Reminders" +msgstr "Event reminders" + +#: src/Model/Profile.php:746 +msgid "Upcoming events the next 7 days:" +msgstr "Upcoming events the next 7 days:" + +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "Full name:" + +#: src/Model/Profile.php:763 +msgid "Member since:" +msgstr "Member since:" + +#: src/Model/Profile.php:771 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:772 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "Birthday:" + +#: src/Model/Profile.php:787 +msgid "Age:" +msgstr "Age:" + +#: src/Model/Profile.php:800 +#, php-format +msgid "for %1$d %2$s" +msgstr "for %1$d %2$s" + +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "Sexual preference:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "Home town:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "Tags:" + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "Political views:" + +#: src/Model/Profile.php:824 +msgid "Religion:" +msgstr "Religion:" + +#: src/Model/Profile.php:832 +msgid "Hobbies/Interests:" +msgstr "Hobbies/Interests:" + +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "Likes:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "Dislikes:" + +#: src/Model/Profile.php:844 +msgid "Contact information and Social Networks:" +msgstr "Contact information and social networks:" + +#: src/Model/Profile.php:848 +msgid "Musical interests:" +msgstr "Music:" + +#: src/Model/Profile.php:852 +msgid "Books, literature:" +msgstr "Books/Literature:" + +#: src/Model/Profile.php:856 +msgid "Television:" +msgstr "Television:" + +#: src/Model/Profile.php:860 +msgid "Film/dance/culture/entertainment:" +msgstr "Arts, culture, entertainment:" + +#: src/Model/Profile.php:864 +msgid "Love/Romance:" +msgstr "Love/Romance:" + +#: src/Model/Profile.php:868 +msgid "Work/employment:" +msgstr "Work/Employment:" + +#: src/Model/Profile.php:872 +msgid "School/education:" +msgstr "School/Education:" + +#: src/Model/Profile.php:877 +msgid "Forums:" +msgstr "Forums:" + +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "Basic" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 +msgid "Advanced" +msgstr "Advanced" + +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "Status Messages and Posts" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 +msgid "Profile Details" +msgstr "Profile Details" + +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "Photo Albums" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "Personal notes" + +#: src/Model/Profile.php:974 +msgid "Only You Can See This" +msgstr "Only you can see this." + +#: src/Model/Profile.php:982 src/Model/Profile.php:985 +msgid "Tips for New Members" +msgstr "Tips for New Members" + +#: src/Model/Profile.php:1180 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" +msgstr "OpenWebAuth: %1$s welcomes %2$s" + +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "Starts:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "Finishes:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "All-day" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 msgid "Sun" msgstr "Sun" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "Mon" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "Tue" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "Wed" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "Thu" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "Fri" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "Sat" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "Sunday" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "Monday" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "Tuesday" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "Wednesday" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "Thursday" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "Friday" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "Saturday" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 msgid "Jan" msgstr "Jan" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 msgid "Feb" msgstr "Feb" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 msgid "Mar" msgstr "Mar" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 msgid "Apr" msgstr "Apr" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "May" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 msgid "Jun" msgstr "Jun" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 msgid "Jul" msgstr "Jul" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 msgid "Aug" msgstr "Aug" -#: src/Core/L10n/L10n.php:394 -msgid "Sep" +#: src/Model/Event.php:412 +msgid "Sept" msgstr "Sep" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 msgid "Oct" msgstr "Oct" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 msgid "Nov" msgstr "Nov" -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 msgid "Dec" msgstr "Dec" -#: src/Core/L10n/L10n.php:413 -msgid "poke" -msgstr "poke" +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "January" -#: src/Core/L10n/L10n.php:413 -msgid "poked" -msgstr "poked" +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "February" -#: src/Core/L10n/L10n.php:414 -msgid "ping" -msgstr "ping" +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "March" -#: src/Core/L10n/L10n.php:414 -msgid "pinged" -msgstr "pinged" +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "April" -#: src/Core/L10n/L10n.php:415 -msgid "prod" -msgstr "prod" +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "June" -#: src/Core/L10n/L10n.php:415 -msgid "prodded" -msgstr "prodded" +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "July" -#: src/Core/L10n/L10n.php:416 -msgid "slap" -msgstr "slap" +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "August" -#: src/Core/L10n/L10n.php:416 -msgid "slapped" -msgstr "slapped" +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "September" -#: src/Core/L10n/L10n.php:417 -msgid "finger" -msgstr "finger" +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "October" -#: src/Core/L10n/L10n.php:417 -msgid "fingered" -msgstr "fingered" +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "November" -#: src/Core/L10n/L10n.php:418 -msgid "rebuff" -msgstr "rebuff" +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "December" -#: src/Core/L10n/L10n.php:418 -msgid "rebuffed" -msgstr "rebuffed" +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "today" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "month" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "week" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "day" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "No events to display" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "Edit event" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "Duplicate event" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "Delete event" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "Link to source" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "Show map" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "Hide map" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%s's birthday" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "Happy Birthday, %s!" + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "Contact photos" + +#: src/Model/User.php:357 +msgid "Login failed" +msgstr "Login failed" + +#: src/Model/User.php:389 +msgid "Not enough information to authenticate" +msgstr "Not enough information to authenticate" + +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "User not found" + +#: src/Model/User.php:483 +msgid "Password can't be empty" +msgstr "Password can't be empty" + +#: src/Model/User.php:502 +msgid "Empty passwords are not allowed." +msgstr "Empty passwords are not allowed." + +#: src/Model/User.php:506 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "The new password has been exposed in a public data dump; please choose another." + +#: src/Model/User.php:512 +msgid "" +"The password can't contain accentuated letters, white spaces or colons (:)" +msgstr "The password can't contain accentuated letters, white spaces or colons (:)" + +#: src/Model/User.php:612 +msgid "Passwords do not match. Password unchanged." +msgstr "Passwords do not match. Password unchanged." + +#: src/Model/User.php:619 +msgid "An invitation is required." +msgstr "An invitation is required." + +#: src/Model/User.php:623 +msgid "Invitation could not be verified." +msgstr "Invitation could not be verified." + +#: src/Model/User.php:631 +msgid "Invalid OpenID url" +msgstr "Invalid OpenID URL" + +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." + +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "The error message was:" +msgstr "The error message was:" + +#: src/Model/User.php:650 +msgid "Please enter the required information." +msgstr "Please enter the required information." + +#: src/Model/User.php:664 +#, php-format +msgid "" +"system.username_min_length (%s) and system.username_max_length (%s) are " +"excluding each other, swapping values." +msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." + +#: src/Model/User.php:671 +#, php-format +msgid "Username should be at least %s character." +msgid_plural "Username should be at least %s characters." +msgstr[0] "Username should be at least %s character." +msgstr[1] "Username should be at least %s characters." + +#: src/Model/User.php:675 +#, php-format +msgid "Username should be at most %s character." +msgid_plural "Username should be at most %s characters." +msgstr[0] "Username should be at most %s character." +msgstr[1] "Username should be at most %s characters." + +#: src/Model/User.php:683 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "That doesn't appear to be your full (i.e first and last) name." + +#: src/Model/User.php:688 +msgid "Your email domain is not among those allowed on this site." +msgstr "Your email domain is not allowed on this site." + +#: src/Model/User.php:692 +msgid "Not a valid email address." +msgstr "Not a valid email address." + +#: src/Model/User.php:695 +msgid "The nickname was blocked from registration by the nodes admin." +msgstr "The nickname was blocked from registration by the nodes admin." + +#: src/Model/User.php:699 src/Model/User.php:707 +msgid "Cannot use that email." +msgstr "Cannot use that email." + +#: src/Model/User.php:714 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "Your nickname can only contain a-z, 0-9 and _." + +#: src/Model/User.php:722 src/Model/User.php:779 +msgid "Nickname is already registered. Please choose another." +msgstr "Nickname is already registered. Please choose another." + +#: src/Model/User.php:732 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "SERIOUS ERROR: Generation of security keys failed." + +#: src/Model/User.php:766 src/Model/User.php:770 +msgid "An error occurred during registration. Please try again." +msgstr "An error occurred during registration. Please try again." + +#: src/Model/User.php:795 +msgid "An error occurred creating your default profile. Please try again." +msgstr "An error occurred creating your default profile. Please try again." + +#: src/Model/User.php:802 +msgid "An error occurred creating your self contact. Please try again." +msgstr "An error occurred creating your self contact. Please try again." + +#: src/Model/User.php:811 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "An error occurred while creating your default contact group. Please try again." + +#: src/Model/User.php:888 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%4$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" + +#: src/Model/User.php:909 +#, php-format +msgid "Registration at %s" +msgstr "Registration at %s" + +#: src/Model/User.php:929 +#, php-format +msgid "" +"\n" +"\t\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t\t" +msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t\t" + +#: src/Model/User.php:937 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s." + +#: src/Model/User.php:976 src/Module/Admin/Users.php:88 +#, php-format +msgid "Registration details for %s" +msgstr "Registration details for %s" + +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[no subject]" + +#: src/Model/Group.php:77 +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 "A deleted group with this name has been 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." + +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "Default privacy group for new contacts" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "edit" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "add" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "Groups" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "Edit group" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Contacts not in any group" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "Create new group" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Group name: " + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "Edit groups" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "Item filed" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "Unfollow" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "Drop contact" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "Approve" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "Organization" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "News" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "Disallowed profile URL." + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "Blocked domain" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "Connect URL missing." + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." + +#: src/Model/Contact.php:2276 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "This site is not configured to allow communications with other networks." + +#: src/Model/Contact.php:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No compatible communication protocols or feeds were discovered." + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "The profile address specified does not provide adequate information." + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "An author or name was not found." + +#: src/Model/Contact.php:2296 +msgid "No browser URL could be matched to this address." +msgstr "No browser URL could be matched to this address." + +#: src/Model/Contact.php:2299 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Unable to match @-style identity address with a known protocol or email contact." + +#: src/Model/Contact.php:2300 +msgid "Use mailto: in front of address to force email check." +msgstr "Use mailto: in front of address to force email check." + +#: src/Model/Contact.php:2306 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "The profile address specified belongs to a network which has been disabled on this site." + +#: src/Model/Contact.php:2311 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Limited profile: This person will be unable to receive direct/private messages from you." + +#: src/Model/Contact.php:2372 +msgid "Unable to retrieve contact information." +msgstr "Unable to retrieve contact information." + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "[Name Withheld]" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "activity" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "post" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "Content warning: %s" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "View video" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "bytes" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "View on separate page" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "view on separate page" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Database storage failed to update %s" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Database storage failed to insert data" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." + +#: src/Model/Storage/Filesystem.php:105 +#, php-format +msgid "" +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "Storage base path" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Enter a valid existing folder" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s commented on %s's post" + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%s posted something new" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%s liked %s's post" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s disliked %s's post" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s is going to %s's event" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s is not going to %s's event" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s may go to %s's event" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s is now friends with %s" + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "Friend suggestion" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "Friend/Contact request" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "New follower" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 +#, php-format +msgid "%s's timeline" +msgstr "%s's timeline" + +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 +#, php-format +msgid "%s's posts" +msgstr "%s's posts" + +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 +#, php-format +msgid "%s's comments" +msgstr "%s's comments" + +#: src/Protocol/OStatus.php:1839 +#, php-format +msgid "%s is now following %s." +msgstr "%s is now following %s." + +#: src/Protocol/OStatus.php:1840 +msgid "following" +msgstr "following" + +#: src/Protocol/OStatus.php:1843 +#, php-format +msgid "%s stopped following %s." +msgstr "%s stopped following %s." + +#: src/Protocol/OStatus.php:1844 +msgid "stopped following" +msgstr "stopped following" + +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "Attachments:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "Legacy module file not found: %s" #: src/Core/Update.php:193 #, php-format @@ -4764,6 +3426,139 @@ msgid "" "\t\t\t\t\tThe friendica database was successfully updated from %s to %s." msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "poke" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "poked" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "pinged" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "prod" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "prodded" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "slap" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "slapped" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "finger" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "fingered" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "rebuff" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "rebuffed" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "Login failed." + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "Login failed. Please check your credentials." + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "Welcome %s" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "Please upload a profile photo." + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "Welcome back %s" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "Mutuals" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "Post to email" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "Public" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link." + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "Limited/Private" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly." + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "Show to:" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "Except to:" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "CC: email addresses" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Example: bob@example.com, mary@example.com" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "Connectors" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "Hide profile details from unknown viewers?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectors are disabled since \"%s\" is enabled." + #: src/Core/UserImport.php:107 msgid "Error decoding account file" msgstr "Error decoding account file" @@ -5056,8 +3851,8 @@ msgstr "ImageMagick PHP extension is not installed" msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP extension is installed" -#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372 -#: tests/src/Core/InstallerTest.php:400 +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 msgid "ImageMagick supports GIF" msgstr "ImageMagick supports GIF" @@ -5069,1650 +3864,109 @@ msgstr "Database already in use." msgid "Could not connect to database." msgstr "Could not connect to database." -#: src/Core/NotificationsManager.php:144 -msgid "System" -msgstr "System" - -#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 -#: src/Content/Nav.php:244 -msgid "Home" -msgstr "Home" - -#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 -msgid "Introductions" -msgstr "Introductions" - -#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s commented on %s's post" - -#: src/Core/NotificationsManager.php:245 -#, php-format -msgid "%s created a new post" -msgstr "%s posted something new" - -#: src/Core/NotificationsManager.php:259 -#, php-format -msgid "%s liked %s's post" -msgstr "%s liked %s's post" - -#: src/Core/NotificationsManager.php:272 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s disliked %s's post" - -#: src/Core/NotificationsManager.php:285 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s is going to %s's event" - -#: src/Core/NotificationsManager.php:298 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s is not going to %s's event" - -#: src/Core/NotificationsManager.php:311 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s may go to %s's event" - -#: src/Core/NotificationsManager.php:344 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s is now friends with %s" - -#: src/Core/NotificationsManager.php:629 -msgid "Friend Suggestion" -msgstr "Friend suggestion" - -#: src/Core/NotificationsManager.php:663 -msgid "Friend/Connect Request" -msgstr "Friend/Contact request" - -#: src/Core/NotificationsManager.php:663 -msgid "New Follower" -msgstr "New follower" - -#: src/Core/Session.php:186 -#, php-format -msgid "Welcome %s" -msgstr "Welcome %s" - -#: src/Core/Session.php:187 -msgid "Please upload a profile photo." -msgstr "Please upload a profile photo." - -#: src/Core/Session.php:190 -#, php-format -msgid "Welcome back %s" -msgstr "Welcome back %s" - -#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 -msgid "Post to Email" -msgstr "Post to email" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "Connectors" - -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Hide profile details from unknown viewers?" - -#: src/Core/ACL.php:313 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectors are disabled since \"%s\" is enabled." - -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Close" - -#: src/Util/Temporal.php:147 src/Model/Profile.php:784 -msgid "Birthday:" -msgstr "Birthday:" - -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DD or MM-DD" - -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "never" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "less than a second ago" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "year" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "years" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "months" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "weeks" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "days" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "hour" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "hours" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "minute" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "minutes" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "second" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "seconds" - -#: src/Util/Temporal.php:329 -#, php-format -msgid "in %1$d %2$s" -msgstr "in %1$d %2$s" - -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s ago" - -#: src/Content/Text/HTML.php:793 -msgid "Loading more entries..." -msgstr "Loading more entries..." - -#: src/Content/Text/HTML.php:794 -msgid "The end" -msgstr "The end" - -#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544 -#: src/Module/Contact.php:297 -msgid "Follow" -msgstr "Follow" - -#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, content" - -#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203 -msgid "Full Text" -msgstr "Full text" - -#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:204 -msgid "Tags" -msgstr "Tags" - -#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478 -msgid "Click to open/close" -msgstr "Reveal/hide" - -#: src/Content/Text/BBCode.php:465 -msgid "view full size" -msgstr "view full size" - -#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560 -#: src/Content/Text/BBCode.php:1561 -msgid "Image/photo" -msgstr "Image/Photo" - -#: src/Content/Text/BBCode.php:1017 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: src/Content/Text/BBCode.php:1509 -msgid "$1 wrote:" -msgstr "$1 wrote:" - -#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564 -msgid "Encrypted content" -msgstr "Encrypted content" - -#: src/Content/Text/BBCode.php:1788 -msgid "Invalid source protocol" -msgstr "Invalid source protocol" - -#: src/Content/Text/BBCode.php:1803 -msgid "Invalid link protocol" -msgstr "Invalid link protocol" - -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Export" - -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Export calendar as ical" - -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Export calendar as csv" - -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "No contacts" - -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacts" - -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "View contacts" - -#: src/Content/Widget/TrendingTags.php:34 -#, php-format -msgid "Trending Tags (last %d hour)" -msgid_plural "Trending Tags (last %d hours)" -msgstr[0] "" -msgstr[1] "" - -#: src/Content/Widget/TrendingTags.php:35 -msgid "More Trending Tags" -msgstr "" - -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "Later posts" - -#: src/Content/Pager.php:158 -msgid "older" -msgstr "Earlier posts" - -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "prev" - -#: src/Content/Pager.php:263 -msgid "last" -msgstr "last" - -#: src/Content/Feature.php:82 -msgid "General Features" -msgstr "General" - -#: src/Content/Feature.php:84 -msgid "Multiple Profiles" -msgstr "Multiple profiles" - -#: src/Content/Feature.php:84 -msgid "Ability to create multiple profiles" -msgstr "Ability to create multiple profiles" - -#: src/Content/Feature.php:85 -msgid "Photo Location" -msgstr "Photo location" - -#: src/Content/Feature.php:85 +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "Public access denied." + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "No entries (entries may be hidden)." + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "Find on this site" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "Results for:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" +msgstr "Site directory" + +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "Bad request" + +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "Unauthorized" + +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "Forbidden" + +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "Not found" + +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "Internal Server Error" + +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "Service Unavailable" + +#: src/Module/Special/HTTPException.php:44 msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata." +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "The server cannot process the request due to an apparent client error." -#: src/Content/Feature.php:86 -msgid "Export Public Calendar" -msgstr "Export public calendar" - -#: src/Content/Feature.php:86 -msgid "Ability for visitors to download the public calendar" -msgstr "Ability for visitors to download the public calendar" - -#: src/Content/Feature.php:87 -msgid "Trending Tags" -msgstr "" - -#: src/Content/Feature.php:87 +#: src/Module/Special/HTTPException.php:45 msgid "" -"Show a community page widget with a list of the most popular tags in recent " -"public posts." -msgstr "" +"Authentication is required and has failed or has not yet been provided." +msgstr "Authentication is required but has failed or not yet being provided." -#: src/Content/Feature.php:92 -msgid "Post Composition Features" -msgstr "Post composition" - -#: src/Content/Feature.php:93 -msgid "Auto-mention Forums" -msgstr "Auto-mention forums" - -#: src/Content/Feature.php:93 +#: src/Module/Special/HTTPException.php:46 msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window." +"The request was valid, but the server is refusing action. The user might not" +" have the necessary permissions for a resource, or may need an account." +msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account." -#: src/Content/Feature.php:94 -msgid "Explicit Mentions" -msgstr "Explicit Mentions" - -#: src/Content/Feature.php:94 +#: src/Module/Special/HTTPException.php:47 msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." -msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies." +"The requested resource could not be found but may be available in the " +"future." +msgstr "The requested resource could not be found but may be available in the future." -#: src/Content/Feature.php:99 -msgid "Network Sidebar" -msgstr "Network sidebar" - -#: src/Content/Feature.php:100 src/Content/Widget.php:501 -msgid "Archives" -msgstr "Archives" - -#: src/Content/Feature.php:100 -msgid "Ability to select posts by date ranges" -msgstr "Ability to select posts by date ranges" - -#: src/Content/Feature.php:101 -msgid "Protocol Filter" -msgstr "Protocol filter" - -#: src/Content/Feature.php:101 -msgid "Enable widget to display Network posts only from selected protocols" -msgstr "Enable widget to display Network posts only from selected protocols" - -#: src/Content/Feature.php:106 -msgid "Network Tabs" -msgstr "Network tabs" - -#: src/Content/Feature.php:107 -msgid "Network New Tab" -msgstr "Network new tab" - -#: src/Content/Feature.php:107 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Enable tab to display only new network posts (last 12 hours)" - -#: src/Content/Feature.php:108 -msgid "Network Shared Links Tab" -msgstr "Network shared links tab" - -#: src/Content/Feature.php:108 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Enable tab to display only network posts with links in them" - -#: src/Content/Feature.php:113 -msgid "Post/Comment Tools" -msgstr "Post/Comment tools" - -#: src/Content/Feature.php:114 -msgid "Post Categories" -msgstr "Post categories" - -#: src/Content/Feature.php:114 -msgid "Add categories to your posts" -msgstr "Add categories to your posts" - -#: src/Content/Feature.php:119 -msgid "Advanced Profile Settings" -msgstr "Advanced profiles" - -#: src/Content/Feature.php:120 -msgid "List Forums" -msgstr "List forums" - -#: src/Content/Feature.php:120 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Show visitors of public community forums at the advanced profile page" - -#: src/Content/Feature.php:121 -msgid "Tag Cloud" -msgstr "Tag cloud" - -#: src/Content/Feature.php:121 -msgid "Provide a personal tag cloud on your profile page" -msgstr "Provide a personal tag cloud on your profile page" - -#: src/Content/Feature.php:122 -msgid "Display Membership Date" -msgstr "Display membership date" - -#: src/Content/Feature.php:122 -msgid "Display membership date in profile" -msgstr "Display membership date in profile" - -#: src/Content/Nav.php:74 -msgid "Nothing new here" -msgstr "Nothing new here" - -#: src/Content/Nav.php:78 -msgid "Clear notifications" -msgstr "Clear notifications" - -#: src/Content/Nav.php:153 src/Module/Login.php:315 -msgid "Logout" -msgstr "Logout" - -#: src/Content/Nav.php:153 -msgid "End this session" -msgstr "End this session" - -#: src/Content/Nav.php:155 src/Module/Login.php:316 -#: src/Module/Bookmarklet.php:25 -msgid "Login" -msgstr "Login" - -#: src/Content/Nav.php:155 -msgid "Sign in" -msgstr "Sign in" - -#: src/Content/Nav.php:165 -msgid "Personal notes" -msgstr "Personal notes" - -#: src/Content/Nav.php:165 -msgid "Your personal notes" -msgstr "My personal notes" - -#: src/Content/Nav.php:182 -msgid "Home Page" -msgstr "Home page" - -#: src/Content/Nav.php:186 src/Module/Login.php:287 -#: src/Module/Register.php:136 -msgid "Register" -msgstr "Sign up now >>" - -#: src/Content/Nav.php:186 -msgid "Create an account" -msgstr "Create account" - -#: src/Content/Nav.php:192 -msgid "Help and documentation" -msgstr "Help and documentation" - -#: src/Content/Nav.php:196 -msgid "Apps" -msgstr "Apps" - -#: src/Content/Nav.php:196 -msgid "Addon applications, utilities, games" -msgstr "Addon applications, utilities, games" - -#: src/Content/Nav.php:200 -msgid "Search site content" -msgstr "Search site content" - -#: src/Content/Nav.php:224 -msgid "Community" -msgstr "Community" - -#: src/Content/Nav.php:224 -msgid "Conversations on this and other servers" -msgstr "Conversations on this and other servers" - -#: src/Content/Nav.php:231 -msgid "Directory" -msgstr "Directory" - -#: src/Content/Nav.php:231 -msgid "People directory" -msgstr "People directory" - -#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 -msgid "Information" -msgstr "Information" - -#: src/Content/Nav.php:233 -msgid "Information about this friendica instance" -msgstr "Information about this Friendica instance" - -#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 -msgid "Terms of Service" -msgstr "Terms of Service" - -#: src/Content/Nav.php:236 -msgid "Terms of Service of this Friendica instance" -msgstr "Terms of Service of this Friendica instance" - -#: src/Content/Nav.php:242 -msgid "Network Reset" -msgstr "Network reset" - -#: src/Content/Nav.php:242 -msgid "Load Network page with no filters" -msgstr "Load network page without filters" - -#: src/Content/Nav.php:248 -msgid "Friend Requests" -msgstr "Friend requests" - -#: src/Content/Nav.php:250 -msgid "See all notifications" -msgstr "See all notifications" - -#: src/Content/Nav.php:251 -msgid "Mark all system notifications seen" -msgstr "Mark notifications as seen" - -#: src/Content/Nav.php:255 -msgid "Inbox" -msgstr "Inbox" - -#: src/Content/Nav.php:256 -msgid "Outbox" -msgstr "Outbox" - -#: src/Content/Nav.php:260 -msgid "Manage" -msgstr "Manage" - -#: src/Content/Nav.php:260 -msgid "Manage other pages" -msgstr "Manage other pages" - -#: src/Content/Nav.php:268 -msgid "Manage/Edit Profiles" -msgstr "Manage/Edit profiles" - -#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 -msgid "Admin" -msgstr "Admin" - -#: src/Content/Nav.php:276 -msgid "Site setup and configuration" -msgstr "Site setup and configuration" - -#: src/Content/Nav.php:279 -msgid "Navigation" -msgstr "Navigation" - -#: src/Content/Nav.php:279 -msgid "Site map" -msgstr "Site map" - -#: src/Content/OEmbed.php:254 -msgid "Embedding disabled" -msgstr "Embedding disabled" - -#: src/Content/OEmbed.php:377 -msgid "Embedded content" -msgstr "Embedded content" - -#: src/Content/Widget.php:38 -msgid "Add New Contact" -msgstr "Add new contact" - -#: src/Content/Widget.php:39 -msgid "Enter address or web location" -msgstr "Enter address or web location" - -#: src/Content/Widget.php:40 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Example: jo@example.com, http://example.com/jo" - -#: src/Content/Widget.php:58 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invitation available" -msgstr[1] "%d invitations available" - -#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127 -#: src/Module/Contact.php:772 -msgid "Following" -msgstr "" - -#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128 -#: src/Module/Contact.php:773 -msgid "Mutual friends" -msgstr "" - -#: src/Content/Widget.php:199 -msgid "Relationships" -msgstr "" - -#: src/Content/Widget.php:201 src/Module/Group.php:287 -#: src/Module/Contact.php:660 -msgid "All Contacts" -msgstr "All contacts" - -#: src/Content/Widget.php:244 -msgid "Protocols" -msgstr "Protocols" - -#: src/Content/Widget.php:246 -msgid "All Protocols" -msgstr "All protocols" - -#: src/Content/Widget.php:279 -msgid "Saved Folders" -msgstr "Saved Folders" - -#: src/Content/Widget.php:281 src/Content/Widget.php:320 -msgid "Everything" -msgstr "Everything" - -#: src/Content/Widget.php:318 -msgid "Categories" -msgstr "Categories" - -#: src/Content/Widget.php:402 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contact in common" -msgstr[1] "%d contacts in common" - -#: src/Content/ContactSelector.php:58 -msgid "Frequently" -msgstr "Frequently" - -#: src/Content/ContactSelector.php:59 -msgid "Hourly" -msgstr "Hourly" - -#: src/Content/ContactSelector.php:60 -msgid "Twice daily" -msgstr "Twice daily" - -#: src/Content/ContactSelector.php:61 -msgid "Daily" -msgstr "Daily" - -#: src/Content/ContactSelector.php:62 -msgid "Weekly" -msgstr "Weekly" - -#: src/Content/ContactSelector.php:63 -msgid "Monthly" -msgstr "Monthly" - -#: src/Content/ContactSelector.php:116 -msgid "DFRN" -msgstr "DFRN" - -#: src/Content/ContactSelector.php:117 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:118 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:315 -msgid "Email" -msgstr "Email" - -#: src/Content/ContactSelector.php:121 -msgid "Zot!" -msgstr "Zot!" - -#: src/Content/ContactSelector.php:122 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:123 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: src/Content/ContactSelector.php:124 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:125 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:126 -msgid "pump.io" -msgstr "pump.io" - -#: src/Content/ContactSelector.php:127 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:128 -msgid "Diaspora Connector" -msgstr "diaspora* connector" - -#: src/Content/ContactSelector.php:129 -msgid "GNU Social Connector" -msgstr "GNU Social Connector" - -#: src/Content/ContactSelector.php:130 -msgid "ActivityPub" -msgstr "ActivityPub" - -#: src/Content/ContactSelector.php:131 -msgid "pnut" -msgstr "pnut" - -#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269 -#: src/Content/ContactSelector.php:307 -msgid "No answer" -msgstr "No answer" - -#: src/Content/ContactSelector.php:230 -msgid "Male" -msgstr "Male" - -#: src/Content/ContactSelector.php:231 -msgid "Female" -msgstr "Female" - -#: src/Content/ContactSelector.php:232 -msgid "Currently Male" -msgstr "Currently male" - -#: src/Content/ContactSelector.php:233 -msgid "Currently Female" -msgstr "Currently female" - -#: src/Content/ContactSelector.php:234 -msgid "Mostly Male" -msgstr "Mostly male" - -#: src/Content/ContactSelector.php:235 -msgid "Mostly Female" -msgstr "Mostly female" - -#: src/Content/ContactSelector.php:236 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:237 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:238 -msgid "Transsexual" -msgstr "Transsexual" - -#: src/Content/ContactSelector.php:239 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: src/Content/ContactSelector.php:240 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:241 -msgid "Non-specific" -msgstr "Non-specific" - -#: src/Content/ContactSelector.php:242 -msgid "Other" -msgstr "Other" - -#: src/Content/ContactSelector.php:270 -msgid "Males" -msgstr "Males" - -#: src/Content/ContactSelector.php:271 -msgid "Females" -msgstr "Females" - -#: src/Content/ContactSelector.php:272 -msgid "Gay" -msgstr "Gay" - -#: src/Content/ContactSelector.php:273 -msgid "Lesbian" -msgstr "Lesbian" - -#: src/Content/ContactSelector.php:274 -msgid "No Preference" -msgstr "No Preference" - -#: src/Content/ContactSelector.php:275 -msgid "Bisexual" -msgstr "Bisexual" - -#: src/Content/ContactSelector.php:276 -msgid "Autosexual" -msgstr "Auto-sexual" - -#: src/Content/ContactSelector.php:277 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:278 -msgid "Virgin" -msgstr "Virgin" - -#: src/Content/ContactSelector.php:279 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:280 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:281 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:282 -msgid "Nonsexual" -msgstr "Asexual" - -#: src/Content/ContactSelector.php:308 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:309 -msgid "Lonely" -msgstr "Lonely" - -#: src/Content/ContactSelector.php:310 -msgid "In a relation" -msgstr "" - -#: src/Content/ContactSelector.php:311 -msgid "Has crush" -msgstr "Having a crush" - -#: src/Content/ContactSelector.php:312 -msgid "Infatuated" -msgstr "Infatuated" - -#: src/Content/ContactSelector.php:313 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:314 -msgid "Unfaithful" -msgstr "Unfaithful" - -#: src/Content/ContactSelector.php:315 -msgid "Sex Addict" -msgstr "Sex addict" - -#: src/Content/ContactSelector.php:316 src/Model/User.php:762 -msgid "Friends" -msgstr "Friends" - -#: src/Content/ContactSelector.php:317 -msgid "Friends/Benefits" -msgstr "Friends with benefits" - -#: src/Content/ContactSelector.php:318 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:319 -msgid "Engaged" -msgstr "Engaged" - -#: src/Content/ContactSelector.php:320 -msgid "Married" -msgstr "Married" - -#: src/Content/ContactSelector.php:321 -msgid "Imaginarily married" -msgstr "Imaginarily married" - -#: src/Content/ContactSelector.php:322 -msgid "Partners" -msgstr "Partners" - -#: src/Content/ContactSelector.php:323 -msgid "Cohabiting" -msgstr "Cohabiting" - -#: src/Content/ContactSelector.php:324 -msgid "Common law" -msgstr "Common law spouse" - -#: src/Content/ContactSelector.php:325 -msgid "Happy" -msgstr "Happy" - -#: src/Content/ContactSelector.php:326 -msgid "Not looking" -msgstr "Not looking" - -#: src/Content/ContactSelector.php:327 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:328 -msgid "Betrayed" -msgstr "Betrayed" - -#: src/Content/ContactSelector.php:329 -msgid "Separated" -msgstr "Separated" - -#: src/Content/ContactSelector.php:330 -msgid "Unstable" -msgstr "Unstable" - -#: src/Content/ContactSelector.php:331 -msgid "Divorced" -msgstr "Divorced" - -#: src/Content/ContactSelector.php:332 -msgid "Imaginarily divorced" -msgstr "Imaginarily divorced" - -#: src/Content/ContactSelector.php:333 -msgid "Widowed" -msgstr "Widowed" - -#: src/Content/ContactSelector.php:334 -msgid "Uncertain" -msgstr "Uncertain" - -#: src/Content/ContactSelector.php:335 -msgid "It's complicated" -msgstr "It's complicated" - -#: src/Content/ContactSelector.php:336 -msgid "Don't care" -msgstr "Don't care" - -#: src/Content/ContactSelector.php:337 -msgid "Ask me" -msgstr "Ask me" - -#: src/Database/DBStructure.php:50 -msgid "There are no tables on MyISAM." -msgstr "There are no tables on MyISAM." - -#: src/Database/DBStructure.php:74 -#, php-format +#: src/Module/Special/HTTPException.php:48 msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nError %d occurred during database update:\n%s\n" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "An unexpected condition was encountered and no more specific message is available." -#: src/Database/DBStructure.php:77 -msgid "Errors encountered performing database changes: " -msgstr "Errors encountered performing database changes: " - -#: src/Database/DBStructure.php:266 -#, php-format -msgid "%s: Database update" -msgstr "%s: Database update" - -#: src/Database/DBStructure.php:527 -#, php-format -msgid "%s: updating %s table." -msgstr "%s: updating %s table." - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "Filesystem storage failed to create \"%s\". Check you write permissions." - -#: src/Model/Storage/Filesystem.php:105 -#, php-format +#: src/Module/Special/HTTPException.php:49 msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions" +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later." -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "Storage base path" +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "Go back" -#: src/Model/Storage/Filesystem.php:128 +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "Help:" + +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "Manage Identities and Pages" + +#: src/Module/Delegation.php:131 msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Accounts that I manage or own." -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "Enter a valid existing folder" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "Database storage failed to update %s" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "Database storage failed to insert data" - -#: src/Model/Event.php:34 src/Model/Event.php:847 -#: src/Module/Debug/Localtime.php:17 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "Starts:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "Finishes:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "All-day" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "Sep" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "No events to display" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "l, F j" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "Edit event" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "Duplicate event" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "Delete event" - -#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554 -msgid "link to source" -msgstr "Link to source" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "D g:i A" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "g:i A" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "Show map" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "Hide map" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%s's birthday" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "Happy Birthday, %s!" - -#: src/Model/FileTag.php:265 -msgid "Item filed" -msgstr "Item filed" - -#: src/Model/User.php:331 -msgid "Login failed" -msgstr "Login failed" - -#: src/Model/User.php:362 -msgid "Not enough information to authenticate" -msgstr "Not enough information to authenticate" - -#: src/Model/User.php:440 -msgid "Password can't be empty" -msgstr "Password can't be empty" - -#: src/Model/User.php:459 -msgid "Empty passwords are not allowed." -msgstr "Empty passwords are not allowed." - -#: src/Model/User.php:463 -msgid "" -"The new password has been exposed in a public data dump, please choose " -"another." -msgstr "The new password has been exposed in a public data dump; please choose another." - -#: src/Model/User.php:469 -msgid "" -"The password can't contain accentuated letters, white spaces or colons (:)" -msgstr "The password can't contain accentuated letters, white spaces or colons (:)" - -#: src/Model/User.php:569 -msgid "Passwords do not match. Password unchanged." -msgstr "Passwords do not match. Password unchanged." - -#: src/Model/User.php:576 -msgid "An invitation is required." -msgstr "An invitation is required." - -#: src/Model/User.php:580 -msgid "Invitation could not be verified." -msgstr "Invitation could not be verified." - -#: src/Model/User.php:587 -msgid "Invalid OpenID url" -msgstr "Invalid OpenID URL" - -#: src/Model/User.php:600 src/Module/Login.php:102 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." - -#: src/Model/User.php:600 src/Module/Login.php:102 -msgid "The error message was:" -msgstr "The error message was:" - -#: src/Model/User.php:606 -msgid "Please enter the required information." -msgstr "Please enter the required information." - -#: src/Model/User.php:620 -#, php-format -msgid "" -"system.username_min_length (%s) and system.username_max_length (%s) are " -"excluding each other, swapping values." -msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values." - -#: src/Model/User.php:627 -#, php-format -msgid "Username should be at least %s character." -msgid_plural "Username should be at least %s characters." -msgstr[0] "Username should be at least %s character." -msgstr[1] "Username should be at least %s characters." - -#: src/Model/User.php:631 -#, php-format -msgid "Username should be at most %s character." -msgid_plural "Username should be at most %s characters." -msgstr[0] "Username should be at most %s character." -msgstr[1] "Username should be at most %s characters." - -#: src/Model/User.php:639 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "That doesn't appear to be your full (i.e first and last) name." - -#: src/Model/User.php:644 -msgid "Your email domain is not among those allowed on this site." -msgstr "Your email domain is not allowed on this site." - -#: src/Model/User.php:648 -msgid "Not a valid email address." -msgstr "Not a valid email address." - -#: src/Model/User.php:651 -msgid "The nickname was blocked from registration by the nodes admin." -msgstr "The nickname was blocked from registration by the nodes admin." - -#: src/Model/User.php:655 src/Model/User.php:663 -msgid "Cannot use that email." -msgstr "Cannot use that email." - -#: src/Model/User.php:670 -msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "Your nickname can only contain a-z, 0-9 and _." - -#: src/Model/User.php:677 src/Model/User.php:734 -msgid "Nickname is already registered. Please choose another." -msgstr "Nickname is already registered. Please choose another." - -#: src/Model/User.php:687 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "SERIOUS ERROR: Generation of security keys failed." - -#: src/Model/User.php:721 src/Model/User.php:725 -msgid "An error occurred during registration. Please try again." -msgstr "An error occurred during registration. Please try again." - -#: src/Model/User.php:750 -msgid "An error occurred creating your default profile. Please try again." -msgstr "An error occurred creating your default profile. Please try again." - -#: src/Model/User.php:757 -msgid "An error occurred creating your self contact. Please try again." -msgstr "An error occurred creating your self contact. Please try again." - -#: src/Model/User.php:766 -msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "An error occurred while creating your default contact group. Please try again." - -#: src/Model/User.php:842 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%4$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t" - -#: src/Model/User.php:859 -#, php-format -msgid "Registration at %s" -msgstr "Registration at %s" - -#: src/Model/User.php:878 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t" - -#: src/Model/User.php:884 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%1$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s." - -#: src/Model/User.php:919 src/Module/Admin/Users.php:88 -#, php-format -msgid "Registration details for %s" -msgstr "Registration details for %s" - -#: src/Model/Contact.php:1230 -msgid "Drop Contact" -msgstr "Drop contact" - -#: src/Model/Contact.php:1783 -msgid "Organisation" -msgstr "Organization" - -#: src/Model/Contact.php:1787 -msgid "News" -msgstr "News" - -#: src/Model/Contact.php:1791 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:2192 -msgid "Connect URL missing." -msgstr "Connect URL missing." - -#: src/Model/Contact.php:2201 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." - -#: src/Model/Contact.php:2242 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "This site is not configured to allow communications with other networks." - -#: src/Model/Contact.php:2243 src/Model/Contact.php:2256 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No compatible communication protocols or feeds were discovered." - -#: src/Model/Contact.php:2254 -msgid "The profile address specified does not provide adequate information." -msgstr "The profile address specified does not provide adequate information." - -#: src/Model/Contact.php:2259 -msgid "An author or name was not found." -msgstr "An author or name was not found." - -#: src/Model/Contact.php:2262 -msgid "No browser URL could be matched to this address." -msgstr "No browser URL could be matched to this address." - -#: src/Model/Contact.php:2265 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Unable to match @-style identity address with a known protocol or email contact." - -#: src/Model/Contact.php:2266 -msgid "Use mailto: in front of address to force email check." -msgstr "Use mailto: in front of address to force email check." - -#: src/Model/Contact.php:2272 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "The profile address specified belongs to a network which has been disabled on this site." - -#: src/Model/Contact.php:2277 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Limited profile: This person will be unable to receive direct/private messages from you." - -#: src/Model/Contact.php:2332 -msgid "Unable to retrieve contact information." -msgstr "Unable to retrieve contact information." - -#: src/Model/Group.php:77 -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 "A deleted group with this name has been 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." - -#: src/Model/Group.php:407 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:439 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:458 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:484 src/Module/Welcome.php:57 -#: src/Module/Contact.php:708 -msgid "Groups" -msgstr "Groups" - -#: src/Model/Group.php:488 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:489 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:491 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Group name: " - -#: src/Model/Group.php:493 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Mail.php:113 src/Model/Mail.php:250 -msgid "[no subject]" -msgstr "[no subject]" - -#: src/Model/Profile.php:212 src/Model/Profile.php:428 -#: src/Model/Profile.php:885 -msgid "Edit profile" -msgstr "Edit profile" - -#: src/Model/Profile.php:402 -msgid "Manage/edit profiles" -msgstr "Manage/Edit profiles" - -#: src/Model/Profile.php:451 src/Model/Profile.php:795 -#: src/Module/Directory.php:143 -msgid "Status:" -msgstr "Status:" - -#: src/Model/Profile.php:452 src/Model/Profile.php:812 -#: src/Module/Directory.php:144 -msgid "Homepage:" -msgstr "Homepage:" - -#: src/Model/Profile.php:454 src/Module/Contact.php:609 -msgid "XMPP:" -msgstr "XMPP:" - -#: src/Model/Profile.php:546 src/Module/Contact.php:299 -msgid "Unfollow" -msgstr "" - -#: src/Model/Profile.php:548 -msgid "Atom feed" -msgstr "Atom feed" - -#: src/Model/Profile.php:588 src/Model/Profile.php:685 -msgid "g A l F d" -msgstr "g A l F d" - -#: src/Model/Profile.php:589 -msgid "F d" -msgstr "F d" - -#: src/Model/Profile.php:651 src/Model/Profile.php:736 -msgid "[today]" -msgstr "[today]" - -#: src/Model/Profile.php:661 -msgid "Birthday Reminders" -msgstr "Birthday reminders" - -#: src/Model/Profile.php:662 -msgid "Birthdays this week:" -msgstr "Birthdays this week:" - -#: src/Model/Profile.php:723 -msgid "[No description]" -msgstr "[No description]" - -#: src/Model/Profile.php:749 -msgid "Event Reminders" -msgstr "Event reminders" - -#: src/Model/Profile.php:750 -msgid "Upcoming events the next 7 days:" -msgstr "Upcoming events the next 7 days:" - -#: src/Model/Profile.php:767 -msgid "Member since:" -msgstr "Member since:" - -#: src/Model/Profile.php:775 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:776 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:791 -msgid "Age:" -msgstr "Age:" - -#: src/Model/Profile.php:804 -#, php-format -msgid "for %1$d %2$s" -msgstr "for %1$d %2$s" - -#: src/Model/Profile.php:828 -msgid "Religion:" -msgstr "Religion:" - -#: src/Model/Profile.php:836 -msgid "Hobbies/Interests:" -msgstr "Hobbies/Interests:" - -#: src/Model/Profile.php:848 -msgid "Contact information and Social Networks:" -msgstr "Contact information and social networks:" - -#: src/Model/Profile.php:852 -msgid "Musical interests:" -msgstr "Music:" - -#: src/Model/Profile.php:856 -msgid "Books, literature:" -msgstr "Books/Literature:" - -#: src/Model/Profile.php:860 -msgid "Television:" -msgstr "Television:" - -#: src/Model/Profile.php:864 -msgid "Film/dance/culture/entertainment:" -msgstr "Arts, culture, entertainment:" - -#: src/Model/Profile.php:868 -msgid "Love/Romance:" -msgstr "Love/Romance:" - -#: src/Model/Profile.php:872 -msgid "Work/employment:" -msgstr "Work/Employment:" - -#: src/Model/Profile.php:876 -msgid "School/education:" -msgstr "School/Education:" - -#: src/Model/Profile.php:881 -msgid "Forums:" -msgstr "Forums:" - -#: src/Model/Profile.php:928 src/Module/Contact.php:850 -msgid "Profile Details" -msgstr "Profile Details" - -#: src/Model/Profile.php:978 -msgid "Only You Can See This" -msgstr "Only you can see this." - -#: src/Model/Profile.php:986 src/Model/Profile.php:989 -msgid "Tips for New Members" -msgstr "Tips for New Members" - -#: src/Model/Profile.php:1186 -#, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "OpenWebAuth: %1$s welcomes %2$s" - -#: src/Model/Item.php:3313 -msgid "activity" -msgstr "activity" - -#: src/Model/Item.php:3315 src/Object/Post.php:474 -msgid "comment" -msgid_plural "comments" -msgstr[0] "comment" -msgstr[1] "comments" - -#: src/Model/Item.php:3318 -msgid "post" -msgstr "post" - -#: src/Model/Item.php:3417 -#, php-format -msgid "Content warning: %s" -msgstr "Content warning: %s" - -#: src/Model/Item.php:3494 -msgid "bytes" -msgstr "bytes" - -#: src/Model/Item.php:3541 -msgid "View on separate page" -msgstr "View on separate page" - -#: src/Model/Item.php:3542 -msgid "view on separate page" -msgstr "view on separate page" - -#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119 -#: src/Module/Profile.php:122 -#, php-format -msgid "%s's timeline" -msgstr "%s's timeline" - -#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120 -#, php-format -msgid "%s's posts" -msgstr "%s's posts" - -#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121 -#, php-format -msgid "%s's comments" -msgstr "%s's comments" - -#: src/Protocol/OStatus.php:1861 -#, php-format -msgid "%s is now following %s." -msgstr "%s is now following %s." - -#: src/Protocol/OStatus.php:1862 -msgid "following" -msgstr "following" - -#: src/Protocol/OStatus.php:1865 -#, php-format -msgid "%s stopped following %s." -msgstr "%s stopped following %s." - -#: src/Protocol/OStatus.php:1866 -msgid "stopped following" -msgstr "stopped following" - -#: src/Protocol/Diaspora.php:2527 -msgid "Sharing notification from Diaspora network" -msgstr "Sharing notification from diaspora* network" - -#: src/Protocol/Diaspora.php:3674 -msgid "Attachments:" -msgstr "Attachments:" - -#: src/Worker/Delivery.php:508 -msgid "(no subject)" -msgstr "(no subject)" +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "Select identity:" #: src/Module/Tos.php:35 src/Module/Tos.php:77 msgid "" @@ -6738,103 +3992,551 @@ msgstr "This information is required for communication and is passed on to the n #, php-format msgid "" "At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " "be permanent. Deletion of the data will also be requested from the nodes of " "the communication partners." -msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." +msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners." #: src/Module/Tos.php:40 src/Module/Tos.php:76 msgid "Privacy Statement" msgstr "Privacy Statement" -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "No installed applications." +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Setup" -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Applications" +#: src/Module/Install.php:170 +msgid "System check" +msgstr "System check" -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Credits" +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "Next" -#: src/Module/Credits.php:26 +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Check again" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "No SSL policy, links will track page SSL state" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "Force all links to use SSL" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Self-signed certificate, use SSL for local links only (discouraged)" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Base settings" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 +msgid "SSL link policy" +msgstr "SSL link policy" + +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determines whether generated links should be forced to use SSL" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Host name" + +#: src/Module/Install.php:199 msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." -#: src/Module/Admin/Addons/Details.php:51 -msgid "Addon not found." -msgstr "Addon not found." +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Base path to installation" -#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." + +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "URL Sub-path " + +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path." + +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Database connection" + +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "In order to install Friendica we need to know how to connect to your database." + +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." + +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." + +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Database server name" + +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Database login name" + +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Database login password" + +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "For security reasons the password must not be empty" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Database name" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Please select a default time zone for your website" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Site settings" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "Site administrator email address" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "System language:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Set the default language for your Friendica installation interface and email communication." + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Your Friendica site database has been installed." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Installation finished" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

What next

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." + +#: src/Module/Install.php:331 #, php-format -msgid "Addon %s disabled." -msgstr "Addon %s disabled." +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." -#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "Please login to continue." + +#: src/Module/BaseAdminModule.php:62 +msgid "" +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "A managed account cannot access the administration pages. Please log in as administrator." + +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "Overview" + +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" +msgstr "Federation statistics" + +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "Configuration" + +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "Site" + +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "Users" + +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "Addons" + +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "Theme selection" + +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "Additional features" + +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "Database" + +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "DB updates" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "Inspect deferred workers" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "Inspect worker queue" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "Tools" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "Contact block-list" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Server block-list" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "Delete item" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "Logs" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "View logs" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "Diagnostics" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "PHP info" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "Probe address" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "Check webfinger" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "Item source" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" +msgstr "Babel" + +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "Addon features" + +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "User registrations awaiting confirmation" + +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "Create a new account" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " +msgstr "Your OpenID: " + +#: src/Module/Login.php:124 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "Please enter your username and password to add the OpenID to your existing account." + +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " +msgstr "Or login with OpenID: " + +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "Nickname or email: " + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "Password: " + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "Remember me" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "Forgot your password?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "Forgotten password?" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "Website Terms of Service" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "Terms of service" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "Website Privacy Policy" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "Privacy policy" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "Access to this profile has been restricted." + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "Invalid code, please try again." + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "Two-factor authentication" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Error" +msgstr[1] "Errors" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 #, php-format -msgid "Addon %s enabled." -msgstr "Addon %s enabled." +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "Don’t have your phone? Enter a two-factor recovery code" -#: src/Module/Admin/Addons/Details.php:76 -#: src/Module/Admin/Themes/Details.php:60 -msgid "Disable" -msgstr "Disable" +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "Please enter a code from your authentication app" -#: src/Module/Admin/Addons/Details.php:79 -#: src/Module/Admin/Themes/Details.php:63 -msgid "Enable" -msgstr "Enable" +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "Verify code and complete login" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "Remaining recovery codes: %d" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "Two-factor recovery" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "Please enter a recovery code" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "Submit recovery code and complete login" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "Sorry, the system is currently down for maintenance." + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "This page is missing a URL parameter." + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "The post was created" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "Invalid photo with id %s." + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "Item was not found." + +#: src/Module/Admin/Blocklist/Server.php:31 +msgid "Server domain pattern added to blocklist." +msgstr "Server domain pattern added to block-list." + +#: src/Module/Admin/Blocklist/Server.php:47 +msgid "Site blocklist updated." +msgstr "Site block-list updated." + +#: src/Module/Admin/Blocklist/Server.php:64 +#: src/Module/Admin/Blocklist/Server.php:89 +msgid "Blocked server domain pattern" +msgstr "Blocked server domain pattern" + +#: src/Module/Admin/Blocklist/Server.php:65 +#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60 +msgid "Reason for the block" +msgstr "Reason for the block" + +#: src/Module/Admin/Blocklist/Server.php:66 +msgid "Delete server domain pattern" +msgstr "Delete server domain pattern" + +#: src/Module/Admin/Blocklist/Server.php:66 +msgid "Check to delete this entry from the blocklist" +msgstr "Check to delete this entry from the block-list" -#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:61 #: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 #: src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56 -#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 msgid "Administration" msgstr "Administration" -#: src/Module/Admin/Addons/Details.php:101 -#: src/Module/Admin/Themes/Details.php:106 -msgid "Toggle" -msgstr "Toggle" +#: src/Module/Admin/Blocklist/Server.php:74 +msgid "Server Domain Pattern Blocklist" +msgstr "Server domain pattern block-list" -#: src/Module/Admin/Addons/Details.php:109 -#: src/Module/Admin/Themes/Details.php:115 -msgid "Author: " -msgstr "Author: " - -#: src/Module/Admin/Addons/Details.php:110 -#: src/Module/Admin/Themes/Details.php:116 -msgid "Maintainer: " -msgstr "Maintainer: " - -#: src/Module/Admin/Addons/Index.php:36 -#, php-format -msgid "Addon %s failed to install." -msgstr "Addon %s failed to install." - -#: src/Module/Admin/Addons/Index.php:53 -msgid "Reload active addons" -msgstr "Reload active addons" - -#: src/Module/Admin/Addons/Index.php:58 -#, php-format +#: src/Module/Admin/Blocklist/Server.php:75 msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" +"This page can be used to define a blacklist of server domain patterns from " +"the federated network that are not allowed to interact with your node. For " +"each domain pattern you should also provide the reason why you block it." +msgstr "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it." + +#: src/Module/Admin/Blocklist/Server.php:76 +msgid "" +"The list of blocked server domain patterns will be made publically available" +" on the /friendica page so that your users and " +"people investigating communication problems can find the reason easily." +msgstr "The list of blocked server domain patterns will be made publicly available on the /friendica page so that your users and people investigating communication problems can find the reason easily." + +#: src/Module/Admin/Blocklist/Server.php:77 +msgid "" +"

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n" +"
    \n" +"\t
  • *: Any number of characters
  • \n" +"\t
  • ?: Any single character
  • \n" +"\t
  • [<char1><char2>...]: char1 or char2
  • \n" +"
" +msgstr "

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
" + +#: src/Module/Admin/Blocklist/Server.php:83 +msgid "Add new entry to block list" +msgstr "Add new entry to block-list" + +#: src/Module/Admin/Blocklist/Server.php:84 +msgid "Server Domain Pattern" +msgstr "Server Domain Pattern" + +#: src/Module/Admin/Blocklist/Server.php:84 +msgid "" +"The domain pattern of the new server to add to the block list. Do not " +"include the protocol." +msgstr "The domain pattern of the new server to add to the block-list. Do not include the protocol." + +#: src/Module/Admin/Blocklist/Server.php:85 +msgid "Block reason" +msgstr "Block reason" + +#: src/Module/Admin/Blocklist/Server.php:85 +msgid "The reason why you blocked this server domain pattern." +msgstr "The reason why you blocked this server domain pattern." + +#: src/Module/Admin/Blocklist/Server.php:86 +msgid "Add Entry" +msgstr "Add entry" + +#: src/Module/Admin/Blocklist/Server.php:87 +msgid "Save changes to the blocklist" +msgstr "Save changes to the block-list" + +#: src/Module/Admin/Blocklist/Server.php:88 +msgid "Current Entries in the Blocklist" +msgstr "Current entries in the block-list" + +#: src/Module/Admin/Blocklist/Server.php:91 +msgid "Delete entry from blocklist" +msgstr "Delete entry from block-list" + +#: src/Module/Admin/Blocklist/Server.php:94 +msgid "Delete entry from blocklist?" +msgstr "Delete entry from block-list?" #: src/Module/Admin/Blocklist/Contact.php:28 #: src/Console/GlobalCommunityBlock.php:87 @@ -6856,7 +4558,7 @@ msgstr[1] "%s contacts unblocked" #: src/Module/Admin/Blocklist/Contact.php:62 msgid "Remote Contact Blocklist" -msgstr "Remote contact blocklist" +msgstr "Remote contact block-list" #: src/Module/Admin/Blocklist/Contact.php:63 msgid "" @@ -6877,8 +4579,8 @@ msgid "select none" msgstr "select none" #: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:585 src/Module/Contact.php:802 -#: src/Module/Contact.php:1061 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 msgid "Unblock" msgstr "Unblock" @@ -6898,9 +4600,16 @@ msgstr "Block new remote contact" msgid "Photo" msgstr "Photo" +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "Name:" + #: src/Module/Admin/Blocklist/Contact.php:73 msgid "Reason" -msgstr "" +msgstr "Reason" #: src/Module/Admin/Blocklist/Contact.php:81 #, php-format @@ -6909,368 +4618,20 @@ msgid_plural "%s total blocked contacts" msgstr[0] "%s total blocked contact" msgstr[1] "%s blocked contacts" +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "Profile URL:" + #: src/Module/Admin/Blocklist/Contact.php:83 msgid "URL of the remote contact to block." msgstr "URL of the remote contact to block." #: src/Module/Admin/Blocklist/Contact.php:84 msgid "Block Reason" -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:31 -msgid "Server domain pattern added to blocklist." -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:47 -msgid "Site blocklist updated." -msgstr "Site blocklist updated." - -#: src/Module/Admin/Blocklist/Server.php:64 -#: src/Module/Admin/Blocklist/Server.php:89 -msgid "Blocked server domain pattern" -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:65 -#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60 -msgid "Reason for the block" -msgstr "Reason for the block" - -#: src/Module/Admin/Blocklist/Server.php:66 -msgid "Delete server domain pattern" -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:66 -msgid "Check to delete this entry from the blocklist" -msgstr "Check to delete this entry from the blocklist" - -#: src/Module/Admin/Blocklist/Server.php:74 -msgid "Server Domain Pattern Blocklist" -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:75 -msgid "" -"This page can be used to define a blacklist of server domain patterns from " -"the federated network that are not allowed to interact with your node. For " -"each domain pattern you should also provide the reason why you block it." -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:76 -msgid "" -"The list of blocked server domain patterns will be made publically available" -" on the /friendica page so that your users and " -"people investigating communication problems can find the reason easily." -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:77 -msgid "" -"

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n" -"
    \n" -"\t
  • *: Any number of characters
  • \n" -"\t
  • ?: Any single character
  • \n" -"\t
  • [<char1><char2>...]: char1 or char2
  • \n" -"
" -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:83 -msgid "Add new entry to block list" -msgstr "Add new entry to block list" - -#: src/Module/Admin/Blocklist/Server.php:84 -msgid "Server Domain Pattern" -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:84 -msgid "" -"The domain pattern of the new server to add to the block list. Do not " -"include the protocol." -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:85 -msgid "Block reason" msgstr "Block reason" -#: src/Module/Admin/Blocklist/Server.php:85 -msgid "The reason why you blocked this server domain pattern." -msgstr "" - -#: src/Module/Admin/Blocklist/Server.php:86 -msgid "Add Entry" -msgstr "Add entry" - -#: src/Module/Admin/Blocklist/Server.php:87 -msgid "Save changes to the blocklist" -msgstr "Save changes to the blocklist" - -#: src/Module/Admin/Blocklist/Server.php:88 -msgid "Current Entries in the Blocklist" -msgstr "Current entries in the blocklist" - -#: src/Module/Admin/Blocklist/Server.php:91 -msgid "Delete entry from blocklist" -msgstr "Delete entry from blocklist" - -#: src/Module/Admin/Blocklist/Server.php:94 -msgid "Delete entry from blocklist?" -msgstr "Delete entry from blocklist?" - -#: src/Module/Admin/DBSync.php:32 -msgid "Update has been marked successful" -msgstr "Update has been marked successful" - -#: src/Module/Admin/DBSync.php:42 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Database structure update %s was successfully applied." - -#: src/Module/Admin/DBSync.php:46 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "Execution of database structure update %s failed with error: %s" - -#: src/Module/Admin/DBSync.php:63 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Execution of %s failed with error: %s" - -#: src/Module/Admin/DBSync.php:65 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s was successfully applied." - -#: src/Module/Admin/DBSync.php:68 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s did not return a status. Unknown if it succeeded." - -#: src/Module/Admin/DBSync.php:71 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "There was no additional update function %s that needed to be called." - -#: src/Module/Admin/DBSync.php:91 -msgid "No failed updates." -msgstr "No failed updates." - -#: src/Module/Admin/DBSync.php:92 -msgid "Check database structure" -msgstr "Check database structure" - -#: src/Module/Admin/DBSync.php:97 -msgid "Failed Updates" -msgstr "Failed updates" - -#: src/Module/Admin/DBSync.php:98 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "This does not include updates prior to 1139, which did not return a status." - -#: src/Module/Admin/DBSync.php:99 -msgid "Mark success (if update was manually applied)" -msgstr "Mark success (if update was manually applied)" - -#: src/Module/Admin/DBSync.php:100 -msgid "Attempt to execute this update step automatically" -msgstr "Attempt to execute this update step automatically" - -#: src/Module/Admin/Features.php:59 -#, php-format -msgid "Lock feature %s" -msgstr "Lock feature %s" - -#: src/Module/Admin/Features.php:67 -msgid "Manage Additional Features" -msgstr "Manage additional features" - -#: src/Module/Admin/Federation.php:76 -msgid "unknown" -msgstr "unknown" - -#: src/Module/Admin/Federation.php:181 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\"" - -#: src/Module/Admin/Federation.php:182 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." - -#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 -msgid "Federation Statistics" -msgstr "Federation statistics" - -#: src/Module/Admin/Federation.php:194 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Currently, this node is aware of %d nodes with %d registered users from the following platforms:" - -#: src/Module/Admin/Item/Delete.php:35 -msgid "Item marked for deletion." -msgstr "Item marked for deletion." - -#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95 -msgid "Delete Item" -msgstr "Delete item" - -#: src/Module/Admin/Item/Delete.php:48 -msgid "Delete this Item" -msgstr "Delete" - -#: src/Module/Admin/Item/Delete.php:49 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." - -#: src/Module/Admin/Item/Delete.php:50 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." - -#: src/Module/Admin/Item/Delete.php:51 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "The GUID of the item you want to delete." -msgstr "GUID of item to be deleted." - -#: src/Module/Admin/Item/Source.php:47 -msgid "Item Guid" -msgstr "Item Guid" - -#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 -#: src/Module/Admin/Summary.php:90 -#, php-format -msgid "The logfile '%s' is not writable. No logging possible" -msgstr "" - -#: src/Module/Admin/Logs/Settings.php:36 -msgid "Log settings updated." -msgstr "Log settings updated." - -#: src/Module/Admin/Logs/Settings.php:55 -msgid "PHP log currently enabled." -msgstr "PHP log currently enabled." - -#: src/Module/Admin/Logs/Settings.php:57 -msgid "PHP log currently disabled." -msgstr "PHP log currently disabled." - -#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 -#: src/Module/BaseAdminModule.php:98 -msgid "Logs" -msgstr "Logs" - -#: src/Module/Admin/Logs/Settings.php:66 -msgid "Clear" -msgstr "Clear" - -#: src/Module/Admin/Logs/Settings.php:70 -msgid "Enable Debugging" -msgstr "Enable debugging" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "Log file" -msgstr "Log file" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Must be writable by web server and relative to your Friendica top-level directory." - -#: src/Module/Admin/Logs/Settings.php:72 -msgid "Log level" -msgstr "Log level" - -#: src/Module/Admin/Logs/Settings.php:74 -msgid "PHP logging" -msgstr "PHP logging" - -#: src/Module/Admin/Logs/Settings.php:75 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the" -" following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." - -#: src/Module/Admin/Logs/View.php:22 -#, 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 "Error trying to open %1$s log file.\\r\\n
Check to see if file %1$s exist and is readable." - -#: src/Module/Admin/Logs/View.php:26 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
Check to see if file" -" %1$s is readable." -msgstr "Couldn't open %1$s log file.\\r\\n
Check if file %1$s is readable." - -#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99 -msgid "View Logs" -msgstr "View logs" - -#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 -msgid "Theme settings updated." -msgstr "Theme settings updated." - -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 -#, php-format -msgid "Theme %s disabled." -msgstr "Theme %s disabled." - -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 -#, php-format -msgid "Theme %s successfully enabled." -msgstr "Theme %s successfully enabled." - -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 -#, php-format -msgid "Theme %s failed to install." -msgstr "Theme %s failed to install." - -#: src/Module/Admin/Themes/Details.php:97 -msgid "Screenshot" -msgstr "Screenshot" - -#: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83 -msgid "Themes" -msgstr "Theme selection" - -#: src/Module/Admin/Themes/Embed.php:67 -msgid "Unknown theme." -msgstr "Unknown theme." - -#: src/Module/Admin/Themes/Index.php:98 -msgid "Reload active themes" -msgstr "Reload active themes" - -#: src/Module/Admin/Themes/Index.php:103 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "No themes found on the system. They should be placed in %1$s" - -#: src/Module/Admin/Themes/Index.php:104 -msgid "[Experimental]" -msgstr "[Experimental]" - -#: src/Module/Admin/Themes/Index.php:105 -msgid "[Unsupported]" -msgstr "[Unsupported]" - #: src/Module/Admin/Tos.php:30 msgid "The Terms of Service settings have been updated." msgstr "The Terms of Service settings have been updated." @@ -7310,6 +4671,115 @@ msgid "" "of sections should be [h2] and below." msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less." +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "Save settings" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." +msgstr "Addon not found." + +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s disabled." + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s enabled." + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "Disable" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "Enable" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "Toggle" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "Author: " + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "Maintainer: " + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "Addon %s failed to install." + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "Reload active addons" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" + +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "Theme settings updated." + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." +msgstr "Unknown theme." + +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 +#, php-format +msgid "Theme %s disabled." +msgstr "Theme %s disabled." + +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "Theme %s successfully enabled." + +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 +#, php-format +msgid "Theme %s failed to install." +msgstr "Theme %s failed to install." + +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "Screenshot" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "Reload active themes" + +#: src/Module/Admin/Themes/Index.php:103 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "No themes found on the system. They should be placed in %1$s" + +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" +msgstr "[Unsupported]" + #: src/Module/Admin/Users.php:48 #, php-format msgid "" @@ -7390,10 +4860,42 @@ msgstr "User \"%s\" blocked" msgid "User \"%s\" unblocked" msgstr "User \"%s\" unblocked" +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 +msgid "Normal Account Page" +msgstr "Standard" + +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 +msgid "Soapbox Page" +msgstr "Soapbox" + +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 +msgid "Public Forum" +msgstr "Public forum" + +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 +msgid "Automatic Friend Page" +msgstr "Love-all" + #: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "Private Forum" +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 +msgid "Personal Page" +msgstr "Personal Page" + +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 +msgid "Organisation Page" +msgstr "Organization Page" + +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 +msgid "News Page" +msgstr "News Page" + +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 +msgid "Community Forum" +msgstr "Community Forum" + #: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "Relay" @@ -7414,11 +4916,6 @@ msgstr "Last item" msgid "Type" msgstr "Type" -#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295 -#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Users" - #: src/Module/Admin/Users.php:279 msgid "Add User" msgstr "Add user" @@ -7495,42 +4992,6 @@ msgstr "Nickname of the new user." msgid "Email address of the new user." msgstr "Email address of the new user." -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Inspect deferred worker queue" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Inspect worker queue" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Job parameters" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Created" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Priority" - #: src/Module/Admin/Site.php:49 msgid "Can not parse base url. Must have at least ://" msgstr "Can not parse base URL. Must have at least ://" @@ -7543,6 +5004,15 @@ msgstr "Invalid storage backend setting." msgid "Site settings updated." msgstr "Site settings updated." +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "No special theme for mobile devices" + +#: src/Module/Admin/Site.php:450 mod/settings.php:908 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimental)" + #: src/Module/Admin/Site.php:462 msgid "No community page for local users" msgstr "No community page for local users" @@ -7565,7 +5035,7 @@ msgstr "Public postings from local users and the federated network" #: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 #: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 -#: src/Module/Contact.php:525 +#: src/Module/Contact.php:546 msgid "Disabled" msgstr "Disabled" @@ -7575,7 +5045,7 @@ msgstr "Users, Global Contacts" #: src/Module/Admin/Site.php:473 msgid "Users, Global Contacts/fallback" -msgstr "Users, Global Contacts/fallback" +msgstr "Users, global contacts/fallback" #: src/Module/Admin/Site.php:477 msgid "One month" @@ -7609,18 +5079,6 @@ msgstr "Requires approval" msgid "Open" msgstr "Open" -#: src/Module/Admin/Site.php:514 src/Module/Install.php:182 -msgid "No SSL policy, links will track page SSL state" -msgstr "No SSL policy, links will track page SSL state" - -#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Self-signed certificate, use SSL for local links only (discouraged)" - #: src/Module/Admin/Site.php:520 msgid "Don't check" msgstr "Don't check" @@ -7637,15 +5095,11 @@ msgstr "check for development version updates" msgid "Database (legacy)" msgstr "Database (legacy)" -#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Site" - #: src/Module/Admin/Site.php:569 msgid "Republish users to directory" msgstr "Republish users to directory" -#: src/Module/Admin/Site.php:570 src/Module/Register.php:121 +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 msgid "Registration" msgstr "Registration" @@ -7747,14 +5201,6 @@ msgstr "Mobile system theme" msgid "Theme for mobile devices" msgstr "Theme for mobile devices" -#: src/Module/Admin/Site.php:592 src/Module/Install.php:192 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: src/Module/Admin/Site.php:592 src/Module/Install.php:194 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determines whether generated links should be forced to use SSL" - #: src/Module/Admin/Site.php:593 msgid "Force SSL" msgstr "Force SSL" @@ -8488,9 +5934,187 @@ msgstr "If enabled, the tags from the saved searches will used for the \"tags\" #: src/Module/Admin/Site.php:680 msgid "Start Relocation" -msgstr "Start Relocation" +msgstr "Start relocation" -#: src/Module/Admin/Summary.php:30 +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "unknown" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\"" + +#: src/Module/Admin/Federation.php:182 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Currently, this node is aware of %d nodes with %d registered users from the following platforms:" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "Off" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "On" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "Lock feature %s" + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "Manage additional features" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Inspect deferred worker queue" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed." + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "Inspect worker queue" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install." + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Job parameters" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Created" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Priority" + +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "Item marked for deletion." + +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "Delete" + +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "GUID of item to be deleted." + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "Item Guid" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "The logfile '%s' is not writable. No logging is possible" + +#: src/Module/Admin/Logs/Settings.php:36 +msgid "Log settings updated." +msgstr "Log settings updated." + +#: src/Module/Admin/Logs/Settings.php:55 +msgid "PHP log currently enabled." +msgstr "PHP log currently enabled." + +#: src/Module/Admin/Logs/Settings.php:57 +msgid "PHP log currently disabled." +msgstr "PHP log currently disabled." + +#: src/Module/Admin/Logs/Settings.php:66 +msgid "Clear" +msgstr "Clear" + +#: src/Module/Admin/Logs/Settings.php:70 +msgid "Enable Debugging" +msgstr "Enable debugging" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "Log file" +msgstr "Log file" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Must be writable by web server and relative to your Friendica top-level directory." + +#: src/Module/Admin/Logs/Settings.php:72 +msgid "Log level" +msgstr "Log level" + +#: src/Module/Admin/Logs/Settings.php:74 +msgid "PHP logging" +msgstr "PHP logging" + +#: src/Module/Admin/Logs/Settings.php:75 +msgid "" +"To temporarily enable logging of PHP errors and warnings you can prepend the" +" following to the index.php file of your installation. The filename set in " +"the 'error_log' line is relative to the friendica top-level directory and " +"must be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." + +#: src/Module/Admin/Logs/View.php:22 +#, 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 "Error trying to open %1$s log file.\\r\\n
Check to see if file %1$s exist and is readable." + +#: src/Module/Admin/Logs/View.php:26 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
Check to see if file" +" %1$s is readable." +msgstr "Couldn't open %1$s log file.\\r\\n
Check if file %1$s is readable." + +#: src/Module/Admin/Summary.php:32 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " @@ -8501,39 +6125,39 @@ msgid "" " an automatic conversion.
" msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB-only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
" -#: src/Module/Admin/Summary.php:38 +#: src/Module/Admin/Summary.php:40 #, php-format msgid "" "There is a new version of Friendica available for download. Your current " "version is %1$s, upstream version is %2$s" msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" -#: src/Module/Admin/Summary.php:47 +#: src/Module/Admin/Summary.php:49 msgid "" "The database update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear." msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." -#: src/Module/Admin/Summary.php:51 +#: src/Module/Admin/Summary.php:53 msgid "" "The last update failed. Please run \"php bin/console.php dbstructure " "update\" from the command line and have a look at the errors that might " "appear. (Some of the errors are possibly inside the logfile.)" msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear in the console and logfile output." -#: src/Module/Admin/Summary.php:56 +#: src/Module/Admin/Summary.php:58 msgid "The worker was never executed. Please check your database structure!" msgstr "The worker process has never been executed. Please check your database structure!" -#: src/Module/Admin/Summary.php:58 +#: src/Module/Admin/Summary.php:60 #, php-format msgid "" "The last worker execution was on %s UTC. This is older than one hour. Please" " check your crontab settings." msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." -#: src/Module/Admin/Summary.php:63 +#: src/Module/Admin/Summary.php:65 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -8542,7 +6166,7 @@ msgid "" "help with the transition." msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition..htconfig.php. See the Config help page for help with the transition." -#: src/Module/Admin/Summary.php:67 +#: src/Module/Admin/Summary.php:69 #, php-format msgid "" "Friendica's configuration now is stored in config/local.config.php, please " @@ -8551,7 +6175,7 @@ msgid "" "page for help with the transition." msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition." -#: src/Module/Admin/Summary.php:73 +#: src/Module/Admin/Summary.php:75 #, php-format msgid "" "%s is not reachable on your system. This is a severe " @@ -8559,178 +6183,676 @@ msgid "" "href=\"%s\">the installation page for help." msgstr "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help." -#: src/Module/Admin/Summary.php:106 +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "The logfile '%s' is not usable. No logging is possible (error: '%s')" + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "The debug logfile '%s' is not usable. No logging is possible (error: '%s')" + +#: src/Module/Admin/Summary.php:125 #, php-format msgid "" "Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" " system.basepath from your db to avoid differences." msgstr "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences." -#: src/Module/Admin/Summary.php:114 +#: src/Module/Admin/Summary.php:133 #, php-format msgid "" "Friendica's current system.basepath '%s' is wrong and the config file '%s' " "isn't used." msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used." -#: src/Module/Admin/Summary.php:122 +#: src/Module/Admin/Summary.php:141 #, php-format msgid "" "Friendica's current system.basepath '%s' is not equal to the config file " "'%s'. Please fix your configuration." msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration." -#: src/Module/Admin/Summary.php:129 +#: src/Module/Admin/Summary.php:148 msgid "Normal Account" msgstr "Standard account" -#: src/Module/Admin/Summary.php:130 +#: src/Module/Admin/Summary.php:149 msgid "Automatic Follower Account" msgstr "Automatic follower account" -#: src/Module/Admin/Summary.php:131 +#: src/Module/Admin/Summary.php:150 msgid "Public Forum Account" msgstr "Public forum account" -#: src/Module/Admin/Summary.php:132 +#: src/Module/Admin/Summary.php:151 msgid "Automatic Friend Account" msgstr "Automatic friend account" -#: src/Module/Admin/Summary.php:133 +#: src/Module/Admin/Summary.php:152 msgid "Blog Account" msgstr "Blog account" -#: src/Module/Admin/Summary.php:134 +#: src/Module/Admin/Summary.php:153 msgid "Private Forum Account" msgstr "Private forum account" -#: src/Module/Admin/Summary.php:154 +#: src/Module/Admin/Summary.php:173 msgid "Message queues" msgstr "Message queues" -#: src/Module/Admin/Summary.php:160 +#: src/Module/Admin/Summary.php:179 msgid "Server Settings" msgstr "Server Settings" -#: src/Module/Admin/Summary.php:174 +#: src/Module/Admin/Summary.php:193 msgid "Summary" msgstr "Summary" -#: src/Module/Admin/Summary.php:176 +#: src/Module/Admin/Summary.php:195 msgid "Registered users" msgstr "Signed up users" -#: src/Module/Admin/Summary.php:178 +#: src/Module/Admin/Summary.php:197 msgid "Pending registrations" msgstr "Pending registrations" -#: src/Module/Admin/Summary.php:179 +#: src/Module/Admin/Summary.php:198 msgid "Version" msgstr "Version" -#: src/Module/Admin/Summary.php:183 +#: src/Module/Admin/Summary.php:202 msgid "Active addons" msgstr "Active addons" -#: src/Module/AllFriends.php:55 -msgid "No friends to display." -msgstr "No friends to display." +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" +msgstr "Update has been marked successful" -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "Item was not found." +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Database structure update %s was successfully applied." -#: src/Module/BaseAdminModule.php:62 +#: src/Module/Admin/DBSync.php:46 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Execution of database structure update %s failed with error: %s" + +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Execution of %s failed with error: %s" + +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s was successfully applied." + +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s did not return a status. Unknown if it succeeded." + +#: src/Module/Admin/DBSync.php:71 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "There was no additional update function %s that needed to be called." + +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." +msgstr "No failed updates." + +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" +msgstr "Check database structure" + +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" +msgstr "Failed updates" + +#: src/Module/Admin/DBSync.php:98 msgid "" -"Submanaged account can't access the administation pages. Please log back in " -"as the master account." -msgstr "A managed account cannot access the administration pages. Please log in as administrator." +"This does not include updates prior to 1139, which did not return a status." +msgstr "This does not include updates prior to 1139, which did not return a status." -#: src/Module/BaseAdminModule.php:76 -msgid "Overview" -msgstr "Overview" +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" +msgstr "Mark success (if update was manually applied)" -#: src/Module/BaseAdminModule.php:79 -msgid "Configuration" -msgstr "Configuration" +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" +msgstr "Attempt to execute this update step automatically" -#: src/Module/BaseAdminModule.php:87 -msgid "Database" -msgstr "Database" +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." +msgstr "Delegation successfully granted." -#: src/Module/BaseAdminModule.php:88 -msgid "DB updates" -msgstr "DB updates" +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "Parent user not found, unavailable or password doesn't match." -#: src/Module/BaseAdminModule.php:89 -msgid "Inspect Deferred Workers" -msgstr "Inspect deferred workers" +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "Delegation successfully revoked." -#: src/Module/BaseAdminModule.php:90 -msgid "Inspect worker Queue" -msgstr "Inspect worker queue" +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "Delegated administrators can view but not change delegation permissions." -#: src/Module/BaseAdminModule.php:92 -msgid "Tools" -msgstr "Tools" +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "Delegate user not found." -#: src/Module/BaseAdminModule.php:93 -msgid "Contact Blocklist" -msgstr "Contact blocklist" +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "No parent user" -#: src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Server blocklist" +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "Parent Password:" -#: src/Module/BaseAdminModule.php:101 -msgid "Diagnostics" -msgstr "Diagnostics" +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Please enter the password of the parent account to authorize this request." -#: src/Module/BaseAdminModule.php:102 -msgid "PHP Info" -msgstr "PHP info" +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "Parent user" -#: src/Module/BaseAdminModule.php:103 -msgid "probe address" -msgstr "Probe address" +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." -#: src/Module/BaseAdminModule.php:104 -msgid "check webfinger" -msgstr "Check webfinger" +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "Delegate Page Management" -#: src/Module/BaseAdminModule.php:105 -msgid "Item Source" -msgstr "Item source" +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "Delegates" -#: src/Module/BaseAdminModule.php:106 -msgid "Babel" -msgstr "Babel" +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." -#: src/Module/BaseAdminModule.php:115 -msgid "Addon Features" -msgstr "Addon features" +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "Existing page delegates" -#: src/Module/BaseAdminModule.php:116 -msgid "User registrations waiting for confirmation" -msgstr "User registrations awaiting confirmation" +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "Potential delegates" -#: src/Module/BaseSearchModule.php:52 +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "Remove" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "Add" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "No entries." + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "Export account" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "Export all" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported." + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "Export contacts to CSV" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example." + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "Export personal data" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "Please enter your password to access this page." + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "Two-factor authentication successfully activated." + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "Two-factor code verification" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "

Please scan this QR Code with your authenticator app and submit the provided code.

" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "

Or you can open the following URL in your mobile device:

%s

" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "Verify code and enable two-factor authentication" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "App-specific password generation failed: The description is empty." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "App-specific password generation failed: This description already exists." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "New app-specific password generated." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "App-specific passwords successfully revoked." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "App-specific password successfully revoked." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "Two-factor app-specific passwords" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "

App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "Description" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "Last used" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "Revoke" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "Revoke all" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "Generate new app-specific password" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "Friendiqa on my Fairphone 2..." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "Generate" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "Two-factor authentication successfully disabled." + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "Wrong password" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "Authenticator app" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "Configured" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "Not configured" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "

You haven't finished configuring your authenticator app.

" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "

Your authenticator app is correctly configured.

" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "Recovery codes" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "Remaining valid codes" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "

These one-use codes can replace an authenticator app code in case you have lost access to it.

" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "App-specific passwords" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "Generated app-specific passwords." + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "Actions" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "Current password:" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "You need to provide your current password to change two-factor authentication settings." + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "Enable two-factor authentication" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "Disable two-factor authentication" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "Show recovery codes" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "Manage app-specific passwords." + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "Finish app configuration" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "New recovery codes successfully generated." + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "Two-factor recovery codes" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore." + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "Generate new recovery codes" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "Next: Verification" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "Method not allowed." + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 +msgid "Page not found." +msgstr "Page not found" + +#: src/Module/BaseSearchModule.php:54 #, php-format msgid "People Search - %s" msgstr "People search - %s" -#: src/Module/BaseSearchModule.php:62 +#: src/Module/BaseSearchModule.php:64 #, php-format msgid "Forum Search - %s" msgstr "Forum search - %s" -#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 -msgid "You must be logged in to use this module" -msgstr "You must be logged in to use this module" +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "No matches" -#: src/Module/Debug/Feed.php:49 -msgid "Source URL" -msgstr "Source URL" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "No installed applications." + +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Applications" + +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Credits" + +#: src/Module/Credits.php:26 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!" + +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "Logged out." + +#: src/Module/Group.php:42 +msgid "Group created." +msgstr "Group created." + +#: src/Module/Group.php:48 +msgid "Could not create group." +msgstr "Could not create group." + +#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 +msgid "Group not found." +msgstr "Group not found." + +#: src/Module/Group.php:65 +msgid "Group name changed." +msgstr "Group name changed." + +#: src/Module/Group.php:87 +msgid "Unknown group." +msgstr "Unknown group." + +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "Contact not found." + +#: src/Module/Group.php:96 +msgid "Contact is unavailable." +msgstr "Contact is unavailable." + +#: src/Module/Group.php:100 +msgid "Contact is deleted." +msgstr "Contact is deleted." + +#: src/Module/Group.php:106 +msgid "Contact is blocked, unable to add it to a group." +msgstr "Contact is blocked, unable to add it to a group." + +#: src/Module/Group.php:110 +msgid "Unable to add the contact to the group." +msgstr "Unable to add contact to group." + +#: src/Module/Group.php:112 +msgid "Contact successfully added to group." +msgstr "Contact successfully added to group." + +#: src/Module/Group.php:116 +msgid "Unable to remove the contact from the group." +msgstr "Unable to remove contact from group." + +#: src/Module/Group.php:118 +msgid "Contact successfully removed from group." +msgstr "Contact successfully removed from group." + +#: src/Module/Group.php:121 +msgid "Unknown group command." +msgstr "Unknown group command." + +#: src/Module/Group.php:124 +msgid "Bad request." +msgstr "Bad request." + +#: src/Module/Group.php:163 +msgid "Save Group" +msgstr "Save group" + +#: src/Module/Group.php:164 +msgid "Filter" +msgstr "Filter" + +#: src/Module/Group.php:170 +msgid "Create a group of contacts/friends." +msgstr "Create a group of contacts/friends." + +#: src/Module/Group.php:212 +msgid "Group removed." +msgstr "Group removed." + +#: src/Module/Group.php:214 +msgid "Unable to remove group." +msgstr "Unable to remove group." + +#: src/Module/Group.php:265 +msgid "Delete Group" +msgstr "Delete group" + +#: src/Module/Group.php:275 +msgid "Edit Group Name" +msgstr "Edit group name" + +#: src/Module/Group.php:285 +msgid "Members" +msgstr "Members" + +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "Group is empty" + +#: src/Module/Group.php:301 +msgid "Remove contact from group" +msgstr "Remove contact from group" + +#: src/Module/Group.php:321 mod/profperm.php:119 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: src/Module/Group.php:335 +msgid "Add contact to group" +msgstr "Add contact to group" + +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "No given contact." + +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Only logged in users are permitted to use the Probe feature." #: src/Module/Debug/Localtime.php:30 msgid "Time Conversion" @@ -8761,14 +6883,6 @@ msgstr "Converted local time: %s" msgid "Please select your timezone:" msgstr "Please select your time zone:" -#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Only logged in users are permitted to use the Probe feature." - -#: src/Module/Debug/Probe.php:35 -msgid "Lookup address" -msgstr "" - #: src/Module/Debug/Babel.php:32 msgid "Source input" msgstr "Source input" @@ -8851,7 +6965,7 @@ msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" #: src/Module/Debug/Babel.php:153 msgid "HTML::toBBCode => BBCode::toPlaintext" -msgstr "" +msgstr "HTML::toBBCode => BBCode::toPlaintext" #: src/Module/Debug/Babel.php:159 msgid "HTML::toMarkdown" @@ -8863,7 +6977,7 @@ msgstr "HTML::toPlaintext" #: src/Module/Debug/Babel.php:171 msgid "HTML::toPlaintext (compact)" -msgstr "" +msgstr "HTML::toPlaintext (compact)" #: src/Module/Debug/Babel.php:179 msgid "Source text" @@ -8881,885 +6995,29 @@ msgstr "Markdown" msgid "HTML" msgstr "HTML" -#: src/Module/Directory.php:61 -msgid "No entries (some entries may be hidden)." -msgstr "No entries (entries may be hidden)." +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "Access denied." -#: src/Module/Directory.php:80 -msgid "Find on this site" -msgstr "Find on this site" +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 +msgid "You must be logged in to use this module" +msgstr "You must be logged in to use this module" -#: src/Module/Directory.php:82 -msgid "Results for:" -msgstr "Results for:" +#: src/Module/Debug/Feed.php:49 +msgid "Source URL" +msgstr "Source URL" -#: src/Module/Directory.php:84 -msgid "Site Directory" -msgstr "Site directory" +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "Lookup address" -#: src/Module/Filer/SaveTag.php:39 -#, php-format -msgid "Filetag %s saved to item" -msgstr "File-tag %s saved to item" - -#: src/Module/Filer/SaveTag.php:48 -msgid "- select -" -msgstr "- select -" - -#: src/Module/FollowConfirm.php:37 -msgid "No given contact." -msgstr "No given contact." - -#: src/Module/Friendica.php:40 -msgid "Installed addons/apps:" -msgstr "Installed addons/apps:" - -#: src/Module/Friendica.php:45 -msgid "No installed addons/apps" -msgstr "No installed addons/apps" - -#: src/Module/Friendica.php:50 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "Read about the Terms of Service of this node." - -#: src/Module/Friendica.php:57 -msgid "On this server the following remote servers are blocked." -msgstr "On this server the following remote servers are blocked." - -#: src/Module/Friendica.php:75 -#, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." -msgstr "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s." - -#: src/Module/Friendica.php:80 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Please visit Friendi.ca to learn more about the Friendica project." - -#: src/Module/Friendica.php:81 -msgid "Bug reports and issues: please visit" -msgstr "Bug reports and issues: please visit" - -#: src/Module/Friendica.php:81 -msgid "the bugtracker at github" -msgstr "the bugtracker at github" - -#: src/Module/Friendica.php:82 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" - -#: src/Module/Group.php:42 -msgid "Group created." -msgstr "Group created." - -#: src/Module/Group.php:48 -msgid "Could not create group." -msgstr "Could not create group." - -#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 -msgid "Group not found." -msgstr "Group not found." - -#: src/Module/Group.php:65 -msgid "Group name changed." -msgstr "Group name changed." - -#: src/Module/Group.php:87 -msgid "Unknown group." -msgstr "Unknown group." - -#: src/Module/Group.php:96 -msgid "Contact is unavailable." -msgstr "Contact is unavailable." - -#: src/Module/Group.php:100 -msgid "Contact is deleted." -msgstr "Contact is deleted." - -#: src/Module/Group.php:106 -msgid "Contact is blocked, unable to add it to a group." -msgstr "Contact is blocked, unable to add it to a group." - -#: src/Module/Group.php:110 -msgid "Unable to add the contact to the group." -msgstr "Unable to add contact to group." - -#: src/Module/Group.php:112 -msgid "Contact successfully added to group." -msgstr "Contact successfully added to group." - -#: src/Module/Group.php:116 -msgid "Unable to remove the contact from the group." -msgstr "Unable to remove contact from group." - -#: src/Module/Group.php:118 -msgid "Contact successfully removed from group." -msgstr "Contact successfully removed from group." - -#: src/Module/Group.php:121 -msgid "Unknown group command." -msgstr "Unknown group command." - -#: src/Module/Group.php:124 -msgid "Bad request." -msgstr "Bad request." - -#: src/Module/Group.php:163 -msgid "Save Group" -msgstr "Save group" - -#: src/Module/Group.php:164 -msgid "Filter" -msgstr "Filter" - -#: src/Module/Group.php:170 -msgid "Create a group of contacts/friends." -msgstr "Create a group of contacts/friends." - -#: src/Module/Group.php:212 -msgid "Group removed." -msgstr "Group removed." - -#: src/Module/Group.php:214 -msgid "Unable to remove group." -msgstr "Unable to remove group." - -#: src/Module/Group.php:265 -msgid "Delete Group" -msgstr "Delete group" - -#: src/Module/Group.php:275 -msgid "Edit Group Name" -msgstr "Edit group name" - -#: src/Module/Group.php:285 -msgid "Members" -msgstr "Members" - -#: src/Module/Group.php:301 -msgid "Remove contact from group" -msgstr "Remove contact from group" - -#: src/Module/Group.php:335 -msgid "Add contact to group" -msgstr "Add contact to group" - -#: src/Module/Help.php:43 -msgid "Help:" -msgstr "Help:" - -#: src/Module/Home.php:42 +#: src/Module/Home.php:34 #, php-format msgid "Welcome to %s" msgstr "Welcome to %s" -#: src/Module/Invite.php:37 -msgid "Total invitation limit exceeded." -msgstr "Total invitation limit exceeded" - -#: src/Module/Invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Not a valid email address" - -#: src/Module/Invite.php:87 -msgid "Please join us on Friendica" -msgstr "Please join us on Friendica." - -#: src/Module/Invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Invitation limit is exceeded. Please contact your site administrator." - -#: src/Module/Invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Message delivery failed" - -#: src/Module/Invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d message sent." -msgstr[1] "%d messages sent." - -#: src/Module/Invite.php:122 -msgid "You have no more invitations available" -msgstr "You have no more invitations available." - -#: src/Module/Invite.php:129 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks." - -#: src/Module/Invite.php:131 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "To accept this invitation, please sign up at %s or any other public Friendica website." - -#: src/Module/Invite.php:132 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join." - -#: src/Module/Invite.php:136 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members." - -#: src/Module/Invite.php:139 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks." - -#: src/Module/Invite.php:138 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "To accept this invitation, please visit and register at %s." - -#: src/Module/Invite.php:146 -msgid "Send invitations" -msgstr "Send invitations" - -#: src/Module/Invite.php:147 -msgid "Enter email addresses, one per line:" -msgstr "Enter email addresses, one per line:" - -#: src/Module/Invite.php:151 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web." - -#: src/Module/Invite.php:153 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "You will need to supply this invitation code: $invite_code" - -#: src/Module/Invite.php:153 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Once you have signed up, please connect with me via my profile page at:" - -#: src/Module/Invite.php:155 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" - -#: src/Module/Item/Compose.php:30 -msgid "Please enter a post body." -msgstr "" - -#: src/Module/Item/Compose.php:43 -msgid "This feature is only available with the frio theme." -msgstr "" - -#: src/Module/Item/Compose.php:63 -msgid "Compose new personal note" -msgstr "" - -#: src/Module/Item/Compose.php:70 -msgid "Compose new post" -msgstr "" - -#: src/Module/Item/Compose.php:190 -msgid "Clear the location" -msgstr "" - -#: src/Module/Item/Compose.php:191 -msgid "Location services are unavailable on your device" -msgstr "" - -#: src/Module/Item/Compose.php:192 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" -msgstr "" - -#: src/Module/Item/Compose.php:196 -msgid "Public" -msgstr "" - -#: src/Module/Item/Compose.php:197 -msgid "" -"This post will be sent to all your followers and can be seen in the " -"community pages and by anyone with its link." -msgstr "" - -#: src/Module/Item/Compose.php:198 -msgid "Limited/Private" -msgstr "" - -#: src/Module/Item/Compose.php:199 -msgid "" -"This post will be sent only to the people in the first box, to the exception" -" of the people mentioned in the second box. It won't appear anywhere public." -msgstr "" - -#: src/Module/Login.php:286 -msgid "Create a New Account" -msgstr "Create a new account" - -#: src/Module/Login.php:319 -msgid "Password: " -msgstr "Password: " - -#: src/Module/Login.php:320 -msgid "Remember me" -msgstr "Remember me" - -#: src/Module/Login.php:323 -msgid "Or login using OpenID: " -msgstr "Or login with OpenID: " - -#: src/Module/Login.php:329 -msgid "Forgot your password?" -msgstr "Forgot your password?" - -#: src/Module/Login.php:332 -msgid "Website Terms of Service" -msgstr "Website Terms of Service" - -#: src/Module/Login.php:333 -msgid "terms of service" -msgstr "Terms of service" - -#: src/Module/Login.php:335 -msgid "Website Privacy Policy" -msgstr "Website Privacy Policy" - -#: src/Module/Login.php:336 -msgid "privacy policy" -msgstr "Privacy policy" - -#: src/Module/Logout.php:38 -msgid "Logged out." -msgstr "Logged out." - -#: src/Module/Maintenance.php:29 -msgid "System down for maintenance" -msgstr "Sorry, the system is currently down for maintenance." - -#: src/Module/PageNotFound.php:13 -msgid "Page not found." -msgstr "Page not found" - -#: src/Module/Photo.php:87 -#, php-format -msgid "Invalid photo with id %s." -msgstr "Invalid photo with id %s." - -#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 -msgid "User not found." -msgstr "" - -#: src/Module/Profile/Contacts.php:78 -msgid "No contacts." -msgstr "No contacts." - -#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569 -#: src/Module/Contact.php:1008 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visit %s's profile [%s]" - -#: src/Module/Profile/Contacts.php:112 -#, php-format -msgid "Follower (%s)" -msgid_plural "Followers (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:113 -#, php-format -msgid "Following (%s)" -msgid_plural "Following (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:114 -#, php-format -msgid "Mutual friend (%s)" -msgid_plural "Mutual friends (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:116 -#, php-format -msgid "Contact (%s)" -msgid_plural "Contacts (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:125 -msgid "All contacts" -msgstr "" - -#: src/Module/Register.php:83 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking \"Register\"." -msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"." - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items." - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "Your OpenID (optional): " - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "Include your profile in member directory?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "Note for the admin" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Leave a message for the admin. Why do you want to join this node?" - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "Membership on this site is by invitation only." - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "Your invitation code: " - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Your full name: " - -#: src/Module/Register.php:128 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "Your Email Address: (Initial information will be sent there, so this must be an existing address.)" - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "Leave empty for an auto generated password." - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"." - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "Choose a nickname: " - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "Import an existing Friendica profile to this node." - -#: src/Module/Register.php:149 -msgid "Note: This node explicitly contains adult content" -msgstr "Note: This node explicitly contains adult content" - -#: src/Module/Register.php:242 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registration successful. Please check your email for further instructions." - -#: src/Module/Register.php:246 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "Failed to send email message. Here are your account details:
login: %s
password: %s

You can change your password after login." - -#: src/Module/Register.php:253 -msgid "Registration successful." -msgstr "Registration successful." - -#: src/Module/Register.php:258 -msgid "Your registration can not be processed." -msgstr "Your registration cannot be processed." - -#: src/Module/Register.php:304 -msgid "Your registration is pending approval by the site owner." -msgstr "Your registration is pending approval by the site administrator." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:36 -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "Please enter your password to access this page." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:54 -msgid "App-specific password generation failed: The description is empty." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:57 -msgid "" -"App-specific password generation failed: This description already exists." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:61 -msgid "New app-specific password generated." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:67 -msgid "App-specific passwords successfully revoked." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:77 -msgid "App-specific password successfully revoked." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:98 -msgid "Two-factor app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 -msgid "" -"

App-specific passwords are randomly generated passwords used instead your" -" regular password to authenticate your account on third-party applications " -"that don't support two-factor authentication.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:101 -msgid "" -"Make sure to copy your new app-specific password now. You won’t be able to " -"see it again!" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:104 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:105 -msgid "Last Used" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:106 -msgid "Revoke" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 -msgid "Revoke All" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 -msgid "" -"When you generate a new app-specific password, you must use it right away, " -"it will be shown to you once after you generate it." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:111 -msgid "Generate new app-specific password" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:112 -msgid "Friendiqa on my Fairphone 2..." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:113 -msgid "Generate" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:51 -msgid "Two-factor authentication successfully disabled." -msgstr "Two-factor authentication successfully disabled." - -#: src/Module/Settings/TwoFactor/Index.php:92 -msgid "" -"

Use an application on a mobile device to get two-factor authentication " -"codes when prompted on login.

" -msgstr "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

" - -#: src/Module/Settings/TwoFactor/Index.php:96 -msgid "Authenticator app" -msgstr "Authenticator app" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Configured" -msgstr "Configured" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Not Configured" -msgstr "Not configured" - -#: src/Module/Settings/TwoFactor/Index.php:98 -msgid "

You haven't finished configuring your authenticator app.

" -msgstr "

You haven't finished configuring your authenticator app.

" - -#: src/Module/Settings/TwoFactor/Index.php:99 -msgid "

Your authenticator app is correctly configured.

" -msgstr "

Your authenticator app is correctly configured.

" - -#: src/Module/Settings/TwoFactor/Index.php:101 -msgid "Recovery codes" -msgstr "Recovery codes" - -#: src/Module/Settings/TwoFactor/Index.php:102 -msgid "Remaining valid codes" -msgstr "Remaining valid codes" - -#: src/Module/Settings/TwoFactor/Index.php:104 -msgid "" -"

These one-use codes can replace an authenticator app code in case you " -"have lost access to it.

" -msgstr "

These one-use codes can replace an authenticator app code in case you have lost access to it.

" - -#: src/Module/Settings/TwoFactor/Index.php:106 -msgid "App-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:107 -msgid "Generated app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:109 -msgid "" -"

These randomly generated passwords allow you to authenticate on apps not " -"supporting two-factor authentication.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614 -msgid "Actions" -msgstr "Actions" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "Current password:" -msgstr "Current password:" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "" -"You need to provide your current password to change two-factor " -"authentication settings." -msgstr "You need to provide your current password to change two-factor authentication settings." - -#: src/Module/Settings/TwoFactor/Index.php:113 -msgid "Enable two-factor authentication" -msgstr "Enable two-factor authentication" - -#: src/Module/Settings/TwoFactor/Index.php:114 -msgid "Disable two-factor authentication" -msgstr "Disable two-factor authentication" - -#: src/Module/Settings/TwoFactor/Index.php:115 -msgid "Show recovery codes" -msgstr "Show recovery codes" - -#: src/Module/Settings/TwoFactor/Index.php:116 -msgid "Manage app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:117 -msgid "Finish app configuration" -msgstr "Finish app configuration" - -#: src/Module/Settings/TwoFactor/Recovery.php:50 -msgid "New recovery codes successfully generated." -msgstr "New recovery codes successfully generated." - -#: src/Module/Settings/TwoFactor/Recovery.php:76 -msgid "Two-factor recovery codes" -msgstr "Two-factor recovery codes" - -#: src/Module/Settings/TwoFactor/Recovery.php:78 -msgid "" -"

Recovery codes can be used to access your account in the event you lose " -"access to your device and cannot receive two-factor authentication " -"codes.

Put these in a safe spot! If you lose your " -"device and don’t have the recovery codes you will lose access to your " -"account.

" -msgstr "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

" - -#: src/Module/Settings/TwoFactor/Recovery.php:80 -msgid "" -"When you generate new recovery codes, you must copy the new codes. Your old " -"codes won’t work anymore." -msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore." - -#: src/Module/Settings/TwoFactor/Recovery.php:81 -msgid "Generate new recovery codes" -msgstr "Generate new recovery codes" - -#: src/Module/Settings/TwoFactor/Recovery.php:83 -msgid "Next: Verification" -msgstr "Next: Verification" - -#: src/Module/Settings/TwoFactor/Verify.php:63 -msgid "Two-factor authentication successfully activated." -msgstr "Two-factor authentication successfully activated." - -#: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 -msgid "Invalid code, please retry." -msgstr "Invalid code, please try again." - -#: src/Module/Settings/TwoFactor/Verify.php:96 -#, php-format -msgid "" -"

Or you can submit the authentication settings manually:

\n" -"
\n" -"\t
Issuer
\n" -"\t
%s
\n" -"\t
Account Name
\n" -"\t
%s
\n" -"\t
Secret Key
\n" -"\t
%s
\n" -"\t
Type
\n" -"\t
Time-based
\n" -"\t
Number of digits
\n" -"\t
6
\n" -"\t
Hashing algorithm
\n" -"\t
SHA-1
\n" -"
" -msgstr "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
" - -#: src/Module/Settings/TwoFactor/Verify.php:116 -msgid "Two-factor code verification" -msgstr "Two-factor code verification" - -#: src/Module/Settings/TwoFactor/Verify.php:118 -msgid "" -"

Please scan this QR Code with your authenticator app and submit the " -"provided code.

" -msgstr "

Please scan this QR Code with your authenticator app and submit the provided code.

" - -#: src/Module/Settings/TwoFactor/Verify.php:120 -#, php-format -msgid "" -"

Or you can open the following URL in your mobile devicde:

%s

" -msgstr "

Or you can open the following URL in your mobile device:

%s

" - -#: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:67 -msgid "Please enter a code from your authentication app" -msgstr "Please enter a code from your authentication app" - -#: src/Module/Settings/TwoFactor/Verify.php:127 -msgid "Verify code and enable two-factor authentication" -msgstr "Verify code and enable two-factor authentication" - -#: src/Module/Special/HTTPException.php:32 -msgid "Bad Request" -msgstr "Bad request" - -#: src/Module/Special/HTTPException.php:33 -msgid "Unauthorized" -msgstr "Unauthorized" - -#: src/Module/Special/HTTPException.php:34 -msgid "Forbidden" -msgstr "Forbidden" - -#: src/Module/Special/HTTPException.php:35 -msgid "Not Found" -msgstr "Not found" - -#: src/Module/Special/HTTPException.php:36 -msgid "Internal Server Error" -msgstr "Internal Server Error" - -#: src/Module/Special/HTTPException.php:37 -msgid "Service Unavailable" -msgstr "Service Unavailable" - -#: src/Module/Special/HTTPException.php:44 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "The server cannot process the request due to an apparent client error." - -#: src/Module/Special/HTTPException.php:45 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "Authentication is required but has failed or not yet being provided." - -#: src/Module/Special/HTTPException.php:46 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account." - -#: src/Module/Special/HTTPException.php:47 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "The requested resource could not be found but may be available in the future." - -#: src/Module/Special/HTTPException.php:48 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "An unexpected condition was encountered and no more specific message is available." - -#: src/Module/Special/HTTPException.php:49 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later." - -#: src/Module/Special/HTTPException.php:55 -msgid "Go back" -msgstr "Go back" - -#: src/Module/TwoFactor/Recovery.php:41 -#, php-format -msgid "Remaining recovery codes: %d" -msgstr "Remaining recovery codes: %d" - -#: src/Module/TwoFactor/Recovery.php:65 -msgid "Two-factor recovery" -msgstr "Two-factor recovery" - -#: src/Module/TwoFactor/Recovery.php:66 -msgid "" -"

You can enter one of your one-time recovery codes in case you lost access" -" to your mobile device.

" -msgstr "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

" - -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 -#, php-format -msgid "Don’t have your phone? Enter a two-factor recovery code" -msgstr "Don’t have your phone? Enter a two-factor recovery code" - -#: src/Module/TwoFactor/Recovery.php:68 -msgid "Please enter a recovery code" -msgstr "Please enter a recovery code" - -#: src/Module/TwoFactor/Recovery.php:69 -msgid "Submit recovery code and complete login" -msgstr "Submit recovery code and complete login" - -#: src/Module/TwoFactor/Verify.php:63 -msgid "" -"

Open the two-factor authentication app on your device to get an " -"authentication code and verify your identity.

" -msgstr "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

" - -#: src/Module/TwoFactor/Verify.php:68 -msgid "Verify code and complete login" -msgstr "Verify code and complete login" - #: src/Module/Welcome.php:25 msgid "Welcome to Friendica" msgstr "Welcome to Friendica" @@ -9810,6 +7068,10 @@ msgid "" "potential friends know exactly how to find you." msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "Upload profile photo" + #: src/Module/Welcome.php:40 msgid "" "Upload a profile photo if you have not done so already. Studies have shown " @@ -9925,13 +7187,69 @@ msgid "" " features and resources." msgstr "Our help pages may be consulted for detail on other program features and resources." -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "This page is missing a URL parameter." +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "User not found." -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "The post was created" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "No contacts." + +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visit %s's profile [%s]" + +#: src/Module/Profile/Contacts.php:112 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "Follower (%s)" +msgstr[1] "Followers (%s)" + +#: src/Module/Profile/Contacts.php:113 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "Following (%s)" +msgstr[1] "Following (%s)" + +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "Mutual friend (%s)" +msgstr[1] "Mutual friends (%s)" + +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "Contact (%s)" +msgstr[1] "Contacts (%s)" + +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "All contacts" + +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "File-tag %s saved to item" + +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "- select -" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "Invalid contact." + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "No friends to display." #: src/Module/Contact.php:72 #, php-format @@ -9952,659 +7270,838 @@ msgstr "Could not locate selected profile." msgid "Contact updated." msgstr "Contact updated." -#: src/Module/Contact.php:355 -msgid "Contact not found" -msgstr "" +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "Failed to update contact record." -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:376 +msgid "Contact not found" +msgstr "Contact not found" + +#: src/Module/Contact.php:395 msgid "Contact has been blocked" msgstr "Contact has been blocked" -#: src/Module/Contact.php:374 +#: src/Module/Contact.php:395 msgid "Contact has been unblocked" msgstr "Contact has been unblocked" -#: src/Module/Contact.php:384 +#: src/Module/Contact.php:405 msgid "Contact has been ignored" msgstr "Contact has been ignored" -#: src/Module/Contact.php:384 +#: src/Module/Contact.php:405 msgid "Contact has been unignored" msgstr "Contact has been unignored" -#: src/Module/Contact.php:394 +#: src/Module/Contact.php:415 msgid "Contact has been archived" msgstr "Contact has been archived" -#: src/Module/Contact.php:394 +#: src/Module/Contact.php:415 msgid "Contact has been unarchived" msgstr "Contact has been unarchived" -#: src/Module/Contact.php:418 +#: src/Module/Contact.php:439 msgid "Drop contact" msgstr "Drop contact" -#: src/Module/Contact.php:421 src/Module/Contact.php:798 +#: src/Module/Contact.php:442 src/Module/Contact.php:819 msgid "Do you really want to delete this contact?" msgstr "Do you really want to delete this contact?" -#: src/Module/Contact.php:435 +#: src/Module/Contact.php:456 msgid "Contact has been removed." msgstr "Contact has been removed." -#: src/Module/Contact.php:465 +#: src/Module/Contact.php:486 #, php-format msgid "You are mutual friends with %s" msgstr "You are mutual friends with %s" -#: src/Module/Contact.php:470 +#: src/Module/Contact.php:491 #, php-format msgid "You are sharing with %s" msgstr "You are sharing with %s" -#: src/Module/Contact.php:475 +#: src/Module/Contact.php:496 #, php-format msgid "%s is sharing with you" msgstr "%s is sharing with you" -#: src/Module/Contact.php:499 +#: src/Module/Contact.php:520 msgid "Private communications are not available for this contact." msgstr "Private communications are not available for this contact." -#: src/Module/Contact.php:501 +#: src/Module/Contact.php:522 msgid "Never" msgstr "Never" -#: src/Module/Contact.php:504 +#: src/Module/Contact.php:525 msgid "(Update was successful)" msgstr "(Update was successful)" -#: src/Module/Contact.php:504 +#: src/Module/Contact.php:525 msgid "(Update was not successful)" msgstr "(Update was not successful)" -#: src/Module/Contact.php:506 src/Module/Contact.php:1042 +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 msgid "Suggest friends" msgstr "Suggest friends" -#: src/Module/Contact.php:510 +#: src/Module/Contact.php:531 #, php-format msgid "Network type: %s" msgstr "Network type: %s" -#: src/Module/Contact.php:515 +#: src/Module/Contact.php:536 msgid "Communications lost with this contact!" msgstr "Communications lost with this contact!" -#: src/Module/Contact.php:521 +#: src/Module/Contact.php:542 msgid "Fetch further information for feeds" msgstr "Fetch further information for feeds" -#: src/Module/Contact.php:523 +#: src/Module/Contact.php:544 msgid "" "Fetch information like preview pictures, title and teaser from the feed " "item. You can activate this if the feed doesn't contain much text. Keywords " "are taken from the meta header in the feed item and are posted as hash tags." msgstr "Fetch information like preview pictures, title, and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." -#: src/Module/Contact.php:526 +#: src/Module/Contact.php:547 msgid "Fetch information" msgstr "Fetch information" -#: src/Module/Contact.php:527 +#: src/Module/Contact.php:548 msgid "Fetch keywords" msgstr "Fetch keywords" -#: src/Module/Contact.php:528 +#: src/Module/Contact.php:549 msgid "Fetch information and keywords" msgstr "Fetch information and keywords" -#: src/Module/Contact.php:547 +#: src/Module/Contact.php:568 msgid "Profile Visibility" msgstr "Profile visibility" -#: src/Module/Contact.php:548 +#: src/Module/Contact.php:569 msgid "Contact Information / Notes" msgstr "Personal note" -#: src/Module/Contact.php:549 +#: src/Module/Contact.php:570 msgid "Contact Settings" msgstr "Notification and privacy " -#: src/Module/Contact.php:558 +#: src/Module/Contact.php:579 msgid "Contact" msgstr "Contact" -#: src/Module/Contact.php:562 +#: src/Module/Contact.php:583 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." -#: src/Module/Contact.php:564 +#: src/Module/Contact.php:585 msgid "Their personal note" msgstr "Their personal note" -#: src/Module/Contact.php:566 +#: src/Module/Contact.php:587 msgid "Edit contact notes" msgstr "Edit contact notes" -#: src/Module/Contact.php:570 +#: src/Module/Contact.php:591 msgid "Block/Unblock contact" msgstr "Block/Unblock contact" -#: src/Module/Contact.php:571 +#: src/Module/Contact.php:592 msgid "Ignore contact" msgstr "Ignore contact" -#: src/Module/Contact.php:572 +#: src/Module/Contact.php:593 msgid "Repair URL settings" msgstr "Repair URL settings" -#: src/Module/Contact.php:573 +#: src/Module/Contact.php:594 msgid "View conversations" msgstr "View conversations" -#: src/Module/Contact.php:578 +#: src/Module/Contact.php:599 msgid "Last update:" msgstr "Last update:" -#: src/Module/Contact.php:580 +#: src/Module/Contact.php:601 msgid "Update public posts" msgstr "Update public posts" -#: src/Module/Contact.php:582 src/Module/Contact.php:1052 +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 msgid "Update now" msgstr "Update now" -#: src/Module/Contact.php:586 src/Module/Contact.php:803 -#: src/Module/Contact.php:1069 +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 msgid "Unignore" msgstr "Unignore" -#: src/Module/Contact.php:590 +#: src/Module/Contact.php:611 msgid "Currently blocked" msgstr "Currently blocked" -#: src/Module/Contact.php:591 +#: src/Module/Contact.php:612 msgid "Currently ignored" msgstr "Currently ignored" -#: src/Module/Contact.php:592 +#: src/Module/Contact.php:613 msgid "Currently archived" msgstr "Currently archived" -#: src/Module/Contact.php:593 +#: src/Module/Contact.php:614 msgid "Awaiting connection acknowledge" msgstr "Awaiting connection acknowledgement" -#: src/Module/Contact.php:594 +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "Hide this contact from others" + +#: src/Module/Contact.php:615 msgid "" "Replies/likes to your public posts may still be visible" msgstr "Replies/Likes to your public posts may still be visible" -#: src/Module/Contact.php:595 +#: src/Module/Contact.php:616 msgid "Notification for new posts" msgstr "Notification for new posts" -#: src/Module/Contact.php:595 +#: src/Module/Contact.php:616 msgid "Send a notification of every new post of this contact" msgstr "Send notification for every new post from this contact" -#: src/Module/Contact.php:597 +#: src/Module/Contact.php:618 msgid "Blacklisted keywords" msgstr "Blacklisted keywords" -#: src/Module/Contact.php:597 +#: src/Module/Contact.php:618 msgid "" "Comma separated list of keywords that should not be converted to hashtags, " "when \"Fetch information and keywords\" is selected" msgstr "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" -#: src/Module/Contact.php:663 +#: src/Module/Contact.php:684 msgid "Show all contacts" msgstr "Show all contacts" -#: src/Module/Contact.php:668 src/Module/Contact.php:778 +#: src/Module/Contact.php:689 src/Module/Contact.php:799 msgid "Pending" -msgstr "" +msgstr "Pending" -#: src/Module/Contact.php:671 +#: src/Module/Contact.php:692 msgid "Only show pending contacts" -msgstr "" +msgstr "Only show pending contacts." -#: src/Module/Contact.php:676 src/Module/Contact.php:779 +#: src/Module/Contact.php:697 src/Module/Contact.php:800 msgid "Blocked" msgstr "Blocked" -#: src/Module/Contact.php:679 +#: src/Module/Contact.php:700 msgid "Only show blocked contacts" msgstr "Only show blocked contacts" -#: src/Module/Contact.php:684 src/Module/Contact.php:781 +#: src/Module/Contact.php:705 src/Module/Contact.php:802 msgid "Ignored" msgstr "Ignored" -#: src/Module/Contact.php:687 +#: src/Module/Contact.php:708 msgid "Only show ignored contacts" msgstr "Only show ignored contacts" -#: src/Module/Contact.php:692 src/Module/Contact.php:782 +#: src/Module/Contact.php:713 src/Module/Contact.php:803 msgid "Archived" msgstr "Archived" -#: src/Module/Contact.php:695 +#: src/Module/Contact.php:716 msgid "Only show archived contacts" msgstr "Only show archived contacts" -#: src/Module/Contact.php:700 src/Module/Contact.php:780 +#: src/Module/Contact.php:721 src/Module/Contact.php:801 msgid "Hidden" msgstr "Hidden" -#: src/Module/Contact.php:703 +#: src/Module/Contact.php:724 msgid "Only show hidden contacts" msgstr "Only show hidden contacts" -#: src/Module/Contact.php:711 +#: src/Module/Contact.php:732 msgid "Organize your contact groups" msgstr "Organize your contact groups" -#: src/Module/Contact.php:793 +#: src/Module/Contact.php:814 msgid "Search your contacts" msgstr "Search your contacts" -#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "Results for: %s" + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "Update" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 msgid "Archive" msgstr "Archive" -#: src/Module/Contact.php:804 src/Module/Contact.php:1078 +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 msgid "Unarchive" msgstr "Unarchive" -#: src/Module/Contact.php:807 +#: src/Module/Contact.php:828 msgid "Batch Actions" msgstr "Batch actions" -#: src/Module/Contact.php:834 +#: src/Module/Contact.php:855 msgid "Conversations started by this contact" msgstr "Conversations started by this contact" -#: src/Module/Contact.php:839 +#: src/Module/Contact.php:860 msgid "Posts and Comments" msgstr "Posts and Comments" -#: src/Module/Contact.php:862 +#: src/Module/Contact.php:883 msgid "View all contacts" msgstr "View all contacts" -#: src/Module/Contact.php:873 +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "Common friends" + +#: src/Module/Contact.php:894 msgid "View all common friends" msgstr "View all common friends" -#: src/Module/Contact.php:883 +#: src/Module/Contact.php:904 msgid "Advanced Contact Settings" msgstr "Advanced contact settings" -#: src/Module/Contact.php:966 +#: src/Module/Contact.php:987 msgid "Mutual Friendship" msgstr "Mutual friendship" -#: src/Module/Contact.php:971 +#: src/Module/Contact.php:992 msgid "is a fan of yours" msgstr "is a fan of yours" -#: src/Module/Contact.php:976 +#: src/Module/Contact.php:997 msgid "you are a fan of" msgstr "I follow them" -#: src/Module/Contact.php:994 +#: src/Module/Contact.php:1015 msgid "Pending outgoing contact request" -msgstr "" +msgstr "Pending outgoing contact request." -#: src/Module/Contact.php:996 +#: src/Module/Contact.php:1017 msgid "Pending incoming contact request" -msgstr "" +msgstr "Pending incoming contact request." -#: src/Module/Contact.php:1009 +#: src/Module/Contact.php:1030 msgid "Edit contact" msgstr "Edit contact" -#: src/Module/Contact.php:1063 +#: src/Module/Contact.php:1084 msgid "Toggle Blocked status" msgstr "Toggle blocked status" -#: src/Module/Contact.php:1071 +#: src/Module/Contact.php:1092 msgid "Toggle Ignored status" msgstr "Toggle ignored status" -#: src/Module/Contact.php:1080 +#: src/Module/Contact.php:1101 msgid "Toggle Archive status" msgstr "Toggle archive status" -#: src/Module/Contact.php:1088 +#: src/Module/Contact.php:1109 msgid "Delete contact" msgstr "Delete contact" -#: src/Module/Install.php:159 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Setup" +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "Total invitation limit exceeded" -#: src/Module/Install.php:170 -msgid "System check" -msgstr "System check" +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Not a valid email address" -#: src/Module/Install.php:175 -msgid "Check again" -msgstr "Check again" +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Please join us on Friendica." -#: src/Module/Install.php:190 -msgid "Base settings" -msgstr "Base settings" +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Invitation limit is exceeded. Please contact your site administrator." -#: src/Module/Install.php:197 -msgid "Host name" -msgstr "Host name" +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Message delivery failed" -#: src/Module/Install.php:199 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is." +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d message sent." +msgstr[1] "%d messages sent." -#: src/Module/Install.php:202 -msgid "Base path to installation" -msgstr "Base path to installation" +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "You have no more invitations available." -#: src/Module/Install.php:204 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." - -#: src/Module/Install.php:207 -msgid "Sub path of the URL" -msgstr "URL Sub-path " - -#: src/Module/Install.php:209 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path." - -#: src/Module/Install.php:220 -msgid "Database connection" -msgstr "Database connection" - -#: src/Module/Install.php:221 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "In order to install Friendica we need to know how to connect to your database." - -#: src/Module/Install.php:222 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." - -#: src/Module/Install.php:223 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." - -#: src/Module/Install.php:230 -msgid "Database Server Name" -msgstr "Database server name" - -#: src/Module/Install.php:235 -msgid "Database Login Name" -msgstr "Database login name" - -#: src/Module/Install.php:241 -msgid "Database Login Password" -msgstr "Database login password" - -#: src/Module/Install.php:243 -msgid "For security reasons the password must not be empty" -msgstr "For security reasons the password must not be empty" - -#: src/Module/Install.php:246 -msgid "Database Name" -msgstr "Database name" - -#: src/Module/Install.php:250 src/Module/Install.php:279 -msgid "Please select a default timezone for your website" -msgstr "Please select a default time zone for your website" - -#: src/Module/Install.php:264 -msgid "Site settings" -msgstr "Site settings" - -#: src/Module/Install.php:274 -msgid "Site administrator email address" -msgstr "Site administrator email address" - -#: src/Module/Install.php:276 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." - -#: src/Module/Install.php:283 -msgid "System Language:" -msgstr "System language:" - -#: src/Module/Install.php:285 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Set the default language for your Friendica installation interface and email communication." - -#: src/Module/Install.php:297 -msgid "Your Friendica site database has been installed." -msgstr "Your Friendica site database has been installed." - -#: src/Module/Install.php:305 -msgid "Installation finished" -msgstr "Installation finished" - -#: src/Module/Install.php:327 -msgid "

What next

" -msgstr "

What next

" - -#: src/Module/Install.php:328 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." - -#: src/Module/Install.php:331 +#: src/Module/Invite.php:129 #, php-format msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks." -#: src/Object/Post.php:138 -msgid "This entry was edited" -msgstr "This entry was edited" - -#: src/Object/Post.php:158 -msgid "Private Message" -msgstr "Private message" - -#: src/Object/Post.php:200 -msgid "Delete locally" -msgstr "Delete locally" - -#: src/Object/Post.php:203 -msgid "Delete globally" -msgstr "Delete globally" - -#: src/Object/Post.php:203 -msgid "Remove locally" -msgstr "Remove locally" - -#: src/Object/Post.php:217 -msgid "save to folder" -msgstr "Save to folder" - -#: src/Object/Post.php:252 -msgid "I will attend" -msgstr "I will attend" - -#: src/Object/Post.php:252 -msgid "I will not attend" -msgstr "I will not attend" - -#: src/Object/Post.php:252 -msgid "I might attend" -msgstr "I might attend" - -#: src/Object/Post.php:280 -msgid "ignore thread" -msgstr "Ignore thread" - -#: src/Object/Post.php:281 -msgid "unignore thread" -msgstr "Unignore thread" - -#: src/Object/Post.php:282 -msgid "toggle ignore status" -msgstr "Toggle ignore status" - -#: src/Object/Post.php:293 -msgid "add star" -msgstr "Add star" - -#: src/Object/Post.php:294 -msgid "remove star" -msgstr "Remove star" - -#: src/Object/Post.php:295 -msgid "toggle star status" -msgstr "Toggle star status" - -#: src/Object/Post.php:298 -msgid "starred" -msgstr "Starred" - -#: src/Object/Post.php:302 -msgid "add tag" -msgstr "Add tag" - -#: src/Object/Post.php:313 -msgid "like" -msgstr "Like" - -#: src/Object/Post.php:314 -msgid "dislike" -msgstr "Dislike" - -#: src/Object/Post.php:317 -msgid "Share this" -msgstr "Share this" - -#: src/Object/Post.php:317 -msgid "share" -msgstr "Share" - -#: src/Object/Post.php:385 -msgid "to" -msgstr "to" - -#: src/Object/Post.php:386 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:387 -msgid "Wall-to-Wall" -msgstr "Wall-to-wall" - -#: src/Object/Post.php:388 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall:" - -#: src/Object/Post.php:421 +#: src/Module/Invite.php:131 #, php-format -msgid "Reply to %s" -msgstr "Reply to %s" +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "To accept this invitation, please sign up at %s or any other public Friendica website." -#: src/Object/Post.php:437 -msgid "Notifier task is pending" -msgstr "Notifier task is pending" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is pending" -msgstr "Delivery to remote servers is pending" - -#: src/Object/Post.php:439 -msgid "Delivery to remote servers is underway" -msgstr "Delivery to remote servers is underway" - -#: src/Object/Post.php:440 -msgid "Delivery to remote servers is mostly done" -msgstr "Delivery to remote servers is mostly done" - -#: src/Object/Post.php:441 -msgid "Delivery to remote servers is done" -msgstr "Delivery to remote servers is done" - -#: src/Object/Post.php:461 +#: src/Module/Invite.php:132 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comment" -msgstr[1] "%d comments -" +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join." -#: src/Object/Post.php:462 -msgid "Show more" -msgstr "Show more" +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members." -#: src/Object/Post.php:463 -msgid "Show fewer" -msgstr "Show fewer" +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks." -#: src/App/Module.php:205 -msgid "You must be logged in to use addons. " -msgstr "You must be logged in to use addons. " - -#: src/App/Page.php:229 -msgid "Delete this item?" -msgstr "Delete this item?" - -#: src/App/Page.php:277 -msgid "toggle mobile" -msgstr "Toggle mobile" - -#: src/LegacyModule.php:30 +#: src/Module/Invite.php:138 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Legacy module file not found: %s" +msgid "To accept this invitation, please visit and register at %s." +msgstr "To accept this invitation, please visit and register at %s." -#: src/BaseModule.php:135 +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "Send invitations" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "Enter email addresses, one per line:" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "Your message:" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web." + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "You will need to supply this invitation code: $invite_code" + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Once you have signed up, please connect with me via my profile page at:" + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "everybody" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "Account" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "Display" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "Social networks" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "Delegations" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "Connected apps" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "Remove account" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "Please enter a post body." + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "This feature is only available with the Frio theme." + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "Compose new personal note" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "Compose new post" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "Visibility" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "Clear location" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "Location services are unavailable on your device" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "Location services are disabled. Please check the website's permissions on your device" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "Installed addons/apps:" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "No installed addons/apps" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Read about the Terms of Service of this node." + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "On this server the following remote servers are blocked." + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s." + +#: src/Module/Friendica.php:80 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Please visit Friendi.ca to learn more about the Friendica project." + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "Bug reports and issues: please visit" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "the bugtracker at github" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"." + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items." + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "Your OpenID (optional): " + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "Include your profile in member directory?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "No" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "Note for the admin" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Leave a message for the admin. Why do you want to join this node?" + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "Membership on this site is by invitation only." + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "Your invitation code: " + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Your full name: " + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Your Email Address: (Initial information will be sent there, so this must be an existing address.)" + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "New password:" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "Leave empty for an auto generated password." + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "Confirm new password:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"." + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "Choose a nickname: " + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "Import profile" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "Import an existing Friendica profile to this node." + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "Note: This node explicitly contains adult content" + +#: src/Module/Register.php:238 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registration successful. Please check your email for further instructions." + +#: src/Module/Register.php:242 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "Failed to send email message. Here are your account details:
login: %s
password: %s

You can change your password after login." + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "Registration successful." + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "Your registration cannot be processed." + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "You have to leave a request note for the admin." + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "You have entered too much information." + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "Your registration is pending approval by the site administrator." + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "Search term successfully saved." + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "Search term already saved." + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "Search term successfully removed." + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "Only logged in users are permitted to perform a search." + +#: src/Module/Search/Index.php:57 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Only one search per minute is permitted for not-logged-in users." + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "No results." + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items tagged with: %s" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "You must be logged in to use this module." + +#: src/BaseModule.php:133 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." -#: src/Console/ArchiveContact.php:86 +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "Delete this item?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "Toggle mobile" + +#: src/App/Router.php:184 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Could not find any unarchived contact entry for this URL (%s)" +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "Method not allowed for this module. Allowed method(s): %s" -#: src/Console/ArchiveContact.php:89 -msgid "The contact entries have been archived" -msgstr "The contact entries have been archived" +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "You must be logged in to use addons. " -#: src/Console/NewPassword.php:93 -msgid "Enter new password: " -msgstr "Enter new password: " +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "Age: " + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DD or MM-DD" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "never" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "less than a second ago" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "year" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "years" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "months" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "weeks" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "days" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "hour" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "hours" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "minute" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "minutes" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "second" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "seconds" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "in %1$d %2$s" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s ago" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "(no subject)" #: src/Console/PostUpdate.php:73 #, php-format @@ -10627,16 +8124,2677 @@ msgstr "Execute pending post updates." msgid "All pending post updates are done." msgstr "All pending post updates are done." -#: src/App.php:485 -msgid "No system theme config value set." -msgstr "No system theme configuration value set." +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Enter new password: " -#: update.php:218 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "%s: Updating author-id and owner-id in item and thread table. " +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "Password update failed. Please try again." -#: update.php:273 +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "Password changed." + +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s: Updating post-type." -msgstr "%s: Updating post-type." +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Could not find any unarchived contact entry for this URL (%s)" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "The contact entries have been archived" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "No valid account found." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Password reset request issued. Please check your email." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "Password reset requested at %s" + +#: mod/lostpass.php:90 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." + +#: mod/lostpass.php:103 +msgid "Request has expired, please make a new one." +msgstr "Request has expired, please make a new one." + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "Reset My Password" + +#: mod/lostpass.php:119 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." + +#: mod/lostpass.php:121 +msgid "Reset" +msgstr "Reset" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Your password has been reset as requested." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Your new password is" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Save or copy your new password - and then" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "click here to login" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Your password may be changed from the Settings page after successful login." + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t" + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Your password has been changed at %s" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Embedded content - reload page to view]" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "User imports on closed servers can only be done by an administrator." + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "Move Existing Friendica Account" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "You can import an existing Friendica profile to this node." + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here." + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora." + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "Account file:" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "Community option not available." + +#: mod/community.php:85 +msgid "Not available." +msgstr "Not available." + +#: mod/community.php:95 +msgid "Local Community" +msgstr "Local community" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "Posts from local users on this server" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "Global community" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "Posts from users of the whole federated network" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "Suggested contact not found." + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "Friend suggestion sent" + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "Suggest friends" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggest a friend for %s" + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "No contacts in common." + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0} wants to be your friend" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0} requested registration" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "Remote privacy information not available." + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "Visible to:" + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "View" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "Create new event" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "Previous" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "List" + +#: mod/events.php:514 +msgid "Event details" +msgstr "Event details" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "Event starts:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "Required" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "Adjust for viewer's time zone" + +#: mod/events.php:544 +msgid "Description:" +msgstr "Description:" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "Title:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "Share this event" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "Permissions" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "Event removed" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Authorize application connection" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Return to your app and insert this security code:" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s welcomes %2$s" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "This calendar format is not supported" + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "No exportable data found" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "calendar" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "The requested item doesn't exist or has been deleted." + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "The feed for this item is unavailable." + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "This introduction has already been accepted." + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profile location is not valid or does not contain profile information." + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Warning: profile location has no identifiable owner name." + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "Warning: profile location has no profile photo." + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d required parameter was not found at the given location" +msgstr[1] "%d required parameters were not found at the given location" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "Introduction complete." + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "Unrecoverable protocol error." + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "Profile unavailable." + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s has received too many connection requests today." + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "Spam protection measures have been invoked." + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Friends are advised to please try again in 24 hours." + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "Invalid locator" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "You have already introduced yourself here." + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Apparently you are already friends with %s." + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "Invalid profile URL." + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "Your introduction has been sent." + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "Please login to confirm introduction." + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Incorrect identity currently logged in. Please login to this profile." + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:526 +msgid "Confirm" +msgstr "Confirm" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "Hide this contact" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "Welcome home %s." + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Please confirm your introduction/connection request to %s." + +#: mod/dfrn_request.php:634 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" + +#: mod/dfrn_request.php:636 +#, 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 "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today." + +#: mod/dfrn_request.php:639 +msgid "Friend/Connection Request" +msgstr "Friend/Connection request" + +#: mod/dfrn_request.php:640 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" + +#: mod/dfrn_request.php:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "Please answer the following:" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "Does %s know you?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "Add a personal note:" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "diaspora* (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:648 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - please do not use this form. Instead, enter %s into your diaspora* search bar." + +#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "Submit request" + +#: mod/crepair.php:79 +msgid "Contact settings applied." +msgstr "Contact settings applied." + +#: mod/crepair.php:81 +msgid "Contact update failed." +msgstr "Contact update failed." + +#: mod/crepair.php:115 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "Warning: These are highly advanced settings. If you enter incorrect information, your communications with this contact might be disrupted." + +#: mod/crepair.php:116 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Please use your browser 'Back' button now if you are uncertain what to do on this page." + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "No mirroring" +msgstr "No mirroring" + +#: mod/crepair.php:130 +msgid "Mirror as forwarded posting" +msgstr "Mirror as forwarded posting" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "Mirror as my own posting" +msgstr "Mirror as my own posting" + +#: mod/crepair.php:145 +msgid "Return to contact editor" +msgstr "Return to contact editor" + +#: mod/crepair.php:147 +msgid "Refetch contact data" +msgstr "Re-fetch contact data." + +#: mod/crepair.php:150 +msgid "Remote Self" +msgstr "Remote self" + +#: mod/crepair.php:153 +msgid "Mirror postings from this contact" +msgstr "Mirror postings from this contact:" + +#: mod/crepair.php:155 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "This will cause Friendica to repost new entries from this contact." + +#: mod/crepair.php:160 +msgid "Account Nickname" +msgstr "Account nickname:" + +#: mod/crepair.php:161 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tag name - overrides name/nickname:" + +#: mod/crepair.php:162 +msgid "Account URL" +msgstr "Account URL:" + +#: mod/crepair.php:163 +msgid "Account URL Alias" +msgstr "Account URL alias" + +#: mod/crepair.php:164 +msgid "Friend Request URL" +msgstr "Friend request URL:" + +#: mod/crepair.php:165 +msgid "Friend Confirm URL" +msgstr "Friend confirm URL:" + +#: mod/crepair.php:166 +msgid "Notification Endpoint URL" +msgstr "Notification endpoint URL" + +#: mod/crepair.php:167 +msgid "Poll/Feed URL" +msgstr "Poll/Feed URL:" + +#: mod/crepair.php:168 +msgid "New photo from this URL" +msgstr "New photo from this URL:" + +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol error. No ID returned." + +#: mod/openid.php:71 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "Account not found. Please login to your existing account to add the OpenID to it." + +#: mod/openid.php:73 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "Account not found. Please register a new account or login to your existing account to add the OpenID." + +#: mod/notifications.php:39 +msgid "Invalid request identifier." +msgstr "Invalid request identifier." + +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "Discard" + +#: mod/notifications.php:119 +msgid "Network Notifications" +msgstr "Network notifications" + +#: mod/notifications.php:124 +msgid "System Notifications" +msgstr "System notifications" + +#: mod/notifications.php:129 +msgid "Personal Notifications" +msgstr "Personal notifications" + +#: mod/notifications.php:134 +msgid "Home Notifications" +msgstr "Home notifications" + +#: mod/notifications.php:157 +msgid "Show unread" +msgstr "Show unread" + +#: mod/notifications.php:157 +msgid "Show all" +msgstr "Show all" + +#: mod/notifications.php:168 +msgid "Show Ignored Requests" +msgstr "Show ignored requests." + +#: mod/notifications.php:168 +msgid "Hide Ignored Requests" +msgstr "Hide ignored requests" + +#: mod/notifications.php:181 mod/notifications.php:266 +msgid "Notification type:" +msgstr "Notification type:" + +#: mod/notifications.php:184 +msgid "Suggested by:" +msgstr "Suggested by:" + +#: mod/notifications.php:218 +msgid "Claims to be known to you: " +msgstr "Says they know me:" + +#: mod/notifications.php:219 +msgid "yes" +msgstr "yes" + +#: mod/notifications.php:219 +msgid "no" +msgstr "no" + +#: mod/notifications.php:220 mod/notifications.php:224 +msgid "Shall your connection be bidirectional or not?" +msgstr "Shall your connection be in both directions or not?" + +#: mod/notifications.php:221 mod/notifications.php:225 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed." + +#: mod/notifications.php:222 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed." + +#: mod/notifications.php:226 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed." + +#: mod/notifications.php:237 +msgid "Friend" +msgstr "Friend" + +#: mod/notifications.php:238 +msgid "Sharer" +msgstr "Sharer" + +#: mod/notifications.php:238 +msgid "Subscriber" +msgstr "Subscriber" + +#: mod/notifications.php:303 +msgid "No introductions." +msgstr "No introductions." + +#: mod/notifications.php:337 +#, php-format +msgid "No more %s notifications." +msgstr "No more %s notifications." + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "No recipient selected." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Message could not be sent." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Message collection failure." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Message sent." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "No recipient." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Please enter a link URL:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Send private message" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "To:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Subject:" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Insert web link" + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Subscribing to OStatus contacts" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "No contact provided." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Done" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "success" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "failed" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Keep this window open until done." + +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "Contact could not be added." + +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "You already added this contact." + +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "diaspora* support isn't enabled. Contact can't be added." + +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus support is disabled. Contact can't be added." + +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "The network type couldn't be detected. Contact can't be added." + +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "Upload" + +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "Files" + +#: mod/network.php:525 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages." +msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non-public messages." + +#: mod/network.php:528 +msgid "Messages in this group won't be send to these receivers." +msgstr "Messages in this group won't be sent to these receivers." + +#: mod/network.php:595 +msgid "No such group" +msgstr "No such group" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "Group: %s" + +#: mod/network.php:646 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Private messages to this person are at risk of public disclosure." + +#: mod/network.php:928 +msgid "Latest Activity" +msgstr "Latest activity" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "Sort by latest activity" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "Latest posts" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "Sort by post received date" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "Personal" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "Posts mentioning or involving me" + +#: mod/network.php:956 +msgid "New" +msgstr "New" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "Activity Stream - by date" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "Shared links" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "Interesting links" + +#: mod/network.php:977 +msgid "Starred" +msgstr "Starred" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "My favorite posts" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "You aren't following this contact." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Contact unfollowed" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "Image uploaded but image cropping failed." + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Image size reduction [%s] failed." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." + +#: mod/profile_photo.php:133 +msgid "Unable to process image" +msgstr "Unable to process image" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "Upload File:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "Select a profile:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "or" + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "skip this step" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "select a photo from your photo albums" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "Crop Image" + +#: mod/profile_photo.php:265 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Please adjust the image cropping for optimum viewing." + +#: mod/profile_photo.php:267 +msgid "Done Editing" +msgstr "Done editing" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "Image uploaded successfully." + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "Poke/Prod" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "Poke, prod or do other things to somebody" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "Recipient:" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "Choose what you wish to do:" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "Make this post private" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "Recent photos" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "Upload new photos" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "Contact information unavailable" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "Album not found." + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "Album successfully deleted" + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "Album was empty." + +#: mod/photos.php:578 +msgid "a photo" +msgstr "a photo" + +#: mod/photos.php:578 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s was tagged in %2$s by %3$s" + +#: mod/photos.php:680 +msgid "Image upload didn't complete, please try again" +msgstr "Image upload didn't complete. Please try again." + +#: mod/photos.php:683 +msgid "Image file is missing" +msgstr "Image file is missing" + +#: mod/photos.php:688 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Server can't accept new file uploads at this time. Please contact your administrator." + +#: mod/photos.php:714 +msgid "Image file is empty." +msgstr "Image file is empty." + +#: mod/photos.php:846 +msgid "No photos selected" +msgstr "No photos selected" + +#: mod/photos.php:912 mod/videos.php:168 +msgid "Access to this item is restricted." +msgstr "Access to this item is restricted." + +#: mod/photos.php:966 +msgid "Upload Photos" +msgstr "Upload photos" + +#: mod/photos.php:970 mod/photos.php:1062 +msgid "New album name: " +msgstr "New album name: " + +#: mod/photos.php:971 +msgid "or select existing album:" +msgstr "or select existing album:" + +#: mod/photos.php:972 +msgid "Do not show a status post for this upload" +msgstr "Do not show a status post for this upload" + +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 +msgid "Show to Groups" +msgstr "Show to groups" + +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 +msgid "Show to Contacts" +msgstr "Show to contacts" + +#: mod/photos.php:1044 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Do you really want to delete this photo album and all its photos?" + +#: mod/photos.php:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "Delete album" + +#: mod/photos.php:1073 +msgid "Edit Album" +msgstr "Edit album" + +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "Drop album" + +#: mod/photos.php:1079 +msgid "Show Newest First" +msgstr "Show newest first" + +#: mod/photos.php:1081 +msgid "Show Oldest First" +msgstr "Show oldest first" + +#: mod/photos.php:1102 mod/photos.php:1594 +msgid "View Photo" +msgstr "View photo" + +#: mod/photos.php:1139 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permission denied. Access to this item may be restricted." + +#: mod/photos.php:1141 +msgid "Photo not available" +msgstr "Photo not available" + +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "Do you really want to delete this photo?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "Delete photo" + +#: mod/photos.php:1244 +msgid "View photo" +msgstr "View photo" + +#: mod/photos.php:1246 +msgid "Edit photo" +msgstr "Edit photo" + +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "Delete photo" + +#: mod/photos.php:1248 +msgid "Use as profile photo" +msgstr "Use as profile photo" + +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "Private photo" + +#: mod/photos.php:1261 +msgid "View Full Size" +msgstr "View full size" + +#: mod/photos.php:1321 +msgid "Tags: " +msgstr "Tags: " + +#: mod/photos.php:1324 +msgid "[Select tags to remove]" +msgstr "[Select tags to remove]" + +#: mod/photos.php:1339 +msgid "New album name" +msgstr "New album name" + +#: mod/photos.php:1340 +msgid "Caption" +msgstr "Caption" + +#: mod/photos.php:1341 +msgid "Add a Tag" +msgstr "Add Tag" + +#: mod/photos.php:1341 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Example: @bob, @jojo@example.com, #California, #camping" + +#: mod/photos.php:1342 +msgid "Do not rotate" +msgstr "Do not rotate" + +#: mod/photos.php:1343 +msgid "Rotate CW (right)" +msgstr "Rotate right (CW)" + +#: mod/photos.php:1344 +msgid "Rotate CCW (left)" +msgstr "Rotate left (CCW)" + +#: mod/photos.php:1529 +msgid "Map" +msgstr "Map" + +#: mod/photos.php:1600 mod/videos.php:245 +msgid "View Album" +msgstr "View album" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "Profile not found." + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Profile deleted." + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profile-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "New profile created." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Profile unavailable to clone." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profile name is required." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Marital status" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romantic partner" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Religion" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Political views" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Gender" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Sexual preference" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Homepage" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Interests" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Address" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Location" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profile updated." + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Hide contacts and friends:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Hide your contact/friend list from viewers of this profile?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Show more profile fields:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Profile actions" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Edit Profile Details" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Change profile photo" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "View this profile" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "View all profiles" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Create a new profile using these settings" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Clone this profile" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Delete this profile" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Basic information" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Profile picture" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Preferences" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Status information" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Additional information" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Relation" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Gender:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Marital status:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Example: fishing photography software" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Profile name:" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "This is your public profile.
It may be visible to anybody using the internet." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "My full name:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Title/Description:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Street address:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Locality/City:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Region/State:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Country:" + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Who: (if applicable)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Since when:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "About myself:" + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) address:" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "The XMPP address will be propagated to your contacts so that they can follow you." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Homepage URL:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Religious views:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Public keywords:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "Used for suggesting potential friends, can be seen by others." + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Private keywords:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "Used for searching profiles, never shown to others." + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "Music:" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Books, literature, poetry:" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Television:" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Film, dance, culture, entertainment" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interests:" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Love/Romance:" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Work/Employment:" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "School/Education:" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Contact information and other social networks:" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Edit/Manage Profiles" + +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Invalid request." + +#: mod/wall_attach.php:90 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" + +#: mod/wall_attach.php:90 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: mod/wall_attach.php:101 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: mod/wall_attach.php:116 +msgid "File upload failed." +msgstr "File upload failed." + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "Unable to locate original post." + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:804 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "This message was sent to you by %s, a member of the Friendica social network." + +#: mod/item.php:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "You may visit them online at %s" + +#: mod/item.php:807 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." + +#: mod/item.php:811 +#, php-format +msgid "%s posted an update." +msgstr "%s posted an update." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Post successful." + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Account approved." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registration revoked for %s" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Please login." + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "No keywords to match. Please add keywords to your default profile." + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "Profile Match" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "Missing some important data!" + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Failed to connect with email account using the settings provided." + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "Email settings updated." + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Features updated" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "The theme you chose isn't available." + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "Contact CSV file upload error" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "Importing contacts done" + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "Relocate message has been sent to your contacts" + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "Passwords do not match." + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "Password unchanged." + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr " Please use a shorter name." + +#: mod/settings.php:534 +msgid " Name too short." +msgstr " Name too short." + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "Invalid email." + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "Cannot change to that email." + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Private forum has no privacy permissions. Using default privacy group." + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Private forum has no privacy permissions and no default privacy group." + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "Settings updated." + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "Add application" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "Consumer key" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "Consumer secret" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "Redirect" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "Icon URL" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "You cannot edit this application." + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "Connected Apps" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "Client key starts with" + +#: mod/settings.php:733 +msgid "No name" +msgstr "No name" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "Remove authorization" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "No addon settings configured" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "Addon Settings" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "Additional Features" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "enabled" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "disabled" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Built-in support for %s connectivity is %s" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "Email access is disabled on this site." + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "None" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "General Social Media Settings" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Accept only top-level posts by contacts you follow" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Disable content warning" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Disable intelligent shortening" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "Attach the link title" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content." + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "Default group for OStatus contacts" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "Your legacy GNU Social account" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "Repair OStatus subscriptions" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "Email/Mailbox setup" + +#: mod/settings.php:863 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." + +#: mod/settings.php:864 +msgid "Last successful email check:" +msgstr "Last successful email check:" + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "IMAP server name:" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "Security:" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "Email login name:" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "Email password:" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "Reply-to address:" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "Send public posts to all email contacts:" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "Action after import:" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "Move to folder" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "Move to folder:" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Unsupported)" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "Display Settings" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "Display theme:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "Mobile theme:" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "Suppress warning of insecure networks" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Suppresses warnings if groups contain members whose networks cannot receive non-public postings." + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "Update browser every so many seconds:" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 seconds; to disable -1." + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "Number of items displayed per page:" + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "Maximum of 100 items" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Number of items displayed per page on mobile devices:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "Don't show emoticons" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "Calendar" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "Week begins: " + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "Don't show notices" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "Infinite scroll" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatically updates only top of the network page" + +#: mod/settings.php:969 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." + +#: mod/settings.php:970 +msgid "Bandwidth Saver Mode" +msgstr "Bandwidth saver mode" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "Disable smart threading" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "Disable the automatic suppression of extraneous thread indentation." + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "Themes" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "Theme customization" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "Content/Layout" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Unable to find your profile. Please contact your admin." + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "Account types:" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "Personal Page subtypes" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "Community forum subtypes" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "Account for a personal profile." + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account for an organization that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "Account for community discussions." + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "Automatically approves all contact requests." + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "Private forum [Experimental]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "Requires manual approval of contact requests." + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optional) Allow this OpenID to login to this account." + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "Publish default profile in local site directory?" + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." + +#: mod/settings.php:1096 +msgid "Publish your default profile in the global social directory?" +msgstr "Publish default profile in global directory?" + +#: mod/settings.php:1096 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." + +#: mod/settings.php:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting." + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Hide my contact list from others?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create" + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Hide your profile details from anonymous viewers?" + +#: mod/settings.php:1107 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Your public posts and " +"replies will still be accessible by other means." +msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means." + +#: mod/settings.php:1111 +msgid "Allow friends to post to your profile page?" +msgstr "Allow friends to post to my wall?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "Allow friends to tag my post?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Allow us to suggest you as a potential friend to new members?" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "If you like, Friendica may suggest new members to add you as a contact." + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "Allow unknown people to send me private messages?" + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "Profile is not published." + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "My identity address: '%s' or '%s'" + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "Automatically expire posts after this many days:" + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Posts will not expire if empty; expired posts will be deleted" + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "Advanced expiration settings" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "Advanced expiration" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "Expire posts:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "Expire personal notes:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "Expire starred posts:" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "Expire photos:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "Only expire posts by others:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "Account Settings" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "Password change" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)." + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "Leave password fields blank unless changing" + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "Current password:" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "Current password to confirm change" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "Password:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "Delete OpenID URL" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "Basic information" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "Email address:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "Time zone:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "Language:" + +#: mod/settings.php:1198 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Set the language of your Friendica interface and emails sent to you." + +#: mod/settings.php:1199 +msgid "Default Post Location:" +msgstr "Posting location:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "Use browser location:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "Security and privacy" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum friend requests per day:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "May prevent spam and abusive registrations" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "Default post permissions" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "(reveal/hide)" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "Default private post" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "Default public post" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "Default permissions for new posts" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum private messages per day from unknown people:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "Notification" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "Send notification email when:" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "Receiving an introduction" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "My introductions are confirmed" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "Someone writes on my wall" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "A follow up comment is posted" + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "receiving a private message" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "Receiving a friend suggestion" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "Tagged in a post" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "Poked in a post" + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "Activate desktop notifications" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "Show desktop pop-up on new notifications" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "Text-only notification emails" + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "Receive text only emails without HTML " + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "Show detailled notifications" + +#: mod/settings.php:1256 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." + +#: mod/settings.php:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "Advanced account types" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "Change behavior of this account for special situations" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "Import contacts" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account." + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "Upload file" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "Recent relocation" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "Resend relocation message to contacts" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "Contact suggestion successfully ignored." + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "No suggestions available. If this is a new site, please try again in 24 hours." + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "Do you really want to delete this suggestion?" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "Ignore/Hide" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved." + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "Response from remote site was not understood." + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "Unexpected response from remote site: " + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "Confirmation completed successfully." + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "Temporary failure. Please wait and try again." + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "Introduction failed or was revoked." + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "Remote site reported: " + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "No user record found for '%s' " + +#: mod/dfrn_confirm.php:385 +msgid "Our site encryption key is apparently messed up." +msgstr "Our site encryption key is apparently messed up." + +#: mod/dfrn_confirm.php:396 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "An empty URL was provided, or the URL could not be decrypted by us." + +#: mod/dfrn_confirm.php:412 +msgid "Contact record was not found for you on our site." +msgstr "Contact record was not found for you on our site." + +#: mod/dfrn_confirm.php:426 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Site public key not available in contact record for URL %s." + +#: mod/dfrn_confirm.php:442 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again." + +#: mod/dfrn_confirm.php:453 +msgid "Unable to set your contact credentials on our system." +msgstr "Unable to set your contact credentials on our system." + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "Unable to update your contact profile details on our system" + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "User deleted their account" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "The user id is %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "Wall photos" + +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "Item not found" + +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "Edit post" + +#: mod/editpost.php:78 +msgid "web link" +msgstr "web link" + +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "Insert video link" + +#: mod/editpost.php:80 +msgid "video link" +msgstr "video link" + +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "Insert audio link" + +#: mod/editpost.php:82 +msgid "audio link" +msgstr "audio link" + +#: mod/subthread.php:107 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s is following %2$s's %3$s" + +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "Unable to locate contact information." + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "Do you really want to delete this message?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "Conversation not found." + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "Message deleted." + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "Conversation removed." + +#: mod/message.php:289 +msgid "No messages." +msgstr "No messages." + +#: mod/message.php:352 +msgid "Message not available." +msgstr "Message not available." + +#: mod/message.php:406 +msgid "Delete message" +msgstr "Delete message" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "Delete conversation" + +#: mod/message.php:425 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "No secure communications available. You may be able to respond from the sender's profile page." + +#: mod/message.php:429 +msgid "Send Reply" +msgstr "Send reply" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "Unknown sender - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "Me and %s" + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%s and me" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d message" +msgstr[1] "%d messages" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Resubscribing to OStatus contacts" + +#: mod/hcard.php:21 +msgid "No profile" +msgstr "No profile" + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Permission denied" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Invalid profile identifier." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Profile Visibility Editor" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Visible to" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "All contacts with secure profile access" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Tag(s) removed" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: mod/videos.php:120 +msgid "No videos selected" +msgstr "No videos selected" + +#: mod/videos.php:253 +msgid "Recent Videos" +msgstr "Recent videos" + +#: mod/videos.php:255 +msgid "Upload New Videos" +msgstr "Upload new videos" diff --git a/view/lang/en-us/strings.php b/view/lang/en-us/strings.php index 8e1769bbbe..85e3773efa 100644 --- a/view/lang/en-us/strings.php +++ b/view/lang/en-us/strings.php @@ -6,11 +6,6 @@ function string_plural_select_en_us($n){ return ($n != 1);; }} ; -$a->strings["Item not found."] = "Item not found."; -$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; -$a->strings["Yes"] = "Yes"; -$a->strings["Cancel"] = "Cancel"; -$a->strings["Permission denied."] = "Permission denied."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Daily posting limit of %d post reached. The post was rejected.", 1 => "Daily posting limit of %d posts reached. This post was rejected.", @@ -21,6 +16,69 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected."; $a->strings["Profile Photos"] = "Profile photos"; +$a->strings["Friendica Notification"] = "Friendica notification"; +$a->strings["Thank You,"] = "Thank you"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; +$a->strings["%s Administrator"] = "%s Administrator"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; +$a->strings["a private message"] = "a private message"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages."; +$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]"; +$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]"; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s."; +$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."; +$a->strings["Name:"] = "Name:"; +$a->strings["Photo:"] = "Photo:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url]."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; +$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]"; +$a->strings["registration request"] = "registration request"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s."; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; +$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request."; $a->strings["event"] = "event"; $a->strings["status"] = "status"; $a->strings["photo"] = "photo"; @@ -113,6 +171,7 @@ $a->strings["Permission settings"] = "Permission settings"; $a->strings["permissions"] = "permissions"; $a->strings["Public post"] = "Public post"; $a->strings["Preview"] = "Preview"; +$a->strings["Cancel"] = "Cancel"; $a->strings["Post to Groups"] = "Post to groups"; $a->strings["Post to Contacts"] = "Post to contacts"; $a->strings["Private post"] = "Private post"; @@ -135,822 +194,39 @@ $a->strings["Undecided"] = [ 0 => "Undecided", 1 => "Undecided", ]; -$a->strings["Friendica Notification"] = "Friendica notification"; -$a->strings["Thank You,"] = "Thank you"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["%s Administrator"] = "%s Administrator"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; -$a->strings["a private message"] = "a private message"; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s."; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages."; -$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]"; -$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]"; -$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post"; -$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s"; -$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s."; -$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you"; -$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s"; -$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower"; -$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s"; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."; -$a->strings["Name:"] = "Name:"; -$a->strings["Photo:"] = "Photo:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion."; -$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s"; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url]."; -$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; -$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; -$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]"; -$a->strings["registration request"] = "registration request"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s."; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; -$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"; -$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request."; -$a->strings["Authorize application connection"] = "Authorize application connection"; -$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:"; -$a->strings["Please login to continue."] = "Please login to continue."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?"; -$a->strings["No"] = "No"; -$a->strings["Parent user not found."] = "Parent user not found."; -$a->strings["No parent user"] = "No parent user"; -$a->strings["Parent Password:"] = "Parent Password:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request."; -$a->strings["Parent User"] = "Parent user"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Delegate Page Management"] = "Delegate Page Management"; -$a->strings["Delegates"] = "Delegates"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; -$a->strings["Existing Page Delegates"] = "Existing page delegates"; -$a->strings["Potential Delegates"] = "Potential delegates"; -$a->strings["Remove"] = "Remove"; -$a->strings["Add"] = "Add"; -$a->strings["No entries."] = "No entries."; -$a->strings["Post successful."] = "Post successful."; -$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; -$a->strings["No contact provided."] = "No contact provided."; -$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; -$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; -$a->strings["Done"] = "Done"; -$a->strings["success"] = "success"; -$a->strings["failed"] = "failed"; -$a->strings["ignored"] = "Ignored"; -$a->strings["Keep this window open until done."] = "Keep this window open until done."; -$a->strings["Permission denied"] = "Permission denied"; -$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; -$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; -$a->strings["Profile"] = "Profile"; -$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; -$a->strings["Visible To"] = "Visible to"; -$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; -$a->strings["Account approved."] = "Account approved."; -$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; -$a->strings["Please login."] = "Please login."; -$a->strings["User deleted their account"] = "User deleted their account"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups."; -$a->strings["The user id is %d"] = "The user id is %d"; -$a->strings["Remove My Account"] = "Remove My Account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; -$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; -$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; -$a->strings["Error"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Tag(s) removed"] = "Tag(s) removed"; -$a->strings["Remove Item Tag"] = "Remove Item tag"; -$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; -$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; -$a->strings["Import"] = "Import profile"; -$a->strings["Move account"] = "Move Existing Friendica Account"; -$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."; -$a->strings["Account file"] = "Account file:"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; -$a->strings["You aren't following this contact."] = "You aren't following this contact."; -$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; -$a->strings["Contact unfollowed"] = "Contact unfollowed"; -$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; -$a->strings["Your Identity Address:"] = "My identity address:"; -$a->strings["Submit Request"] = "Submit request"; -$a->strings["Profile URL"] = "Profile URL:"; -$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; -$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; -$a->strings["Invalid request."] = "Invalid request."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; -$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; -$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; -$a->strings["File upload failed."] = "File upload failed."; -$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; -$a->strings["Unable to process image."] = "Unable to process image."; -$a->strings["Wall Photos"] = "Wall photos"; -$a->strings["Image upload failed."] = "Image upload failed."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; -$a->strings["No recipient selected."] = "No recipient selected."; -$a->strings["Unable to check your home location."] = "Unable to check your home location."; -$a->strings["Message could not be sent."] = "Message could not be sent."; -$a->strings["Message collection failure."] = "Message collection failure."; -$a->strings["Message sent."] = "Message sent."; -$a->strings["No recipient."] = "No recipient."; -$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; -$a->strings["Send Private Message"] = "Send private message"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; -$a->strings["To:"] = "To:"; -$a->strings["Subject:"] = "Subject:"; -$a->strings["Your message:"] = "Your message:"; -$a->strings["Insert web link"] = "Insert web link"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; -$a->strings["Connect"] = "Connect"; -$a->strings["first"] = "first"; -$a->strings["next"] = "next"; -$a->strings["No matches"] = "No matches"; -$a->strings["Profile Match"] = "Profile Match"; -$a->strings["Profile not found."] = "Profile not found."; -$a->strings["Profile deleted."] = "Profile deleted."; -$a->strings["Profile-"] = "Profile-"; -$a->strings["New profile created."] = "New profile created."; -$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; -$a->strings["Profile Name is required."] = "Profile name is required."; -$a->strings["Marital Status"] = "Marital status"; -$a->strings["Romantic Partner"] = "Romantic partner"; -$a->strings["Work/Employment"] = "Work/Employment:"; -$a->strings["Religion"] = "Religion"; -$a->strings["Political Views"] = "Political views"; -$a->strings["Gender"] = "Gender"; -$a->strings["Sexual Preference"] = "Sexual preference"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interests"; -$a->strings["Address"] = "Address"; -$a->strings["Location"] = "Location"; -$a->strings["Profile updated."] = "Profile updated."; -$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; -$a->strings["Show more profile fields:"] = "Show more profile fields:"; -$a->strings["Profile Actions"] = "Profile actions"; -$a->strings["Edit Profile Details"] = "Edit Profile Details"; -$a->strings["Submit"] = "Submit"; -$a->strings["Change Profile Photo"] = "Change profile photo"; -$a->strings["View this profile"] = "View this profile"; -$a->strings["View all profiles"] = "View all profiles"; -$a->strings["Edit visibility"] = "Edit visibility"; -$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; -$a->strings["Clone this profile"] = "Clone this profile"; -$a->strings["Delete this profile"] = "Delete this profile"; -$a->strings["Basic information"] = "Basic information"; -$a->strings["Profile picture"] = "Profile picture"; -$a->strings["Preferences"] = "Preferences"; -$a->strings["Status information"] = "Status information"; -$a->strings["Additional information"] = "Additional information"; -$a->strings["Personal"] = "Personal"; -$a->strings["Relation"] = "Relation"; -$a->strings["Miscellaneous"] = "Miscellaneous"; -$a->strings["Upload Profile Photo"] = "Upload profile photo"; -$a->strings["Your Gender:"] = "Gender:"; -$a->strings[" Marital Status:"] = " Marital status:"; -$a->strings["Sexual Preference:"] = "Sexual preference:"; -$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; -$a->strings["Profile Name:"] = "Profile name:"; -$a->strings["Required"] = "Required"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; -$a->strings["Your Full Name:"] = "My full name:"; -$a->strings["Title/Description:"] = "Title/Description:"; -$a->strings["Street Address:"] = "Street address:"; -$a->strings["Locality/City:"] = "Locality/City:"; -$a->strings["Region/State:"] = "Region/State:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Country:"; -$a->strings["Age: "] = "Age: "; -$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Since when:"; -$a->strings["Tell us about yourself..."] = "About myself:"; -$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; -$a->strings["Homepage URL:"] = "Homepage URL:"; -$a->strings["Hometown:"] = "Home town:"; -$a->strings["Political Views:"] = "Political views:"; -$a->strings["Religious Views:"] = "Religious views:"; -$a->strings["Public Keywords:"] = "Public keywords:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; -$a->strings["Private Keywords:"] = "Private keywords:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; -$a->strings["Likes:"] = "Likes:"; -$a->strings["Dislikes:"] = "Dislikes:"; -$a->strings["Musical interests"] = "Music:"; -$a->strings["Books, literature"] = "Books, literature, poetry:"; -$a->strings["Television"] = "Television:"; -$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; -$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; -$a->strings["Love/romance"] = "Love/Romance:"; -$a->strings["Work/employment"] = "Work/Employment:"; -$a->strings["School/education"] = "School/Education:"; -$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; -$a->strings["Profile Image"] = "Profile image"; -$a->strings["visible to everybody"] = "Visible to everybody"; -$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; -$a->strings["Change profile photo"] = "Change profile photo"; -$a->strings["Create New Profile"] = "Create new profile"; -$a->strings["Access denied."] = "Access denied."; -$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; -$a->strings["Events"] = "Events"; -$a->strings["View"] = "View"; -$a->strings["Previous"] = "Previous"; -$a->strings["Next"] = "Next"; -$a->strings["today"] = "today"; -$a->strings["month"] = "month"; -$a->strings["week"] = "week"; -$a->strings["day"] = "day"; -$a->strings["list"] = "List"; -$a->strings["User not found"] = "User not found"; -$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; -$a->strings["No exportable data found"] = "No exportable data found"; -$a->strings["calendar"] = "calendar"; -$a->strings["No contacts in common."] = "No contacts in common."; -$a->strings["Common Friends"] = "Common friends"; -$a->strings["Public access denied."] = "Public access denied."; -$a->strings["Community option not available."] = "Community option not available."; -$a->strings["Not available."] = "Not available."; -$a->strings["Local Community"] = "Local community"; -$a->strings["Posts from local users on this server"] = "Posts from local users on this server"; -$a->strings["Global Community"] = "Global community"; -$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network"; -$a->strings["No results."] = "No results."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; -$a->strings["Contact settings applied."] = "Contact settings applied."; -$a->strings["Contact update failed."] = "Contact update failed."; -$a->strings["Contact not found."] = "Contact not found."; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "Warning: These are highly advanced settings. If you enter incorrect information, your communications with this contact might be disrupted."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Please use your browser 'Back' button now if you are uncertain what to do on this page."; -$a->strings["No mirroring"] = "No mirroring"; -$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting"; -$a->strings["Mirror as my own posting"] = "Mirror as my own posting"; -$a->strings["Return to contact editor"] = "Return to contact editor"; -$a->strings["Refetch contact data"] = "Re-fetch contact data."; -$a->strings["Remote Self"] = "Remote self"; -$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:"; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact."; -$a->strings["Name"] = "Name:"; -$a->strings["Account Nickname"] = "Account nickname:"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:"; -$a->strings["Account URL"] = "Account URL:"; -$a->strings["Account URL Alias"] = "Account URL alias"; -$a->strings["Friend Request URL"] = "Friend request URL:"; -$a->strings["Friend Confirm URL"] = "Friend confirm URL:"; -$a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; -$a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; -$a->strings["New photo from this URL"] = "New photo from this URL:"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved."; -$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood."; -$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: "; -$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully."; -$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again."; -$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; -$a->strings["Remote site reported: "] = "Remote site reported: "; -$a->strings["No user record found for '%s' "] = "No user record found for '%s' "; -$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided, or the URL could not be decrypted by us."; -$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site."; -$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again."; -$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system."; -$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system"; -$a->strings["[Name Withheld]"] = "[Name Withheld]"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s"; -$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name."; -$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d required parameter was not found at the given location", - 1 => "%d required parameters were not found at the given location", -]; -$a->strings["Introduction complete."] = "Introduction complete."; -$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error."; -$a->strings["Profile unavailable."] = "Profile unavailable."; -$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today."; -$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours."; -$a->strings["Invalid locator"] = "Invalid locator"; -$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here."; -$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s."; -$a->strings["Invalid profile URL."] = "Invalid profile URL."; -$a->strings["Disallowed profile URL."] = "Disallowed profile URL."; -$a->strings["Blocked domain"] = "Blocked domain"; -$a->strings["Failed to update contact record."] = "Failed to update contact record."; -$a->strings["Your introduction has been sent."] = "Your introduction has been sent."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system."; -$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Incorrect identity currently logged in. Please login to this profile."; -$a->strings["Confirm"] = "Confirm"; -$a->strings["Hide this contact"] = "Hide this contact"; -$a->strings["Welcome home %s."] = "Welcome home %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today."; -$a->strings["Friend/Connection Request"] = "Friend/Connection request"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"; -$a->strings["Please answer the following:"] = "Please answer the following:"; -$a->strings["Does %s know you?"] = "Does %s know you?"; -$a->strings["Add a personal note:"] = "Add a personal note:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your diaspora* search bar."; -$a->strings["Item not found"] = "Item not found"; -$a->strings["Edit post"] = "Edit post"; -$a->strings["Save"] = "Save"; -$a->strings["web link"] = "web link"; -$a->strings["Insert video link"] = "Insert video link"; -$a->strings["video link"] = "video link"; -$a->strings["Insert audio link"] = "Insert audio link"; -$a->strings["audio link"] = "audio link"; -$a->strings["CC: email addresses"] = "CC: email addresses"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; -$a->strings["Photos"] = "Photos"; -$a->strings["Contact Photos"] = "Contact photos"; -$a->strings["Upload"] = "Upload"; -$a->strings["Files"] = "Files"; -$a->strings["The contact could not be added."] = "Contact could not be added."; -$a->strings["You already added this contact."] = "You already added this contact."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Suggested contact not found."] = ""; -$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; -$a->strings["Suggest Friends"] = "Suggest friends"; -$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; -$a->strings["No profile"] = "No profile"; -$a->strings["Remote privacy information not available."] = "Remote privacy information not available."; -$a->strings["Visible to:"] = "Visible to:"; -$a->strings["Followers"] = ""; -$a->strings["Mutuals"] = ""; -$a->strings["No valid account found."] = "No valid account found."; -$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; -$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one."; -$a->strings["Forgot your Password?"] = "Reset My Password"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; -$a->strings["Nickname or Email: "] = "Nickname or email: "; -$a->strings["Reset"] = "Reset"; -$a->strings["Password Reset"] = "Forgotten password?"; -$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; -$a->strings["Your new password is"] = "Your new password is"; -$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; -$a->strings["click here to login"] = "click here to login"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"; -$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; -$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; -$a->strings["Select an identity to manage: "] = "Select identity:"; -$a->strings["New Message"] = "New Message"; -$a->strings["Unable to locate contact information."] = "Unable to locate contact information."; -$a->strings["Discard"] = "Discard"; -$a->strings["Messages"] = "Messages"; -$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?"; -$a->strings["Conversation not found."] = "Conversation not found."; -$a->strings["Message deleted."] = "Message deleted."; -$a->strings["Conversation removed."] = "Conversation removed."; -$a->strings["No messages."] = "No messages."; -$a->strings["Message not available."] = "Message not available."; -$a->strings["Delete message"] = "Delete message"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["Delete conversation"] = "Delete conversation"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No secure communications available. You may be able to respond from the sender's profile page."; -$a->strings["Send Reply"] = "Send reply"; -$a->strings["Unknown sender - %s"] = "Unknown sender - %s"; -$a->strings["You and %s"] = "Me and %s"; -$a->strings["%s and You"] = "%s and me"; -$a->strings["%d message"] = [ - 0 => "%d message", - 1 => "%d messages", -]; -$a->strings["Remove term"] = "Remove term"; -$a->strings["Saved Searches"] = "Saved searches"; -$a->strings["add"] = "add"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.", - 1 => "Warning: This group contains %s members from a network that doesn't allow non-public messages.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be sent to these receivers."; -$a->strings["No such group"] = "No such group"; -$a->strings["Group is empty"] = "Group is empty"; -$a->strings["Group: %s"] = "Group: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure."; -$a->strings["Invalid contact."] = "Invalid contact."; -$a->strings["Commented Order"] = "Commented last"; -$a->strings["Sort by Comment Date"] = "Sort by comment date"; -$a->strings["Posted Order"] = "Posted last"; -$a->strings["Sort by Post Date"] = "Sort by post date"; -$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me"; -$a->strings["New"] = "New"; -$a->strings["Activity Stream - by date"] = "Activity Stream - by date"; -$a->strings["Shared Links"] = "Shared links"; -$a->strings["Interesting Links"] = "Interesting links"; -$a->strings["Starred"] = "Starred"; -$a->strings["Favourite Posts"] = "My favorite posts"; -$a->strings["Personal Notes"] = "Personal notes"; -$a->strings["Photo Albums"] = "Photo Albums"; -$a->strings["Recent Photos"] = "Recent photos"; -$a->strings["Upload New Photos"] = "Upload new photos"; -$a->strings["everybody"] = "everybody"; -$a->strings["Contact information unavailable"] = "Contact information unavailable"; -$a->strings["Album not found."] = "Album not found."; -$a->strings["Album successfully deleted"] = "Album successfully deleted"; -$a->strings["Album was empty."] = "Album was empty."; -$a->strings["a photo"] = "a photo"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; -$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete. Please try again."; -$a->strings["Image file is missing"] = "Image file is missing"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file uploads at this time. Please contact your administrator."; -$a->strings["Image file is empty."] = "Image file is empty."; -$a->strings["No photos selected"] = "No photos selected"; -$a->strings["Access to this item is restricted."] = "Access to this item is restricted."; -$a->strings["Upload Photos"] = "Upload photos"; -$a->strings["New album name: "] = "New album name: "; -$a->strings["or select existing album:"] = "or select existing album:"; -$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Show to Groups"] = "Show to groups"; -$a->strings["Show to Contacts"] = "Show to contacts"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?"; -$a->strings["Delete Album"] = "Delete album"; -$a->strings["Edit Album"] = "Edit album"; -$a->strings["Drop Album"] = "Drop album"; -$a->strings["Show Newest First"] = "Show newest first"; -$a->strings["Show Oldest First"] = "Show oldest first"; -$a->strings["View Photo"] = "View photo"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted."; -$a->strings["Photo not available"] = "Photo not available"; -$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?"; -$a->strings["Delete Photo"] = "Delete photo"; -$a->strings["View photo"] = "View photo"; -$a->strings["Edit photo"] = "Edit photo"; -$a->strings["Delete photo"] = "Delete photo"; -$a->strings["Use as profile photo"] = "Use as profile photo"; -$a->strings["Private Photo"] = "Private photo"; -$a->strings["View Full Size"] = "View full size"; -$a->strings["Tags: "] = "Tags: "; -$a->strings["[Select tags to remove]"] = "[Select tags to remove]"; -$a->strings["New album name"] = "New album name"; -$a->strings["Caption"] = "Caption"; -$a->strings["Add a Tag"] = "Add Tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping"; -$a->strings["Do not rotate"] = "Do not rotate"; -$a->strings["Rotate CW (right)"] = "Rotate right (CW)"; -$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)"; -$a->strings["I like this (toggle)"] = "I like this (toggle)"; -$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)"; -$a->strings["This is you"] = "This is me"; -$a->strings["Comment"] = "Comment"; -$a->strings["Map"] = "Map"; -$a->strings["View Album"] = "View album"; -$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; -$a->strings["{0} requested registration"] = "{0} requested registration"; -$a->strings["Poke/Prod"] = "Poke/Prod"; -$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; -$a->strings["Recipient"] = "Recipient:"; -$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; -$a->strings["Make this post private"] = "Make this post private"; -$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; -$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; -$a->strings["Unable to process image"] = "Unable to process image"; -$a->strings["Upload File:"] = "Upload File:"; -$a->strings["Select a profile:"] = "Select a profile:"; -$a->strings["or"] = "or"; -$a->strings["skip this step"] = "skip this step"; -$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums"; -$a->strings["Crop Image"] = "Crop Image"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; -$a->strings["Done Editing"] = "Done editing"; -$a->strings["Image uploaded successfully."] = "Image uploaded successfully."; -$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not-logged-in users."; -$a->strings["Search"] = "Search"; -$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; -$a->strings["Results for: %s"] = "Results for: %s"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion successfully ignored."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; -$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; -$a->strings["Ignore/Hide"] = "Ignore/Hide"; +$a->strings["Item not found."] = "Item not found."; +$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; +$a->strings["Yes"] = "Yes"; +$a->strings["Permission denied."] = "Permission denied."; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. "; +$a->strings["%s: Updating post-type."] = "%s: Updating post-type."; +$a->strings["Community Profiles"] = "Community profiles"; +$a->strings["Last users"] = "Last users"; +$a->strings["Find People"] = "Find people"; +$a->strings["Enter name or interest"] = "Enter name or interest"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; +$a->strings["Find"] = "Find"; $a->strings["Friend Suggestions"] = "Friend suggestions"; -$a->strings["Export account"] = "Export account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; -$a->strings["Export all"] = "Export all"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; -$a->strings["Export personal data"] = "Export personal data"; -$a->strings["No videos selected"] = "No videos selected"; -$a->strings["View Video"] = "View video"; -$a->strings["Recent Videos"] = "Recent videos"; -$a->strings["Upload New Videos"] = "Upload new videos"; -$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; -$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; -$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; -$a->strings["Event title and start time are required."] = "Event title and starting time are required."; -$a->strings["Create New Event"] = "Create new event"; -$a->strings["Event details"] = "Event details"; -$a->strings["Starting date and Title are required."] = "Starting date and title are required."; -$a->strings["Event Starts:"] = "Event starts:"; -$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; -$a->strings["Event Finishes:"] = "Event finishes:"; -$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; -$a->strings["Description:"] = "Description:"; -$a->strings["Location:"] = "Location:"; -$a->strings["Title:"] = "Title:"; -$a->strings["Share this event"] = "Share this event"; -$a->strings["Basic"] = "Basic"; -$a->strings["Advanced"] = "Advanced"; -$a->strings["Failed to remove event"] = "Failed to remove event"; -$a->strings["Event removed"] = "Event removed"; -$a->strings["Unable to locate original post."] = "Unable to locate original post."; -$a->strings["Empty post discarded."] = "Empty post discarded."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; -$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; -$a->strings["%s posted an update."] = "%s posted an update."; -$a->strings["Invalid request identifier."] = "Invalid request identifier."; -$a->strings["Notifications"] = "Notifications"; -$a->strings["Network Notifications"] = "Network notifications"; -$a->strings["System Notifications"] = "System notifications"; -$a->strings["Personal Notifications"] = "Personal notifications"; -$a->strings["Home Notifications"] = "Home notifications"; -$a->strings["Show unread"] = "Show unread"; -$a->strings["Show all"] = "Show all"; -$a->strings["Show Ignored Requests"] = "Show ignored requests."; -$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; -$a->strings["Notification type:"] = "Notification type:"; -$a->strings["Suggested by:"] = "Suggested by:"; -$a->strings["Hide this contact from others"] = "Hide this contact from others"; -$a->strings["Approve"] = "Approve"; -$a->strings["Claims to be known to you: "] = "Says they know me:"; -$a->strings["yes"] = "yes"; -$a->strings["no"] = "no"; -$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; -$a->strings["Friend"] = "Friend"; -$a->strings["Sharer"] = "Sharer"; -$a->strings["Subscriber"] = "Subscriber"; -$a->strings["About:"] = "About:"; -$a->strings["Gender:"] = "Gender:"; -$a->strings["Network:"] = "Network:"; -$a->strings["No introductions."] = "No introductions."; -$a->strings["No more %s notifications."] = "No more %s notifications."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; -$a->strings["Login failed."] = "Login failed."; -$a->strings["Account"] = "Account"; -$a->strings["Two-factor authentication"] = "Two-factor authentication"; -$a->strings["Profiles"] = "Profiles"; -$a->strings["Additional features"] = "Additional features"; -$a->strings["Display"] = "Display"; -$a->strings["Social Networks"] = "Social networks"; -$a->strings["Addons"] = "Addons"; -$a->strings["Delegations"] = "Delegations"; -$a->strings["Connected apps"] = "Connected apps"; -$a->strings["Remove account"] = "Remove account"; -$a->strings["Settings"] = "Settings"; -$a->strings["Missing some important data!"] = "Missing some important data!"; -$a->strings["Update"] = "Update"; -$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided."; -$a->strings["Email settings updated."] = "Email settings updated."; -$a->strings["Features updated"] = "Features updated"; -$a->strings["The theme you chose isn't available."] = ""; -$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been sent to your contacts"; -$a->strings["Passwords do not match."] = "Passwords do not match."; -$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; -$a->strings["Password changed."] = "Password changed."; -$a->strings["Password unchanged."] = "Password unchanged."; -$a->strings[" Please use a shorter name."] = " Please use a shorter name."; -$a->strings[" Name too short."] = " Name too short."; -$a->strings["Wrong Password"] = "Wrong password"; -$a->strings["Invalid email."] = "Invalid email."; -$a->strings["Cannot change to that email."] = "Cannot change to that email."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group."; -$a->strings["Settings updated."] = "Settings updated."; -$a->strings["Add application"] = "Add application"; -$a->strings["Consumer Key"] = "Consumer key"; -$a->strings["Consumer Secret"] = "Consumer secret"; -$a->strings["Redirect"] = "Redirect"; -$a->strings["Icon url"] = "Icon URL"; -$a->strings["You can't edit this application."] = "You cannot edit this application."; -$a->strings["Connected Apps"] = "Connected Apps"; -$a->strings["Edit"] = "Edit"; -$a->strings["Client key starts with"] = "Client key starts with"; -$a->strings["No name"] = "No name"; -$a->strings["Remove authorization"] = "Remove authorization"; -$a->strings["No Addon settings configured"] = "No addon settings configured"; -$a->strings["Addon Settings"] = "Addon Settings"; -$a->strings["Off"] = "Off"; -$a->strings["On"] = "On"; -$a->strings["Additional Features"] = "Additional Features"; -$a->strings["Diaspora"] = "diaspora*"; -$a->strings["enabled"] = "enabled"; -$a->strings["disabled"] = "disabled"; -$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s"; -$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; -$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; -$a->strings["General Social Media Settings"] = "General Social Media Settings"; -$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow"; -$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow."; -$a->strings["Disable Content Warning"] = "Disable content warning"; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; -$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners"; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message."; -$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts"; -$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."; -$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions"; -$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."; -$a->strings["Last successful email check:"] = "Last successful email check:"; -$a->strings["IMAP server name:"] = "IMAP server name:"; -$a->strings["IMAP port:"] = "IMAP port:"; -$a->strings["Security:"] = "Security:"; -$a->strings["None"] = "None"; -$a->strings["Email login name:"] = "Email login name:"; -$a->strings["Email password:"] = "Email password:"; -$a->strings["Reply-to address:"] = "Reply-to address:"; -$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:"; -$a->strings["Action after import:"] = "Action after import:"; -$a->strings["Mark as seen"] = "Mark as seen"; -$a->strings["Move to folder"] = "Move to folder"; -$a->strings["Move to folder:"] = "Move to folder:"; -$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; -$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)"; -$a->strings["%s - (Experimental)"] = "%s - (Experimental)"; -$a->strings["Sunday"] = "Sunday"; -$a->strings["Monday"] = "Monday"; -$a->strings["Display Settings"] = "Display Settings"; -$a->strings["Display Theme:"] = "Display theme:"; -$a->strings["Mobile Theme:"] = "Mobile theme:"; -$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contain members whose networks cannot receive non-public postings."; -$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1."; -$a->strings["Number of items to display per page:"] = "Number of items displayed per page:"; -$a->strings["Maximum of 100 items"] = "Maximum of 100 items"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:"; -$a->strings["Don't show emoticons"] = "Don't show emoticons"; -$a->strings["Calendar"] = "Calendar"; -$a->strings["Beginning of week:"] = "Week begins: "; -$a->strings["Don't show notices"] = "Don't show notices"; -$a->strings["Infinite scroll"] = "Infinite scroll"; -$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page"; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading."; -$a->strings["Bandwidth Saver Mode"] = "Bandwidth saver mode"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."; -$a->strings["Smart Threading"] = "Smart Threading"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."; -$a->strings["General Theme Settings"] = "Themes"; -$a->strings["Custom Theme Settings"] = "Theme customization"; -$a->strings["Content Settings"] = "Content/Layout"; +$a->strings["Similar Interests"] = "Similar interests"; +$a->strings["Random Profile"] = "Random profile"; +$a->strings["Invite Friends"] = "Invite friends"; +$a->strings["Global Directory"] = "Global directory"; +$a->strings["Local Directory"] = "Local directory"; +$a->strings["Forums"] = "Forums"; +$a->strings["External link to forum"] = "External link to forum"; +$a->strings["show more"] = "show more"; +$a->strings["Quick Start"] = "Quick start"; +$a->strings["Help"] = "Help"; +$a->strings["Connect Services"] = "Connect services"; +$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums"; +$a->strings["don't show"] = "don't show"; +$a->strings["show"] = "show"; +$a->strings["Submit"] = "Submit"; $a->strings["Theme settings"] = "Theme settings"; -$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin."; -$a->strings["Account Types"] = "Account types:"; -$a->strings["Personal Page Subtypes"] = "Personal Page subtypes"; -$a->strings["Community Forum Subtypes"] = "Community forum subtypes"; -$a->strings["Personal Page"] = "Personal Page"; -$a->strings["Account for a personal profile."] = "Account for a personal profile."; -$a->strings["Organisation Page"] = "Organization Page"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organization that automatically approves contact requests as \"Followers\"."; -$a->strings["News Page"] = "News Page"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\"."; -$a->strings["Community Forum"] = "Community Forum"; -$a->strings["Account for community discussions."] = "Account for community discussions."; -$a->strings["Normal Account Page"] = "Standard"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."; -$a->strings["Soapbox Page"] = "Soapbox"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\"."; -$a->strings["Public Forum"] = "Public forum"; -$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests."; -$a->strings["Automatic Friend Page"] = "Love-all"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\"."; -$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]"; -$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests."; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account."; -$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; -$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; -$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = ""; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create"; -$a->strings["Hide your profile details from anonymous viewers?"] = "Hide your profile details from anonymous viewers?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."; -$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"; -$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?"; -$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts."; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact."; -$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list."; -$a->strings["Profile is not published."] = "Profile is not published."; -$a->strings["Your Identity Address is '%s' or '%s'."] = "My identity address: '%s' or '%s'"; -$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty; expired posts will be deleted"; -$a->strings["Advanced expiration settings"] = "Advanced expiration settings"; -$a->strings["Advanced Expiration"] = "Advanced expiration"; -$a->strings["Expire posts:"] = "Expire posts:"; -$a->strings["Expire personal notes:"] = "Expire personal notes:"; -$a->strings["Expire starred posts:"] = "Expire starred posts:"; -$a->strings["Expire photos:"] = "Expire photos:"; -$a->strings["Only expire posts by others:"] = "Only expire posts by others:"; -$a->strings["Account Settings"] = "Account Settings"; -$a->strings["Password Settings"] = "Password change"; -$a->strings["New Password:"] = "New password:"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."; -$a->strings["Confirm:"] = "Confirm new password:"; -$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing"; -$a->strings["Current Password:"] = "Current password:"; -$a->strings["Your current password to confirm the changes"] = "Current password to confirm change"; -$a->strings["Password:"] = "Password:"; -$a->strings["Basic Settings"] = "Basic information"; -$a->strings["Full Name:"] = "Full name:"; -$a->strings["Email Address:"] = "Email address:"; -$a->strings["Your Timezone:"] = "Time zone:"; -$a->strings["Your Language:"] = "Language:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you."; -$a->strings["Default Post Location:"] = "Posting location:"; -$a->strings["Use Browser Location:"] = "Use browser location:"; -$a->strings["Security and Privacy Settings"] = "Security and privacy"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:"; -$a->strings["(to prevent spam abuse)"] = "May prevent spam and abusive registrations"; -$a->strings["Default Post Permissions"] = "Default post permissions"; -$a->strings["(click to open/close)"] = "(reveal/hide)"; -$a->strings["Default Private Post"] = "Default private post"; -$a->strings["Default Public Post"] = "Default public post"; -$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:"; -$a->strings["Notification Settings"] = "Notification"; -$a->strings["Send a notification email when:"] = "Send notification email when:"; -$a->strings["You receive an introduction"] = "Receiving an introduction"; -$a->strings["Your introductions are confirmed"] = "My introductions are confirmed"; -$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall"; -$a->strings["Someone writes a followup comment"] = "A follow up comment is posted"; -$a->strings["You receive a private message"] = "receiving a private message"; -$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion"; -$a->strings["You are tagged in a post"] = "Tagged in a post"; -$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post"; -$a->strings["Activate desktop notifications"] = "Activate desktop notifications"; -$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications"; -$a->strings["Text-only notification emails"] = "Text-only notification emails"; -$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML "; -$a->strings["Show detailled notifications"] = "Show detailled notifications"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."; -$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types"; -$a->strings["Change the behaviour of this account for special situations"] = "Change behavior of this account for special situations"; -$a->strings["Relocate"] = "Recent relocation"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; -$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; +$a->strings["Set style"] = "Set style"; +$a->strings["Community Pages"] = "Community pages"; +$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; +$a->strings["Find Friends"] = "Find friends"; $a->strings["default"] = "default"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; @@ -967,6 +243,27 @@ $a->strings["Single row mosaic"] = "Single row mosaic"; $a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal."; $a->strings["Mosaic"] = "Mosaic"; $a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen."; +$a->strings["Guest"] = "Guest"; +$a->strings["Visitor"] = "Visitor"; +$a->strings["Status"] = "Status"; +$a->strings["Your posts and conversations"] = "My posts and conversations"; +$a->strings["Profile"] = "Profile"; +$a->strings["Your profile page"] = "My profile page"; +$a->strings["Photos"] = "Photos"; +$a->strings["Your photos"] = "My photos"; +$a->strings["Videos"] = "Videos"; +$a->strings["Your videos"] = "My videos"; +$a->strings["Events"] = "Events"; +$a->strings["Your events"] = "My events"; +$a->strings["Network"] = "Network"; +$a->strings["Conversations from your friends"] = "My friends' conversations"; +$a->strings["Events and Calendar"] = "Events and calendar"; +$a->strings["Messages"] = "Messages"; +$a->strings["Private mail"] = "Private messages"; +$a->strings["Settings"] = "Settings"; +$a->strings["Account settings"] = "Account settings"; +$a->strings["Contacts"] = "Contacts"; +$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; $a->strings["Custom"] = "Custom"; $a->strings["Note"] = "Note"; $a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image"; @@ -980,67 +277,386 @@ $a->strings["Set the background color"] = "Background color:"; $a->strings["Content background opacity"] = "Content background opacity"; $a->strings["Set the background image"] = "Background image:"; $a->strings["Background image style"] = "Background image style"; -$a->strings["Enable Compose page"] = ""; -$a->strings["This replaces the jot modal window for writing new posts with a link to the new Compose page."] = ""; +$a->strings["Enable Compose page"] = "Enable compose page"; +$a->strings["This replaces the jot modal window for writing new posts with a link to the new Compose page."] = "This replaces the jot modal window for writing new posts with a link to the new Compose page."; $a->strings["Login page background image"] = "Login page background image"; $a->strings["Login page background color"] = "Login page background color"; $a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults"; -$a->strings["Guest"] = "Guest"; -$a->strings["Visitor"] = "Visitor"; -$a->strings["Status"] = "Status"; -$a->strings["Your posts and conversations"] = "My posts and conversations"; -$a->strings["Your profile page"] = "My profile page"; -$a->strings["Your photos"] = "My photos"; -$a->strings["Videos"] = "Videos"; -$a->strings["Your videos"] = "My videos"; -$a->strings["Your events"] = "My events"; -$a->strings["Network"] = "Network"; -$a->strings["Conversations from your friends"] = "My friends' conversations"; -$a->strings["Events and Calendar"] = "Events and calendar"; -$a->strings["Private mail"] = "Private messages"; -$a->strings["Account settings"] = "Account settings"; -$a->strings["Contacts"] = "Contacts"; -$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; $a->strings["Alignment"] = "Alignment"; $a->strings["Left"] = "Left"; $a->strings["Center"] = "Center"; $a->strings["Color scheme"] = "Color scheme"; $a->strings["Posts font size"] = "Posts font size"; $a->strings["Textareas font size"] = "Text areas font size"; -$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums"; -$a->strings["don't show"] = "don't show"; -$a->strings["show"] = "show"; -$a->strings["Set style"] = "Set style"; -$a->strings["Community Pages"] = "Community pages"; -$a->strings["Community Profiles"] = "Community profiles"; -$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; -$a->strings["Connect Services"] = "Connect services"; -$a->strings["Find Friends"] = "Find friends"; -$a->strings["Last users"] = "Last users"; -$a->strings["Find People"] = "Find people"; -$a->strings["Enter name or interest"] = "Enter name or interest"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; -$a->strings["Find"] = "Find"; -$a->strings["Similar Interests"] = "Similar interests"; -$a->strings["Random Profile"] = "Random profile"; -$a->strings["Invite Friends"] = "Invite friends"; -$a->strings["Global Directory"] = "Global Directory"; -$a->strings["Local Directory"] = "Local directory"; -$a->strings["Forums"] = "Forums"; -$a->strings["External link to forum"] = "External link to forum"; -$a->strings["show more"] = "show more"; -$a->strings["Quick Start"] = "Quick start"; -$a->strings["Help"] = "Help"; +$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; +$a->strings["%s: Database update"] = "%s: Database update"; +$a->strings["%s: updating %s table."] = "%s: updating %s table."; +$a->strings["This entry was edited"] = "This entry was edited"; +$a->strings["Private Message"] = "Private message"; +$a->strings["Edit"] = "Edit"; +$a->strings["pinned item"] = "pinned item"; +$a->strings["Delete locally"] = "Delete locally"; +$a->strings["Delete globally"] = "Delete globally"; +$a->strings["Remove locally"] = "Remove locally"; +$a->strings["save to folder"] = "Save to folder"; +$a->strings["I will attend"] = "I will attend"; +$a->strings["I will not attend"] = "I will not attend"; +$a->strings["I might attend"] = "I might attend"; +$a->strings["ignore thread"] = "Ignore thread"; +$a->strings["unignore thread"] = "Unignore thread"; +$a->strings["toggle ignore status"] = "Toggle ignore status"; +$a->strings["ignored"] = "Ignored"; +$a->strings["pin"] = "pin"; +$a->strings["unpin"] = "unpin"; +$a->strings["toggle pin status"] = "toggle pin status"; +$a->strings["pinned"] = "pinned"; +$a->strings["add star"] = "Add star"; +$a->strings["remove star"] = "Remove star"; +$a->strings["toggle star status"] = "Toggle star status"; +$a->strings["starred"] = "Starred"; +$a->strings["add tag"] = "Add tag"; +$a->strings["I like this (toggle)"] = "I like this (toggle)"; +$a->strings["like"] = "Like"; +$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)"; +$a->strings["dislike"] = "Dislike"; +$a->strings["Share this"] = "Share this"; +$a->strings["share"] = "Share"; +$a->strings["%s (Received %s)"] = "%s (Received %s)"; +$a->strings["to"] = "to"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Wall-to-wall"; +$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:"; +$a->strings["Comment"] = "Comment"; +$a->strings["Reply to %s"] = "Reply to %s"; +$a->strings["Notifier task is pending"] = "Notifier task is pending"; +$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending"; +$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway"; +$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done"; +$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done"; +$a->strings["%d comment"] = [ + 0 => "%d comment", + 1 => "%d comments", +]; +$a->strings["Show more"] = "Show more"; +$a->strings["Show fewer"] = "Show fewer"; +$a->strings["comment"] = [ + 0 => "comment", + 1 => "comments", +]; +$a->strings["This is you"] = "This is me"; +$a->strings["No system theme config value set."] = "No system theme configuration value set."; +$a->strings["view full size"] = "view full size"; +$a->strings["Image/photo"] = "Image/Photo"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["Click to open/close"] = "Reveal/hide"; +$a->strings["$1 wrote:"] = "$1 wrote:"; +$a->strings["Encrypted content"] = "Encrypted content"; +$a->strings["Invalid source protocol"] = "Invalid source protocol"; +$a->strings["Invalid link protocol"] = "Invalid link protocol"; +$a->strings["Loading more entries..."] = "Loading more entries..."; +$a->strings["The end"] = "The end"; +$a->strings["Save"] = "Save"; +$a->strings["Follow"] = "Follow"; +$a->strings["Search"] = "Search"; +$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; +$a->strings["Full Text"] = "Full text"; +$a->strings["Tags"] = "Tags"; +$a->strings["Frequently"] = "Frequently"; +$a->strings["Hourly"] = "Hourly"; +$a->strings["Twice daily"] = "Twice daily"; +$a->strings["Daily"] = "Daily"; +$a->strings["Weekly"] = "Weekly"; +$a->strings["Monthly"] = "Monthly"; +$a->strings["DFRN"] = "DFRN"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "Email"; +$a->strings["Diaspora"] = "diaspora*"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Discourse"] = "Discourse"; +$a->strings["Diaspora Connector"] = "diaspora* connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["ActivityPub"] = "ActivityPub"; +$a->strings["pnut"] = "pnut"; +$a->strings["No answer"] = "No answer"; +$a->strings["Male"] = "Male"; +$a->strings["Female"] = "Female"; +$a->strings["Currently Male"] = "Currently male"; +$a->strings["Currently Female"] = "Currently female"; +$a->strings["Mostly Male"] = "Mostly male"; +$a->strings["Mostly Female"] = "Mostly female"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transsexual"; +$a->strings["Hermaphrodite"] = "Hermaphrodite"; +$a->strings["Neuter"] = "Neuter"; +$a->strings["Non-specific"] = "Non-specific"; +$a->strings["Other"] = "Other"; +$a->strings["Males"] = "Males"; +$a->strings["Females"] = "Females"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbian"; +$a->strings["No Preference"] = "No Preference"; +$a->strings["Bisexual"] = "Bisexual"; +$a->strings["Autosexual"] = "Auto-sexual"; +$a->strings["Abstinent"] = "Abstinent"; +$a->strings["Virgin"] = "Virgin"; +$a->strings["Deviant"] = "Deviant"; +$a->strings["Fetish"] = "Fetish"; +$a->strings["Oodles"] = "Oodles"; +$a->strings["Nonsexual"] = "Asexual"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Lonely"; +$a->strings["In a relation"] = "In a relation"; +$a->strings["Has crush"] = "Having a crush"; +$a->strings["Infatuated"] = "Infatuated"; +$a->strings["Dating"] = "Dating"; +$a->strings["Unfaithful"] = "Unfaithful"; +$a->strings["Sex Addict"] = "Sex addict"; +$a->strings["Friends"] = "Friends"; +$a->strings["Friends/Benefits"] = "Friends with benefits"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Engaged"; +$a->strings["Married"] = "Married"; +$a->strings["Imaginarily married"] = "Imaginarily married"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Cohabiting"; +$a->strings["Common law"] = "Common law spouse"; +$a->strings["Happy"] = "Happy"; +$a->strings["Not looking"] = "Not looking"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Betrayed"; +$a->strings["Separated"] = "Separated"; +$a->strings["Unstable"] = "Unstable"; +$a->strings["Divorced"] = "Divorced"; +$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; +$a->strings["Widowed"] = "Widowed"; +$a->strings["Uncertain"] = "Uncertain"; +$a->strings["It's complicated"] = "It's complicated"; +$a->strings["Don't care"] = "Don't care"; +$a->strings["Ask me"] = "Ask me"; +$a->strings["Add New Contact"] = "Add new contact"; +$a->strings["Enter address or web location"] = "Enter address or web location"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; +$a->strings["Connect"] = "Connect"; +$a->strings["%d invitation available"] = [ + 0 => "%d invitation available", + 1 => "%d invitations available", +]; +$a->strings["Followers"] = "Followers"; +$a->strings["Following"] = "Following"; +$a->strings["Mutual friends"] = "Mutual friends"; +$a->strings["Relationships"] = "Relationships"; +$a->strings["All Contacts"] = "All contacts"; +$a->strings["Protocols"] = "Protocols"; +$a->strings["All Protocols"] = "All protocols"; +$a->strings["Saved Folders"] = "Saved Folders"; +$a->strings["Everything"] = "Everything"; +$a->strings["Categories"] = "Categories"; +$a->strings["%d contact in common"] = [ + 0 => "%d contact in common", + 1 => "%d contacts in common", +]; +$a->strings["Archives"] = "Archives"; +$a->strings["Embedding disabled"] = "Embedding disabled"; +$a->strings["Embedded content"] = "Embedded content"; +$a->strings["General Features"] = "General"; +$a->strings["Multiple Profiles"] = "Multiple profiles"; +$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; +$a->strings["Photo Location"] = "Photo location"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata."; +$a->strings["Export Public Calendar"] = "Export public calendar"; +$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; +$a->strings["Trending Tags"] = "Trending tags"; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts."; +$a->strings["Post Composition Features"] = "Post composition"; +$a->strings["Auto-mention Forums"] = "Auto-mention forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; +$a->strings["Explicit Mentions"] = "Explicit Mentions"; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; +$a->strings["Network Sidebar"] = "Network sidebar"; +$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; +$a->strings["Protocol Filter"] = "Protocol filter"; +$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; +$a->strings["Network Tabs"] = "Network tabs"; +$a->strings["Network New Tab"] = "Network new tab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; +$a->strings["Network Shared Links Tab"] = "Network shared links tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; +$a->strings["Post/Comment Tools"] = "Post/Comment tools"; +$a->strings["Post Categories"] = "Post categories"; +$a->strings["Add categories to your posts"] = "Add categories to your posts"; +$a->strings["Advanced Profile Settings"] = "Advanced profiles"; +$a->strings["List Forums"] = "List forums"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; +$a->strings["Tag Cloud"] = "Tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page"; +$a->strings["Display Membership Date"] = "Display membership date"; +$a->strings["Display membership date in profile"] = "Display membership date in profile"; +$a->strings["Nothing new here"] = "Nothing new here"; +$a->strings["Clear notifications"] = "Clear notifications"; +$a->strings["Logout"] = "Logout"; +$a->strings["End this session"] = "End this session"; +$a->strings["Login"] = "Login"; +$a->strings["Sign in"] = "Sign in"; +$a->strings["Personal notes"] = "Personal notes"; +$a->strings["Your personal notes"] = "My personal notes"; +$a->strings["Home"] = "Home"; +$a->strings["Home Page"] = "Home page"; +$a->strings["Register"] = "Sign up now >>"; +$a->strings["Create an account"] = "Create account"; +$a->strings["Help and documentation"] = "Help and documentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; +$a->strings["Search site content"] = "Search site content"; +$a->strings["Community"] = "Community"; +$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; +$a->strings["Directory"] = "Directory"; +$a->strings["People directory"] = "People directory"; +$a->strings["Information"] = "Information"; +$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; +$a->strings["Terms of Service"] = "Terms of Service"; +$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance"; +$a->strings["Network Reset"] = "Network reset"; +$a->strings["Load Network page with no filters"] = "Load network page without filters"; +$a->strings["Introductions"] = "Introductions"; +$a->strings["Friend Requests"] = "Friend requests"; +$a->strings["Notifications"] = "Notifications"; +$a->strings["See all notifications"] = "See all notifications"; +$a->strings["Mark as seen"] = "Mark as seen"; +$a->strings["Mark all system notifications seen"] = "Mark notifications as seen"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Outbox"; +$a->strings["New Message"] = "New Message"; +$a->strings["Delegation"] = "Delegation"; +$a->strings["Manage other pages"] = "Manage other pages"; +$a->strings["Profiles"] = "Profiles"; +$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site setup and configuration"] = "Site setup and configuration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Site map"; +$a->strings["Remove term"] = "Remove term"; +$a->strings["Saved Searches"] = "Saved searches"; +$a->strings["Export"] = "Export"; +$a->strings["Export calendar as ical"] = "Export calendar as ical"; +$a->strings["Export calendar as csv"] = "Export calendar as csv"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "Trending tags (last %d hour)", + 1 => "Trending tags (last %d hours)", +]; +$a->strings["More Trending Tags"] = "More trending tags"; +$a->strings["No contacts"] = "No contacts"; +$a->strings["%d Contact"] = [ + 0 => "%d contact", + 1 => "%d contacts", +]; +$a->strings["View Contacts"] = "View contacts"; +$a->strings["newer"] = "Later posts"; +$a->strings["older"] = "Earlier posts"; +$a->strings["first"] = "first"; +$a->strings["prev"] = "prev"; +$a->strings["next"] = "next"; +$a->strings["last"] = "last"; +$a->strings["Edit profile"] = "Edit profile"; +$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; +$a->strings["Change profile photo"] = "Change profile photo"; +$a->strings["Create New Profile"] = "Create new profile"; +$a->strings["Profile Image"] = "Profile image"; +$a->strings["visible to everybody"] = "Visible to everybody"; +$a->strings["Edit visibility"] = "Edit visibility"; +$a->strings["Location:"] = "Location:"; +$a->strings["Gender:"] = "Gender:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["About:"] = "About:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = "Unfollow"; +$a->strings["Atom feed"] = "Atom feed"; +$a->strings["Network:"] = "Network:"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[today]"; +$a->strings["Birthday Reminders"] = "Birthday reminders"; +$a->strings["Birthdays this week:"] = "Birthdays this week:"; +$a->strings["[No description]"] = "[No description]"; +$a->strings["Event Reminders"] = "Event reminders"; +$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; +$a->strings["Full Name:"] = "Full name:"; +$a->strings["Member since:"] = "Member since:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Birthday:"; +$a->strings["Age:"] = "Age:"; +$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexual preference:"; +$a->strings["Hometown:"] = "Home town:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Political Views:"] = "Political views:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; +$a->strings["Likes:"] = "Likes:"; +$a->strings["Dislikes:"] = "Dislikes:"; +$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; +$a->strings["Musical interests:"] = "Music:"; +$a->strings["Books, literature:"] = "Books/Literature:"; +$a->strings["Television:"] = "Television:"; +$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; +$a->strings["Love/Romance:"] = "Love/Romance:"; +$a->strings["Work/employment:"] = "Work/Employment:"; +$a->strings["School/education:"] = "School/Education:"; +$a->strings["Forums:"] = "Forums:"; +$a->strings["Basic"] = "Basic"; +$a->strings["Advanced"] = "Advanced"; +$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["Profile Details"] = "Profile Details"; +$a->strings["Photo Albums"] = "Photo Albums"; +$a->strings["Personal Notes"] = "Personal notes"; +$a->strings["Only You Can See This"] = "Only you can see this."; +$a->strings["Tips for New Members"] = "Tips for New Members"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Starts:"; +$a->strings["Finishes:"] = "Finishes:"; +$a->strings["all-day"] = "All-day"; +$a->strings["Sun"] = "Sun"; +$a->strings["Mon"] = "Mon"; +$a->strings["Tue"] = "Tue"; +$a->strings["Wed"] = "Wed"; +$a->strings["Thu"] = "Thu"; +$a->strings["Fri"] = "Fri"; +$a->strings["Sat"] = "Sat"; +$a->strings["Sunday"] = "Sunday"; +$a->strings["Monday"] = "Monday"; $a->strings["Tuesday"] = "Tuesday"; $a->strings["Wednesday"] = "Wednesday"; $a->strings["Thursday"] = "Thursday"; $a->strings["Friday"] = "Friday"; $a->strings["Saturday"] = "Saturday"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["May"] = "May"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sept"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; $a->strings["January"] = "January"; $a->strings["February"] = "February"; $a->strings["March"] = "March"; $a->strings["April"] = "April"; -$a->strings["May"] = "May"; $a->strings["June"] = "June"; $a->strings["July"] = "July"; $a->strings["August"] = "August"; @@ -1048,24 +664,137 @@ $a->strings["September"] = "September"; $a->strings["October"] = "October"; $a->strings["November"] = "November"; $a->strings["December"] = "December"; -$a->strings["Mon"] = "Mon"; -$a->strings["Tue"] = "Tue"; -$a->strings["Wed"] = "Wed"; -$a->strings["Thu"] = "Thu"; -$a->strings["Fri"] = "Fri"; -$a->strings["Sat"] = "Sat"; -$a->strings["Sun"] = "Sun"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; +$a->strings["today"] = "today"; +$a->strings["month"] = "month"; +$a->strings["week"] = "week"; +$a->strings["day"] = "day"; +$a->strings["No events to display"] = "No events to display"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Edit event"; +$a->strings["Duplicate event"] = "Duplicate event"; +$a->strings["Delete event"] = "Delete event"; +$a->strings["link to source"] = "Link to source"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Show map"; +$a->strings["Hide map"] = "Hide map"; +$a->strings["%s's birthday"] = "%s's birthday"; +$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; +$a->strings["Contact Photos"] = "Contact photos"; +$a->strings["Login failed"] = "Login failed"; +$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; +$a->strings["User not found"] = "User not found"; +$a->strings["Password can't be empty"] = "Password can't be empty"; +$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another."; +$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons (:)"; +$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged."; +$a->strings["An invitation is required."] = "An invitation is required."; +$a->strings["Invitation could not be verified."] = "Invitation could not be verified."; +$a->strings["Invalid OpenID url"] = "Invalid OpenID URL"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."; +$a->strings["The error message was:"] = "The error message was:"; +$a->strings["Please enter the required information."] = "Please enter the required information."; +$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."; +$a->strings["Username should be at least %s character."] = [ + 0 => "Username should be at least %s character.", + 1 => "Username should be at least %s characters.", +]; +$a->strings["Username should be at most %s character."] = [ + 0 => "Username should be at most %s character.", + 1 => "Username should be at most %s characters.", +]; +$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name."; +$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site."; +$a->strings["Not a valid email address."] = "Not a valid email address."; +$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin."; +$a->strings["Cannot use that email."] = "Cannot use that email."; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _."; +$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; +$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; +$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; +$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"; +$a->strings["Registration at %s"] = "Registration at %s"; +$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; +$a->strings["Registration details for %s"] = "Registration details for %s"; +$a->strings["[no subject]"] = "[no subject]"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; +$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; +$a->strings["Everybody"] = "Everybody"; +$a->strings["edit"] = "edit"; +$a->strings["add"] = "add"; +$a->strings["Groups"] = "Groups"; +$a->strings["Edit group"] = "Edit group"; +$a->strings["Contacts not in any group"] = "Contacts not in any group"; +$a->strings["Create a new group"] = "Create new group"; +$a->strings["Group Name: "] = "Group name: "; +$a->strings["Edit groups"] = "Edit groups"; +$a->strings["Item filed"] = "Item filed"; +$a->strings["UnFollow"] = "Unfollow"; +$a->strings["Drop Contact"] = "Drop contact"; +$a->strings["Approve"] = "Approve"; +$a->strings["Organisation"] = "Organization"; +$a->strings["News"] = "News"; +$a->strings["Forum"] = "Forum"; +$a->strings["Disallowed profile URL."] = "Disallowed profile URL."; +$a->strings["Blocked domain"] = "Blocked domain"; +$a->strings["Connect URL missing."] = "Connect URL missing."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; +$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; +$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; +$a->strings["An author or name was not found."] = "An author or name was not found."; +$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; +$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; +$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["[Name Withheld]"] = "[Name Withheld]"; +$a->strings["activity"] = "activity"; +$a->strings["post"] = "post"; +$a->strings["Content warning: %s"] = "Content warning: %s"; +$a->strings["View Video"] = "View video"; +$a->strings["bytes"] = "bytes"; +$a->strings["View on separate page"] = "View on separate page"; +$a->strings["view on separate page"] = "view on separate page"; +$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; +$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; +$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; +$a->strings["Storage base path"] = "Storage base path"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; +$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; +$a->strings["%s commented on %s's post"] = "%s commented on %s's post"; +$a->strings["%s created a new post"] = "%s posted something new"; +$a->strings["%s liked %s's post"] = "%s liked %s's post"; +$a->strings["%s disliked %s's post"] = "%s disliked %s's post"; +$a->strings["%s is attending %s's event"] = "%s is going to %s's event"; +$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event"; +$a->strings["%s may attend %s's event"] = "%s may go to %s's event"; +$a->strings["%s is now friends with %s"] = "%s is now friends with %s"; +$a->strings["Friend Suggestion"] = "Friend suggestion"; +$a->strings["Friend/Connect Request"] = "Friend/Contact request"; +$a->strings["New Follower"] = "New follower"; +$a->strings["%s's timeline"] = "%s's timeline"; +$a->strings["%s's posts"] = "%s's posts"; +$a->strings["%s's comments"] = "%s's comments"; +$a->strings["%s is now following %s."] = "%s is now following %s."; +$a->strings["following"] = "following"; +$a->strings["%s stopped following %s."] = "%s stopped following %s."; +$a->strings["stopped following"] = "stopped following"; +$a->strings["Attachments:"] = "Attachments:"; +$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; +$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; +$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; $a->strings["Sep"] = "Sep"; -$a->strings["Oct"] = "Oct"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; $a->strings["poke"] = "poke"; $a->strings["poked"] = "poked"; $a->strings["ping"] = "ping"; @@ -1078,11 +807,24 @@ $a->strings["finger"] = "finger"; $a->strings["fingered"] = "fingered"; $a->strings["rebuff"] = "rebuff"; $a->strings["rebuffed"] = "rebuffed"; -$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; -$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."; +$a->strings["Login failed."] = "Login failed."; +$a->strings["Login failed. Please check your credentials."] = "Login failed. Please check your credentials."; +$a->strings["Welcome %s"] = "Welcome %s"; +$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; +$a->strings["Welcome back %s"] = "Welcome back %s"; +$a->strings["Mutuals"] = "Mutuals"; +$a->strings["Post to Email"] = "Post to email"; +$a->strings["Public"] = "Public"; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link."; +$a->strings["Limited/Private"] = "Limited/Private"; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly."; +$a->strings["Show to:"] = "Show to:"; +$a->strings["Except to:"] = "Except to:"; +$a->strings["CC: email addresses"] = "CC: email addresses"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; +$a->strings["Connectors"] = "Connectors"; +$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; $a->strings["Error decoding account file"] = "Error decoding account file"; $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; $a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; @@ -1151,427 +893,158 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extensi $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; $a->strings["Database already in use."] = "Database already in use."; $a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["System"] = "System"; -$a->strings["Home"] = "Home"; -$a->strings["Introductions"] = "Introductions"; -$a->strings["%s commented on %s's post"] = "%s commented on %s's post"; -$a->strings["%s created a new post"] = "%s posted something new"; -$a->strings["%s liked %s's post"] = "%s liked %s's post"; -$a->strings["%s disliked %s's post"] = "%s disliked %s's post"; -$a->strings["%s is attending %s's event"] = "%s is going to %s's event"; -$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event"; -$a->strings["%s may attend %s's event"] = "%s may go to %s's event"; -$a->strings["%s is now friends with %s"] = "%s is now friends with %s"; -$a->strings["Friend Suggestion"] = "Friend suggestion"; -$a->strings["Friend/Connect Request"] = "Friend/Contact request"; -$a->strings["New Follower"] = "New follower"; -$a->strings["Welcome %s"] = "Welcome %s"; -$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; -$a->strings["Welcome back %s"] = "Welcome back %s"; -$a->strings["Post to Email"] = "Post to email"; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["Connectors"] = "Connectors"; -$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; -$a->strings["Close"] = "Close"; -$a->strings["Birthday:"] = "Birthday:"; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; -$a->strings["never"] = "never"; -$a->strings["less than a second ago"] = "less than a second ago"; -$a->strings["year"] = "year"; -$a->strings["years"] = "years"; -$a->strings["months"] = "months"; -$a->strings["weeks"] = "weeks"; -$a->strings["days"] = "days"; -$a->strings["hour"] = "hour"; -$a->strings["hours"] = "hours"; -$a->strings["minute"] = "minute"; -$a->strings["minutes"] = "minutes"; -$a->strings["second"] = "second"; -$a->strings["seconds"] = "seconds"; -$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; -$a->strings["Loading more entries..."] = "Loading more entries..."; -$a->strings["The end"] = "The end"; -$a->strings["Follow"] = "Follow"; -$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; -$a->strings["Full Text"] = "Full text"; -$a->strings["Tags"] = "Tags"; -$a->strings["Click to open/close"] = "Reveal/hide"; -$a->strings["view full size"] = "view full size"; -$a->strings["Image/photo"] = "Image/Photo"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 wrote:"; -$a->strings["Encrypted content"] = "Encrypted content"; -$a->strings["Invalid source protocol"] = "Invalid source protocol"; -$a->strings["Invalid link protocol"] = "Invalid link protocol"; -$a->strings["Export"] = "Export"; -$a->strings["Export calendar as ical"] = "Export calendar as ical"; -$a->strings["Export calendar as csv"] = "Export calendar as csv"; -$a->strings["No contacts"] = "No contacts"; -$a->strings["%d Contact"] = [ - 0 => "%d contact", - 1 => "%d contacts", -]; -$a->strings["View Contacts"] = "View contacts"; -$a->strings["Trending Tags (last %d hour)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["More Trending Tags"] = ""; -$a->strings["newer"] = "Later posts"; -$a->strings["older"] = "Earlier posts"; -$a->strings["prev"] = "prev"; -$a->strings["last"] = "last"; -$a->strings["General Features"] = "General"; -$a->strings["Multiple Profiles"] = "Multiple profiles"; -$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; -$a->strings["Photo Location"] = "Photo location"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata."; -$a->strings["Export Public Calendar"] = "Export public calendar"; -$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; -$a->strings["Trending Tags"] = ""; -$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = ""; -$a->strings["Post Composition Features"] = "Post composition"; -$a->strings["Auto-mention Forums"] = "Auto-mention forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; -$a->strings["Explicit Mentions"] = "Explicit Mentions"; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies."; -$a->strings["Network Sidebar"] = "Network sidebar"; -$a->strings["Archives"] = "Archives"; -$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; -$a->strings["Protocol Filter"] = "Protocol filter"; -$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols"; -$a->strings["Network Tabs"] = "Network tabs"; -$a->strings["Network New Tab"] = "Network new tab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; -$a->strings["Network Shared Links Tab"] = "Network shared links tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; -$a->strings["Post/Comment Tools"] = "Post/Comment tools"; -$a->strings["Post Categories"] = "Post categories"; -$a->strings["Add categories to your posts"] = "Add categories to your posts"; -$a->strings["Advanced Profile Settings"] = "Advanced profiles"; -$a->strings["List Forums"] = "List forums"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; -$a->strings["Tag Cloud"] = "Tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page"; -$a->strings["Display Membership Date"] = "Display membership date"; -$a->strings["Display membership date in profile"] = "Display membership date in profile"; -$a->strings["Nothing new here"] = "Nothing new here"; -$a->strings["Clear notifications"] = "Clear notifications"; -$a->strings["Logout"] = "Logout"; -$a->strings["End this session"] = "End this session"; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Sign in"; -$a->strings["Personal notes"] = "Personal notes"; -$a->strings["Your personal notes"] = "My personal notes"; -$a->strings["Home Page"] = "Home page"; -$a->strings["Register"] = "Sign up now >>"; -$a->strings["Create an account"] = "Create account"; -$a->strings["Help and documentation"] = "Help and documentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; -$a->strings["Search site content"] = "Search site content"; -$a->strings["Community"] = "Community"; -$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; -$a->strings["Directory"] = "Directory"; -$a->strings["People directory"] = "People directory"; -$a->strings["Information"] = "Information"; -$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; -$a->strings["Terms of Service"] = "Terms of Service"; -$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance"; -$a->strings["Network Reset"] = "Network reset"; -$a->strings["Load Network page with no filters"] = "Load network page without filters"; -$a->strings["Friend Requests"] = "Friend requests"; -$a->strings["See all notifications"] = "See all notifications"; -$a->strings["Mark all system notifications seen"] = "Mark notifications as seen"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Outbox"; -$a->strings["Manage"] = "Manage"; -$a->strings["Manage other pages"] = "Manage other pages"; -$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; -$a->strings["Admin"] = "Admin"; -$a->strings["Site setup and configuration"] = "Site setup and configuration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Site map"; -$a->strings["Embedding disabled"] = "Embedding disabled"; -$a->strings["Embedded content"] = "Embedded content"; -$a->strings["Add New Contact"] = "Add new contact"; -$a->strings["Enter address or web location"] = "Enter address or web location"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; -$a->strings["%d invitation available"] = [ - 0 => "%d invitation available", - 1 => "%d invitations available", -]; -$a->strings["Following"] = ""; -$a->strings["Mutual friends"] = ""; -$a->strings["Relationships"] = ""; -$a->strings["All Contacts"] = "All contacts"; -$a->strings["Protocols"] = "Protocols"; -$a->strings["All Protocols"] = "All protocols"; -$a->strings["Saved Folders"] = "Saved Folders"; -$a->strings["Everything"] = "Everything"; -$a->strings["Categories"] = "Categories"; -$a->strings["%d contact in common"] = [ - 0 => "%d contact in common", - 1 => "%d contacts in common", -]; -$a->strings["Frequently"] = "Frequently"; -$a->strings["Hourly"] = "Hourly"; -$a->strings["Twice daily"] = "Twice daily"; -$a->strings["Daily"] = "Daily"; -$a->strings["Weekly"] = "Weekly"; -$a->strings["Monthly"] = "Monthly"; -$a->strings["DFRN"] = "DFRN"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Email"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "diaspora* connector"; -$a->strings["GNU Social Connector"] = "GNU Social Connector"; -$a->strings["ActivityPub"] = "ActivityPub"; -$a->strings["pnut"] = "pnut"; -$a->strings["No answer"] = "No answer"; -$a->strings["Male"] = "Male"; -$a->strings["Female"] = "Female"; -$a->strings["Currently Male"] = "Currently male"; -$a->strings["Currently Female"] = "Currently female"; -$a->strings["Mostly Male"] = "Mostly male"; -$a->strings["Mostly Female"] = "Mostly female"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transsexual"; -$a->strings["Hermaphrodite"] = "Hermaphrodite"; -$a->strings["Neuter"] = "Neuter"; -$a->strings["Non-specific"] = "Non-specific"; -$a->strings["Other"] = "Other"; -$a->strings["Males"] = "Males"; -$a->strings["Females"] = "Females"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbian"; -$a->strings["No Preference"] = "No Preference"; -$a->strings["Bisexual"] = "Bisexual"; -$a->strings["Autosexual"] = "Auto-sexual"; -$a->strings["Abstinent"] = "Abstinent"; -$a->strings["Virgin"] = "Virgin"; -$a->strings["Deviant"] = "Deviant"; -$a->strings["Fetish"] = "Fetish"; -$a->strings["Oodles"] = "Oodles"; -$a->strings["Nonsexual"] = "Asexual"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Lonely"; -$a->strings["In a relation"] = ""; -$a->strings["Has crush"] = "Having a crush"; -$a->strings["Infatuated"] = "Infatuated"; -$a->strings["Dating"] = "Dating"; -$a->strings["Unfaithful"] = "Unfaithful"; -$a->strings["Sex Addict"] = "Sex addict"; -$a->strings["Friends"] = "Friends"; -$a->strings["Friends/Benefits"] = "Friends with benefits"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Engaged"; -$a->strings["Married"] = "Married"; -$a->strings["Imaginarily married"] = "Imaginarily married"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Cohabiting"; -$a->strings["Common law"] = "Common law spouse"; -$a->strings["Happy"] = "Happy"; -$a->strings["Not looking"] = "Not looking"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Betrayed"; -$a->strings["Separated"] = "Separated"; -$a->strings["Unstable"] = "Unstable"; -$a->strings["Divorced"] = "Divorced"; -$a->strings["Imaginarily divorced"] = "Imaginarily divorced"; -$a->strings["Widowed"] = "Widowed"; -$a->strings["Uncertain"] = "Uncertain"; -$a->strings["It's complicated"] = "It's complicated"; -$a->strings["Don't care"] = "Don't care"; -$a->strings["Ask me"] = "Ask me"; -$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; -$a->strings["%s: Database update"] = "%s: Database update"; -$a->strings["%s: updating %s table."] = "%s: updating %s table."; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions."; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions"; -$a->strings["Storage base path"] = "Storage base path"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"; -$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder"; -$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s"; -$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Starts:"; -$a->strings["Finishes:"] = "Finishes:"; -$a->strings["all-day"] = "All-day"; -$a->strings["Sept"] = "Sep"; -$a->strings["No events to display"] = "No events to display"; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Edit event"; -$a->strings["Duplicate event"] = "Duplicate event"; -$a->strings["Delete event"] = "Delete event"; -$a->strings["link to source"] = "Link to source"; -$a->strings["D g:i A"] = "D g:i A"; -$a->strings["g:i A"] = "g:i A"; -$a->strings["Show map"] = "Show map"; -$a->strings["Hide map"] = "Hide map"; -$a->strings["%s's birthday"] = "%s's birthday"; -$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; -$a->strings["Item filed"] = "Item filed"; -$a->strings["Login failed"] = "Login failed"; -$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; -$a->strings["Password can't be empty"] = "Password can't be empty"; -$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed."; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another."; -$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons (:)"; -$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged."; -$a->strings["An invitation is required."] = "An invitation is required."; -$a->strings["Invitation could not be verified."] = "Invitation could not be verified."; -$a->strings["Invalid OpenID url"] = "Invalid OpenID URL"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."; -$a->strings["The error message was:"] = "The error message was:"; -$a->strings["Please enter the required information."] = "Please enter the required information."; -$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."; -$a->strings["Username should be at least %s character."] = [ - 0 => "Username should be at least %s character.", - 1 => "Username should be at least %s characters.", -]; -$a->strings["Username should be at most %s character."] = [ - 0 => "Username should be at most %s character.", - 1 => "Username should be at most %s characters.", -]; -$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name."; -$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site."; -$a->strings["Not a valid email address."] = "Not a valid email address."; -$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin."; -$a->strings["Cannot use that email."] = "Cannot use that email."; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _."; -$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; -$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; -$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; -$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again."; -$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"; -$a->strings["Registration at %s"] = "Registration at %s"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; -$a->strings["Registration details for %s"] = "Registration details for %s"; -$a->strings["Drop Contact"] = "Drop contact"; -$a->strings["Organisation"] = "Organization"; -$a->strings["News"] = "News"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect URL missing."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; -$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; -$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; -$a->strings["An author or name was not found."] = "An author or name was not found."; -$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact."; -$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; -$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; -$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; -$a->strings["Everybody"] = "Everybody"; -$a->strings["edit"] = "edit"; -$a->strings["Groups"] = "Groups"; -$a->strings["Edit group"] = "Edit group"; -$a->strings["Contacts not in any group"] = "Contacts not in any group"; -$a->strings["Create a new group"] = "Create new group"; -$a->strings["Group Name: "] = "Group name: "; -$a->strings["Edit groups"] = "Edit groups"; -$a->strings["[no subject]"] = "[no subject]"; -$a->strings["Edit profile"] = "Edit profile"; -$a->strings["Manage/edit profiles"] = "Manage/Edit profiles"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = ""; -$a->strings["Atom feed"] = "Atom feed"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[today]"; -$a->strings["Birthday Reminders"] = "Birthday reminders"; -$a->strings["Birthdays this week:"] = "Birthdays this week:"; -$a->strings["[No description]"] = "[No description]"; -$a->strings["Event Reminders"] = "Event reminders"; -$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:"; -$a->strings["Member since:"] = "Member since:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Age:"] = "Age:"; -$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s"; -$a->strings["Religion:"] = "Religion:"; -$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:"; -$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:"; -$a->strings["Musical interests:"] = "Music:"; -$a->strings["Books, literature:"] = "Books/Literature:"; -$a->strings["Television:"] = "Television:"; -$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:"; -$a->strings["Love/Romance:"] = "Love/Romance:"; -$a->strings["Work/employment:"] = "Work/Employment:"; -$a->strings["School/education:"] = "School/Education:"; -$a->strings["Forums:"] = "Forums:"; -$a->strings["Profile Details"] = "Profile Details"; -$a->strings["Only You Can See This"] = "Only you can see this."; -$a->strings["Tips for New Members"] = "Tips for New Members"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s"; -$a->strings["activity"] = "activity"; -$a->strings["comment"] = [ - 0 => "comment", - 1 => "comments", -]; -$a->strings["post"] = "post"; -$a->strings["Content warning: %s"] = "Content warning: %s"; -$a->strings["bytes"] = "bytes"; -$a->strings["View on separate page"] = "View on separate page"; -$a->strings["view on separate page"] = "view on separate page"; -$a->strings["%s's timeline"] = "%s's timeline"; -$a->strings["%s's posts"] = "%s's posts"; -$a->strings["%s's comments"] = "%s's comments"; -$a->strings["%s is now following %s."] = "%s is now following %s."; -$a->strings["following"] = "following"; -$a->strings["%s stopped following %s."] = "%s stopped following %s."; -$a->strings["stopped following"] = "stopped following"; -$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network"; -$a->strings["Attachments:"] = "Attachments:"; -$a->strings["(no subject)"] = "(no subject)"; +$a->strings["Public access denied."] = "Public access denied."; +$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; +$a->strings["Find on this site"] = "Find on this site"; +$a->strings["Results for:"] = "Results for:"; +$a->strings["Site Directory"] = "Site directory"; +$a->strings["Bad Request"] = "Bad request"; +$a->strings["Unauthorized"] = "Unauthorized"; +$a->strings["Forbidden"] = "Forbidden"; +$a->strings["Not Found"] = "Not found"; +$a->strings["Internal Server Error"] = "Internal Server Error"; +$a->strings["Service Unavailable"] = "Service Unavailable"; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required but has failed or not yet being provided."; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; +$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later."; +$a->strings["Go back"] = "Go back"; +$a->strings["Help:"] = "Help:"; +$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; +$a->strings["Select an identity to manage: "] = "Select identity:"; $a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), a username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but won’t be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; $a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."; $a->strings["Privacy Statement"] = "Privacy Statement"; -$a->strings["No installed applications."] = "No installed applications."; -$a->strings["Applications"] = "Applications"; -$a->strings["Credits"] = "Credits"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; -$a->strings["Addon not found."] = "Addon not found."; -$a->strings["Addon %s disabled."] = "Addon %s disabled."; -$a->strings["Addon %s enabled."] = "Addon %s enabled."; -$a->strings["Disable"] = "Disable"; -$a->strings["Enable"] = "Enable"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; +$a->strings["System check"] = "System check"; +$a->strings["Next"] = "Next"; +$a->strings["Check again"] = "Check again"; +$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; +$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; +$a->strings["Base settings"] = "Base settings"; +$a->strings["SSL link policy"] = "SSL link policy"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; +$a->strings["Host name"] = "Host name"; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."; +$a->strings["Base path to installation"] = "Base path to installation"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."; +$a->strings["Sub path of the URL"] = "URL Sub-path "; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path."; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database server name"; +$a->strings["Database Login Name"] = "Database login name"; +$a->strings["Database Login Password"] = "Database login password"; +$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; +$a->strings["Database Name"] = "Database name"; +$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website"; +$a->strings["Site settings"] = "Site settings"; +$a->strings["Site administrator email address"] = "Site administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; +$a->strings["System Language:"] = "System language:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; +$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; +$a->strings["Installation finished"] = "Installation finished"; +$a->strings["

What next

"] = "

What next

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; +$a->strings["Please login to continue."] = "Please login to continue."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator."; +$a->strings["Overview"] = "Overview"; +$a->strings["Federation Statistics"] = "Federation statistics"; +$a->strings["Configuration"] = "Configuration"; +$a->strings["Site"] = "Site"; +$a->strings["Users"] = "Users"; +$a->strings["Addons"] = "Addons"; +$a->strings["Themes"] = "Theme selection"; +$a->strings["Additional features"] = "Additional features"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB updates"; +$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; +$a->strings["Inspect worker Queue"] = "Inspect worker queue"; +$a->strings["Tools"] = "Tools"; +$a->strings["Contact Blocklist"] = "Contact block-list"; +$a->strings["Server Blocklist"] = "Server block-list"; +$a->strings["Delete Item"] = "Delete item"; +$a->strings["Logs"] = "Logs"; +$a->strings["View Logs"] = "View logs"; +$a->strings["Diagnostics"] = "Diagnostics"; +$a->strings["PHP Info"] = "PHP info"; +$a->strings["probe address"] = "Probe address"; +$a->strings["check webfinger"] = "Check webfinger"; +$a->strings["Item Source"] = "Item source"; +$a->strings["Babel"] = "Babel"; +$a->strings["Addon Features"] = "Addon features"; +$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["Create a New Account"] = "Create a new account"; +$a->strings["Your OpenID: "] = "Your OpenID: "; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "Please enter your username and password to add the OpenID to your existing account."; +$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; +$a->strings["Nickname or Email: "] = "Nickname or email: "; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Remember me"; +$a->strings["Forgot your password?"] = "Forgot your password?"; +$a->strings["Password Reset"] = "Forgotten password?"; +$a->strings["Website Terms of Service"] = "Website Terms of Service"; +$a->strings["terms of service"] = "Terms of service"; +$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; +$a->strings["privacy policy"] = "Privacy policy"; +$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; +$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; +$a->strings["Two-factor authentication"] = "Two-factor authentication"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; +$a->strings["Error"] = [ + 0 => "Error", + 1 => "Errors", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; +$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; +$a->strings["Verify code and complete login"] = "Verify code and complete login"; +$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; +$a->strings["Two-factor recovery"] = "Two-factor recovery"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; +$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; +$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; +$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; +$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter."; +$a->strings["The post was created"] = "The post was created"; +$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; +$a->strings["Item was not found."] = "Item was not found."; +$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to block-list."; +$a->strings["Site blocklist updated."] = "Site block-list updated."; +$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern"; +$a->strings["Reason for the block"] = "Reason for the block"; +$a->strings["Delete server domain pattern"] = "Delete server domain pattern"; +$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the block-list"; $a->strings["Administration"] = "Administration"; -$a->strings["Toggle"] = "Toggle"; -$a->strings["Author: "] = "Author: "; -$a->strings["Maintainer: "] = "Maintainer: "; -$a->strings["Addon %s failed to install."] = "Addon %s failed to install."; -$a->strings["Reload active addons"] = "Reload active addons"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["Server Domain Pattern Blocklist"] = "Server domain pattern block-list"; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the /friendica page so that your users and people investigating communication problems can find the reason easily."; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"; +$a->strings["Add new entry to block list"] = "Add new entry to block-list"; +$a->strings["Server Domain Pattern"] = "Server Domain Pattern"; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block-list. Do not include the protocol."; +$a->strings["Block reason"] = "Block reason"; +$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern."; +$a->strings["Add Entry"] = "Add entry"; +$a->strings["Save changes to the blocklist"] = "Save changes to the block-list"; +$a->strings["Current Entries in the Blocklist"] = "Current entries in the block-list"; +$a->strings["Delete entry from blocklist"] = "Delete entry from block-list"; +$a->strings["Delete entry from blocklist?"] = "Delete entry from block-list?"; $a->strings["The contact has been blocked from the node"] = "This contact has been blocked from the node"; $a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; $a->strings["%s contact unblocked"] = [ 0 => "%s contact unblocked", 1 => "%s contacts unblocked", ]; -$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist"; +$a->strings["Remote Contact Blocklist"] = "Remote contact block-list"; $a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node."; $a->strings["Block Remote Contact"] = "Block remote contact"; $a->strings["select all"] = "select all"; @@ -1581,87 +1054,15 @@ $a->strings["No remote contact is blocked from this node."] = "No remote contact $a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; $a->strings["Block New Remote Contact"] = "Block new remote contact"; $a->strings["Photo"] = "Photo"; -$a->strings["Reason"] = ""; +$a->strings["Name"] = "Name:"; +$a->strings["Reason"] = "Reason"; $a->strings["%s total blocked contact"] = [ 0 => "%s total blocked contact", 1 => "%s blocked contacts", ]; +$a->strings["Profile URL"] = "Profile URL:"; $a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; -$a->strings["Block Reason"] = ""; -$a->strings["Server domain pattern added to blocklist."] = ""; -$a->strings["Site blocklist updated."] = "Site blocklist updated."; -$a->strings["Blocked server domain pattern"] = ""; -$a->strings["Reason for the block"] = "Reason for the block"; -$a->strings["Delete server domain pattern"] = ""; -$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; -$a->strings["Server Domain Pattern Blocklist"] = ""; -$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = ""; -$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; -$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; -$a->strings["Add new entry to block list"] = "Add new entry to block list"; -$a->strings["Server Domain Pattern"] = ""; -$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = ""; -$a->strings["Block reason"] = "Block reason"; -$a->strings["The reason why you blocked this server domain pattern."] = ""; -$a->strings["Add Entry"] = "Add entry"; -$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; -$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; -$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist"; -$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?"; -$a->strings["Update has been marked successful"] = "Update has been marked successful"; -$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Execution of database structure update %s failed with error: %s"; -$a->strings["Executing %s failed with error: %s"] = "Execution of %s failed with error: %s"; -$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded."; -$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called."; -$a->strings["No failed updates."] = "No failed updates."; -$a->strings["Check database structure"] = "Check database structure"; -$a->strings["Failed Updates"] = "Failed updates"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; -$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; -$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; -$a->strings["Lock feature %s"] = "Lock feature %s"; -$a->strings["Manage Additional Features"] = "Manage additional features"; -$a->strings["unknown"] = "unknown"; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; -$a->strings["Federation Statistics"] = "Federation statistics"; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently, this node is aware of %d nodes with %d registered users from the following platforms:"; -$a->strings["Item marked for deletion."] = "Item marked for deletion."; -$a->strings["Delete Item"] = "Delete item"; -$a->strings["Delete this Item"] = "Delete"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; -$a->strings["Item Guid"] = "Item Guid"; -$a->strings["The logfile '%s' is not writable. No logging possible"] = ""; -$a->strings["Log settings updated."] = "Log settings updated."; -$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; -$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; -$a->strings["Logs"] = "Logs"; -$a->strings["Clear"] = "Clear"; -$a->strings["Enable Debugging"] = "Enable debugging"; -$a->strings["Log file"] = "Log file"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; -$a->strings["Log level"] = "Log level"; -$a->strings["PHP logging"] = "PHP logging"; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
Check if file %1\$s is readable."; -$a->strings["View Logs"] = "View logs"; -$a->strings["Theme settings updated."] = "Theme settings updated."; -$a->strings["Theme %s disabled."] = "Theme %s disabled."; -$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; -$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; -$a->strings["Screenshot"] = "Screenshot"; -$a->strings["Themes"] = "Theme selection"; -$a->strings["Unknown theme."] = "Unknown theme."; -$a->strings["Reload active themes"] = "Reload active themes"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Unsupported]"; +$a->strings["Block Reason"] = "Block reason"; $a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated."; $a->strings["Display Terms of Service"] = "Display Terms of Service"; $a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page."; @@ -1670,6 +1071,28 @@ $a->strings["Show some informations regarding the needed information to operate $a->strings["Privacy Statement Preview"] = "Privacy Statement Preview"; $a->strings["The Terms of Service"] = "Terms of Service"; $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less."; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Addon not found."] = "Addon not found."; +$a->strings["Addon %s disabled."] = "Addon %s disabled."; +$a->strings["Addon %s enabled."] = "Addon %s enabled."; +$a->strings["Disable"] = "Disable"; +$a->strings["Enable"] = "Enable"; +$a->strings["Toggle"] = "Toggle"; +$a->strings["Author: "] = "Author: "; +$a->strings["Maintainer: "] = "Maintainer: "; +$a->strings["Addon %s failed to install."] = "Addon %s failed to install."; +$a->strings["Reload active addons"] = "Reload active addons"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["Theme settings updated."] = "Theme settings updated."; +$a->strings["Unknown theme."] = "Unknown theme."; +$a->strings["Theme %s disabled."] = "Theme %s disabled."; +$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled."; +$a->strings["Theme %s failed to install."] = "Theme %s failed to install."; +$a->strings["Screenshot"] = "Screenshot"; +$a->strings["Reload active themes"] = "Reload active themes"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Unsupported]"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; $a->strings["%s user blocked"] = [ @@ -1688,13 +1111,20 @@ $a->strings["%s user deleted"] = [ $a->strings["User \"%s\" deleted"] = "User \"%s\" deleted"; $a->strings["User \"%s\" blocked"] = "User \"%s\" blocked"; $a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked"; +$a->strings["Normal Account Page"] = "Standard"; +$a->strings["Soapbox Page"] = "Soapbox"; +$a->strings["Public Forum"] = "Public forum"; +$a->strings["Automatic Friend Page"] = "Love-all"; $a->strings["Private Forum"] = "Private Forum"; +$a->strings["Personal Page"] = "Personal Page"; +$a->strings["Organisation Page"] = "Organization Page"; +$a->strings["News Page"] = "News Page"; +$a->strings["Community Forum"] = "Community Forum"; $a->strings["Relay"] = "Relay"; $a->strings["Register date"] = "Registration date"; $a->strings["Last login"] = "Last login"; $a->strings["Last item"] = "Last item"; $a->strings["Type"] = "Type"; -$a->strings["Users"] = "Users"; $a->strings["Add User"] = "Add user"; $a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; $a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; @@ -1713,17 +1143,11 @@ $a->strings["Name of the new user."] = "Name of the new user."; $a->strings["Nickname"] = "Nickname"; $a->strings["Nickname of the new user."] = "Nickname of the new user."; $a->strings["Email address of the new user."] = "Email address of the new user."; -$a->strings["Inspect Deferred Worker Queue"] = "Inspect deferred worker queue"; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."; -$a->strings["Inspect Worker Queue"] = "Inspect worker queue"; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."; -$a->strings["ID"] = "ID"; -$a->strings["Job Parameters"] = "Job parameters"; -$a->strings["Created"] = "Created"; -$a->strings["Priority"] = "Priority"; $a->strings["Can not parse base url. Must have at least ://"] = "Can not parse base URL. Must have at least ://"; $a->strings["Invalid storage backend setting value."] = "Invalid storage backend setting."; $a->strings["Site settings updated."] = "Site settings updated."; +$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; +$a->strings["%s - (Experimental)"] = "%s - (Experimental)"; $a->strings["No community page for local users"] = "No community page for local users"; $a->strings["No community page"] = "No community page"; $a->strings["Public postings from users of this site"] = "Public postings from users of this site"; @@ -1731,7 +1155,7 @@ $a->strings["Public postings from the federated network"] = "Public postings fro $a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network"; $a->strings["Disabled"] = "Disabled"; $a->strings["Users, Global Contacts"] = "Users, Global Contacts"; -$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; +$a->strings["Users, Global Contacts/fallback"] = "Users, global contacts/fallback"; $a->strings["One month"] = "One month"; $a->strings["Three months"] = "Three months"; $a->strings["Half a year"] = "Half a year"; @@ -1740,14 +1164,10 @@ $a->strings["Multi user instance"] = "Multi user instance"; $a->strings["Closed"] = "Closed"; $a->strings["Requires approval"] = "Requires approval"; $a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; -$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; $a->strings["Don't check"] = "Don't check"; $a->strings["check the stable version"] = "check for stable version updates"; $a->strings["check the development version"] = "check for development version updates"; $a->strings["Database (legacy)"] = "Database (legacy)"; -$a->strings["Site"] = "Site"; $a->strings["Republish users to directory"] = "Republish users to directory"; $a->strings["Registration"] = "Registration"; $a->strings["File upload"] = "File upload"; @@ -1773,8 +1193,6 @@ $a->strings["System theme"] = "System theme"; $a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = "Default system theme - may be over-ridden by user profiles - Change default theme settings"; $a->strings["Mobile system theme"] = "Mobile system theme"; $a->strings["Theme for mobile devices"] = "Theme for mobile devices"; -$a->strings["SSL link policy"] = "SSL link policy"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; $a->strings["Force SSL"] = "Force SSL"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."; $a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu"; @@ -1922,7 +1340,43 @@ $a->strings["Server tags"] = "Server tags"; $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Comma separated list of tags for the \"tags\" subscription."; $a->strings["Allow user tags"] = "Allow user tags"; $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."; -$a->strings["Start Relocation"] = "Start Relocation"; +$a->strings["Start Relocation"] = "Start relocation"; +$a->strings["unknown"] = "unknown"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently, this node is aware of %d nodes with %d registered users from the following platforms:"; +$a->strings["Off"] = "Off"; +$a->strings["On"] = "On"; +$a->strings["Lock feature %s"] = "Lock feature %s"; +$a->strings["Manage Additional Features"] = "Manage additional features"; +$a->strings["Inspect Deferred Worker Queue"] = "Inspect deferred worker queue"; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."; +$a->strings["Inspect Worker Queue"] = "Inspect worker queue"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = "Job parameters"; +$a->strings["Created"] = "Created"; +$a->strings["Priority"] = "Priority"; +$a->strings["Item marked for deletion."] = "Item marked for deletion."; +$a->strings["Delete this Item"] = "Delete"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; +$a->strings["Item Guid"] = "Item Guid"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writable. No logging is possible"; +$a->strings["Log settings updated."] = "Log settings updated."; +$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; +$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; +$a->strings["Clear"] = "Clear"; +$a->strings["Enable Debugging"] = "Enable debugging"; +$a->strings["Log file"] = "Log file"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; +$a->strings["Log level"] = "Log level"; +$a->strings["PHP logging"] = "PHP logging"; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
Check if file %1\$s is readable."; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB-only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s"; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."; @@ -1932,6 +1386,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition..htconfig.php. See the Config help page for help with the transition."; $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."; $a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = "%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = "The logfile '%s' is not usable. No logging is possible (error: '%s')"; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = "The debug logfile '%s' is not usable. No logging is possible (error: '%s')"; $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."; $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "The current system.basepath '%s' is wrong and the config file '%s' isn't used."; $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."; @@ -1948,38 +1404,140 @@ $a->strings["Registered users"] = "Signed up users"; $a->strings["Pending registrations"] = "Pending registrations"; $a->strings["Version"] = "Version"; $a->strings["Active addons"] = "Active addons"; -$a->strings["No friends to display."] = "No friends to display."; -$a->strings["Item was not found."] = "Item was not found."; -$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator."; -$a->strings["Overview"] = "Overview"; -$a->strings["Configuration"] = "Configuration"; -$a->strings["Database"] = "Database"; -$a->strings["DB updates"] = "DB updates"; -$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers"; -$a->strings["Inspect worker Queue"] = "Inspect worker queue"; -$a->strings["Tools"] = "Tools"; -$a->strings["Contact Blocklist"] = "Contact blocklist"; -$a->strings["Server Blocklist"] = "Server blocklist"; -$a->strings["Diagnostics"] = "Diagnostics"; -$a->strings["PHP Info"] = "PHP info"; -$a->strings["probe address"] = "Probe address"; -$a->strings["check webfinger"] = "Check webfinger"; -$a->strings["Item Source"] = "Item source"; -$a->strings["Babel"] = "Babel"; -$a->strings["Addon Features"] = "Addon features"; -$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["Update has been marked successful"] = "Update has been marked successful"; +$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Execution of database structure update %s failed with error: %s"; +$a->strings["Executing %s failed with error: %s"] = "Execution of %s failed with error: %s"; +$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded."; +$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called."; +$a->strings["No failed updates."] = "No failed updates."; +$a->strings["Check database structure"] = "Check database structure"; +$a->strings["Failed Updates"] = "Failed updates"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; +$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; +$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; +$a->strings["Delegation successfully granted."] = "Delegation successfully granted."; +$a->strings["Parent user not found, unavailable or password doesn't match."] = "Parent user not found, unavailable or password doesn't match."; +$a->strings["Delegation successfully revoked."] = "Delegation successfully revoked."; +$a->strings["Delegated administrators can view but not change delegation permissions."] = "Delegated administrators can view but not change delegation permissions."; +$a->strings["Delegate user not found."] = "Delegate user not found."; +$a->strings["No parent user"] = "No parent user"; +$a->strings["Parent Password:"] = "Parent Password:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request."; +$a->strings["Parent User"] = "Parent user"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; +$a->strings["Delegate Page Management"] = "Delegate Page Management"; +$a->strings["Delegates"] = "Delegates"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; +$a->strings["Existing Page Delegates"] = "Existing page delegates"; +$a->strings["Potential Delegates"] = "Potential delegates"; +$a->strings["Remove"] = "Remove"; +$a->strings["Add"] = "Add"; +$a->strings["No entries."] = "No entries."; +$a->strings["Export account"] = "Export account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; +$a->strings["Export all"] = "Export all"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as JSON. This could be a very big file, and could take a lot of time. Use this to make a full backup of your account. Photos are not exported."; +$a->strings["Export Contacts to CSV"] = "Export contacts to CSV"; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example."; +$a->strings["Export personal data"] = "Export personal data"; +$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; +$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "Two-factor code verification"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; +$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; +$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty."; +$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists."; +$a->strings["New app-specific password generated."] = "New app-specific password generated."; +$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked."; +$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked."; +$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords"; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!"; +$a->strings["Description"] = "Description"; +$a->strings["Last Used"] = "Last used"; +$a->strings["Revoke"] = "Revoke"; +$a->strings["Revoke All"] = "Revoke all"; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it."; +$a->strings["Generate new app-specific password"] = "Generate new app-specific password"; +$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2..."; +$a->strings["Generate"] = "Generate"; +$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; +$a->strings["Wrong Password"] = "Wrong password"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; +$a->strings["Authenticator app"] = "Authenticator app"; +$a->strings["Configured"] = "Configured"; +$a->strings["Not Configured"] = "Not configured"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; +$a->strings["Recovery codes"] = "Recovery codes"; +$a->strings["Remaining valid codes"] = "Remaining valid codes"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; +$a->strings["App-specific passwords"] = "App-specific passwords"; +$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords."; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"; +$a->strings["Actions"] = "Actions"; +$a->strings["Current password:"] = "Current password:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; +$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; +$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; +$a->strings["Show recovery codes"] = "Show recovery codes"; +$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords."; +$a->strings["Finish app configuration"] = "Finish app configuration"; +$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; +$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; +$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; +$a->strings["Next: Verification"] = "Next: Verification"; +$a->strings["Method Not Allowed."] = "Method not allowed."; +$a->strings["Page not found."] = "Page not found"; $a->strings["People Search - %s"] = "People search - %s"; $a->strings["Forum Search - %s"] = "Forum search - %s"; -$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; -$a->strings["Source URL"] = "Source URL"; +$a->strings["No matches"] = "No matches"; +$a->strings["No installed applications."] = "No installed applications."; +$a->strings["Applications"] = "Applications"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"; +$a->strings["Logged out."] = "Logged out."; +$a->strings["Group created."] = "Group created."; +$a->strings["Could not create group."] = "Could not create group."; +$a->strings["Group not found."] = "Group not found."; +$a->strings["Group name changed."] = "Group name changed."; +$a->strings["Unknown group."] = "Unknown group."; +$a->strings["Contact not found."] = "Contact not found."; +$a->strings["Contact is unavailable."] = "Contact is unavailable."; +$a->strings["Contact is deleted."] = "Contact is deleted."; +$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; +$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; +$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; +$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; +$a->strings["Contact successfully removed from group."] = "Contact successfully removed from group."; +$a->strings["Unknown group command."] = "Unknown group command."; +$a->strings["Bad request."] = "Bad request."; +$a->strings["Save Group"] = "Save group"; +$a->strings["Filter"] = "Filter"; +$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; +$a->strings["Group removed."] = "Group removed."; +$a->strings["Unable to remove group."] = "Unable to remove group."; +$a->strings["Delete Group"] = "Delete group"; +$a->strings["Edit Group Name"] = "Edit group name"; +$a->strings["Members"] = "Members"; +$a->strings["Group is empty"] = "Group is empty"; +$a->strings["Remove contact from group"] = "Remove contact from group"; +$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; +$a->strings["Add contact to group"] = "Add contact to group"; +$a->strings["No given contact."] = "No given contact."; +$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature."; $a->strings["Time Conversion"] = "Time conversion"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; $a->strings["UTC time: %s"] = "UTC time: %s"; $a->strings["Current timezone: %s"] = "Current time zone: %s"; $a->strings["Converted localtime: %s"] = "Converted local time: %s"; $a->strings["Please select your timezone:"] = "Please select your time zone:"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature."; -$a->strings["Lookup address"] = ""; $a->strings["Source input"] = "Source input"; $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; @@ -2000,215 +1558,19 @@ $a->strings["HTML Input"] = "HTML input"; $a->strings["HTML::toBBCode"] = "HTML::toBBCode"; $a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; $a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)"; -$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; +$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "HTML::toBBCode => BBCode::toPlaintext"; $a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; $a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; -$a->strings["HTML::toPlaintext (compact)"] = ""; +$a->strings["HTML::toPlaintext (compact)"] = "HTML::toPlaintext (compact)"; $a->strings["Source text"] = "Source text"; $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = "Markdown"; $a->strings["HTML"] = "HTML"; -$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; -$a->strings["Find on this site"] = "Find on this site"; -$a->strings["Results for:"] = "Results for:"; -$a->strings["Site Directory"] = "Site directory"; -$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; -$a->strings["- select -"] = "- select -"; -$a->strings["No given contact."] = "No given contact."; -$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; -$a->strings["No installed addons/apps"] = "No installed addons/apps"; -$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; -$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; -$a->strings["the bugtracker at github"] = "the bugtracker at github"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; -$a->strings["Group created."] = "Group created."; -$a->strings["Could not create group."] = "Could not create group."; -$a->strings["Group not found."] = "Group not found."; -$a->strings["Group name changed."] = "Group name changed."; -$a->strings["Unknown group."] = "Unknown group."; -$a->strings["Contact is unavailable."] = "Contact is unavailable."; -$a->strings["Contact is deleted."] = "Contact is deleted."; -$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group."; -$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group."; -$a->strings["Contact successfully added to group."] = "Contact successfully added to group."; -$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group."; -$a->strings["Contact successfully removed from group."] = "Contact successfully removed from group."; -$a->strings["Unknown group command."] = "Unknown group command."; -$a->strings["Bad request."] = "Bad request."; -$a->strings["Save Group"] = "Save group"; -$a->strings["Filter"] = "Filter"; -$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; -$a->strings["Group removed."] = "Group removed."; -$a->strings["Unable to remove group."] = "Unable to remove group."; -$a->strings["Delete Group"] = "Delete group"; -$a->strings["Edit Group Name"] = "Edit group name"; -$a->strings["Members"] = "Members"; -$a->strings["Remove contact from group"] = "Remove contact from group"; -$a->strings["Add contact to group"] = "Add contact to group"; -$a->strings["Help:"] = "Help:"; +$a->strings["Access denied."] = "Access denied."; +$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; +$a->strings["Source URL"] = "Source URL"; +$a->strings["Lookup address"] = "Lookup address"; $a->strings["Welcome to %s"] = "Welcome to %s"; -$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; -$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; -$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; -$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; -$a->strings["%d message sent."] = [ - 0 => "%d message sent.", - 1 => "%d messages sent.", -]; -$a->strings["You have no more invitations available"] = "You have no more invitations available."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; -$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; -$a->strings["Send invitations"] = "Send invitations"; -$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; -$a->strings["Please enter a post body."] = ""; -$a->strings["This feature is only available with the frio theme."] = ""; -$a->strings["Compose new personal note"] = ""; -$a->strings["Compose new post"] = ""; -$a->strings["Clear the location"] = ""; -$a->strings["Location services are unavailable on your device"] = ""; -$a->strings["Location services are disabled. Please check the website's permissions on your device"] = ""; -$a->strings["Public"] = ""; -$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = ""; -$a->strings["Limited/Private"] = ""; -$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = ""; -$a->strings["Create a New Account"] = "Create a new account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Remember me"; -$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; -$a->strings["Forgot your password?"] = "Forgot your password?"; -$a->strings["Website Terms of Service"] = "Website Terms of Service"; -$a->strings["terms of service"] = "Terms of service"; -$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; -$a->strings["privacy policy"] = "Privacy policy"; -$a->strings["Logged out."] = "Logged out."; -$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance."; -$a->strings["Page not found."] = "Page not found"; -$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s."; -$a->strings["User not found."] = ""; -$a->strings["No contacts."] = "No contacts."; -$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; -$a->strings["Follower (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Following (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Mutual friend (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Contact (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["All contacts"] = ""; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; -$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; -$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; -$a->strings["Note for the admin"] = "Note for the admin"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do you want to join this node?"; -$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; -$a->strings["Your invitation code: "] = "Your invitation code: "; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be sent there, so this must be an existing address.)"; -$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; -$a->strings["Choose a nickname: "] = "Choose a nickname: "; -$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; -$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; -$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here are your account details:
login: %s
password: %s

You can change your password after login."; -$a->strings["Registration successful."] = "Registration successful."; -$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; -$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; -$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page."; -$a->strings["App-specific password generation failed: The description is empty."] = ""; -$a->strings["App-specific password generation failed: This description already exists."] = ""; -$a->strings["New app-specific password generated."] = ""; -$a->strings["App-specific passwords successfully revoked."] = ""; -$a->strings["App-specific password successfully revoked."] = ""; -$a->strings["Two-factor app-specific passwords"] = ""; -$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = ""; -$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = ""; -$a->strings["Description"] = ""; -$a->strings["Last Used"] = ""; -$a->strings["Revoke"] = ""; -$a->strings["Revoke All"] = ""; -$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; -$a->strings["Generate new app-specific password"] = ""; -$a->strings["Friendiqa on my Fairphone 2..."] = ""; -$a->strings["Generate"] = ""; -$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled."; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"; -$a->strings["Authenticator app"] = "Authenticator app"; -$a->strings["Configured"] = "Configured"; -$a->strings["Not Configured"] = "Not configured"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

You haven't finished configuring your authenticator app.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Your authenticator app is correctly configured.

"; -$a->strings["Recovery codes"] = "Recovery codes"; -$a->strings["Remaining valid codes"] = "Remaining valid codes"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

These one-use codes can replace an authenticator app code in case you have lost access to it.

"; -$a->strings["App-specific passwords"] = ""; -$a->strings["Generated app-specific passwords"] = ""; -$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = ""; -$a->strings["Actions"] = "Actions"; -$a->strings["Current password:"] = "Current password:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings."; -$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication"; -$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication"; -$a->strings["Show recovery codes"] = "Show recovery codes"; -$a->strings["Manage app-specific passwords"] = ""; -$a->strings["Finish app configuration"] = "Finish app configuration"; -$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated."; -$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe place! If you lose your device and don’t have the recovery codes you will lose access to your account.

"; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."; -$a->strings["Generate new recovery codes"] = "Generate new recovery codes"; -$a->strings["Next: Verification"] = "Next: Verification"; -$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated."; -$a->strings["Invalid code, please retry."] = "Invalid code, please try again."; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "Two-factor code verification"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Please scan this QR Code with your authenticator app and submit the provided code.

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Or you can open the following URL in your mobile device:

%s

"; -$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app"; -$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication"; -$a->strings["Bad Request"] = "Bad request"; -$a->strings["Unauthorized"] = "Unauthorized"; -$a->strings["Forbidden"] = "Forbidden"; -$a->strings["Not Found"] = "Not found"; -$a->strings["Internal Server Error"] = "Internal Server Error"; -$a->strings["Service Unavailable"] = "Service Unavailable"; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error."; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required but has failed or not yet being provided."; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."; -$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future."; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available."; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later."; -$a->strings["Go back"] = "Go back"; -$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d"; -$a->strings["Two-factor recovery"] = "Two-factor recovery"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Don’t have your phone? Enter a two-factor recovery code"; -$a->strings["Please enter a recovery code"] = "Please enter a recovery code"; -$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"; -$a->strings["Verify code and complete login"] = "Verify code and complete login"; $a->strings["Welcome to Friendica"] = "Welcome to Friendica"; $a->strings["New Member Checklist"] = "New Member Checklist"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."; @@ -2218,6 +1580,7 @@ $a->strings["On your Quick Start page - find a brief introduction to yo $a->strings["Go to Your Settings"] = "Go to your settings"; $a->strings["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."] = "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."; $a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; +$a->strings["Upload Profile Photo"] = "Upload profile photo"; $a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."; $a->strings["Edit Your Profile"] = "Edit your profile"; $a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."; @@ -2239,8 +1602,30 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s $a->strings["Getting Help"] = "Getting help"; $a->strings["Go to the Help Section"] = "Go to the help section"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Our help pages may be consulted for detail on other program features and resources."; -$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter."; -$a->strings["The post was created"] = "The post was created"; +$a->strings["User not found."] = "User not found."; +$a->strings["No contacts."] = "No contacts."; +$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; +$a->strings["Follower (%s)"] = [ + 0 => "Follower (%s)", + 1 => "Followers (%s)", +]; +$a->strings["Following (%s)"] = [ + 0 => "Following (%s)", + 1 => "Following (%s)", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "Mutual friend (%s)", + 1 => "Mutual friends (%s)", +]; +$a->strings["Contact (%s)"] = [ + 0 => "Contact (%s)", + 1 => "Contacts (%s)", +]; +$a->strings["All contacts"] = "All contacts"; +$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item"; +$a->strings["- select -"] = "- select -"; +$a->strings["Invalid contact."] = "Invalid contact."; +$a->strings["No friends to display."] = "No friends to display."; $a->strings["%d contact edited."] = [ 0 => "%d contact edited.", 1 => "%d contacts edited.", @@ -2248,7 +1633,8 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Could not access contact record."; $a->strings["Could not locate selected profile."] = "Could not locate selected profile."; $a->strings["Contact updated."] = "Contact updated."; -$a->strings["Contact not found"] = ""; +$a->strings["Failed to update contact record."] = "Failed to update contact record."; +$a->strings["Contact not found"] = "Contact not found"; $a->strings["Contact has been blocked"] = "Contact has been blocked"; $a->strings["Contact has been unblocked"] = "Contact has been unblocked"; $a->strings["Contact has been ignored"] = "Contact has been ignored"; @@ -2292,14 +1678,15 @@ $a->strings["Currently blocked"] = "Currently blocked"; $a->strings["Currently ignored"] = "Currently ignored"; $a->strings["Currently archived"] = "Currently archived"; $a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement"; +$a->strings["Hide this contact from others"] = "Hide this contact from others"; $a->strings["Replies/likes to your public posts may still be visible"] = "Replies/Likes to your public posts may still be visible"; $a->strings["Notification for new posts"] = "Notification for new posts"; $a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; $a->strings["Blacklisted keywords"] = "Blacklisted keywords"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; $a->strings["Show all contacts"] = "Show all contacts"; -$a->strings["Pending"] = ""; -$a->strings["Only show pending contacts"] = ""; +$a->strings["Pending"] = "Pending"; +$a->strings["Only show pending contacts"] = "Only show pending contacts."; $a->strings["Blocked"] = "Blocked"; $a->strings["Only show blocked contacts"] = "Only show blocked contacts"; $a->strings["Ignored"] = "Ignored"; @@ -2310,104 +1697,752 @@ $a->strings["Hidden"] = "Hidden"; $a->strings["Only show hidden contacts"] = "Only show hidden contacts"; $a->strings["Organize your contact groups"] = "Organize your contact groups"; $a->strings["Search your contacts"] = "Search your contacts"; +$a->strings["Results for: %s"] = "Results for: %s"; +$a->strings["Update"] = "Update"; $a->strings["Archive"] = "Archive"; $a->strings["Unarchive"] = "Unarchive"; $a->strings["Batch Actions"] = "Batch actions"; $a->strings["Conversations started by this contact"] = "Conversations started by this contact"; $a->strings["Posts and Comments"] = "Posts and Comments"; $a->strings["View all contacts"] = "View all contacts"; +$a->strings["Common Friends"] = "Common friends"; $a->strings["View all common friends"] = "View all common friends"; $a->strings["Advanced Contact Settings"] = "Advanced contact settings"; $a->strings["Mutual Friendship"] = "Mutual friendship"; $a->strings["is a fan of yours"] = "is a fan of yours"; $a->strings["you are a fan of"] = "I follow them"; -$a->strings["Pending outgoing contact request"] = ""; -$a->strings["Pending incoming contact request"] = ""; +$a->strings["Pending outgoing contact request"] = "Pending outgoing contact request."; +$a->strings["Pending incoming contact request"] = "Pending incoming contact request."; $a->strings["Edit contact"] = "Edit contact"; $a->strings["Toggle Blocked status"] = "Toggle blocked status"; $a->strings["Toggle Ignored status"] = "Toggle ignored status"; $a->strings["Toggle Archive status"] = "Toggle archive status"; $a->strings["Delete contact"] = "Delete contact"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; -$a->strings["System check"] = "System check"; -$a->strings["Check again"] = "Check again"; -$a->strings["Base settings"] = "Base settings"; -$a->strings["Host name"] = "Host name"; -$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."; -$a->strings["Base path to installation"] = "Base path to installation"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."; -$a->strings["Sub path of the URL"] = "URL Sub-path "; -$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path."; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database server name"; -$a->strings["Database Login Name"] = "Database login name"; -$a->strings["Database Login Password"] = "Database login password"; -$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; -$a->strings["Database Name"] = "Database name"; -$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website"; -$a->strings["Site settings"] = "Site settings"; -$a->strings["Site administrator email address"] = "Site administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel."; -$a->strings["System Language:"] = "System language:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; -$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; -$a->strings["Installation finished"] = "Installation finished"; -$a->strings["

What next

"] = "

What next

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; -$a->strings["This entry was edited"] = "This entry was edited"; -$a->strings["Private Message"] = "Private message"; -$a->strings["Delete locally"] = "Delete locally"; -$a->strings["Delete globally"] = "Delete globally"; -$a->strings["Remove locally"] = "Remove locally"; -$a->strings["save to folder"] = "Save to folder"; -$a->strings["I will attend"] = "I will attend"; -$a->strings["I will not attend"] = "I will not attend"; -$a->strings["I might attend"] = "I might attend"; -$a->strings["ignore thread"] = "Ignore thread"; -$a->strings["unignore thread"] = "Unignore thread"; -$a->strings["toggle ignore status"] = "Toggle ignore status"; -$a->strings["add star"] = "Add star"; -$a->strings["remove star"] = "Remove star"; -$a->strings["toggle star status"] = "Toggle star status"; -$a->strings["starred"] = "Starred"; -$a->strings["add tag"] = "Add tag"; -$a->strings["like"] = "Like"; -$a->strings["dislike"] = "Dislike"; -$a->strings["Share this"] = "Share this"; -$a->strings["share"] = "Share"; -$a->strings["to"] = "to"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "Wall-to-wall"; -$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:"; -$a->strings["Reply to %s"] = "Reply to %s"; -$a->strings["Notifier task is pending"] = "Notifier task is pending"; -$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending"; -$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway"; -$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done"; -$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done"; -$a->strings["%d comment"] = [ - 0 => "%d comment", - 1 => "%d comments -", +$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; +$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; +$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; +$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; +$a->strings["%d message sent."] = [ + 0 => "%d message sent.", + 1 => "%d messages sent.", ]; -$a->strings["Show more"] = "Show more"; -$a->strings["Show fewer"] = "Show fewer"; -$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; +$a->strings["You have no more invitations available"] = "You have no more invitations available."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; +$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; +$a->strings["Send invitations"] = "Send invitations"; +$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; +$a->strings["Your message:"] = "Your message:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; +$a->strings["everybody"] = "everybody"; +$a->strings["Account"] = "Account"; +$a->strings["Display"] = "Display"; +$a->strings["Social Networks"] = "Social networks"; +$a->strings["Delegations"] = "Delegations"; +$a->strings["Connected apps"] = "Connected apps"; +$a->strings["Remove account"] = "Remove account"; +$a->strings["Please enter a post body."] = "Please enter a post body."; +$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme."; +$a->strings["Compose new personal note"] = "Compose new personal note"; +$a->strings["Compose new post"] = "Compose new post"; +$a->strings["Visibility"] = "Visibility"; +$a->strings["Clear the location"] = "Clear location"; +$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device"; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device"; +$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; +$a->strings["No installed addons/apps"] = "No installed addons/apps"; +$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; +$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; +$a->strings["the bugtracker at github"] = "the bugtracker at github"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."; +$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): "; +$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?"; +$a->strings["No"] = "No"; +$a->strings["Note for the admin"] = "Note for the admin"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do you want to join this node?"; +$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; +$a->strings["Your invitation code: "] = "Your invitation code: "; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be sent there, so this must be an existing address.)"; +$a->strings["New Password:"] = "New password:"; +$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; +$a->strings["Confirm:"] = "Confirm new password:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."; +$a->strings["Choose a nickname: "] = "Choose a nickname: "; +$a->strings["Import"] = "Import profile"; +$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; +$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; +$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Failed to send email message. Here are your account details:
login: %s
password: %s

You can change your password after login."; +$a->strings["Registration successful."] = "Registration successful."; +$a->strings["Your registration can not be processed."] = "Your registration cannot be processed."; +$a->strings["You have to leave a request note for the admin."] = "You have to leave a request note for the admin."; +$a->strings["You have entered too much information."] = "You have entered too much information."; +$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator."; +$a->strings["Search term successfully saved."] = "Search term successfully saved."; +$a->strings["Search term already saved."] = "Search term already saved."; +$a->strings["Search term successfully removed."] = "Search term successfully removed."; +$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not-logged-in users."; +$a->strings["No results."] = "No results."; +$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; +$a->strings["You must be logged in to use this module."] = "You must be logged in to use this module."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; $a->strings["Delete this item?"] = "Delete this item?"; $a->strings["toggle mobile"] = "Toggle mobile"; -$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; -$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; -$a->strings["Enter new password: "] = "Enter new password: "; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "Method not allowed for this module. Allowed method(s): %s"; +$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. "; +$a->strings["Miscellaneous"] = "Miscellaneous"; +$a->strings["Age: "] = "Age: "; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; +$a->strings["never"] = "never"; +$a->strings["less than a second ago"] = "less than a second ago"; +$a->strings["year"] = "year"; +$a->strings["years"] = "years"; +$a->strings["months"] = "months"; +$a->strings["weeks"] = "weeks"; +$a->strings["days"] = "days"; +$a->strings["hour"] = "hour"; +$a->strings["hours"] = "hours"; +$a->strings["minute"] = "minute"; +$a->strings["minutes"] = "minutes"; +$a->strings["second"] = "second"; +$a->strings["seconds"] = "seconds"; +$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago"; +$a->strings["(no subject)"] = "(no subject)"; $a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s."; $a->strings["Check for pending update actions."] = "Check for pending update actions."; $a->strings["Done."] = "Done."; $a->strings["Execute pending post updates."] = "Execute pending post updates."; $a->strings["All pending post updates are done."] = "All pending post updates are done."; -$a->strings["No system theme config value set."] = "No system theme configuration value set."; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. "; -$a->strings["%s: Updating post-type."] = "%s: Updating post-type."; +$a->strings["Enter new password: "] = "Enter new password: "; +$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; +$a->strings["Password changed."] = "Password changed."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)"; +$a->strings["The contact entries have been archived"] = "The contact entries have been archived"; +$a->strings["No valid account found."] = "No valid account found."; +$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; +$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one."; +$a->strings["Forgot your Password?"] = "Reset My Password"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; +$a->strings["Reset"] = "Reset"; +$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; +$a->strings["Your new password is"] = "Your new password is"; +$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; +$a->strings["click here to login"] = "click here to login"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; +$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; +$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator."; +$a->strings["Move account"] = "Move Existing Friendica Account"; +$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."; +$a->strings["Account file"] = "Account file:"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; +$a->strings["Community option not available."] = "Community option not available."; +$a->strings["Not available."] = "Not available."; +$a->strings["Local Community"] = "Local community"; +$a->strings["Posts from local users on this server"] = "Posts from local users on this server"; +$a->strings["Global Community"] = "Global community"; +$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; +$a->strings["Suggested contact not found."] = "Suggested contact not found."; +$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; +$a->strings["Suggest Friends"] = "Suggest friends"; +$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; +$a->strings["No contacts in common."] = "No contacts in common."; +$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; +$a->strings["{0} requested registration"] = "{0} requested registration"; +$a->strings["Remote privacy information not available."] = "Remote privacy information not available."; +$a->strings["Visible to:"] = "Visible to:"; +$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; +$a->strings["Event title and start time are required."] = "Event title and starting time are required."; +$a->strings["View"] = "View"; +$a->strings["Create New Event"] = "Create new event"; +$a->strings["Previous"] = "Previous"; +$a->strings["list"] = "List"; +$a->strings["Event details"] = "Event details"; +$a->strings["Starting date and Title are required."] = "Starting date and title are required."; +$a->strings["Event Starts:"] = "Event starts:"; +$a->strings["Required"] = "Required"; +$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; +$a->strings["Event Finishes:"] = "Event finishes:"; +$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; +$a->strings["Description:"] = "Description:"; +$a->strings["Title:"] = "Title:"; +$a->strings["Share this event"] = "Share this event"; +$a->strings["Permissions"] = "Permissions"; +$a->strings["Failed to remove event"] = "Failed to remove event"; +$a->strings["Event removed"] = "Event removed"; +$a->strings["Authorize application connection"] = "Authorize application connection"; +$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s"; +$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; +$a->strings["No exportable data found"] = "No exportable data found"; +$a->strings["calendar"] = "calendar"; +$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted."; +$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable."; +$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name."; +$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d required parameter was not found at the given location", + 1 => "%d required parameters were not found at the given location", +]; +$a->strings["Introduction complete."] = "Introduction complete."; +$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error."; +$a->strings["Profile unavailable."] = "Profile unavailable."; +$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today."; +$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours."; +$a->strings["Invalid locator"] = "Invalid locator"; +$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here."; +$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s."; +$a->strings["Invalid profile URL."] = "Invalid profile URL."; +$a->strings["Your introduction has been sent."] = "Your introduction has been sent."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system."; +$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Incorrect identity currently logged in. Please login to this profile."; +$a->strings["Confirm"] = "Confirm"; +$a->strings["Hide this contact"] = "Hide this contact"; +$a->strings["Welcome home %s."] = "Welcome home %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today."; +$a->strings["Friend/Connection Request"] = "Friend/Connection request"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"; +$a->strings["Please answer the following:"] = "Please answer the following:"; +$a->strings["Does %s know you?"] = "Does %s know you?"; +$a->strings["Add a personal note:"] = "Add a personal note:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your diaspora* search bar."; +$a->strings["Your Identity Address:"] = "My identity address:"; +$a->strings["Submit Request"] = "Submit request"; +$a->strings["Contact settings applied."] = "Contact settings applied."; +$a->strings["Contact update failed."] = "Contact update failed."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "Warning: These are highly advanced settings. If you enter incorrect information, your communications with this contact might be disrupted."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Please use your browser 'Back' button now if you are uncertain what to do on this page."; +$a->strings["No mirroring"] = "No mirroring"; +$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting"; +$a->strings["Mirror as my own posting"] = "Mirror as my own posting"; +$a->strings["Return to contact editor"] = "Return to contact editor"; +$a->strings["Refetch contact data"] = "Re-fetch contact data."; +$a->strings["Remote Self"] = "Remote self"; +$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact."; +$a->strings["Account Nickname"] = "Account nickname:"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:"; +$a->strings["Account URL"] = "Account URL:"; +$a->strings["Account URL Alias"] = "Account URL alias"; +$a->strings["Friend Request URL"] = "Friend request URL:"; +$a->strings["Friend Confirm URL"] = "Friend confirm URL:"; +$a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; +$a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; +$a->strings["New photo from this URL"] = "New photo from this URL:"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "Account not found. Please login to your existing account to add the OpenID to it."; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "Account not found. Please register a new account or login to your existing account to add the OpenID."; +$a->strings["Invalid request identifier."] = "Invalid request identifier."; +$a->strings["Discard"] = "Discard"; +$a->strings["Network Notifications"] = "Network notifications"; +$a->strings["System Notifications"] = "System notifications"; +$a->strings["Personal Notifications"] = "Personal notifications"; +$a->strings["Home Notifications"] = "Home notifications"; +$a->strings["Show unread"] = "Show unread"; +$a->strings["Show all"] = "Show all"; +$a->strings["Show Ignored Requests"] = "Show ignored requests."; +$a->strings["Hide Ignored Requests"] = "Hide ignored requests"; +$a->strings["Notification type:"] = "Notification type:"; +$a->strings["Suggested by:"] = "Suggested by:"; +$a->strings["Claims to be known to you: "] = "Says they know me:"; +$a->strings["yes"] = "yes"; +$a->strings["no"] = "no"; +$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."; +$a->strings["Friend"] = "Friend"; +$a->strings["Sharer"] = "Sharer"; +$a->strings["Subscriber"] = "Subscriber"; +$a->strings["No introductions."] = "No introductions."; +$a->strings["No more %s notifications."] = "No more %s notifications."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; +$a->strings["No recipient selected."] = "No recipient selected."; +$a->strings["Unable to check your home location."] = "Unable to check your home location."; +$a->strings["Message could not be sent."] = "Message could not be sent."; +$a->strings["Message collection failure."] = "Message collection failure."; +$a->strings["Message sent."] = "Message sent."; +$a->strings["No recipient."] = "No recipient."; +$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; +$a->strings["Send Private Message"] = "Send private message"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; +$a->strings["To:"] = "To:"; +$a->strings["Subject:"] = "Subject:"; +$a->strings["Insert web link"] = "Insert web link"; +$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; +$a->strings["No contact provided."] = "No contact provided."; +$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; +$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; +$a->strings["Done"] = "Done"; +$a->strings["success"] = "success"; +$a->strings["failed"] = "failed"; +$a->strings["Keep this window open until done."] = "Keep this window open until done."; +$a->strings["The contact could not be added."] = "Contact could not be added."; +$a->strings["You already added this contact."] = "You already added this contact."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; +$a->strings["Upload"] = "Upload"; +$a->strings["Files"] = "Files"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.", + 1 => "Warning: This group contains %s members from a network that doesn't allow non-public messages.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be sent to these receivers."; +$a->strings["No such group"] = "No such group"; +$a->strings["Group: %s"] = "Group: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure."; +$a->strings["Latest Activity"] = "Latest activity"; +$a->strings["Sort by latest activity"] = "Sort by latest activity"; +$a->strings["Latest Posts"] = "Latest posts"; +$a->strings["Sort by post received date"] = "Sort by post received date"; +$a->strings["Personal"] = "Personal"; +$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me"; +$a->strings["New"] = "New"; +$a->strings["Activity Stream - by date"] = "Activity Stream - by date"; +$a->strings["Shared Links"] = "Shared links"; +$a->strings["Interesting Links"] = "Interesting links"; +$a->strings["Starred"] = "Starred"; +$a->strings["Favourite Posts"] = "My favorite posts"; +$a->strings["You aren't following this contact."] = "You aren't following this contact."; +$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; +$a->strings["Contact unfollowed"] = "Contact unfollowed"; +$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; +$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; +$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; +$a->strings["Unable to process image"] = "Unable to process image"; +$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; +$a->strings["Unable to process image."] = "Unable to process image."; +$a->strings["Upload File:"] = "Upload File:"; +$a->strings["Select a profile:"] = "Select a profile:"; +$a->strings["or"] = "or"; +$a->strings["skip this step"] = "skip this step"; +$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums"; +$a->strings["Crop Image"] = "Crop Image"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; +$a->strings["Done Editing"] = "Done editing"; +$a->strings["Image uploaded successfully."] = "Image uploaded successfully."; +$a->strings["Image upload failed."] = "Image upload failed."; +$a->strings["Poke/Prod"] = "Poke/Prod"; +$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; +$a->strings["Recipient"] = "Recipient:"; +$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; +$a->strings["Make this post private"] = "Make this post private"; +$a->strings["Recent Photos"] = "Recent photos"; +$a->strings["Upload New Photos"] = "Upload new photos"; +$a->strings["Contact information unavailable"] = "Contact information unavailable"; +$a->strings["Album not found."] = "Album not found."; +$a->strings["Album successfully deleted"] = "Album successfully deleted"; +$a->strings["Album was empty."] = "Album was empty."; +$a->strings["a photo"] = "a photo"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete. Please try again."; +$a->strings["Image file is missing"] = "Image file is missing"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file uploads at this time. Please contact your administrator."; +$a->strings["Image file is empty."] = "Image file is empty."; +$a->strings["No photos selected"] = "No photos selected"; +$a->strings["Access to this item is restricted."] = "Access to this item is restricted."; +$a->strings["Upload Photos"] = "Upload photos"; +$a->strings["New album name: "] = "New album name: "; +$a->strings["or select existing album:"] = "or select existing album:"; +$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; +$a->strings["Show to Groups"] = "Show to groups"; +$a->strings["Show to Contacts"] = "Show to contacts"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?"; +$a->strings["Delete Album"] = "Delete album"; +$a->strings["Edit Album"] = "Edit album"; +$a->strings["Drop Album"] = "Drop album"; +$a->strings["Show Newest First"] = "Show newest first"; +$a->strings["Show Oldest First"] = "Show oldest first"; +$a->strings["View Photo"] = "View photo"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted."; +$a->strings["Photo not available"] = "Photo not available"; +$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?"; +$a->strings["Delete Photo"] = "Delete photo"; +$a->strings["View photo"] = "View photo"; +$a->strings["Edit photo"] = "Edit photo"; +$a->strings["Delete photo"] = "Delete photo"; +$a->strings["Use as profile photo"] = "Use as profile photo"; +$a->strings["Private Photo"] = "Private photo"; +$a->strings["View Full Size"] = "View full size"; +$a->strings["Tags: "] = "Tags: "; +$a->strings["[Select tags to remove]"] = "[Select tags to remove]"; +$a->strings["New album name"] = "New album name"; +$a->strings["Caption"] = "Caption"; +$a->strings["Add a Tag"] = "Add Tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Do not rotate"; +$a->strings["Rotate CW (right)"] = "Rotate right (CW)"; +$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)"; +$a->strings["Map"] = "Map"; +$a->strings["View Album"] = "View album"; +$a->strings["Profile not found."] = "Profile not found."; +$a->strings["Profile deleted."] = "Profile deleted."; +$a->strings["Profile-"] = "Profile-"; +$a->strings["New profile created."] = "New profile created."; +$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone."; +$a->strings["Profile Name is required."] = "Profile name is required."; +$a->strings["Marital Status"] = "Marital status"; +$a->strings["Romantic Partner"] = "Romantic partner"; +$a->strings["Work/Employment"] = "Work/Employment:"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Political views"; +$a->strings["Gender"] = "Gender"; +$a->strings["Sexual Preference"] = "Sexual preference"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interests"; +$a->strings["Address"] = "Address"; +$a->strings["Location"] = "Location"; +$a->strings["Profile updated."] = "Profile updated."; +$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?"; +$a->strings["Show more profile fields:"] = "Show more profile fields:"; +$a->strings["Profile Actions"] = "Profile actions"; +$a->strings["Edit Profile Details"] = "Edit Profile Details"; +$a->strings["Change Profile Photo"] = "Change profile photo"; +$a->strings["View this profile"] = "View this profile"; +$a->strings["View all profiles"] = "View all profiles"; +$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings"; +$a->strings["Clone this profile"] = "Clone this profile"; +$a->strings["Delete this profile"] = "Delete this profile"; +$a->strings["Basic information"] = "Basic information"; +$a->strings["Profile picture"] = "Profile picture"; +$a->strings["Preferences"] = "Preferences"; +$a->strings["Status information"] = "Status information"; +$a->strings["Additional information"] = "Additional information"; +$a->strings["Relation"] = "Relation"; +$a->strings["Your Gender:"] = "Gender:"; +$a->strings[" Marital Status:"] = " Marital status:"; +$a->strings["Example: fishing photography software"] = "Example: fishing photography software"; +$a->strings["Profile Name:"] = "Profile name:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "This is your public profile.
It may be visible to anybody using the internet."; +$a->strings["Your Full Name:"] = "My full name:"; +$a->strings["Title/Description:"] = "Title/Description:"; +$a->strings["Street Address:"] = "Street address:"; +$a->strings["Locality/City:"] = "Locality/City:"; +$a->strings["Region/State:"] = "Region/State:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Country:"; +$a->strings["Who: (if applicable)"] = "Who: (if applicable)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Since when:"; +$a->strings["Tell us about yourself..."] = "About myself:"; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you."; +$a->strings["Homepage URL:"] = "Homepage URL:"; +$a->strings["Religious Views:"] = "Religious views:"; +$a->strings["Public Keywords:"] = "Public keywords:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others."; +$a->strings["Private Keywords:"] = "Private keywords:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others."; +$a->strings["Musical interests"] = "Music:"; +$a->strings["Books, literature"] = "Books, literature, poetry:"; +$a->strings["Television"] = "Television:"; +$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment"; +$a->strings["Hobbies/Interests"] = "Hobbies/Interests:"; +$a->strings["Love/romance"] = "Love/Romance:"; +$a->strings["Work/employment"] = "Work/Employment:"; +$a->strings["School/education"] = "School/Education:"; +$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:"; +$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; +$a->strings["Invalid request."] = "Invalid request."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; +$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; +$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; +$a->strings["File upload failed."] = "File upload failed."; +$a->strings["Unable to locate original post."] = "Unable to locate original post."; +$a->strings["Empty post discarded."] = "Empty post discarded."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; +$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; +$a->strings["%s posted an update."] = "%s posted an update."; +$a->strings["Post successful."] = "Post successful."; +$a->strings["Account approved."] = "Account approved."; +$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; +$a->strings["Please login."] = "Please login."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; +$a->strings["Profile Match"] = "Profile Match"; +$a->strings["Missing some important data!"] = "Missing some important data!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided."; +$a->strings["Email settings updated."] = "Email settings updated."; +$a->strings["Features updated"] = "Features updated"; +$a->strings["The theme you chose isn't available."] = "The theme you chose isn't available."; +$a->strings["Contact CSV file upload error"] = "Contact CSV file upload error"; +$a->strings["Importing Contacts done"] = "Importing contacts done"; +$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been sent to your contacts"; +$a->strings["Passwords do not match."] = "Passwords do not match."; +$a->strings["Password unchanged."] = "Password unchanged."; +$a->strings[" Please use a shorter name."] = " Please use a shorter name."; +$a->strings[" Name too short."] = " Name too short."; +$a->strings["Invalid email."] = "Invalid email."; +$a->strings["Cannot change to that email."] = "Cannot change to that email."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group."; +$a->strings["Settings updated."] = "Settings updated."; +$a->strings["Add application"] = "Add application"; +$a->strings["Consumer Key"] = "Consumer key"; +$a->strings["Consumer Secret"] = "Consumer secret"; +$a->strings["Redirect"] = "Redirect"; +$a->strings["Icon url"] = "Icon URL"; +$a->strings["You can't edit this application."] = "You cannot edit this application."; +$a->strings["Connected Apps"] = "Connected Apps"; +$a->strings["Client key starts with"] = "Client key starts with"; +$a->strings["No name"] = "No name"; +$a->strings["Remove authorization"] = "Remove authorization"; +$a->strings["No Addon settings configured"] = "No addon settings configured"; +$a->strings["Addon Settings"] = "Addon Settings"; +$a->strings["Additional Features"] = "Additional Features"; +$a->strings["enabled"] = "enabled"; +$a->strings["disabled"] = "disabled"; +$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; +$a->strings["None"] = "None"; +$a->strings["General Social Media Settings"] = "General Social Media Settings"; +$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow."; +$a->strings["Disable Content Warning"] = "Disable content warning"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; +$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."; +$a->strings["Attach the link title"] = "Attach the link title"; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = "When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message."; +$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts"; +$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."; +$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions"; +$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."; +$a->strings["Last successful email check:"] = "Last successful email check:"; +$a->strings["IMAP server name:"] = "IMAP server name:"; +$a->strings["IMAP port:"] = "IMAP port:"; +$a->strings["Security:"] = "Security:"; +$a->strings["Email login name:"] = "Email login name:"; +$a->strings["Email password:"] = "Email password:"; +$a->strings["Reply-to address:"] = "Reply-to address:"; +$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:"; +$a->strings["Action after import:"] = "Action after import:"; +$a->strings["Move to folder"] = "Move to folder"; +$a->strings["Move to folder:"] = "Move to folder:"; +$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)"; +$a->strings["Display Settings"] = "Display Settings"; +$a->strings["Display Theme:"] = "Display theme:"; +$a->strings["Mobile Theme:"] = "Mobile theme:"; +$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contain members whose networks cannot receive non-public postings."; +$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1."; +$a->strings["Number of items to display per page:"] = "Number of items displayed per page:"; +$a->strings["Maximum of 100 items"] = "Maximum of 100 items"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:"; +$a->strings["Don't show emoticons"] = "Don't show emoticons"; +$a->strings["Calendar"] = "Calendar"; +$a->strings["Beginning of week:"] = "Week begins: "; +$a->strings["Don't show notices"] = "Don't show notices"; +$a->strings["Infinite scroll"] = "Infinite scroll"; +$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading."; +$a->strings["Bandwidth Saver Mode"] = "Bandwidth saver mode"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."; +$a->strings["Disable Smart Threading"] = "Disable smart threading"; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "Disable the automatic suppression of extraneous thread indentation."; +$a->strings["General Theme Settings"] = "Themes"; +$a->strings["Custom Theme Settings"] = "Theme customization"; +$a->strings["Content Settings"] = "Content/Layout"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin."; +$a->strings["Account Types"] = "Account types:"; +$a->strings["Personal Page Subtypes"] = "Personal Page subtypes"; +$a->strings["Community Forum Subtypes"] = "Community forum subtypes"; +$a->strings["Account for a personal profile."] = "Account for a personal profile."; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organization that automatically approves contact requests as \"Followers\"."; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\"."; +$a->strings["Account for community discussions."] = "Account for community discussions."; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\"."; +$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests."; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\"."; +$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]"; +$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests."; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account."; +$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; +$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create"; +$a->strings["Hide your profile details from anonymous viewers?"] = "Hide your profile details from anonymous viewers?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."; +$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"; +$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact."; +$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list."; +$a->strings["Profile is not published."] = "Profile is not published."; +$a->strings["Your Identity Address is '%s' or '%s'."] = "My identity address: '%s' or '%s'"; +$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty; expired posts will be deleted"; +$a->strings["Advanced expiration settings"] = "Advanced expiration settings"; +$a->strings["Advanced Expiration"] = "Advanced expiration"; +$a->strings["Expire posts:"] = "Expire posts:"; +$a->strings["Expire personal notes:"] = "Expire personal notes:"; +$a->strings["Expire starred posts:"] = "Expire starred posts:"; +$a->strings["Expire photos:"] = "Expire photos:"; +$a->strings["Only expire posts by others:"] = "Only expire posts by others:"; +$a->strings["Account Settings"] = "Account Settings"; +$a->strings["Password Settings"] = "Password change"; +$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."; +$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing"; +$a->strings["Current Password:"] = "Current password:"; +$a->strings["Your current password to confirm the changes"] = "Current password to confirm change"; +$a->strings["Password:"] = "Password:"; +$a->strings["Delete OpenID URL"] = "Delete OpenID URL"; +$a->strings["Basic Settings"] = "Basic information"; +$a->strings["Email Address:"] = "Email address:"; +$a->strings["Your Timezone:"] = "Time zone:"; +$a->strings["Your Language:"] = "Language:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you."; +$a->strings["Default Post Location:"] = "Posting location:"; +$a->strings["Use Browser Location:"] = "Use browser location:"; +$a->strings["Security and Privacy Settings"] = "Security and privacy"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:"; +$a->strings["(to prevent spam abuse)"] = "May prevent spam and abusive registrations"; +$a->strings["Default Post Permissions"] = "Default post permissions"; +$a->strings["(click to open/close)"] = "(reveal/hide)"; +$a->strings["Default Private Post"] = "Default private post"; +$a->strings["Default Public Post"] = "Default public post"; +$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:"; +$a->strings["Notification Settings"] = "Notification"; +$a->strings["Send a notification email when:"] = "Send notification email when:"; +$a->strings["You receive an introduction"] = "Receiving an introduction"; +$a->strings["Your introductions are confirmed"] = "My introductions are confirmed"; +$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall"; +$a->strings["Someone writes a followup comment"] = "A follow up comment is posted"; +$a->strings["You receive a private message"] = "receiving a private message"; +$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion"; +$a->strings["You are tagged in a post"] = "Tagged in a post"; +$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post"; +$a->strings["Activate desktop notifications"] = "Activate desktop notifications"; +$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications"; +$a->strings["Text-only notification emails"] = "Text-only notification emails"; +$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML "; +$a->strings["Show detailled notifications"] = "Show detailled notifications"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."; +$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types"; +$a->strings["Change the behaviour of this account for special situations"] = "Change behavior of this account for special situations"; +$a->strings["Import Contacts"] = "Import contacts"; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."; +$a->strings["Upload File"] = "Upload file"; +$a->strings["Relocate"] = "Recent relocation"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; +$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; +$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion successfully ignored."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; +$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?"; +$a->strings["Ignore/Hide"] = "Ignore/Hide"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved."; +$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood."; +$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: "; +$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully."; +$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again."; +$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; +$a->strings["Remote site reported: "] = "Remote site reported: "; +$a->strings["No user record found for '%s' "] = "No user record found for '%s' "; +$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided, or the URL could not be decrypted by us."; +$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site."; +$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again."; +$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system."; +$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system"; +$a->strings["User deleted their account"] = "User deleted their account"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups."; +$a->strings["The user id is %d"] = "The user id is %d"; +$a->strings["Remove My Account"] = "Remove My Account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; +$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; +$a->strings["Wall Photos"] = "Wall photos"; +$a->strings["Item not found"] = "Item not found"; +$a->strings["Edit post"] = "Edit post"; +$a->strings["web link"] = "web link"; +$a->strings["Insert video link"] = "Insert video link"; +$a->strings["video link"] = "video link"; +$a->strings["Insert audio link"] = "Insert audio link"; +$a->strings["audio link"] = "audio link"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; +$a->strings["Unable to locate contact information."] = "Unable to locate contact information."; +$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?"; +$a->strings["Conversation not found."] = "Conversation not found."; +$a->strings["Message deleted."] = "Message deleted."; +$a->strings["Conversation removed."] = "Conversation removed."; +$a->strings["No messages."] = "No messages."; +$a->strings["Message not available."] = "Message not available."; +$a->strings["Delete message"] = "Delete message"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Delete conversation"] = "Delete conversation"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No secure communications available. You may be able to respond from the sender's profile page."; +$a->strings["Send Reply"] = "Send reply"; +$a->strings["Unknown sender - %s"] = "Unknown sender - %s"; +$a->strings["You and %s"] = "Me and %s"; +$a->strings["%s and You"] = "%s and me"; +$a->strings["%d message"] = [ + 0 => "%d message", + 1 => "%d messages", +]; +$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; +$a->strings["No profile"] = "No profile"; +$a->strings["Permission denied"] = "Permission denied"; +$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; +$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; +$a->strings["Visible To"] = "Visible to"; +$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; +$a->strings["Tag(s) removed"] = "Tag(s) removed"; +$a->strings["Remove Item Tag"] = "Remove Item tag"; +$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; +$a->strings["No videos selected"] = "No videos selected"; +$a->strings["Recent Videos"] = "Recent videos"; +$a->strings["Upload New Videos"] = "Upload new videos"; diff --git a/view/lang/et/messages.po b/view/lang/et/messages.po index 0601ee2148..58d1b7be4f 100644 --- a/view/lang/et/messages.po +++ b/view/lang/et/messages.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-23 18:53-0500\n" -"PO-Revision-Date: 2019-04-16 05:25+0000\n" -"Last-Translator: Rain Hawk\n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-15 01:10+0000\n" +"Last-Translator: fabrixxm \n" "Language-Team: Estonian (http://www.transifex.com/Friendica/friendica/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,14 +18,14 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/api.php:1117 +#: include/api.php:1124 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: include/api.php:1131 +#: include/api.php:1138 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -33,727 +33,284 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: include/api.php:1145 +#: include/api.php:1152 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "" -#: include/api.php:4520 mod/photos.php:93 mod/photos.php:201 -#: mod/photos.php:695 mod/photos.php:1126 mod/photos.php:1143 -#: mod/photos.php:1636 mod/profile_photo.php:85 mod/profile_photo.php:94 -#: mod/profile_photo.php:103 mod/profile_photo.php:217 -#: mod/profile_photo.php:305 mod/profile_photo.php:315 src/Model/User.php:736 -#: src/Model/User.php:744 src/Model/User.php:752 +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: mod/profile_photo.php:103 mod/profile_photo.php:210 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 msgid "Profile Photos" msgstr "Profiilifotod" -#: include/conversation.php:160 include/conversation.php:297 -#: src/Model/Item.php:3283 -msgid "event" -msgstr "sündmus" - -#: include/conversation.php:163 include/conversation.php:173 -#: include/conversation.php:300 include/conversation.php:309 -#: mod/subthread.php:88 mod/tagger.php:70 -msgid "status" -msgstr "staatus" - -#: include/conversation.php:168 include/conversation.php:305 -#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3285 -msgid "photo" -msgstr "foto" - -#: include/conversation.php:181 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: include/conversation.php:183 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: include/conversation.php:185 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "" - -#: include/conversation.php:187 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "" - -#: include/conversation.php:189 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" - -#: include/conversation.php:224 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "" - -#: include/conversation.php:265 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: include/conversation.php:319 mod/tagger.php:108 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "" - -#: include/conversation.php:341 -msgid "post/item" -msgstr "postitus/element" - -#: include/conversation.php:342 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "" - -#: include/conversation.php:568 mod/photos.php:1467 mod/profiles.php:352 -msgid "Likes" -msgstr "Meeldimised" - -#: include/conversation.php:568 mod/photos.php:1467 mod/profiles.php:355 -msgid "Dislikes" -msgstr "Mittemeeldimised" - -#: include/conversation.php:569 include/conversation.php:1505 -#: mod/photos.php:1468 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:569 mod/photos.php:1468 -msgid "Not attending" -msgstr "Ei osale" - -#: include/conversation.php:569 mod/photos.php:1468 -msgid "Might attend" -msgstr "Kaalub osalemist" - -#: include/conversation.php:649 mod/photos.php:1524 src/Object/Post.php:208 -msgid "Select" -msgstr "Vali" - -#: include/conversation.php:650 mod/admin.php:2072 mod/photos.php:1525 -#: mod/settings.php:726 src/Module/Contact.php:827 src/Module/Contact.php:1102 -msgid "Delete" -msgstr "Kustuta" - -#: include/conversation.php:684 src/Object/Post.php:381 -#: src/Object/Post.php:382 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: include/conversation.php:696 src/Object/Post.php:369 -msgid "Categories:" -msgstr "Kategooriad:" - -#: include/conversation.php:697 src/Object/Post.php:370 -msgid "Filed under:" -msgstr "" - -#: include/conversation.php:704 src/Object/Post.php:395 -#, php-format -msgid "%s from %s" -msgstr "" - -#: include/conversation.php:719 -msgid "View in context" -msgstr "" - -#: include/conversation.php:721 include/conversation.php:1171 -#: mod/editpost.php:88 mod/message.php:260 mod/message.php:442 -#: mod/photos.php:1440 mod/wallmessage.php:141 src/Object/Post.php:422 -msgid "Please wait" -msgstr "Palun oota" - -#: include/conversation.php:785 -msgid "remove" -msgstr "eemalda" - -#: include/conversation.php:789 -msgid "Delete Selected Items" -msgstr "Kustuta valitud elemendid" - -#: include/conversation.php:893 view/theme/frio/theme.php:358 -msgid "Follow Thread" -msgstr "Jälgi vestlust" - -#: include/conversation.php:894 src/Model/Contact.php:1049 -msgid "View Status" -msgstr "Vaata staatust" - -#: include/conversation.php:895 include/conversation.php:911 -#: mod/allfriends.php:72 mod/directory.php:198 mod/dirfind.php:226 -#: mod/match.php:87 mod/suggest.php:87 src/Model/Contact.php:989 -#: src/Model/Contact.php:1042 src/Model/Contact.php:1050 -msgid "View Profile" -msgstr "Vaata profiili" - -#: include/conversation.php:896 src/Model/Contact.php:1051 -msgid "View Photos" -msgstr "Vaata fotosid" - -#: include/conversation.php:897 src/Model/Contact.php:1043 -#: src/Model/Contact.php:1052 -msgid "Network Posts" -msgstr "Võrgupostitused" - -#: include/conversation.php:898 src/Model/Contact.php:1044 -#: src/Model/Contact.php:1053 -msgid "View Contact" -msgstr "Vaata kontakti" - -#: include/conversation.php:899 src/Model/Contact.php:1055 -msgid "Send PM" -msgstr "Saada privaatsõnum" - -#: include/conversation.php:903 src/Model/Contact.php:1056 -msgid "Poke" -msgstr "Müksa" - -#: include/conversation.php:908 mod/allfriends.php:73 mod/dirfind.php:227 -#: mod/follow.php:147 mod/match.php:88 mod/suggest.php:88 -#: src/Content/Widget.php:63 src/Model/Contact.php:1045 -#: src/Module/Contact.php:574 view/theme/vier/theme.php:201 -msgid "Connect/Follow" -msgstr "Ühendu/Järgi" - -#: include/conversation.php:1030 -#, php-format -msgid "%s likes this." -msgstr "" - -#: include/conversation.php:1033 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: include/conversation.php:1036 -#, php-format -msgid "%s attends." -msgstr "" - -#: include/conversation.php:1039 -#, php-format -msgid "%s doesn't attend." -msgstr "" - -#: include/conversation.php:1042 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: include/conversation.php:1050 -msgid "and" -msgstr "ja" - -#: include/conversation.php:1056 -#, php-format -msgid "and %d other people" -msgstr "" - -#: include/conversation.php:1064 -#, php-format -msgid "%2$d people like this" -msgstr "" - -#: include/conversation.php:1065 -#, php-format -msgid "%s like this." -msgstr "" - -#: include/conversation.php:1068 -#, php-format -msgid "%2$d people don't like this" -msgstr "" - -#: include/conversation.php:1069 -#, php-format -msgid "%s don't like this." -msgstr "" - -#: include/conversation.php:1072 -#, php-format -msgid "%2$d people attend" -msgstr "" - -#: include/conversation.php:1073 -#, php-format -msgid "%s attend." -msgstr "" - -#: include/conversation.php:1076 -#, php-format -msgid "%2$d people don't attend" -msgstr "" - -#: include/conversation.php:1077 -#, php-format -msgid "%s don't attend." -msgstr "" - -#: include/conversation.php:1080 -#, php-format -msgid "%2$d people attend maybe" -msgstr "" - -#: include/conversation.php:1081 -#, php-format -msgid "%s attend maybe." -msgstr "" - -#: include/conversation.php:1110 -msgid "Visible to everybody" -msgstr "" - -#: include/conversation.php:1111 src/Object/Post.php:886 -msgid "Please enter a image/video/audio/webpage URL:" -msgstr "Palun sisesta pildi/video/audio/veebilehe URL:" - -#: include/conversation.php:1112 -msgid "Tag term:" -msgstr "Tag`i tingimus:" - -#: include/conversation.php:1113 mod/filer.php:35 -msgid "Save to Folder:" -msgstr "Salvesta kausta:" - -#: include/conversation.php:1114 -msgid "Where are you right now?" -msgstr "Kus sa hetkel oled?" - -#: include/conversation.php:1115 -msgid "Delete item(s)?" -msgstr "Kustutada element(id)?" - -#: include/conversation.php:1147 -msgid "New Post" -msgstr "Uus postitus" - -#: include/conversation.php:1150 -msgid "Share" -msgstr "Jaga" - -#: include/conversation.php:1151 mod/editpost.php:74 mod/message.php:258 -#: mod/message.php:439 mod/wallmessage.php:139 -msgid "Upload photo" -msgstr "Lae foto üles" - -#: include/conversation.php:1152 mod/editpost.php:75 -msgid "upload photo" -msgstr "lae foto üles" - -#: include/conversation.php:1153 mod/editpost.php:76 -msgid "Attach file" -msgstr "Manusta fail" - -#: include/conversation.php:1154 mod/editpost.php:77 -msgid "attach file" -msgstr "manusta fail" - -#: include/conversation.php:1155 src/Object/Post.php:878 -msgid "Bold" -msgstr "" - -#: include/conversation.php:1156 src/Object/Post.php:879 -msgid "Italic" -msgstr "" - -#: include/conversation.php:1157 src/Object/Post.php:880 -msgid "Underline" -msgstr "Allajoonitud" - -#: include/conversation.php:1158 src/Object/Post.php:881 -msgid "Quote" -msgstr "Tsitaat" - -#: include/conversation.php:1159 src/Object/Post.php:882 -msgid "Code" -msgstr "Kood" - -#: include/conversation.php:1160 src/Object/Post.php:883 -msgid "Image" -msgstr "Pilt" - -#: include/conversation.php:1161 src/Object/Post.php:884 -msgid "Link" -msgstr "" - -#: include/conversation.php:1162 src/Object/Post.php:885 -msgid "Link or Media" -msgstr "Link või meediafail" - -#: include/conversation.php:1163 mod/editpost.php:84 -msgid "Set your location" -msgstr "Vali oma asukoht" - -#: include/conversation.php:1164 mod/editpost.php:85 -msgid "set location" -msgstr "vali asukoht" - -#: include/conversation.php:1165 mod/editpost.php:86 -msgid "Clear browser location" -msgstr "Kustuta sirviku asukoht" - -#: include/conversation.php:1166 mod/editpost.php:87 -msgid "clear location" -msgstr "kustuta asukoht" - -#: include/conversation.php:1168 mod/editpost.php:102 -msgid "Set title" -msgstr "Pane pealkiri" - -#: include/conversation.php:1170 mod/editpost.php:104 -msgid "Categories (comma-separated list)" -msgstr "Kategooriad (komaga-eraldatud nimistu)" - -#: include/conversation.php:1172 mod/editpost.php:89 -msgid "Permission settings" -msgstr "Õiguste sätted" - -#: include/conversation.php:1173 mod/editpost.php:119 -msgid "permissions" -msgstr "õigused" - -#: include/conversation.php:1182 mod/editpost.php:99 -msgid "Public post" -msgstr "Avalik postitus" - -#: include/conversation.php:1186 mod/editpost.php:110 mod/events.php:551 -#: mod/photos.php:1458 mod/photos.php:1497 mod/photos.php:1557 -#: src/Object/Post.php:887 -msgid "Preview" -msgstr "Eelvaade" - -#: include/conversation.php:1190 include/items.php:396 -#: mod/dfrn_request.php:650 mod/editpost.php:113 mod/fbrowser.php:104 -#: mod/fbrowser.php:134 mod/follow.php:161 mod/message.php:153 -#: mod/photos.php:257 mod/photos.php:325 mod/settings.php:666 -#: mod/settings.php:692 mod/suggest.php:44 mod/tagrm.php:20 mod/tagrm.php:115 -#: mod/unfollow.php:132 mod/videos.php:105 src/Module/Contact.php:447 -msgid "Cancel" -msgstr "Katkesta" - -#: include/conversation.php:1195 -msgid "Post to Groups" -msgstr "Postita Gruppidesse" - -#: include/conversation.php:1196 -msgid "Post to Contacts" -msgstr "Postita Kontaktidele" - -#: include/conversation.php:1197 -msgid "Private post" -msgstr "Privaatpostitus" - -#: include/conversation.php:1202 mod/editpost.php:117 -#: src/Model/Profile.php:370 -msgid "Message" -msgstr "Sõnum" - -#: include/conversation.php:1203 mod/editpost.php:118 -msgid "Browser" -msgstr "Sirvik" - -#: include/conversation.php:1475 -msgid "View all" -msgstr "Kuva kõik" - -#: include/conversation.php:1499 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Mittemeeldimised" -msgstr[1] "Meeldimised" - -#: include/conversation.php:1502 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Mittemeeldimised" -msgstr[1] "Mittemeeldimised" - -#: include/conversation.php:1508 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Ei osale" -msgstr[1] "Ei osale" - -#: include/conversation.php:1511 src/Content/ContactSelector.php:167 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Otsustamata" -msgstr[1] "Otsustamata" - -#: include/enotify.php:57 +#: include/enotify.php:58 msgid "Friendica Notification" msgstr "Freiendica teade" -#: include/enotify.php:60 +#: include/enotify.php:61 msgid "Thank You," msgstr "Tänan," -#: include/enotify.php:63 +#: include/enotify.php:64 #, php-format msgid "%1$s, %2$s Administrator" msgstr "" -#: include/enotify.php:65 +#: include/enotify.php:66 #, php-format msgid "%s Administrator" msgstr "" -#: include/enotify.php:134 +#: include/enotify.php:135 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "" -#: include/enotify.php:136 +#: include/enotify.php:137 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: include/enotify.php:137 +#: include/enotify.php:138 msgid "a private message" msgstr "privaatsõnum" -#: include/enotify.php:137 +#: include/enotify.php:138 #, php-format msgid "%1$s sent you %2$s." msgstr "" -#: include/enotify.php:139 +#: include/enotify.php:140 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: include/enotify.php:172 +#: include/enotify.php:173 #, php-format msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" msgstr "" -#: include/enotify.php:178 +#: include/enotify.php:179 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "" -#: include/enotify.php:188 +#: include/enotify.php:189 #, php-format msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" msgstr "" -#: include/enotify.php:195 +#: include/enotify.php:196 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "" -#: include/enotify.php:207 +#: include/enotify.php:208 #, php-format msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" msgstr "" -#: include/enotify.php:213 +#: include/enotify.php:214 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "" -#: include/enotify.php:224 +#: include/enotify.php:225 #, php-format msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" msgstr "" -#: include/enotify.php:230 +#: include/enotify.php:231 #, php-format msgid "%1$s commented on [url=%2$s]their %3$s[/url]" msgstr "" -#: include/enotify.php:243 +#: include/enotify.php:244 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "" -#: include/enotify.php:245 +#: include/enotify.php:246 #, php-format msgid "%1$s tagged you at %2$s" msgstr "" -#: include/enotify.php:247 +#: include/enotify.php:248 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: include/enotify.php:249 +#: include/enotify.php:250 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s kommenteeris elementi/vestlust mida jälgid." -#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: include/enotify.php:261 +#: include/enotify.php:262 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "" -#: include/enotify.php:263 +#: include/enotify.php:264 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: include/enotify.php:264 +#: include/enotify.php:265 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "" -#: include/enotify.php:276 +#: include/enotify.php:277 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "" -#: include/enotify.php:278 +#: include/enotify.php:279 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "" -#: include/enotify.php:279 +#: include/enotify.php:280 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "" -#: include/enotify.php:291 +#: include/enotify.php:292 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "" -#: include/enotify.php:293 +#: include/enotify.php:294 #, php-format msgid "%1$s poked you at %2$s" msgstr "" -#: include/enotify.php:294 +#: include/enotify.php:295 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "" -#: include/enotify.php:311 +#: include/enotify.php:312 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "" -#: include/enotify.php:313 +#: include/enotify.php:314 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "" -#: include/enotify.php:314 +#: include/enotify.php:315 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "" -#: include/enotify.php:326 +#: include/enotify.php:327 msgid "[Friendica:Notify] Introduction received" msgstr "" -#: include/enotify.php:328 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" - #: include/enotify.php:329 #, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "" + +#: include/enotify.php:330 +#, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "" -#: include/enotify.php:334 include/enotify.php:380 +#: include/enotify.php:335 include/enotify.php:381 #, php-format msgid "You may visit their profile at %s" msgstr "" -#: include/enotify.php:336 +#: include/enotify.php:337 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "" -#: include/enotify.php:343 +#: include/enotify.php:344 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "" -#: include/enotify.php:345 include/enotify.php:346 +#: include/enotify.php:346 include/enotify.php:347 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "" -#: include/enotify.php:353 +#: include/enotify.php:354 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica teade] Sul on uus jälgija" -#: include/enotify.php:355 include/enotify.php:356 +#: include/enotify.php:356 include/enotify.php:357 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "" -#: include/enotify.php:369 +#: include/enotify.php:370 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica teade] Sõbrasoovitus vastu võetud" -#: include/enotify.php:371 +#: include/enotify.php:372 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:372 +#: include/enotify.php:373 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "" -#: include/enotify.php:378 +#: include/enotify.php:379 msgid "Name:" msgstr "Nimi:" -#: include/enotify.php:379 +#: include/enotify.php:380 msgid "Photo:" msgstr "Foto:" -#: include/enotify.php:382 +#: include/enotify.php:383 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: include/enotify.php:390 include/enotify.php:405 +#: include/enotify.php:391 include/enotify.php:406 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica teade] Suhtlus aktsepteeritud" -#: include/enotify.php:392 include/enotify.php:407 +#: include/enotify.php:393 include/enotify.php:408 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "" -#: include/enotify.php:393 include/enotify.php:408 +#: include/enotify.php:394 include/enotify.php:409 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "" -#: include/enotify.php:398 +#: include/enotify.php:399 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "Olete nüüd sõbrad ja saate vahetada staatuseuuendusi, fotosid ja emaile ilma piiranguteta. " -#: include/enotify.php:400 +#: include/enotify.php:401 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:413 +#: include/enotify.php:414 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -762,37 +319,37 @@ msgid "" "automatically." msgstr "" -#: include/enotify.php:415 +#: include/enotify.php:416 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "" -#: include/enotify.php:417 +#: include/enotify.php:418 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:427 mod/removeme.php:46 +#: include/enotify.php:428 mod/removeme.php:46 msgid "[Friendica System Notify]" msgstr "[Friendica süsteemiteade]" -#: include/enotify.php:427 +#: include/enotify.php:428 msgid "registration request" msgstr "registreerimise taotlus" -#: include/enotify.php:429 +#: include/enotify.php:430 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:430 +#: include/enotify.php:431 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "" -#: include/enotify.php:435 +#: include/enotify.php:436 #, php-format msgid "" "Full Name:\t%s\n" @@ -800,1676 +357,4427 @@ msgid "" "Login Name:\t%s (%s)" msgstr "" -#: include/enotify.php:441 +#: include/enotify.php:442 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "" -#: include/items.php:353 mod/admin.php:302 mod/admin.php:2131 -#: mod/admin.php:2378 mod/notice.php:20 mod/viewsrc.php:22 -msgid "Item not found." -msgstr "Elementi ei leitud" +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 +msgid "event" +msgstr "sündmus" -#: include/items.php:391 -msgid "Do you really want to delete this item?" -msgstr "Kas soovite tõesti selle elemendi kustutada?" +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 +msgid "status" +msgstr "staatus" -#: include/items.php:393 mod/api.php:109 mod/dfrn_request.php:640 -#: mod/follow.php:150 mod/message.php:150 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/settings.php:1085 -#: mod/settings.php:1091 mod/settings.php:1098 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1138 mod/settings.php:1139 -#: mod/settings.php:1140 mod/settings.php:1141 mod/settings.php:1142 -#: mod/suggest.php:41 src/Module/Contact.php:444 src/Module/Register.php:97 -msgid "Yes" -msgstr "Jah" +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 +msgid "photo" +msgstr "foto" -#: include/items.php:443 mod/allfriends.php:22 mod/api.php:34 mod/api.php:39 -#: mod/cal.php:303 mod/common.php:27 mod/crepair.php:90 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/dfrn_confirm.php:66 -#: mod/dirfind.php:29 mod/editpost.php:22 mod/events.php:207 mod/follow.php:57 -#: mod/follow.php:121 mod/fsuggest.php:77 mod/group.php:28 mod/invite.php:23 -#: 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:18 mod/notes.php:27 -#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:186 -#: mod/photos.php:1020 mod/poke.php:141 mod/profiles.php:182 -#: mod/profiles.php:499 mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:204 mod/regmod.php:89 mod/repair_ostatus.php:16 -#: mod/settings.php:48 mod/settings.php:154 mod/settings.php:655 -#: 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:76 mod/wall_attach.php:79 -#: mod/wall_upload.php:107 mod/wall_upload.php:110 src/App.php:1390 -#: src/Module/Attach.php:42 src/Module/Contact.php:360 -#: src/Module/Register.php:193 -msgid "Permission denied." -msgstr "" - -#: include/items.php:514 src/Content/Feature.php:99 -msgid "Archives" -msgstr "Arhiivid" - -#: include/items.php:520 src/Content/ForumManager.php:135 -#: src/Content/Widget.php:329 view/theme/vier/theme.php:255 -msgid "show more" -msgstr "näita veel" - -#: mod/admin.php:122 -msgid "Theme settings updated." -msgstr "Teema sätted uuendatud" - -#: mod/admin.php:196 src/Content/Nav.php:231 -msgid "Information" -msgstr "Info" - -#: mod/admin.php:197 -msgid "Overview" -msgstr "Ülevaade" - -#: mod/admin.php:198 mod/admin.php:779 -msgid "Federation Statistics" -msgstr "" - -#: mod/admin.php:199 -msgid "Configuration" -msgstr "Konfiguratsioon" - -#: mod/admin.php:200 mod/admin.php:1581 -msgid "Site" -msgstr "" - -#: mod/admin.php:201 mod/admin.php:1482 mod/admin.php:2062 mod/admin.php:2079 -msgid "Users" -msgstr "Kasutajad" - -#: mod/admin.php:202 mod/admin.php:2179 mod/admin.php:2239 mod/settings.php:99 -msgid "Addons" -msgstr "Lisad" - -#: mod/admin.php:203 mod/admin.php:2436 mod/admin.php:2480 -msgid "Themes" -msgstr "Teemad" - -#: mod/admin.php:204 mod/settings.php:77 -msgid "Additional features" -msgstr "" - -#: mod/admin.php:205 mod/admin.php:329 src/Content/Nav.php:234 -#: src/Module/Register.php:144 src/Module/Tos.php:73 -msgid "Terms of Service" -msgstr "" - -#: mod/admin.php:206 -msgid "Database" -msgstr "Andmebaas" - -#: mod/admin.php:207 -msgid "DB updates" -msgstr "" - -#: mod/admin.php:208 mod/admin.php:823 -msgid "Inspect Queue" -msgstr "" - -#: mod/admin.php:209 -msgid "Inspect Deferred Workers" -msgstr "" - -#: mod/admin.php:210 -msgid "Inspect worker Queue" -msgstr "" - -#: mod/admin.php:211 -msgid "Tools" -msgstr "Tööriistad" - -#: mod/admin.php:212 -msgid "Contact Blocklist" -msgstr "" - -#: mod/admin.php:213 mod/admin.php:395 -msgid "Server Blocklist" -msgstr "" - -#: mod/admin.php:214 mod/admin.php:558 -msgid "Delete Item" -msgstr "Kustuta element" - -#: mod/admin.php:215 mod/admin.php:216 mod/admin.php:2556 -msgid "Logs" -msgstr "" - -#: mod/admin.php:217 mod/admin.php:2624 -msgid "View Logs" -msgstr "" - -#: mod/admin.php:219 -msgid "Diagnostics" -msgstr "" - -#: mod/admin.php:220 -msgid "PHP Info" -msgstr "" - -#: mod/admin.php:221 -msgid "probe address" -msgstr "" - -#: mod/admin.php:222 -msgid "check webfinger" -msgstr "" - -#: mod/admin.php:242 src/Content/Nav.php:274 -msgid "Admin" -msgstr "" - -#: mod/admin.php:243 -msgid "Addon Features" -msgstr "" - -#: mod/admin.php:244 -msgid "User registrations waiting for confirmation" -msgstr "" - -#: mod/admin.php:328 mod/admin.php:394 mod/admin.php:514 mod/admin.php:557 -#: mod/admin.php:778 mod/admin.php:822 mod/admin.php:875 mod/admin.php:998 -#: mod/admin.php:1580 mod/admin.php:2061 mod/admin.php:2178 mod/admin.php:2238 -#: mod/admin.php:2435 mod/admin.php:2479 mod/admin.php:2555 mod/admin.php:2623 -msgid "Administration" -msgstr "" - -#: mod/admin.php:330 -msgid "Display Terms of Service" -msgstr "" - -#: mod/admin.php:330 -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 "" - -#: mod/admin.php:331 -msgid "Display Privacy Statement" -msgstr "" - -#: mod/admin.php:331 +#: include/conversation.php:188 #, php-format -msgid "" -"Show some informations regarding the needed information to operate the node " -"according e.g. to EU-GDPR." +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: mod/admin.php:332 -msgid "Privacy Statement Preview" -msgstr "" - -#: mod/admin.php:334 -msgid "The Terms of Service" -msgstr "" - -#: mod/admin.php:334 -msgid "" -"Enter the Terms of Service for your node here. You can use BBCode. Headers " -"of sections should be [h2] and below." -msgstr "" - -#: mod/admin.php:336 mod/admin.php:1582 mod/admin.php:2240 mod/admin.php:2481 -#: mod/admin.php:2557 mod/admin.php:2707 mod/delegate.php:175 -#: mod/settings.php:665 mod/settings.php:772 mod/settings.php:860 -#: mod/settings.php:949 mod/settings.php:1174 -msgid "Save Settings" -msgstr "" - -#: mod/admin.php:386 mod/admin.php:404 mod/dfrn_request.php:346 -#: mod/friendica.php:131 src/Model/Contact.php:1719 -msgid "Blocked domain" -msgstr "" - -#: mod/admin.php:386 -msgid "The blocked domain" -msgstr "" - -#: mod/admin.php:387 mod/admin.php:405 mod/friendica.php:131 -msgid "Reason for the block" -msgstr "" - -#: mod/admin.php:387 mod/admin.php:400 -msgid "The reason why you blocked this domain." -msgstr "" - -#: mod/admin.php:388 -msgid "Delete domain" -msgstr "" - -#: mod/admin.php:388 -msgid "Check to delete this entry from the blocklist" -msgstr "" - -#: mod/admin.php:396 -msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote " -"server." -msgstr "" - -#: mod/admin.php:397 -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 "" - -#: mod/admin.php:398 -msgid "Add new entry to block list" -msgstr "" - -#: mod/admin.php:399 -msgid "Server Domain" -msgstr "" - -#: mod/admin.php:399 -msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "" - -#: mod/admin.php:400 -msgid "Block reason" -msgstr "" - -#: mod/admin.php:401 -msgid "Add Entry" -msgstr "" - -#: mod/admin.php:402 -msgid "Save changes to the blocklist" -msgstr "" - -#: mod/admin.php:403 -msgid "Current Entries in the Blocklist" -msgstr "" - -#: mod/admin.php:406 -msgid "Delete entry from blocklist" -msgstr "" - -#: mod/admin.php:409 -msgid "Delete entry from blocklist?" -msgstr "" - -#: mod/admin.php:436 -msgid "Server added to blocklist." -msgstr "" - -#: mod/admin.php:452 -msgid "Site blocklist updated." -msgstr "" - -#: mod/admin.php:477 src/Core/Console/GlobalCommunityBlock.php:68 -msgid "The contact has been blocked from the node" -msgstr "" - -#: mod/admin.php:479 src/Core/Console/GlobalCommunityBlock.php:65 +#: include/conversation.php:190 #, php-format -msgid "Could not find any contact entry for this URL (%s)" +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: mod/admin.php:486 +#: include/conversation.php:192 #, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" +msgid "%1$s attends %2$s's %3$s" +msgstr "" + +#: include/conversation.php:194 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "" + +#: include/conversation.php:196 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "" + +#: include/conversation.php:231 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "" + +#: include/conversation.php:272 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: include/conversation.php:326 mod/tagger.php:105 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: include/conversation.php:348 +msgid "post/item" +msgstr "postitus/element" + +#: include/conversation.php:349 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "" + +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 +msgid "Likes" +msgstr "Meeldimised" + +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 +msgid "Dislikes" +msgstr "Mittemeeldimised" + +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 +msgid "Attending" +msgid_plural "Attending" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:515 -msgid "Remote Contact Blocklist" +#: include/conversation.php:577 mod/photos.php:1408 +msgid "Not attending" +msgstr "Ei osale" + +#: include/conversation.php:578 mod/photos.php:1408 +msgid "Might attend" +msgstr "Kaalub osalemist" + +#: include/conversation.php:579 +msgid "Reshares" msgstr "" -#: mod/admin.php:516 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 +msgid "Select" +msgstr "Vali" + +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 +msgid "Delete" +msgstr "Kustuta" + +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 +#, php-format +msgid "View %s's profile @ %s" msgstr "" -#: mod/admin.php:517 -msgid "Block Remote Contact" +#: include/conversation.php:702 src/Object/Post.php:395 +msgid "Categories:" +msgstr "Kategooriad:" + +#: include/conversation.php:703 src/Object/Post.php:396 +msgid "Filed under:" msgstr "" -#: mod/admin.php:518 mod/admin.php:2064 -msgid "select all" +#: include/conversation.php:710 src/Object/Post.php:421 +#, php-format +msgid "%s from %s" msgstr "" -#: mod/admin.php:519 -msgid "select none" +#: include/conversation.php:725 +msgid "View in context" msgstr "" -#: mod/admin.php:520 mod/admin.php:2073 src/Module/Contact.php:621 -#: src/Module/Contact.php:824 src/Module/Contact.php:1077 +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 +msgid "Please wait" +msgstr "Palun oota" + +#: include/conversation.php:791 +msgid "remove" +msgstr "eemalda" + +#: include/conversation.php:795 +msgid "Delete Selected Items" +msgstr "Kustuta valitud elemendid" + +#: include/conversation.php:956 view/theme/frio/theme.php:363 +msgid "Follow Thread" +msgstr "Jälgi vestlust" + +#: include/conversation.php:957 src/Model/Contact.php:1255 +msgid "View Status" +msgstr "Vaata staatust" + +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 +msgid "View Profile" +msgstr "Vaata profiili" + +#: include/conversation.php:959 src/Model/Contact.php:1257 +msgid "View Photos" +msgstr "Vaata fotosid" + +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 +msgid "Network Posts" +msgstr "Võrgupostitused" + +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 +msgid "View Contact" +msgstr "Vaata kontakti" + +#: include/conversation.php:962 src/Model/Contact.php:1261 +msgid "Send PM" +msgstr "Saada privaatsõnum" + +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 msgid "Block" msgstr "Blokeeri" -#: mod/admin.php:521 mod/admin.php:2075 src/Module/Contact.php:621 -#: src/Module/Contact.php:824 src/Module/Contact.php:1077 -msgid "Unblock" -msgstr "Võta blokk maha" +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 +msgid "Ignore" +msgstr "Ignoreeri" -#: mod/admin.php:522 -msgid "No remote contact is blocked from this node." -msgstr "" +#: include/conversation.php:968 src/Model/Contact.php:1262 +msgid "Poke" +msgstr "Müksa" -#: mod/admin.php:524 -msgid "Blocked Remote Contacts" -msgstr "Blokeeritud kaugkontaktid" +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 +msgid "Connect/Follow" +msgstr "Ühendu/Järgi" -#: mod/admin.php:525 -msgid "Block New Remote Contact" -msgstr "Blokeeri kaugkontakt" - -#: mod/admin.php:526 -msgid "Photo" -msgstr "Foto" - -#: mod/admin.php:526 mod/admin.php:2056 mod/admin.php:2067 mod/admin.php:2081 -#: mod/admin.php:2097 mod/crepair.php:159 mod/settings.php:667 -#: mod/settings.php:693 -msgid "Name" -msgstr "Nimi" - -#: mod/admin.php:526 mod/profiles.php:382 -msgid "Address" -msgstr "Aadress" - -#: mod/admin.php:526 mod/admin.php:536 mod/follow.php:166 -#: mod/notifications.php:179 mod/notifications.php:263 mod/unfollow.php:137 -#: src/Module/Contact.php:639 -msgid "Profile URL" -msgstr "Profiili URL" - -#: mod/admin.php:534 +#: include/conversation.php:1101 #, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:536 -msgid "URL of the remote contact to block." +msgid "%s likes this." msgstr "" -#: mod/admin.php:559 -msgid "Delete this Item" -msgstr "Kustuta see element" - -#: mod/admin.php:560 -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 "" - -#: mod/admin.php:561 -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 "" - -#: mod/admin.php:562 -msgid "GUID" -msgstr "" - -#: mod/admin.php:562 -msgid "The GUID of the item you want to delete." -msgstr "" - -#: mod/admin.php:597 -msgid "Item marked for deletion." -msgstr "Element kustutamiseks märgitud" - -#: mod/admin.php:669 -msgid "unknown" -msgstr "" - -#: mod/admin.php:772 -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 "" - -#: mod/admin.php:773 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "" - -#: mod/admin.php:785 +#: include/conversation.php:1104 #, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" +msgid "%s doesn't like this." msgstr "" -#: mod/admin.php:825 mod/admin.php:878 -msgid "ID" -msgstr "ID" +#: include/conversation.php:1107 +#, php-format +msgid "%s attends." +msgstr "" -#: mod/admin.php:826 -msgid "Recipient Name" -msgstr "Saaja nimi" +#: include/conversation.php:1110 +#, php-format +msgid "%s doesn't attend." +msgstr "" -#: mod/admin.php:827 -msgid "Recipient Profile" -msgstr "Saaja profiil" +#: include/conversation.php:1113 +#, php-format +msgid "%s attends maybe." +msgstr "" -#: mod/admin.php:828 src/Content/Nav.php:239 -#: src/Core/NotificationsManager.php:182 view/theme/frio/theme.php:269 +#: include/conversation.php:1116 include/conversation.php:1159 +#, php-format +msgid "%s reshared this." +msgstr "" + +#: include/conversation.php:1124 +msgid "and" +msgstr "ja" + +#: include/conversation.php:1130 +#, php-format +msgid "and %d other people" +msgstr "" + +#: include/conversation.php:1138 +#, php-format +msgid "%2$d people like this" +msgstr "" + +#: include/conversation.php:1139 +#, php-format +msgid "%s like this." +msgstr "" + +#: include/conversation.php:1142 +#, php-format +msgid "%2$d people don't like this" +msgstr "" + +#: include/conversation.php:1143 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: include/conversation.php:1146 +#, php-format +msgid "%2$d people attend" +msgstr "" + +#: include/conversation.php:1147 +#, php-format +msgid "%s attend." +msgstr "" + +#: include/conversation.php:1150 +#, php-format +msgid "%2$d people don't attend" +msgstr "" + +#: include/conversation.php:1151 +#, php-format +msgid "%s don't attend." +msgstr "" + +#: include/conversation.php:1154 +#, php-format +msgid "%2$d people attend maybe" +msgstr "" + +#: include/conversation.php:1155 +#, php-format +msgid "%s attend maybe." +msgstr "" + +#: include/conversation.php:1158 +#, php-format +msgid "%2$d people reshared this" +msgstr "" + +#: include/conversation.php:1188 +msgid "Visible to everybody" +msgstr "" + +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 +msgid "Please enter a image/video/audio/webpage URL:" +msgstr "Palun sisesta pildi/video/audio/veebilehe URL:" + +#: include/conversation.php:1190 +msgid "Tag term:" +msgstr "Tag`i tingimus:" + +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 +msgid "Save to Folder:" +msgstr "Salvesta kausta:" + +#: include/conversation.php:1192 +msgid "Where are you right now?" +msgstr "Kus sa hetkel oled?" + +#: include/conversation.php:1193 +msgid "Delete item(s)?" +msgstr "Kustutada element(id)?" + +#: include/conversation.php:1225 +msgid "New Post" +msgstr "Uus postitus" + +#: include/conversation.php:1228 +msgid "Share" +msgstr "Jaga" + +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 +#: mod/message.php:258 mod/message.php:439 +msgid "Upload photo" +msgstr "Lae foto üles" + +#: include/conversation.php:1230 mod/editpost.php:74 +msgid "upload photo" +msgstr "lae foto üles" + +#: include/conversation.php:1231 mod/editpost.php:75 +msgid "Attach file" +msgstr "Manusta fail" + +#: include/conversation.php:1232 mod/editpost.php:76 +msgid "attach file" +msgstr "manusta fail" + +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 +msgid "Bold" +msgstr "" + +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 +msgid "Italic" +msgstr "" + +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 +msgid "Underline" +msgstr "Allajoonitud" + +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 +msgid "Quote" +msgstr "Tsitaat" + +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 +msgid "Code" +msgstr "Kood" + +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 +msgid "Image" +msgstr "Pilt" + +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 +msgid "Link" +msgstr "" + +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 +msgid "Link or Media" +msgstr "Link või meediafail" + +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 +msgid "Set your location" +msgstr "Vali oma asukoht" + +#: include/conversation.php:1242 mod/editpost.php:84 +msgid "set location" +msgstr "vali asukoht" + +#: include/conversation.php:1243 mod/editpost.php:85 +msgid "Clear browser location" +msgstr "Kustuta sirviku asukoht" + +#: include/conversation.php:1244 mod/editpost.php:86 +msgid "clear location" +msgstr "kustuta asukoht" + +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 +msgid "Set title" +msgstr "Pane pealkiri" + +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 +msgid "Categories (comma-separated list)" +msgstr "Kategooriad (komaga-eraldatud nimistu)" + +#: include/conversation.php:1250 mod/editpost.php:88 +msgid "Permission settings" +msgstr "Õiguste sätted" + +#: include/conversation.php:1251 mod/editpost.php:117 +msgid "permissions" +msgstr "õigused" + +#: include/conversation.php:1260 mod/editpost.php:97 +msgid "Public post" +msgstr "Avalik postitus" + +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 +msgid "Preview" +msgstr "Eelvaade" + +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 +msgid "Cancel" +msgstr "Katkesta" + +#: include/conversation.php:1273 +msgid "Post to Groups" +msgstr "Postita Gruppidesse" + +#: include/conversation.php:1274 +msgid "Post to Contacts" +msgstr "Postita Kontaktidele" + +#: include/conversation.php:1275 +msgid "Private post" +msgstr "Privaatpostitus" + +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 +msgid "Message" +msgstr "Sõnum" + +#: include/conversation.php:1281 mod/editpost.php:116 +msgid "Browser" +msgstr "Sirvik" + +#: include/conversation.php:1573 +msgid "View all" +msgstr "Kuva kõik" + +#: include/conversation.php:1597 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Mittemeeldimised" +msgstr[1] "Meeldimised" + +#: include/conversation.php:1600 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Mittemeeldimised" +msgstr[1] "Mittemeeldimised" + +#: include/conversation.php:1606 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Ei osale" +msgstr[1] "Ei osale" + +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Otsustamata" +msgstr[1] "Otsustamata" + +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 +#: src/Module/Debug/ItemBody.php:40 +msgid "Item not found." +msgstr "Elementi ei leitud" + +#: include/items.php:387 +msgid "Do you really want to delete this item?" +msgstr "Kas soovite tõesti selle elemendi kustutada?" + +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 +#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 +msgid "Yes" +msgstr "Jah" + +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 +msgid "Permission denied." +msgstr "" + +#: update.php:218 +#, php-format +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "" + +#: update.php:273 +#, php-format +msgid "%s: Updating post-type." +msgstr "" + +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "Kogukonna profiilid" + +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "Viimased kasutajad" + +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "Leia inimesi" + +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "Sissta nimi või huviala" + +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "Otsi" + +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 +msgid "Friend Suggestions" +msgstr "Sõbrasoovitused" + +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "Sarnased huvid" + +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "Suvaline profiil" + +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "Kutsu sõpru" + +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "Globaalne kataloog" + +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "Kohalik kataloog" + +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "Foorumid" + +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "Välimine link foorumisse" + +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "näita veel" + +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "Abi" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "Ühendu teenustega" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "ära näita" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "näita" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 +#: mod/settings.php:976 +msgid "Theme settings" +msgstr "Teema sätted" + +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "Säti stiil" + +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "Kogukonna lehed" + +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "Leia sõpru" + +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 +msgid "default" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:61 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "" + +#: view/theme/frio/php/Image.php:24 +msgid "Top Banner" +msgstr "" + +#: view/theme/frio/php/Image.php:24 +msgid "" +"Resize image to the width of the screen and show background color below on " +"long pages." +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "Full screen" +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "" +"Resize image to fill entire screen, clipping either the right or the bottom." +msgstr "" + +#: view/theme/frio/php/Image.php:26 +msgid "Single row mosaic" +msgstr "" + +#: view/theme/frio/php/Image.php:26 +msgid "" +"Resize image to repeat it on a single row, either vertical or horizontal." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Mosaic" +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Repeat image to fill the screen." +msgstr "" + +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Külaline" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Külastaja" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "Staatus" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "Sinu postitused ja vestlused" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "Profiil" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "Sinu profiili leht" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "Fotod" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "Sinu fotod" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "Videod" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "Sinu videod" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "Sündmused" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "Sinu sündmused" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 msgid "Network" msgstr "Võrk" -#: mod/admin.php:829 mod/admin.php:880 -msgid "Created" -msgstr "Loodud" +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "Vestlused sinu sõpradelt" -#: mod/admin.php:830 -msgid "Last Tried" -msgstr "Viimati üritatud" +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "Sündmused ja Kalender" -#: mod/admin.php:831 +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "Sõnumid" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "Privaatmeil" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "Sätted" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "Konto sätted" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "Kontaktid" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "Halda/muuda sõpru ja kontakte" + +#: view/theme/frio/config.php:111 +msgid "Custom" +msgstr "" + +#: view/theme/frio/config.php:123 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:123 +msgid "Check image permissions if all users are allowed to see the image" +msgstr "" + +#: view/theme/frio/config.php:129 +msgid "Select color scheme" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Copy or paste schemestring" +msgstr "" + +#: view/theme/frio/config.php:130 msgid "" -"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." +"You can copy this string to share your theme with others. Pasting here " +"applies the schemestring" msgstr "" -#: mod/admin.php:854 -msgid "Inspect Deferred Worker Queue" +#: view/theme/frio/config.php:131 +msgid "Navigation bar background color" msgstr "" -#: mod/admin.php:855 +#: view/theme/frio/config.php:132 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:133 +msgid "Link color" +msgstr "" + +#: view/theme/frio/config.php:134 +msgid "Set the background color" +msgstr "" + +#: view/theme/frio/config.php:135 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:136 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:137 +msgid "Background image style" +msgstr "" + +#: view/theme/frio/config.php:139 +msgid "Enable Compose page" +msgstr "" + +#: view/theme/frio/config.php:139 msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." +"This replaces the jot modal window for writing new posts with a link to the new Compose page." msgstr "" -#: mod/admin.php:858 -msgid "Inspect Worker Queue" +#: view/theme/frio/config.php:143 +msgid "Login page background image" msgstr "" -#: mod/admin.php:859 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." +#: view/theme/frio/config.php:147 +msgid "Login page background color" msgstr "" -#: mod/admin.php:879 -msgid "Job Parameters" +#: view/theme/frio/config.php:147 +msgid "Leave background image and color empty for theme defaults" msgstr "" -#: mod/admin.php:881 -msgid "Priority" +#: view/theme/quattro/config.php:76 +msgid "Alignment" msgstr "" -#: mod/admin.php:907 +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "" + +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "" + +#: src/Database/DBStructure.php:74 #, php-format msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"bin/console.php dbstructure toinnodb of your Friendica installation for" -" an automatic conversion.
" +"\n" +"Error %d occurred during database update:\n" +"%s\n" msgstr "" -#: mod/admin.php:914 +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "" + +#: src/Database/DBStructure.php:266 #, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" +msgid "%s: Database update" msgstr "" -#: mod/admin.php:924 -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 "" - -#: mod/admin.php:930 -msgid "The worker was never executed. Please check your database structure!" -msgstr "" - -#: mod/admin.php:933 +#: src/Database/DBStructure.php:527 #, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." +msgid "%s: updating %s table." msgstr "" -#: mod/admin.php:939 +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "See kanne on muudetud" + +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "Pirvaatsõnum" + +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "Muuda" + +#: src/Object/Post.php:197 +msgid "pinned item" +msgstr "" + +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "Kustuta lokaalselt" + +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "Kustuta globaalselt" + +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "Eemalda lokaalselt" + +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "salvesta kausta" + +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "Ma osalen" + +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "Ma ei osale" + +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "Ma ehk osalen" + +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "ignoreeri lõime" + +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "taasjälgi lõime" + +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "vaheta ignoreerimise staatust" + +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "ignoreeritud" + +#: src/Object/Post.php:296 +msgid "pin" +msgstr "" + +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "" + +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "" + +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "" + +#: src/Object/Post.php:308 +msgid "add star" +msgstr "lisa täht" + +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "eemalda täht" + +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "vaheta tähe staatus" + +#: src/Object/Post.php:313 +msgid "starred" +msgstr "tähitud" + +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "lisa silt" + +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "Mulle meeldib see (toggle)" + +#: src/Object/Post.php:328 +msgid "like" +msgstr "meeldib" + +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "Mulle ei meeldi see (toggle)" + +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "ei meeldi" + +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "Jaga seda" + +#: src/Object/Post.php:332 +msgid "share" +msgstr "jaga" + +#: src/Object/Post.php:384 #, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -".htconfig.php. See the Config help page for " -"help with the transition." +msgid "%s (Received %s)" msgstr "" -#: mod/admin.php:943 +#: src/Object/Post.php:409 +msgid "to" +msgstr "" + +#: src/Object/Post.php:410 +msgid "via" +msgstr "" + +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "Seinalt Seinale" + +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "läbi Seinalt Seinale:" + +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "Kommentaar" + +#: src/Object/Post.php:448 #, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -"config/local.ini.php. See the Config help " -"page for help with the transition." +msgid "Reply to %s" +msgstr "Vasta %s le" + +#: src/Object/Post.php:464 +msgid "Notifier task is pending" msgstr "" -#: mod/admin.php:950 +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "" + +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "" + +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "" + +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "" + +#: src/Object/Post.php:488 #, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: src/Object/Post.php:489 +msgid "Show more" +msgstr "Näita rohkem " + +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "Näita vähem" + +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "kommentaarid" +msgstr[1] "kommentaarid" + +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "See oled sina" + +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "" + +#: src/Content/Text/BBCode.php:490 +msgid "view full size" +msgstr "kuva täissuuruses" + +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 +msgid "Image/photo" +msgstr "" + +#: src/Content/Text/BBCode.php:1045 +#, php-format +msgid "%2$s %3$s" +msgstr "" + +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 +msgid "Click to open/close" +msgstr "Klõpsa ava/sulge" + +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "" + +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "Krüptitud sisu" + +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "" + +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "" + +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "" + +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "Lõpp" + +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "Salvesta" + +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "Jälgi" + +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "Otsi" + +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "" + +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Täistekst" + +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Sildid" + +#: src/Content/ContactSelector.php:58 +msgid "Frequently" +msgstr "Sageli" + +#: src/Content/ContactSelector.php:59 +msgid "Hourly" +msgstr "Tunnis" + +#: src/Content/ContactSelector.php:60 +msgid "Twice daily" +msgstr "Kakskord päevas" + +#: src/Content/ContactSelector.php:61 +msgid "Daily" +msgstr "Päevas" + +#: src/Content/ContactSelector.php:62 +msgid "Weekly" +msgstr "Nädalas" + +#: src/Content/ContactSelector.php:63 +msgid "Monthly" +msgstr "Kuus" + +#: src/Content/ContactSelector.php:116 +msgid "DFRN" +msgstr "" + +#: src/Content/ContactSelector.php:117 +msgid "OStatus" +msgstr "" + +#: src/Content/ContactSelector.php:118 +msgid "RSS/Atom" +msgstr "" + +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:315 +msgid "Email" +msgstr "Email" + +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "Diaspora" + +#: src/Content/ContactSelector.php:121 +msgid "Zot!" +msgstr "" + +#: src/Content/ContactSelector.php:122 +msgid "LinkedIn" +msgstr "" + +#: src/Content/ContactSelector.php:123 +msgid "XMPP/IM" +msgstr "" + +#: src/Content/ContactSelector.php:124 +msgid "MySpace" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Google+" +msgstr "" + +#: src/Content/ContactSelector.php:126 +msgid "pump.io" +msgstr "" + +#: src/Content/ContactSelector.php:127 +msgid "Twitter" +msgstr "" + +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "" + +#: src/Content/ContactSelector.php:129 +msgid "Diaspora Connector" +msgstr "" + +#: src/Content/ContactSelector.php:130 +msgid "GNU Social Connector" +msgstr "" + +#: src/Content/ContactSelector.php:131 +msgid "ActivityPub" +msgstr "" + +#: src/Content/ContactSelector.php:132 +msgid "pnut" +msgstr "" + +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 +msgid "No answer" +msgstr "" + +#: src/Content/ContactSelector.php:232 +msgid "Male" +msgstr "Mees" + +#: src/Content/ContactSelector.php:233 +msgid "Female" +msgstr "Naine" + +#: src/Content/ContactSelector.php:234 +msgid "Currently Male" +msgstr "Hetkel mees" + +#: src/Content/ContactSelector.php:235 +msgid "Currently Female" +msgstr "Hetkel naine" + +#: src/Content/ContactSelector.php:236 +msgid "Mostly Male" +msgstr "Peamiselt mees" + +#: src/Content/ContactSelector.php:237 +msgid "Mostly Female" +msgstr "Peamiselt naine" + +#: src/Content/ContactSelector.php:238 +msgid "Transgender" +msgstr "" + +#: src/Content/ContactSelector.php:239 +msgid "Intersex" +msgstr "" + +#: src/Content/ContactSelector.php:240 +msgid "Transsexual" +msgstr "" + +#: src/Content/ContactSelector.php:241 +msgid "Hermaphrodite" +msgstr "" + +#: src/Content/ContactSelector.php:242 +msgid "Neuter" +msgstr "" + +#: src/Content/ContactSelector.php:243 +msgid "Non-specific" +msgstr "" + +#: src/Content/ContactSelector.php:244 +msgid "Other" +msgstr "" + +#: src/Content/ContactSelector.php:272 +msgid "Males" +msgstr "Mehed" + +#: src/Content/ContactSelector.php:273 +msgid "Females" +msgstr "Naised" + +#: src/Content/ContactSelector.php:274 +msgid "Gay" +msgstr "" + +#: src/Content/ContactSelector.php:275 +msgid "Lesbian" +msgstr "" + +#: src/Content/ContactSelector.php:276 +msgid "No Preference" +msgstr "" + +#: src/Content/ContactSelector.php:277 +msgid "Bisexual" +msgstr "" + +#: src/Content/ContactSelector.php:278 +msgid "Autosexual" +msgstr "" + +#: src/Content/ContactSelector.php:279 +msgid "Abstinent" +msgstr "" + +#: src/Content/ContactSelector.php:280 +msgid "Virgin" +msgstr "" + +#: src/Content/ContactSelector.php:281 +msgid "Deviant" +msgstr "" + +#: src/Content/ContactSelector.php:282 +msgid "Fetish" +msgstr "" + +#: src/Content/ContactSelector.php:283 +msgid "Oodles" +msgstr "" + +#: src/Content/ContactSelector.php:284 +msgid "Nonsexual" +msgstr "" + +#: src/Content/ContactSelector.php:310 +msgid "Single" +msgstr "Üksik" + +#: src/Content/ContactSelector.php:311 +msgid "Lonely" +msgstr "" + +#: src/Content/ContactSelector.php:312 +msgid "In a relation" +msgstr "" + +#: src/Content/ContactSelector.php:313 +msgid "Has crush" +msgstr "" + +#: src/Content/ContactSelector.php:314 +msgid "Infatuated" +msgstr "" + +#: src/Content/ContactSelector.php:315 +msgid "Dating" +msgstr "" + +#: src/Content/ContactSelector.php:316 +msgid "Unfaithful" +msgstr "" + +#: src/Content/ContactSelector.php:317 +msgid "Sex Addict" +msgstr "" + +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 +msgid "Friends" +msgstr "Sõbrad" + +#: src/Content/ContactSelector.php:319 +msgid "Friends/Benefits" +msgstr "Sõbrad/Kasudega" + +#: src/Content/ContactSelector.php:320 +msgid "Casual" +msgstr "" + +#: src/Content/ContactSelector.php:321 +msgid "Engaged" +msgstr "" + +#: src/Content/ContactSelector.php:322 +msgid "Married" +msgstr "Abielus" + +#: src/Content/ContactSelector.php:323 +msgid "Imaginarily married" +msgstr "" + +#: src/Content/ContactSelector.php:324 +msgid "Partners" +msgstr "Partnerid" + +#: src/Content/ContactSelector.php:325 +msgid "Cohabiting" +msgstr "" + +#: src/Content/ContactSelector.php:326 +msgid "Common law" +msgstr "Vabaabielu" + +#: src/Content/ContactSelector.php:327 +msgid "Happy" +msgstr "Õnnelik" + +#: src/Content/ContactSelector.php:328 +msgid "Not looking" +msgstr "Ei otsi" + +#: src/Content/ContactSelector.php:329 +msgid "Swinger" +msgstr "" + +#: src/Content/ContactSelector.php:330 +msgid "Betrayed" +msgstr "" + +#: src/Content/ContactSelector.php:331 +msgid "Separated" +msgstr "Lahku läinud" + +#: src/Content/ContactSelector.php:332 +msgid "Unstable" +msgstr "" + +#: src/Content/ContactSelector.php:333 +msgid "Divorced" +msgstr "Lahutatud" + +#: src/Content/ContactSelector.php:334 +msgid "Imaginarily divorced" +msgstr "" + +#: src/Content/ContactSelector.php:335 +msgid "Widowed" +msgstr "Lesestunud" + +#: src/Content/ContactSelector.php:336 +msgid "Uncertain" +msgstr "" + +#: src/Content/ContactSelector.php:337 +msgid "It's complicated" +msgstr "Keeruline" + +#: src/Content/ContactSelector.php:338 +msgid "Don't care" +msgstr "Ei huvita" + +#: src/Content/ContactSelector.php:339 +msgid "Ask me" +msgstr "Küsi minult" + +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "Lisa uus kontakt" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "Sisesta aadress või veebiasukoht" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "Ühendu" + +#: src/Content/Widget.php:59 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d kutset saadaval" +msgstr[1] "%d kutset saadaval" + +#: src/Content/Widget.php:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "Kõik kontaktid" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "Protokollid" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "Kõik protokollid" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "Salvestatud kaustad" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "Kõikvõimalik" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "Kategooriad" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d ühine kontakt" +msgstr[1] "%d ühine kontakt" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "Arhiivid" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "" + +#: src/Content/Feature.php:82 +msgid "General Features" +msgstr "Üldised funktsioonid" + +#: src/Content/Feature.php:84 +msgid "Multiple Profiles" +msgstr "Mitmed profiilid" + +#: src/Content/Feature.php:84 +msgid "Ability to create multiple profiles" +msgstr "Võimalus luua mitmeid profiile" + +#: src/Content/Feature.php:85 +msgid "Photo Location" +msgstr "Foto asukoht" + +#: src/Content/Feature.php:85 msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." msgstr "" -#: mod/admin.php:956 -msgid "Normal Account" -msgstr "Normaalne konto" - -#: mod/admin.php:957 -msgid "Automatic Follower Account" -msgstr "Automaatse jälgija konto" - -#: mod/admin.php:958 -msgid "Public Forum Account" -msgstr "Avaliku foorumi konto" - -#: mod/admin.php:959 -msgid "Automatic Friend Account" -msgstr "Automaatse sõbra konto" - -#: mod/admin.php:960 -msgid "Blog Account" -msgstr "Blogikonto" - -#: mod/admin.php:961 -msgid "Private Forum Account" -msgstr "Privaatfoorumi konto" - -#: mod/admin.php:984 -msgid "Message queues" +#: src/Content/Feature.php:86 +msgid "Export Public Calendar" msgstr "" -#: mod/admin.php:990 -msgid "Server Settings" -msgstr "Serveri sätted" - -#: mod/admin.php:999 -msgid "Summary" -msgstr "Kokkuvõte" - -#: mod/admin.php:1001 -msgid "Registered users" -msgstr "Registreeritud kasutajad" - -#: mod/admin.php:1003 -msgid "Pending registrations" -msgstr "Ootel registreeringud" - -#: mod/admin.php:1004 -msgid "Version" -msgstr "Versioon" - -#: mod/admin.php:1009 -msgid "Active addons" -msgstr "Aktiveeritud lisad" - -#: mod/admin.php:1042 -msgid "Can not parse base url. Must have at least ://" +#: src/Content/Feature.php:86 +msgid "Ability for visitors to download the public calendar" msgstr "" -#: mod/admin.php:1415 -msgid "Site settings updated." -msgstr "Lehe sätted uuendatud" - -#: mod/admin.php:1444 mod/settings.php:893 -msgid "No special theme for mobile devices" +#: src/Content/Feature.php:87 +msgid "Trending Tags" msgstr "" -#: mod/admin.php:1473 -msgid "No community page for local users" +#: src/Content/Feature.php:87 +msgid "" +"Show a community page widget with a list of the most popular tags in recent " +"public posts." msgstr "" -#: mod/admin.php:1474 -msgid "No community page" +#: src/Content/Feature.php:92 +msgid "Post Composition Features" msgstr "" -#: mod/admin.php:1475 -msgid "Public postings from users of this site" +#: src/Content/Feature.php:93 +msgid "Auto-mention Forums" msgstr "" -#: mod/admin.php:1476 -msgid "Public postings from the federated network" +#: src/Content/Feature.php:93 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." msgstr "" -#: mod/admin.php:1477 -msgid "Public postings from local users and the federated network" +#: src/Content/Feature.php:94 +msgid "Explicit Mentions" msgstr "" -#: mod/admin.php:1481 mod/admin.php:1682 mod/admin.php:1692 -#: src/Module/Contact.php:546 -msgid "Disabled" +#: src/Content/Feature.php:94 +msgid "" +"Add explicit mentions to comment box for manual control over who gets " +"mentioned in replies." msgstr "" -#: mod/admin.php:1483 -msgid "Users, Global Contacts" -msgstr "Kasutajad, Globaalsed kontaktid" - -#: mod/admin.php:1484 -msgid "Users, Global Contacts/fallback" -msgstr "Kasutajad, Globaalsed kontaktid/fallback" - -#: mod/admin.php:1488 -msgid "One month" -msgstr "Üks kuu" - -#: mod/admin.php:1489 -msgid "Three months" -msgstr "Kolm kuud" - -#: mod/admin.php:1490 -msgid "Half a year" -msgstr "Pool aastat" - -#: mod/admin.php:1491 -msgid "One year" -msgstr "Üks aasta" - -#: mod/admin.php:1496 -msgid "Multi user instance" +#: src/Content/Feature.php:99 +msgid "Network Sidebar" msgstr "" -#: mod/admin.php:1520 -msgid "Closed" -msgstr "Suletud" - -#: mod/admin.php:1521 -msgid "Requires approval" -msgstr "Vajab heakskiitu" - -#: mod/admin.php:1522 -msgid "Open" -msgstr "Avatud" - -#: mod/admin.php:1526 -msgid "No SSL policy, links will track page SSL state" +#: src/Content/Feature.php:100 +msgid "Ability to select posts by date ranges" msgstr "" -#: mod/admin.php:1527 -msgid "Force all links to use SSL" +#: src/Content/Feature.php:101 +msgid "Protocol Filter" msgstr "" -#: mod/admin.php:1528 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" +#: src/Content/Feature.php:101 +msgid "Enable widget to display Network posts only from selected protocols" msgstr "" -#: mod/admin.php:1532 -msgid "Don't check" -msgstr "Ära kontrolli" +#: src/Content/Feature.php:106 +msgid "Network Tabs" +msgstr "Võrgusakid" -#: mod/admin.php:1533 -msgid "check the stable version" -msgstr "kontrolli stabiilset versiooni" +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Uus võrgusakk" -#: mod/admin.php:1534 -msgid "check the development version" +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Võimalda sakk kuvama vaid uusi Võrgupostitusi (viimasest 12 tunnist)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Võrgusakk Jagatud lingid" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" msgstr "" -#: mod/admin.php:1556 -msgid "Database (legacy)" +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Postituse/Kommenteerimise tööriistad" + +#: src/Content/Feature.php:114 +msgid "Post Categories" +msgstr "Postituse kategooriad" + +#: src/Content/Feature.php:114 +msgid "Add categories to your posts" +msgstr "Lisa kategooriad on postitustele" + +#: src/Content/Feature.php:119 +msgid "Advanced Profile Settings" +msgstr "Täpsemad profiili sätted" + +#: src/Content/Feature.php:120 +msgid "List Forums" +msgstr "Foorumine nimistu" + +#: src/Content/Feature.php:120 +msgid "Show visitors public community forums at the Advanced Profile Page" msgstr "" -#: mod/admin.php:1583 -msgid "Republish users to directory" +#: src/Content/Feature.php:121 +msgid "Tag Cloud" +msgstr "Sildipilv tag cloud" + +#: src/Content/Feature.php:121 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Näita personaalset sildipilve oma profiili lehel" + +#: src/Content/Feature.php:122 +msgid "Display Membership Date" +msgstr "Kuva liitumise kuupäev" + +#: src/Content/Feature.php:122 +msgid "Display membership date in profile" +msgstr "Kuva liitumiskuupäev oma profiilil" + +#: src/Content/Nav.php:74 +msgid "Nothing new here" +msgstr "Ei midagi uut siin" + +#: src/Content/Nav.php:78 +msgid "Clear notifications" +msgstr "Puhasta teated" + +#: src/Content/Nav.php:153 src/Module/Login.php:136 +msgid "Logout" +msgstr "Logi välja" + +#: src/Content/Nav.php:153 +msgid "End this session" +msgstr "Lõpeta see sessioon" + +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 +msgid "Login" msgstr "" -#: mod/admin.php:1584 src/Module/Register.php:121 -msgid "Registration" -msgstr "Registreerimine" +#: src/Content/Nav.php:155 +msgid "Sign in" +msgstr "Logi sisse" -#: mod/admin.php:1585 -msgid "File upload" +#: src/Content/Nav.php:165 +msgid "Personal notes" +msgstr "Personaalsed märkmed" + +#: src/Content/Nav.php:165 +msgid "Your personal notes" +msgstr "Sinu personaalsed märkmed" + +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "Kodu" + +#: src/Content/Nav.php:182 +msgid "Home Page" +msgstr "Koduleht" + +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 +msgid "Register" +msgstr "Registreeri" + +#: src/Content/Nav.php:186 +msgid "Create an account" +msgstr "Loo konto" + +#: src/Content/Nav.php:192 +msgid "Help and documentation" +msgstr "Abi ja dokumentatsioon" + +#: src/Content/Nav.php:196 +msgid "Apps" +msgstr "Rakendused" + +#: src/Content/Nav.php:196 +msgid "Addon applications, utilities, games" +msgstr "Lisarakendused, utiliidid, mängud" + +#: src/Content/Nav.php:200 +msgid "Search site content" +msgstr "Otsi lehe sisust" + +#: src/Content/Nav.php:224 +msgid "Community" +msgstr "Kogukond" + +#: src/Content/Nav.php:224 +msgid "Conversations on this and other servers" +msgstr "Vestlused siin ja muudes serverites" + +#: src/Content/Nav.php:231 +msgid "Directory" +msgstr "Kataloog" + +#: src/Content/Nav.php:231 +msgid "People directory" +msgstr "Inimeste kataloog" + +#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75 +msgid "Information" +msgstr "Info" + +#: src/Content/Nav.php:233 +msgid "Information about this friendica instance" +msgstr "Info selle friendica instantsi kohta" + +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 +msgid "Terms of Service" msgstr "" -#: mod/admin.php:1586 -msgid "Policies" +#: src/Content/Nav.php:236 +msgid "Terms of Service of this Friendica instance" +msgstr "Selle Friendica instantsi kasutustingimused" + +#: src/Content/Nav.php:242 +msgid "Network Reset" +msgstr "Võrgu taaskäivitus" + +#: src/Content/Nav.php:242 +msgid "Load Network page with no filters" msgstr "" -#: mod/admin.php:1587 mod/events.php:555 src/Model/Profile.php:878 -#: src/Module/Contact.php:902 +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Tutvustused" + +#: src/Content/Nav.php:248 +msgid "Friend Requests" +msgstr "Sõbrataotlused" + +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "Teavitused" + +#: src/Content/Nav.php:250 +msgid "See all notifications" +msgstr "Vaata kõiki teavitusi" + +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "" + +#: src/Content/Nav.php:251 +msgid "Mark all system notifications seen" +msgstr "Märgi kõik süsteemitevitused loetuks" + +#: src/Content/Nav.php:255 +msgid "Inbox" +msgstr "Sisenev" + +#: src/Content/Nav.php:256 +msgid "Outbox" +msgstr "Väljuv" + +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "Uus sõnum" + +#: src/Content/Nav.php:260 +msgid "Delegation" +msgstr "" + +#: src/Content/Nav.php:260 +msgid "Manage other pages" +msgstr "Halda teisi lehti" + +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "Profiilid" + +#: src/Content/Nav.php:266 +msgid "Manage/Edit Profiles" +msgstr "Halda/Muud profiile" + +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 +msgid "Admin" +msgstr "" + +#: src/Content/Nav.php:274 +msgid "Site setup and configuration" +msgstr "Saidi seadmine ja sätted" + +#: src/Content/Nav.php:277 +msgid "Navigation" +msgstr "Navigatsioon" + +#: src/Content/Nav.php:277 +msgid "Site map" +msgstr "Lehekaart" + +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "Eemalda tingimus" + +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "Salvestatud otsingud" + +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Eksport" + +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Ekspordi kalender kui ical" + +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "" + +#: src/Content/Widget/TrendingTags.php:34 +#, php-format +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "" + +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "Kontakte pole" + +#: src/Content/Widget/ContactBlock.php:90 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d Kontaktid" +msgstr[1] "%d Kontaktid" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "Kuva kontaktid" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "ei kunagi" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "vanem" + +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "esimene" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "eelm" + +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "järgmine" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "viimane" + +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 +msgid "Edit profile" +msgstr "Muuda profiili" + +#: src/Model/Profile.php:398 +msgid "Manage/edit profiles" +msgstr "Halda/muuda profiile" + +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "Muuda profiilifoto" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "Loo uus profiil" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "Profiilipilt" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "nähtav kõigile" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "Muuda nähtavust" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "Asukoht:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "Sugu:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 +msgid "Status:" +msgstr "Staatus:" + +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 +msgid "Homepage:" +msgstr "Koduleht:" + +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "Minust:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 +msgid "XMPP:" +msgstr "" + +#: src/Model/Profile.php:542 src/Module/Contact.php:320 +msgid "Unfollow" +msgstr "" + +#: src/Model/Profile.php:544 +msgid "Atom feed" +msgstr "" + +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "Võrk" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 +msgid "g A l F d" +msgstr "" + +#: src/Model/Profile.php:585 +msgid "F d" +msgstr "" + +#: src/Model/Profile.php:647 src/Model/Profile.php:732 +msgid "[today]" +msgstr "[täna]" + +#: src/Model/Profile.php:657 +msgid "Birthday Reminders" +msgstr "Sünnipäeva meeldetuletused" + +#: src/Model/Profile.php:658 +msgid "Birthdays this week:" +msgstr "Sünnipäevad sel nädalal:" + +#: src/Model/Profile.php:719 +msgid "[No description]" +msgstr "[kirjeldus puudub]" + +#: src/Model/Profile.php:745 +msgid "Event Reminders" +msgstr "Sündmuste meeldetuletused" + +#: src/Model/Profile.php:746 +msgid "Upcoming events the next 7 days:" +msgstr "Eelseisvad sündmused järgneval 7 päeval: " + +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "Täielik nimi:" + +#: src/Model/Profile.php:763 +msgid "Member since:" +msgstr "Liige alates: " + +#: src/Model/Profile.php:771 +msgid "j F, Y" +msgstr "" + +#: src/Model/Profile.php:772 +msgid "j F" +msgstr "" + +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "Sünnipäev:" + +#: src/Model/Profile.php:787 +msgid "Age:" +msgstr "Vanus:" + +#: src/Model/Profile.php:800 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "Seksuaalne eelistus:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "Kodulinn:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "Tag`id: " + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "Poliitilised vaated:" + +#: src/Model/Profile.php:824 +msgid "Religion:" +msgstr "Usk:" + +#: src/Model/Profile.php:832 +msgid "Hobbies/Interests:" +msgstr "Hobid/Huvid:" + +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "Meeldimised:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "Mittemeeldimised:" + +#: src/Model/Profile.php:844 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinfo ja Sotsvõrgustikud" + +#: src/Model/Profile.php:848 +msgid "Musical interests:" +msgstr "Muusikalised huvid: " + +#: src/Model/Profile.php:852 +msgid "Books, literature:" +msgstr "Raamatud, kirjandus:" + +#: src/Model/Profile.php:856 +msgid "Television:" +msgstr "Televisioon:" + +#: src/Model/Profile.php:860 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/tants/kultuur/meelelahutus:" + +#: src/Model/Profile.php:864 +msgid "Love/Romance:" +msgstr "Armastus/Romantika:" + +#: src/Model/Profile.php:868 +msgid "Work/employment:" +msgstr "Töö/Ametitegevus:" + +#: src/Model/Profile.php:872 +msgid "School/education:" +msgstr "Kool/haridus:" + +#: src/Model/Profile.php:877 +msgid "Forums:" +msgstr "Foorumid:" + +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "Peamine" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 msgid "Advanced" msgstr "" -#: mod/admin.php:1588 -msgid "Auto Discovered Contact Directory" +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "Staatussõnumid ja Postitused" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 +msgid "Profile Details" +msgstr "Profiili detailid" + +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "Foto albumid" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "Isiklikud märkmed" + +#: src/Model/Profile.php:974 +msgid "Only You Can See This" +msgstr "Ainult Sina saad seda näha" + +#: src/Model/Profile.php:982 src/Model/Profile.php:985 +msgid "Tips for New Members" +msgstr "Näpunäiteid uutele liikmetele" + +#: src/Model/Profile.php:1180 +#, php-format +msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "" -#: mod/admin.php:1589 -msgid "Performance" +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: mod/admin.php:1590 -msgid "Worker" +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "Algab:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "Lõpeb:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "terve päev" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 +msgid "Sun" +msgstr "Püh" + +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "Esm" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "Tei" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "Kol" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "Nel" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "Ree" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "Lau" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "Pühapäev" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "Esmaspäev" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "Teisipäev" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "Kolmapäev" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "Neljapäev" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "Reede" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "Laupäev" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 +msgid "Jan" msgstr "" -#: mod/admin.php:1591 -msgid "Message Relay" +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 +msgid "Feb" msgstr "" -#: mod/admin.php:1592 -msgid "Relocate Instance" +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 +msgid "Mar" msgstr "" -#: mod/admin.php:1593 -msgid "Warning! Advanced function. Could make this server unreachable." +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 +msgid "Apr" msgstr "" -#: mod/admin.php:1597 -msgid "Site name" +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "Mai" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 +msgid "Jun" msgstr "" -#: mod/admin.php:1598 -msgid "Host name" +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 +msgid "Jul" msgstr "" -#: mod/admin.php:1599 -msgid "Sender Email" +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 +msgid "Aug" msgstr "" -#: mod/admin.php:1599 +#: src/Model/Event.php:412 +msgid "Sept" +msgstr "" + +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 +msgid "Oct" +msgstr "" + +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 +msgid "Nov" +msgstr "" + +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 +msgid "Dec" +msgstr "" + +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "Jaanuar" + +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "Veebruar" + +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "Märts" + +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "Aprill" + +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "Juuni" + +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "Juuli" + +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "August" + +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "" + +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "Oktoober" + +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "" + +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "Detsember" + +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "täna" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "kuu" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "nädal" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "päev" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "Pole üritusi kuvamiseks" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "Muuda sündmust" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "Dubleeri sündmus" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "Kustuta sündmus" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "link allikale" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "Näita kaarti" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "Peida kaart" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%s sünnipäev" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "Palju Õnne %s " + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "Kontaktide fotod" + +#: src/Model/User.php:357 +msgid "Login failed" +msgstr "" + +#: src/Model/User.php:389 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "Kasutajat ei leitud" + +#: src/Model/User.php:483 +msgid "Password can't be empty" +msgstr "Parool ei saa olla tühi " + +#: src/Model/User.php:502 +msgid "Empty passwords are not allowed." +msgstr "Tühjad paroolid pole lubatud" + +#: src/Model/User.php:506 msgid "" -"The email address your server shall use to send notification emails from." +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "Uus parool on juba kasutuses, palun vali midagi muud. " + +#: src/Model/User.php:512 +msgid "" +"The password can't contain accentuated letters, white spaces or colons (:)" msgstr "" -#: mod/admin.php:1600 -msgid "Banner/Logo" +#: src/Model/User.php:612 +msgid "Passwords do not match. Password unchanged." +msgstr "Paroolid ei kattu" + +#: src/Model/User.php:619 +msgid "An invitation is required." +msgstr "Kutse on nõutav." + +#: src/Model/User.php:623 +msgid "Invitation could not be verified." +msgstr "Kutset ei õnnestu kontrollida." + +#: src/Model/User.php:631 +msgid "Invalid OpenID url" msgstr "" -#: mod/admin.php:1601 -msgid "Shortcut icon" +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." msgstr "" -#: mod/admin.php:1601 -msgid "Link to an icon that will be used for browsers." +#: src/Model/User.php:644 src/Core/Authentication.php:190 +msgid "The error message was:" msgstr "" -#: mod/admin.php:1602 -msgid "Touch icon" +#: src/Model/User.php:650 +msgid "Please enter the required information." msgstr "" -#: mod/admin.php:1602 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "" - -#: mod/admin.php:1603 -msgid "Additional Info" -msgstr "" - -#: mod/admin.php:1603 +#: src/Model/User.php:664 #, php-format msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." +"system.username_min_length (%s) and system.username_max_length (%s) are " +"excluding each other, swapping values." msgstr "" -#: mod/admin.php:1604 -msgid "System language" -msgstr "Süsteemi keel" +#: src/Model/User.php:671 +#, php-format +msgid "Username should be at least %s character." +msgid_plural "Username should be at least %s characters." +msgstr[0] "" +msgstr[1] "" -#: mod/admin.php:1605 -msgid "System theme" -msgstr "Süsteemi teema" +#: src/Model/User.php:675 +#, php-format +msgid "Username should be at most %s character." +msgid_plural "Username should be at most %s characters." +msgstr[0] "" +msgstr[1] "" -#: mod/admin.php:1605 +#: src/Model/User.php:683 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "" + +#: src/Model/User.php:688 +msgid "Your email domain is not among those allowed on this site." +msgstr "" + +#: src/Model/User.php:692 +msgid "Not a valid email address." +msgstr "" + +#: src/Model/User.php:695 +msgid "The nickname was blocked from registration by the nodes admin." +msgstr "" + +#: src/Model/User.php:699 src/Model/User.php:707 +msgid "Cannot use that email." +msgstr "" + +#: src/Model/User.php:714 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:722 src/Model/User.php:779 +msgid "Nickname is already registered. Please choose another." +msgstr "" + +#: src/Model/User.php:732 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "" + +#: src/Model/User.php:766 src/Model/User.php:770 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: src/Model/User.php:795 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: src/Model/User.php:802 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:811 msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" +"An error occurred creating your default contact group. Please try again." msgstr "" -#: mod/admin.php:1606 -msgid "Mobile system theme" -msgstr "Mobiilne süsttemi teema" +#: src/Model/User.php:888 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%4$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\t\t" +msgstr "" -#: mod/admin.php:1606 -msgid "Theme for mobile devices" -msgstr "Teema mobiilseadmetele" +#: src/Model/User.php:909 +#, php-format +msgid "Registration at %s" +msgstr "" -#: mod/admin.php:1607 +#: src/Model/User.php:929 +#, php-format +msgid "" +"\n" +"\t\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t\t" +msgstr "" + +#: src/Model/User.php:937 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Model/User.php:976 src/Module/Admin/Users.php:88 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[teema puudub] " + +#: src/Model/Group.php:77 +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 "" + +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "Baas turvalisuse grupp uutele kontaktidele" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "Igaüks" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "muuda" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "lisa" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "Grupid" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "Muuda gruppi" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Mitteüheski grupis olevad kontaktid" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "Loo uus grupp" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Grupi nimi:" + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "Muuda gruppe" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "Hülga kontakt" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "Organisatsioon" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "Uudised" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "Foorum" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "Mittelubatud profiili URL." + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "" + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:2276 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "" + +#: src/Model/Contact.php:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "" + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "" + +#: src/Model/Contact.php:2296 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: src/Model/Contact.php:2299 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:2300 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: src/Model/Contact.php:2306 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: src/Model/Contact.php:2311 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: src/Model/Contact.php:2372 +msgid "Unable to retrieve contact information." +msgstr "" + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "tegevused" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "postitus" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "Kuva video" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "Kuva eraldi lehel" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "kuva eraldi lehel" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "" + +#: src/Model/Storage/Filesystem.php:105 +#, php-format +msgid "" +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s kommenteeris %s postitust " + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%s tegi uue postituse" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%s meeldib %s postitus" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s ei meeldi %s postitus" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s osaleb %s sündmusel" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s ei osale %s sündmusel" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s ehk osaleb %s sündmusel" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s on nüüd sõber %s ga " + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "Sõbrasoovitus" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "Sõbra/Ühenduse taotlus" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "Uus jälgija" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 +#, php-format +msgid "%s's timeline" +msgstr "%s ajajoon" + +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 +#, php-format +msgid "%s's posts" +msgstr "%s postitused" + +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 +#, php-format +msgid "%s's comments" +msgstr "%s kommentaarid" + +#: src/Protocol/OStatus.php:1839 +#, php-format +msgid "%s is now following %s." +msgstr "%s jälgib nüüd %s ." + +#: src/Protocol/OStatus.php:1840 +msgid "following" +msgstr "jälgib" + +#: src/Protocol/OStatus.php:1843 +#, php-format +msgid "%s stopped following %s." +msgstr "%slõpetas %s jälgimise" + +#: src/Protocol/OStatus.php:1844 +msgid "stopped following" +msgstr "lõpetas jälgimise" + +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "Manused:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "" + +#: src/Core/Update.php:193 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "" + +#: src/Core/Update.php:257 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "" + +#: src/Core/Update.php:263 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "" + +#: src/Core/Update.php:269 src/Core/Update.php:308 +msgid "[Friendica Notify] Database update" +msgstr "" + +#: src/Core/Update.php:300 +#, php-format +msgid "" +"\n" +"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "" + +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "müksa" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "müksatud" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "pingi" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "pingitud" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "laksa" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "laksatud" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "" + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "" + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "Palun lae profiilifoto üles" + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "Postita meilile" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "" + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "" + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "CC: emaili addressid" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "Peidame sinu profiilidetailid tundmatute vaatajate eest?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" + +#: src/Core/UserImport.php:107 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:113 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:121 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: src/Core/UserImport.php:157 +msgid "User creation error" +msgstr "" + +#: src/Core/UserImport.php:175 +msgid "User profile creation error" +msgstr "" + +#: src/Core/UserImport.php:219 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "" +msgstr[1] "" + +#: src/Core/UserImport.php:284 +msgid "Done. You can now login with your username and password" +msgstr "" + +#: src/Core/Installer.php:162 +msgid "" +"The database configuration file \"config/local.config.php\" could not be " +"written. Please use the enclosed text to create a configuration file in your" +" web server root." +msgstr "" + +#: src/Core/Installer.php:181 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "" + +#: src/Core/Installer.php:182 src/Module/Install.php:173 +#: src/Module/Install.php:329 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "" + +#: src/Core/Installer.php:243 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "" + +#: src/Core/Installer.php:244 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: src/Core/Installer.php:249 +msgid "PHP executable path" +msgstr "" + +#: src/Core/Installer.php:249 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: src/Core/Installer.php:254 +msgid "Command line PHP" +msgstr "" + +#: src/Core/Installer.php:263 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: src/Core/Installer.php:264 +msgid "Found PHP version: " +msgstr "" + +#: src/Core/Installer.php:266 +msgid "PHP cli binary" +msgstr "" + +#: src/Core/Installer.php:279 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "" + +#: src/Core/Installer.php:280 +msgid "This is required for message delivery to work." +msgstr "" + +#: src/Core/Installer.php:285 +msgid "PHP register_argc_argv" +msgstr "" + +#: src/Core/Installer.php:317 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: src/Core/Installer.php:318 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "" + +#: src/Core/Installer.php:321 +msgid "Generate encryption keys" +msgstr "" + +#: src/Core/Installer.php:373 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "" + +#: src/Core/Installer.php:378 +msgid "Apache mod_rewrite module" +msgstr "" + +#: src/Core/Installer.php:384 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:389 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: src/Core/Installer.php:393 +msgid "PDO or MySQLi PHP module" +msgstr "" + +#: src/Core/Installer.php:401 +msgid "Error, XML PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:405 +msgid "XML PHP module" +msgstr "" + +#: src/Core/Installer.php:408 +msgid "libCurl PHP module" +msgstr "" + +#: src/Core/Installer.php:409 +msgid "Error: libCURL PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:415 +msgid "GD graphics PHP module" +msgstr "" + +#: src/Core/Installer.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "" + +#: src/Core/Installer.php:422 +msgid "OpenSSL PHP module" +msgstr "" + +#: src/Core/Installer.php:423 +msgid "Error: openssl PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:429 +msgid "mb_string PHP module" +msgstr "" + +#: src/Core/Installer.php:430 +msgid "Error: mb_string PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:436 +msgid "iconv PHP module" +msgstr "" + +#: src/Core/Installer.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:443 +msgid "POSIX PHP module" +msgstr "" + +#: src/Core/Installer.php:444 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:450 +msgid "JSON PHP module" +msgstr "" + +#: src/Core/Installer.php:451 +msgid "Error: JSON PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:457 +msgid "File Information PHP module" +msgstr "" + +#: src/Core/Installer.php:458 +msgid "Error: File Information PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:481 +msgid "" +"The web installer needs to be able to create a file called " +"\"local.config.php\" in the \"config\" folder of your web server and it is " +"unable to do so." +msgstr "" + +#: src/Core/Installer.php:482 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "" + +#: src/Core/Installer.php:483 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named local.config.php in your Friendica \"config\" folder." +msgstr "" + +#: src/Core/Installer.php:484 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "" + +#: src/Core/Installer.php:487 +msgid "config/local.config.php is writable" +msgstr "" + +#: src/Core/Installer.php:507 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: src/Core/Installer.php:508 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "" + +#: src/Core/Installer.php:509 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "" + +#: src/Core/Installer.php:510 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: src/Core/Installer.php:513 +msgid "view/smarty3 is writable" +msgstr "" + +#: src/Core/Installer.php:542 +msgid "" +"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" +" to .htaccess." +msgstr "" + +#: src/Core/Installer.php:544 +msgid "Error message from Curl when fetching" +msgstr "" + +#: src/Core/Installer.php:549 +msgid "Url rewrite is working" +msgstr "" + +#: src/Core/Installer.php:578 +msgid "ImageMagick PHP extension is not installed" +msgstr "" + +#: src/Core/Installer.php:580 +msgid "ImageMagick PHP extension is installed" +msgstr "" + +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 +msgid "ImageMagick supports GIF" +msgstr "" + +#: src/Core/Installer.php:604 +msgid "Database already in use." +msgstr "" + +#: src/Core/Installer.php:609 +msgid "Could not connect to database." +msgstr "" + +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "Avalik ligipääs keelatud." + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "Pole kirjeid (osad võivad olla peidetud)" + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "Leia sellelt lehelt" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "Tulemused:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" +msgstr "Lehe kataloog" + +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "" + +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "" + +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "" + +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "Ei leitud" + +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "" + +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "" + +#: src/Module/Special/HTTPException.php:44 +msgid "" +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "" + +#: src/Module/Special/HTTPException.php:45 +msgid "" +"Authentication is required and has failed or has not yet been provided." +msgstr "" + +#: src/Module/Special/HTTPException.php:46 +msgid "" +"The request was valid, but the server is refusing action. The user might not" +" have the necessary permissions for a resource, or may need an account." +msgstr "" + +#: src/Module/Special/HTTPException.php:47 +msgid "" +"The requested resource could not be found but may be available in the " +"future." +msgstr "" + +#: src/Module/Special/HTTPException.php:48 +msgid "" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "" + +#: src/Module/Special/HTTPException.php:49 +msgid "" +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "" + +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "" + +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "Abi:" + +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "Majanda Identiteete ja/või Lehti" + +#: src/Module/Delegation.php:131 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "" + +#: src/Module/Tos.php:35 src/Module/Tos.php:77 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: src/Module/Tos.php:36 src/Module/Tos.php:78 +msgid "" +"This data is required for communication and is passed on to the nodes of the" +" communication partners and is stored there. Users can enter additional " +"private data that may be transmitted to the communication partners accounts." +msgstr "" + +#: src/Module/Tos.php:37 src/Module/Tos.php:79 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent. Deletion of the data will also be requested from the nodes of " +"the communication partners." +msgstr "" + +#: src/Module/Tos.php:40 src/Module/Tos.php:76 +msgid "Privacy Statement" +msgstr "" + +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: src/Module/Install.php:170 +msgid "System check" +msgstr "" + +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "Järgmine" + +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Baassätted" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 msgid "SSL link policy" msgstr "" -#: mod/admin.php:1607 +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: mod/admin.php:1608 -msgid "Force SSL" +#: src/Module/Install.php:197 +msgid "Host name" msgstr "" -#: mod/admin.php:1608 +#: src/Module/Install.php:199 msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." msgstr "" -#: mod/admin.php:1609 -msgid "Hide help entry from navigation menu" -msgstr "" - -#: mod/admin.php:1609 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "" - -#: mod/admin.php:1610 -msgid "Single user instance" -msgstr "" - -#: mod/admin.php:1610 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "" - -#: mod/admin.php:1612 -msgid "File storage backend" -msgstr "" - -#: mod/admin.php:1612 -msgid "" -"The backend used to store uploaded data. If you change the storage backend, " -"you can manually move the existing files. If you do not do so, the files " -"uploaded before the change will still be available at the old backend. " -"Please see the settings documentation" -" for more information about the choices and the moving procedure." -msgstr "" - -#: mod/admin.php:1614 -msgid "Maximum image size" -msgstr "" - -#: mod/admin.php:1614 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: mod/admin.php:1615 -msgid "Maximum image length" -msgstr "" - -#: mod/admin.php:1615 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" - -#: mod/admin.php:1616 -msgid "JPEG image quality" -msgstr "" - -#: mod/admin.php:1616 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: mod/admin.php:1618 -msgid "Register policy" -msgstr "" - -#: mod/admin.php:1619 -msgid "Maximum Daily Registrations" -msgstr "" - -#: mod/admin.php:1619 -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 "" - -#: mod/admin.php:1620 -msgid "Register text" -msgstr "" - -#: mod/admin.php:1620 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." -msgstr "" - -#: mod/admin.php:1621 -msgid "Forbidden Nicknames" -msgstr "" - -#: mod/admin.php:1621 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." -msgstr "" - -#: mod/admin.php:1622 -msgid "Accounts abandoned after x days" -msgstr "" - -#: mod/admin.php:1622 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: mod/admin.php:1623 -msgid "Allowed friend domains" -msgstr "" - -#: mod/admin.php:1623 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "" - -#: mod/admin.php:1624 -msgid "Allowed email domains" -msgstr "" - -#: mod/admin.php:1624 -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 "" - -#: mod/admin.php:1625 -msgid "No OEmbed rich content" -msgstr "" - -#: mod/admin.php:1625 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "" - -#: mod/admin.php:1626 -msgid "Allowed OEmbed domains" -msgstr "" - -#: mod/admin.php:1626 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "" - -#: mod/admin.php:1627 -msgid "Block public" -msgstr "" - -#: mod/admin.php:1627 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "" - -#: mod/admin.php:1628 -msgid "Force publish" -msgstr "" - -#: mod/admin.php:1628 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: mod/admin.php:1628 -msgid "Enabling this may violate privacy laws like the GDPR" -msgstr "" - -#: mod/admin.php:1629 -msgid "Global directory URL" -msgstr "" - -#: mod/admin.php:1629 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "" - -#: mod/admin.php:1630 -msgid "Private posts by default for new users" -msgstr "" - -#: mod/admin.php:1630 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: mod/admin.php:1631 -msgid "Don't include post content in email notifications" -msgstr "" - -#: mod/admin.php:1631 -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 "" - -#: mod/admin.php:1632 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "" - -#: mod/admin.php:1632 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "" - -#: mod/admin.php:1633 -msgid "Don't embed private images in posts" -msgstr "" - -#: mod/admin.php:1633 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "" - -#: mod/admin.php:1634 -msgid "Explicit Content" -msgstr "" - -#: mod/admin.php:1634 -msgid "" -"Set this to announce that your node is used mostly for explicit content that" -" might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." -msgstr "" - -#: mod/admin.php:1635 -msgid "Allow Users to set remote_self" -msgstr "" - -#: mod/admin.php:1635 -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 "" - -#: mod/admin.php:1636 -msgid "Block multiple registrations" -msgstr "" - -#: mod/admin.php:1636 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: mod/admin.php:1637 -msgid "Disable OpenID" -msgstr "" - -#: mod/admin.php:1637 -msgid "Disable OpenID support for registration and logins." -msgstr "" - -#: mod/admin.php:1638 -msgid "No Fullname check" -msgstr "" - -#: mod/admin.php:1638 -msgid "" -"Allow users to register without a space between the first name and the last " -"name in their full name." -msgstr "" - -#: mod/admin.php:1639 -msgid "Community pages for visitors" -msgstr "" - -#: mod/admin.php:1639 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "" - -#: mod/admin.php:1640 -msgid "Posts per user on community page" -msgstr "" - -#: mod/admin.php:1640 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "" - -#: mod/admin.php:1641 -msgid "Disable OStatus support" -msgstr "" - -#: mod/admin.php:1641 -msgid "" -"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: mod/admin.php:1642 -msgid "Only import OStatus/ActivityPub threads from our contacts" -msgstr "" - -#: mod/admin.php:1642 -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 "" - -#: mod/admin.php:1643 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "" - -#: mod/admin.php:1645 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "" - -#: mod/admin.php:1646 -msgid "Enable Diaspora support" -msgstr "" - -#: mod/admin.php:1646 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: mod/admin.php:1647 -msgid "Only allow Friendica contacts" -msgstr "" - -#: mod/admin.php:1647 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "" - -#: mod/admin.php:1648 -msgid "Verify SSL" -msgstr "" - -#: mod/admin.php:1648 -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 "" - -#: mod/admin.php:1649 -msgid "Proxy user" -msgstr "" - -#: mod/admin.php:1650 -msgid "Proxy URL" -msgstr "" - -#: mod/admin.php:1651 -msgid "Network timeout" -msgstr "" - -#: mod/admin.php:1651 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: mod/admin.php:1652 -msgid "Maximum Load Average" -msgstr "" - -#: mod/admin.php:1652 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: mod/admin.php:1653 -msgid "Maximum Load Average (Frontend)" -msgstr "" - -#: mod/admin.php:1653 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "" - -#: mod/admin.php:1654 -msgid "Minimal Memory" -msgstr "" - -#: mod/admin.php:1654 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "" - -#: mod/admin.php:1655 -msgid "Maximum table size for optimization" -msgstr "" - -#: mod/admin.php:1655 -msgid "" -"Maximum table size (in MB) for the automatic optimization. Enter -1 to " -"disable it." -msgstr "" - -#: mod/admin.php:1656 -msgid "Minimum level of fragmentation" -msgstr "" - -#: mod/admin.php:1656 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "" - -#: mod/admin.php:1658 -msgid "Periodical check of global contacts" -msgstr "" - -#: mod/admin.php:1658 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "" - -#: mod/admin.php:1659 -msgid "Days between requery" -msgstr "" - -#: mod/admin.php:1659 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: mod/admin.php:1660 -msgid "Discover contacts from other servers" -msgstr "" - -#: mod/admin.php:1660 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"'users': the users on the remote system, 'Global Contacts': active contacts " -"that are known on the system. The fallback is meant for Redmatrix servers " -"and older friendica servers, where global contacts weren't available. The " -"fallback increases the server load, so the recommended setting is 'Users, " -"Global Contacts'." -msgstr "" - -#: mod/admin.php:1661 -msgid "Timeframe for fetching global contacts" -msgstr "" - -#: mod/admin.php:1661 -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 "" - -#: mod/admin.php:1662 -msgid "Search the local directory" -msgstr "" - -#: mod/admin.php:1662 -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 "" - -#: mod/admin.php:1664 -msgid "Publish server information" -msgstr "" - -#: mod/admin.php:1664 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "" - -#: mod/admin.php:1666 -msgid "Check upstream version" -msgstr "" - -#: mod/admin.php:1666 -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 "" - -#: mod/admin.php:1667 -msgid "Suppress Tags" -msgstr "" - -#: mod/admin.php:1667 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "" - -#: mod/admin.php:1668 -msgid "Clean database" -msgstr "" - -#: mod/admin.php:1668 -msgid "" -"Remove old remote items, orphaned database records and old content from some" -" other helper tables." -msgstr "" - -#: mod/admin.php:1669 -msgid "Lifespan of remote items" -msgstr "" - -#: mod/admin.php:1669 -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 "" - -#: mod/admin.php:1670 -msgid "Lifespan of unclaimed items" -msgstr "" - -#: mod/admin.php:1670 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." -msgstr "" - -#: mod/admin.php:1671 -msgid "Lifespan of raw conversation data" -msgstr "" - -#: mod/admin.php:1671 -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 "" - -#: mod/admin.php:1672 -msgid "Path to item cache" -msgstr "" - -#: mod/admin.php:1672 -msgid "The item caches buffers generated bbcode and external images." -msgstr "" - -#: mod/admin.php:1673 -msgid "Cache duration in seconds" -msgstr "" - -#: mod/admin.php:1673 -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 "" - -#: mod/admin.php:1674 -msgid "Maximum numbers of comments per post" -msgstr "" - -#: mod/admin.php:1674 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "" - -#: mod/admin.php:1675 -msgid "Temp path" -msgstr "" - -#: mod/admin.php:1675 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "" - -#: mod/admin.php:1676 +#: src/Module/Install.php:202 msgid "Base path to installation" msgstr "" -#: mod/admin.php:1676 +#: src/Module/Install.php:204 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "" -#: mod/admin.php:1677 -msgid "Disable picture proxy" +#: src/Module/Install.php:207 +msgid "Sub path of the URL" msgstr "" -#: mod/admin.php:1677 +#: src/Module/Install.php:209 msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwidth." +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." msgstr "" -#: mod/admin.php:1678 -msgid "Only search in tags" +#: src/Module/Install.php:220 +msgid "Database connection" msgstr "" -#: mod/admin.php:1678 -msgid "On large systems the text search can slow down the system extremely." -msgstr "" - -#: mod/admin.php:1680 -msgid "New base url" -msgstr "" - -#: mod/admin.php:1680 +#: src/Module/Install.php:221 msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." +"In order to install Friendica we need to know how to connect to your " +"database." msgstr "" -#: mod/admin.php:1682 -msgid "RINO Encryption" +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." msgstr "" -#: mod/admin.php:1682 -msgid "Encryption layer between nodes." +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." msgstr "" -#: mod/admin.php:1682 -msgid "Enabled" +#: src/Module/Install.php:230 +msgid "Database Server Name" msgstr "" -#: mod/admin.php:1684 -msgid "Maximum number of parallel workers" +#: src/Module/Install.php:235 +msgid "Database Login Name" msgstr "" -#: mod/admin.php:1684 +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "" + +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "" + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "" + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "" + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: src/Module/Install.php:331 #, php-format msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great." -" Default value is %d." +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." msgstr "" -#: mod/admin.php:1685 -msgid "Don't use 'proc_open' with the worker" -msgstr "" +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "Jätkamiseks logi sisse" -#: mod/admin.php:1685 +#: src/Module/BaseAdminModule.php:62 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." +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." msgstr "" -#: mod/admin.php:1686 -msgid "Enable fastlane" +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "Ülevaade" + +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" msgstr "" -#: mod/admin.php:1686 +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "Konfiguratsioon" + +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "" + +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "Kasutajad" + +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "Lisad" + +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "Teemad" + +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "" + +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "Andmebaas" + +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "Tööriistad" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "Kustuta element" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" +msgstr "" + +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "" + +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "Loo uus konto" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " +msgstr "" + +#: src/Module/Login.php:124 msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." +"Please enter your username and password to add the OpenID to your existing " +"account." msgstr "" -#: mod/admin.php:1687 -msgid "Enable frontend worker" +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " msgstr "" -#: mod/admin.php:1687 +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "Hüüdnimi või email:" + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "Parool:" + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "Mäleta mind" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "Unustasid parooli?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "Lähtesta parool" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "Ligipääs sellele profiilile on piiratud. " + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "" + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 +#, php-format +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "" + +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "" + +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "Süsteem hooldusrežiimis" + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "" + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "Postitus loodi" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "" + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "Elementi ei leitud." + +#: src/Module/Admin/Blocklist/Server.php:31 +msgid "Server domain pattern added to blocklist." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:47 +msgid "Site blocklist updated." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:64 +#: src/Module/Admin/Blocklist/Server.php:89 +msgid "Blocked server domain pattern" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:65 +#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60 +msgid "Reason for the block" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:66 +msgid "Delete server domain pattern" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:66 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:73 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 +msgid "Administration" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:74 +msgid "Server Domain Pattern Blocklist" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:75 +msgid "" +"This page can be used to define a blacklist of server domain patterns from " +"the federated network that are not allowed to interact with your node. For " +"each domain pattern you should also provide the reason why you block it." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:76 +msgid "" +"The list of blocked server domain patterns will be made publically available" +" on the /friendica page so that your users and " +"people investigating communication problems can find the reason easily." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:77 +msgid "" +"

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n" +"
    \n" +"\t
  • *: Any number of characters
  • \n" +"\t
  • ?: Any single character
  • \n" +"\t
  • [<char1><char2>...]: char1 or char2
  • \n" +"
" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:83 +msgid "Add new entry to block list" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:84 +msgid "Server Domain Pattern" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:84 +msgid "" +"The domain pattern of the new server to add to the block list. Do not " +"include the protocol." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:85 +msgid "Block reason" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:85 +msgid "The reason why you blocked this server domain pattern." +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:86 +msgid "Add Entry" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:87 +msgid "Save changes to the blocklist" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:88 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:91 +msgid "Delete entry from blocklist" +msgstr "" + +#: src/Module/Admin/Blocklist/Server.php:94 +msgid "Delete entry from blocklist?" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:38 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Blocklist/Contact.php:62 +msgid "Remote Contact Blocklist" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:63 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:64 +msgid "Block Remote Contact" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 +msgid "select all" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:66 +msgid "select none" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 +msgid "Unblock" +msgstr "Võta blokk maha" + +#: src/Module/Admin/Blocklist/Contact.php:69 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:71 +msgid "Blocked Remote Contacts" +msgstr "Blokeeritud kaugkontaktid" + +#: src/Module/Admin/Blocklist/Contact.php:72 +msgid "Block New Remote Contact" +msgstr "Blokeeri kaugkontakt" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Photo" +msgstr "Foto" + +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "Nimi" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:81 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "Profiili URL" + +#: src/Module/Admin/Blocklist/Contact.php:83 +msgid "URL of the remote contact to block." +msgstr "" + +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "" + +#: src/Module/Admin/Tos.php:30 +msgid "The Terms of Service settings have been updated." +msgstr "" + +#: src/Module/Admin/Tos.php:44 +msgid "Display Terms of Service" +msgstr "" + +#: src/Module/Admin/Tos.php:44 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: src/Module/Admin/Tos.php:45 +msgid "Display Privacy Statement" +msgstr "" + +#: src/Module/Admin/Tos.php:45 #, php-format msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " -"might want to call %s/worker on a regular basis via an external cron job. " -"You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server." +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." msgstr "" -#: mod/admin.php:1689 -msgid "Subscribe to relay" +#: src/Module/Admin/Tos.php:46 +msgid "Privacy Statement Preview" msgstr "" -#: mod/admin.php:1689 +#: src/Module/Admin/Tos.php:48 +msgid "The Terms of Service" +msgstr "" + +#: src/Module/Admin/Tos.php:48 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." +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." msgstr "" -#: mod/admin.php:1690 -msgid "Relay server" +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "Salvesta Sätted" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." msgstr "" -#: mod/admin.php:1690 +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "" + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "" + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "" + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "" + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "" + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" msgstr "" -#: mod/admin.php:1691 -msgid "Direct relay transfer" +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "Teema sätted uuendatud" + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." msgstr "" -#: mod/admin.php:1691 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "" - -#: mod/admin.php:1692 -msgid "Relay scope" -msgstr "" - -#: mod/admin.php:1692 -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 "" - -#: mod/admin.php:1692 -msgid "all" -msgstr "" - -#: mod/admin.php:1692 -msgid "tags" -msgstr "" - -#: mod/admin.php:1693 -msgid "Server tags" -msgstr "" - -#: mod/admin.php:1693 -msgid "Comma separated list of tags for the 'tags' subscription." -msgstr "" - -#: mod/admin.php:1694 -msgid "Allow user tags" -msgstr "" - -#: mod/admin.php:1694 -msgid "" -"If enabled, the tags from the saved searches will used for the 'tags' " -"subscription in addition to the 'relay_server_tags'." -msgstr "" - -#: mod/admin.php:1697 -msgid "Start Relocation" -msgstr "" - -#: mod/admin.php:1724 -msgid "Update has been marked successful" -msgstr "" - -#: mod/admin.php:1731 +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 #, php-format -msgid "Database structure update %s was successfully applied." +msgid "Theme %s disabled." msgstr "" -#: mod/admin.php:1735 +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 #, php-format -msgid "Executing of database structure update %s failed with error: %s" +msgid "Theme %s successfully enabled." msgstr "" -#: mod/admin.php:1751 +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 #, php-format -msgid "Executing %s failed with error: %s" +msgid "Theme %s failed to install." msgstr "" -#: mod/admin.php:1753 +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "" + +#: src/Module/Admin/Themes/Index.php:103 #, php-format -msgid "Update %s was successfully applied." +msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: mod/admin.php:1756 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" msgstr "" -#: mod/admin.php:1759 -#, php-format -msgid "There was no additional update function %s that needed to be called." +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" msgstr "" -#: mod/admin.php:1782 -msgid "No failed updates." -msgstr "" - -#: mod/admin.php:1783 -msgid "Check database structure" -msgstr "" - -#: mod/admin.php:1788 -msgid "Failed Updates" -msgstr "" - -#: mod/admin.php:1789 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: mod/admin.php:1790 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: mod/admin.php:1791 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: mod/admin.php:1831 +#: src/Module/Admin/Users.php:48 #, php-format msgid "" "\n" @@ -2477,7 +4785,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1834 +#: src/Module/Admin/Users.php:51 #, php-format msgid "" "\n" @@ -2509,296 +4817,1278 @@ msgid "" "\t\t\tThank you and welcome to %4$s." msgstr "" -#: mod/admin.php:1871 src/Model/User.php:859 +#: src/Module/Admin/Users.php:96 #, php-format -msgid "Registration details for %s" -msgstr "" - -#: mod/admin.php:1881 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" +msgid "%s user blocked" +msgid_plural "%s users blocked" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:1888 mod/admin.php:1942 +#: src/Module/Admin/Users.php:102 +#, php-format +msgid "%s user unblocked" +msgid_plural "%s users unblocked" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160 msgid "You can't remove yourself" msgstr "Iseend eemaldada ei saa" -#: mod/admin.php:1891 +#: src/Module/Admin/Users.php:114 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:1940 +#: src/Module/Admin/Users.php:158 #, php-format -msgid "User '%s' deleted" +msgid "User \"%s\" deleted" msgstr "" -#: mod/admin.php:1951 +#: src/Module/Admin/Users.php:167 #, php-format -msgid "User '%s' unblocked" +msgid "User \"%s\" blocked" msgstr "" -#: mod/admin.php:1951 +#: src/Module/Admin/Users.php:173 #, php-format -msgid "User '%s' blocked" +msgid "User \"%s\" unblocked" msgstr "" -#: mod/admin.php:1999 mod/settings.php:1049 +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 msgid "Normal Account Page" msgstr "Normaalse konto leht" -#: mod/admin.php:2000 mod/settings.php:1053 +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 msgid "Soapbox Page" msgstr "" -#: mod/admin.php:2001 mod/settings.php:1057 +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 msgid "Public Forum" msgstr "Avalik foorum" -#: mod/admin.php:2002 mod/settings.php:1061 +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 msgid "Automatic Friend Page" msgstr "Automaatne sõbraleht" -#: mod/admin.php:2003 +#: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "Privaatne foorum" -#: mod/admin.php:2006 mod/settings.php:1033 +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 msgid "Personal Page" msgstr "Isiklik leht" -#: mod/admin.php:2007 mod/settings.php:1037 +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 msgid "Organisation Page" msgstr "Organisatsiooni leht" -#: mod/admin.php:2008 mod/settings.php:1041 +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 msgid "News Page" msgstr "Uudiste leht" -#: mod/admin.php:2009 mod/settings.php:1045 +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 msgid "Community Forum" msgstr "Kogukonna foorum" -#: mod/admin.php:2010 +#: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "" -#: mod/admin.php:2056 mod/admin.php:2067 mod/admin.php:2081 mod/admin.php:2099 -#: src/Content/ContactSelector.php:86 -msgid "Email" -msgstr "Email" - -#: mod/admin.php:2056 mod/admin.php:2081 +#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297 msgid "Register date" msgstr "Registreerimisaeg" -#: mod/admin.php:2056 mod/admin.php:2081 +#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297 msgid "Last login" msgstr "Viimane login" -#: mod/admin.php:2056 mod/admin.php:2081 +#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297 msgid "Last item" msgstr "Viimane element" -#: mod/admin.php:2056 +#: src/Module/Admin/Users.php:272 msgid "Type" msgstr "Tüüp" -#: mod/admin.php:2063 +#: src/Module/Admin/Users.php:279 msgid "Add User" msgstr "Lisa kasutaja" -#: mod/admin.php:2065 +#: src/Module/Admin/Users.php:281 msgid "User registrations waiting for confirm" msgstr "" -#: mod/admin.php:2066 +#: src/Module/Admin/Users.php:282 msgid "User waiting for permanent deletion" msgstr "" -#: mod/admin.php:2067 +#: src/Module/Admin/Users.php:283 msgid "Request date" msgstr "" -#: mod/admin.php:2068 +#: src/Module/Admin/Users.php:284 msgid "No registrations." msgstr "" -#: mod/admin.php:2069 +#: src/Module/Admin/Users.php:285 msgid "Note from the user" msgstr "" -#: mod/admin.php:2070 mod/notifications.php:183 mod/notifications.php:269 -msgid "Approve" -msgstr "" - -#: mod/admin.php:2071 +#: src/Module/Admin/Users.php:287 msgid "Deny" msgstr "" -#: mod/admin.php:2074 +#: src/Module/Admin/Users.php:290 msgid "User blocked" msgstr "" -#: mod/admin.php:2076 +#: src/Module/Admin/Users.php:292 msgid "Site admin" msgstr "" -#: mod/admin.php:2077 +#: src/Module/Admin/Users.php:293 msgid "Account expired" msgstr "" -#: mod/admin.php:2080 +#: src/Module/Admin/Users.php:296 msgid "New User" msgstr "" -#: mod/admin.php:2081 +#: src/Module/Admin/Users.php:297 msgid "Permanent deletion" msgstr "" -#: mod/admin.php:2086 +#: src/Module/Admin/Users.php:302 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: mod/admin.php:2087 +#: src/Module/Admin/Users.php:303 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: mod/admin.php:2097 +#: src/Module/Admin/Users.php:313 msgid "Name of the new user." msgstr "" -#: mod/admin.php:2098 +#: src/Module/Admin/Users.php:314 msgid "Nickname" msgstr "" -#: mod/admin.php:2098 +#: src/Module/Admin/Users.php:314 msgid "Nickname of the new user." msgstr "" -#: mod/admin.php:2099 +#: src/Module/Admin/Users.php:315 msgid "Email address of the new user." msgstr "" -#: mod/admin.php:2141 +#: src/Module/Admin/Site.php:49 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: src/Module/Admin/Site.php:234 +msgid "Invalid storage backend setting value." +msgstr "" + +#: src/Module/Admin/Site.php:410 +msgid "Site settings updated." +msgstr "Lehe sätted uuendatud" + +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "" + +#: src/Module/Admin/Site.php:450 mod/settings.php:908 #, php-format -msgid "Addon %s disabled." +msgid "%s - (Experimental)" msgstr "" -#: mod/admin.php:2144 -#, php-format -msgid "Addon %s enabled." +#: src/Module/Admin/Site.php:462 +msgid "No community page for local users" msgstr "" -#: mod/admin.php:2155 mod/admin.php:2405 -msgid "Disable" +#: src/Module/Admin/Site.php:463 +msgid "No community page" msgstr "" -#: mod/admin.php:2158 mod/admin.php:2408 -msgid "Enable" +#: src/Module/Admin/Site.php:464 +msgid "Public postings from users of this site" msgstr "" -#: mod/admin.php:2180 mod/admin.php:2437 -msgid "Toggle" +#: src/Module/Admin/Site.php:465 +msgid "Public postings from the federated network" msgstr "" -#: mod/admin.php:2181 mod/admin.php:2438 mod/newmember.php:20 -#: mod/settings.php:136 src/Content/Nav.php:263 view/theme/frio/theme.php:272 -msgid "Settings" +#: src/Module/Admin/Site.php:466 +msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:2188 mod/admin.php:2446 -msgid "Author: " +#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 +#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 +#: src/Module/Contact.php:546 +msgid "Disabled" msgstr "" -#: mod/admin.php:2189 mod/admin.php:2447 -msgid "Maintainer: " +#: src/Module/Admin/Site.php:472 +msgid "Users, Global Contacts" +msgstr "Kasutajad, Globaalsed kontaktid" + +#: src/Module/Admin/Site.php:473 +msgid "Users, Global Contacts/fallback" +msgstr "Kasutajad, Globaalsed kontaktid/fallback" + +#: src/Module/Admin/Site.php:477 +msgid "One month" +msgstr "Üks kuu" + +#: src/Module/Admin/Site.php:478 +msgid "Three months" +msgstr "Kolm kuud" + +#: src/Module/Admin/Site.php:479 +msgid "Half a year" +msgstr "Pool aastat" + +#: src/Module/Admin/Site.php:480 +msgid "One year" +msgstr "Üks aasta" + +#: src/Module/Admin/Site.php:486 +msgid "Multi user instance" msgstr "" -#: mod/admin.php:2241 -msgid "Reload active addons" +#: src/Module/Admin/Site.php:508 +msgid "Closed" +msgstr "Suletud" + +#: src/Module/Admin/Site.php:509 +msgid "Requires approval" +msgstr "Vajab heakskiitu" + +#: src/Module/Admin/Site.php:510 +msgid "Open" +msgstr "Avatud" + +#: src/Module/Admin/Site.php:520 +msgid "Don't check" +msgstr "Ära kontrolli" + +#: src/Module/Admin/Site.php:521 +msgid "check the stable version" +msgstr "kontrolli stabiilset versiooni" + +#: src/Module/Admin/Site.php:522 +msgid "check the development version" msgstr "" -#: mod/admin.php:2246 +#: src/Module/Admin/Site.php:542 +msgid "Database (legacy)" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Republish users to directory" +msgstr "" + +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 +msgid "Registration" +msgstr "Registreerimine" + +#: src/Module/Admin/Site.php:571 +msgid "File upload" +msgstr "" + +#: src/Module/Admin/Site.php:572 +msgid "Policies" +msgstr "" + +#: src/Module/Admin/Site.php:574 +msgid "Auto Discovered Contact Directory" +msgstr "" + +#: src/Module/Admin/Site.php:575 +msgid "Performance" +msgstr "" + +#: src/Module/Admin/Site.php:576 +msgid "Worker" +msgstr "" + +#: src/Module/Admin/Site.php:577 +msgid "Message Relay" +msgstr "" + +#: src/Module/Admin/Site.php:578 +msgid "Relocate Instance" +msgstr "" + +#: src/Module/Admin/Site.php:579 +msgid "Warning! Advanced function. Could make this server unreachable." +msgstr "" + +#: src/Module/Admin/Site.php:583 +msgid "Site name" +msgstr "" + +#: src/Module/Admin/Site.php:584 +msgid "Sender Email" +msgstr "" + +#: src/Module/Admin/Site.php:584 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "" + +#: src/Module/Admin/Site.php:585 +msgid "Banner/Logo" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Shortcut icon" +msgstr "" + +#: src/Module/Admin/Site.php:586 +msgid "Link to an icon that will be used for browsers." +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Touch icon" +msgstr "" + +#: src/Module/Admin/Site.php:587 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "" + +#: src/Module/Admin/Site.php:588 +msgid "Additional Info" +msgstr "" + +#: src/Module/Admin/Site.php:588 #, php-format msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." msgstr "" -#: mod/admin.php:2367 -msgid "No themes found." +#: src/Module/Admin/Site.php:589 +msgid "System language" +msgstr "Süsteemi keel" + +#: src/Module/Admin/Site.php:590 +msgid "System theme" +msgstr "Süsteemi teema" + +#: src/Module/Admin/Site.php:590 +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" msgstr "" -#: mod/admin.php:2428 -msgid "Screenshot" +#: src/Module/Admin/Site.php:591 +msgid "Mobile system theme" +msgstr "Mobiilne süsttemi teema" + +#: src/Module/Admin/Site.php:591 +msgid "Theme for mobile devices" +msgstr "Teema mobiilseadmetele" + +#: src/Module/Admin/Site.php:593 +msgid "Force SSL" msgstr "" -#: mod/admin.php:2482 -msgid "Reload active themes" +#: src/Module/Admin/Site.php:593 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." msgstr "" -#: mod/admin.php:2487 +#: src/Module/Admin/Site.php:594 +msgid "Hide help entry from navigation menu" +msgstr "" + +#: src/Module/Admin/Site.php:594 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "" + +#: src/Module/Admin/Site.php:595 +msgid "Single user instance" +msgstr "" + +#: src/Module/Admin/Site.php:595 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "" + +#: src/Module/Admin/Site.php:597 +msgid "File storage backend" +msgstr "" + +#: src/Module/Admin/Site.php:597 +msgid "" +"The backend used to store uploaded data. If you change the storage backend, " +"you can manually move the existing files. If you do not do so, the files " +"uploaded before the change will still be available at the old backend. " +"Please see the settings documentation" +" for more information about the choices and the moving procedure." +msgstr "" + +#: src/Module/Admin/Site.php:599 +msgid "Maximum image size" +msgstr "" + +#: src/Module/Admin/Site.php:599 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: src/Module/Admin/Site.php:600 +msgid "Maximum image length" +msgstr "" + +#: src/Module/Admin/Site.php:600 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "" + +#: src/Module/Admin/Site.php:601 +msgid "JPEG image quality" +msgstr "" + +#: src/Module/Admin/Site.php:601 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "" + +#: src/Module/Admin/Site.php:603 +msgid "Register policy" +msgstr "" + +#: src/Module/Admin/Site.php:604 +msgid "Maximum Daily Registrations" +msgstr "" + +#: src/Module/Admin/Site.php:604 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "" + +#: src/Module/Admin/Site.php:605 +msgid "Register text" +msgstr "" + +#: src/Module/Admin/Site.php:605 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "" + +#: src/Module/Admin/Site.php:606 +msgid "Forbidden Nicknames" +msgstr "" + +#: src/Module/Admin/Site.php:606 +msgid "" +"Comma separated list of nicknames that are forbidden from registration. " +"Preset is a list of role names according RFC 2142." +msgstr "" + +#: src/Module/Admin/Site.php:607 +msgid "Accounts abandoned after x days" +msgstr "" + +#: src/Module/Admin/Site.php:607 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: src/Module/Admin/Site.php:608 +msgid "Allowed friend domains" +msgstr "" + +#: src/Module/Admin/Site.php:608 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "" + +#: src/Module/Admin/Site.php:609 +msgid "Allowed email domains" +msgstr "" + +#: src/Module/Admin/Site.php:609 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "" + +#: src/Module/Admin/Site.php:610 +msgid "No OEmbed rich content" +msgstr "" + +#: src/Module/Admin/Site.php:610 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: src/Module/Admin/Site.php:611 +msgid "Allowed OEmbed domains" +msgstr "" + +#: src/Module/Admin/Site.php:611 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: src/Module/Admin/Site.php:612 +msgid "Block public" +msgstr "" + +#: src/Module/Admin/Site.php:612 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "" + +#: src/Module/Admin/Site.php:613 +msgid "Force publish" +msgstr "" + +#: src/Module/Admin/Site.php:613 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: src/Module/Admin/Site.php:613 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "" + +#: src/Module/Admin/Site.php:614 +msgid "Global directory URL" +msgstr "" + +#: src/Module/Admin/Site.php:614 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "" + +#: src/Module/Admin/Site.php:615 +msgid "Private posts by default for new users" +msgstr "" + +#: src/Module/Admin/Site.php:615 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "" + +#: src/Module/Admin/Site.php:616 +msgid "Don't include post content in email notifications" +msgstr "" + +#: src/Module/Admin/Site.php:616 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "" + +#: src/Module/Admin/Site.php:617 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: src/Module/Admin/Site.php:617 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: src/Module/Admin/Site.php:618 +msgid "Don't embed private images in posts" +msgstr "" + +#: src/Module/Admin/Site.php:618 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "" + +#: src/Module/Admin/Site.php:619 +msgid "Explicit Content" +msgstr "" + +#: src/Module/Admin/Site.php:619 +msgid "" +"Set this to announce that your node is used mostly for explicit content that" +" might not be suited for minors. This information will be published in the " +"node information and might be used, e.g. by the global directory, to filter " +"your node from listings of nodes to join. Additionally a note about this " +"will be shown at the user registration page." +msgstr "" + +#: src/Module/Admin/Site.php:620 +msgid "Allow Users to set remote_self" +msgstr "" + +#: src/Module/Admin/Site.php:620 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: src/Module/Admin/Site.php:621 +msgid "Block multiple registrations" +msgstr "" + +#: src/Module/Admin/Site.php:621 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID" +msgstr "" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID support for registration and logins." +msgstr "" + +#: src/Module/Admin/Site.php:623 +msgid "No Fullname check" +msgstr "" + +#: src/Module/Admin/Site.php:623 +msgid "" +"Allow users to register without a space between the first name and the last " +"name in their full name." +msgstr "" + +#: src/Module/Admin/Site.php:624 +msgid "Community pages for visitors" +msgstr "" + +#: src/Module/Admin/Site.php:624 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "" + +#: src/Module/Admin/Site.php:625 +msgid "Posts per user on community page" +msgstr "" + +#: src/Module/Admin/Site.php:625 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"\"Global Community\")" +msgstr "" + +#: src/Module/Admin/Site.php:626 +msgid "Disable OStatus support" +msgstr "" + +#: src/Module/Admin/Site.php:626 +msgid "" +"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: src/Module/Admin/Site.php:627 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "" + +#: src/Module/Admin/Site.php:629 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "" + +#: src/Module/Admin/Site.php:630 +msgid "Enable Diaspora support" +msgstr "" + +#: src/Module/Admin/Site.php:630 +msgid "Provide built-in Diaspora network compatibility." +msgstr "" + +#: src/Module/Admin/Site.php:631 +msgid "Only allow Friendica contacts" +msgstr "" + +#: src/Module/Admin/Site.php:631 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "" + +#: src/Module/Admin/Site.php:632 +msgid "Verify SSL" +msgstr "" + +#: src/Module/Admin/Site.php:632 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "" + +#: src/Module/Admin/Site.php:633 +msgid "Proxy user" +msgstr "" + +#: src/Module/Admin/Site.php:634 +msgid "Proxy URL" +msgstr "" + +#: src/Module/Admin/Site.php:635 +msgid "Network timeout" +msgstr "" + +#: src/Module/Admin/Site.php:635 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: src/Module/Admin/Site.php:636 +msgid "Maximum Load Average" +msgstr "" + +#: src/Module/Admin/Site.php:636 #, php-format -msgid "No themes found on the system. They should be placed in %1$s" +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." msgstr "" -#: mod/admin.php:2488 -msgid "[Experimental]" +#: src/Module/Admin/Site.php:637 +msgid "Maximum Load Average (Frontend)" msgstr "" -#: mod/admin.php:2489 -msgid "[Unsupported]" +#: src/Module/Admin/Site.php:637 +msgid "Maximum system load before the frontend quits service - default 50." msgstr "" -#: mod/admin.php:2514 +#: src/Module/Admin/Site.php:638 +msgid "Minimal Memory" +msgstr "" + +#: src/Module/Admin/Site.php:638 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: src/Module/Admin/Site.php:639 +msgid "Maximum table size for optimization" +msgstr "" + +#: src/Module/Admin/Site.php:639 +msgid "" +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." +msgstr "" + +#: src/Module/Admin/Site.php:640 +msgid "Minimum level of fragmentation" +msgstr "" + +#: src/Module/Admin/Site.php:640 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "" + +#: src/Module/Admin/Site.php:642 +msgid "Periodical check of global contacts" +msgstr "" + +#: src/Module/Admin/Site.php:642 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "" + +#: src/Module/Admin/Site.php:643 +msgid "Days between requery" +msgstr "" + +#: src/Module/Admin/Site.php:643 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "" + +#: src/Module/Admin/Site.php:644 +msgid "Discover contacts from other servers" +msgstr "" + +#: src/Module/Admin/Site.php:644 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"\"Users\": the users on the remote system, \"Global Contacts\": active " +"contacts that are known on the system. The fallback is meant for Redmatrix " +"servers and older friendica servers, where global contacts weren't " +"available. The fallback increases the server load, so the recommended " +"setting is \"Users, Global Contacts\"." +msgstr "" + +#: src/Module/Admin/Site.php:645 +msgid "Timeframe for fetching global contacts" +msgstr "" + +#: src/Module/Admin/Site.php:645 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "" + +#: src/Module/Admin/Site.php:646 +msgid "Search the local directory" +msgstr "" + +#: src/Module/Admin/Site.php:646 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "" + +#: src/Module/Admin/Site.php:648 +msgid "Publish server information" +msgstr "" + +#: src/Module/Admin/Site.php:648 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "" + +#: src/Module/Admin/Site.php:650 +msgid "Check upstream version" +msgstr "" + +#: src/Module/Admin/Site.php:650 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress Tags" +msgstr "" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "" + +#: src/Module/Admin/Site.php:652 +msgid "Clean database" +msgstr "" + +#: src/Module/Admin/Site.php:652 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "" + +#: src/Module/Admin/Site.php:653 +msgid "Lifespan of remote items" +msgstr "" + +#: src/Module/Admin/Site.php:653 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"remote items will be deleted. Own items, and marked or filed items are " +"always kept. 0 disables this behaviour." +msgstr "" + +#: src/Module/Admin/Site.php:654 +msgid "Lifespan of unclaimed items" +msgstr "" + +#: src/Module/Admin/Site.php:654 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"unclaimed remote items (mostly content from the relay) will be deleted. " +"Default value is 90 days. Defaults to the general lifespan value of remote " +"items if set to 0." +msgstr "" + +#: src/Module/Admin/Site.php:655 +msgid "Lifespan of raw conversation data" +msgstr "" + +#: src/Module/Admin/Site.php:655 +msgid "" +"The conversation data is used for ActivityPub and OStatus, as well as for " +"debug purposes. It should be safe to remove it after 14 days, default is 90 " +"days." +msgstr "" + +#: src/Module/Admin/Site.php:656 +msgid "Path to item cache" +msgstr "" + +#: src/Module/Admin/Site.php:656 +msgid "The item caches buffers generated bbcode and external images." +msgstr "" + +#: src/Module/Admin/Site.php:657 +msgid "Cache duration in seconds" +msgstr "" + +#: src/Module/Admin/Site.php:657 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "" + +#: src/Module/Admin/Site.php:658 +msgid "Maximum numbers of comments per post" +msgstr "" + +#: src/Module/Admin/Site.php:658 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "" + +#: src/Module/Admin/Site.php:659 +msgid "Temp path" +msgstr "" + +#: src/Module/Admin/Site.php:659 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "" + +#: src/Module/Admin/Site.php:660 +msgid "Disable picture proxy" +msgstr "" + +#: src/Module/Admin/Site.php:660 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwidth." +msgstr "" + +#: src/Module/Admin/Site.php:661 +msgid "Only search in tags" +msgstr "" + +#: src/Module/Admin/Site.php:661 +msgid "On large systems the text search can slow down the system extremely." +msgstr "" + +#: src/Module/Admin/Site.php:663 +msgid "New base url" +msgstr "" + +#: src/Module/Admin/Site.php:663 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "" + +#: src/Module/Admin/Site.php:665 +msgid "RINO Encryption" +msgstr "" + +#: src/Module/Admin/Site.php:665 +msgid "Encryption layer between nodes." +msgstr "" + +#: src/Module/Admin/Site.php:665 +msgid "Enabled" +msgstr "" + +#: src/Module/Admin/Site.php:667 +msgid "Maximum number of parallel workers" +msgstr "" + +#: src/Module/Admin/Site.php:667 +#, php-format +msgid "" +"On shared hosters set this to %d. On larger systems, values of %d are great." +" Default value is %d." +msgstr "" + +#: src/Module/Admin/Site.php:668 +msgid "Don't use \"proc_open\" with the worker" +msgstr "" + +#: src/Module/Admin/Site.php:668 +msgid "" +"Enable this if your system doesn't allow the use of \"proc_open\". This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "" + +#: src/Module/Admin/Site.php:669 +msgid "Enable fastlane" +msgstr "" + +#: src/Module/Admin/Site.php:669 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "" + +#: src/Module/Admin/Site.php:670 +msgid "Enable frontend worker" +msgstr "" + +#: src/Module/Admin/Site.php:670 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed (e.g. messages being delivered). On smaller sites you might want " +"to call %s/worker on a regular basis via an external cron job. You should " +"only enable this option if you cannot utilize cron/scheduled jobs on your " +"server." +msgstr "" + +#: src/Module/Admin/Site.php:672 +msgid "Subscribe to relay" +msgstr "" + +#: src/Module/Admin/Site.php:672 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: src/Module/Admin/Site.php:673 +msgid "Relay server" +msgstr "" + +#: src/Module/Admin/Site.php:673 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: src/Module/Admin/Site.php:674 +msgid "Direct relay transfer" +msgstr "" + +#: src/Module/Admin/Site.php:674 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: src/Module/Admin/Site.php:675 +msgid "Relay scope" +msgstr "" + +#: src/Module/Admin/Site.php:675 +msgid "" +"Can be \"all\" or \"tags\". \"all\" means that every public post should be " +"received. \"tags\" means that only posts with selected tags should be " +"received." +msgstr "" + +#: src/Module/Admin/Site.php:675 +msgid "all" +msgstr "" + +#: src/Module/Admin/Site.php:675 +msgid "tags" +msgstr "" + +#: src/Module/Admin/Site.php:676 +msgid "Server tags" +msgstr "" + +#: src/Module/Admin/Site.php:676 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "" + +#: src/Module/Admin/Site.php:677 +msgid "Allow user tags" +msgstr "" + +#: src/Module/Admin/Site.php:677 +msgid "" +"If enabled, the tags from the saved searches will used for the \"tags\" " +"subscription in addition to the \"relay_server_tags\"." +msgstr "" + +#: src/Module/Admin/Site.php:680 +msgid "Start Relocation" +msgstr "" + +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "" + +#: src/Module/Admin/Federation.php:182 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "" + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "" + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "" + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "" + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Loodud" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "" + +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "Element kustutamiseks märgitud" + +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "Kustuta see element" + +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "" + +#: src/Module/Admin/Logs/Settings.php:36 msgid "Log settings updated." msgstr "" -#: mod/admin.php:2547 +#: src/Module/Admin/Logs/Settings.php:55 msgid "PHP log currently enabled." msgstr "" -#: mod/admin.php:2549 +#: src/Module/Admin/Logs/Settings.php:57 msgid "PHP log currently disabled." msgstr "" -#: mod/admin.php:2558 +#: src/Module/Admin/Logs/Settings.php:66 msgid "Clear" msgstr "" -#: mod/admin.php:2562 +#: src/Module/Admin/Logs/Settings.php:70 msgid "Enable Debugging" msgstr "" -#: mod/admin.php:2563 +#: src/Module/Admin/Logs/Settings.php:71 msgid "Log file" msgstr "" -#: mod/admin.php:2563 +#: src/Module/Admin/Logs/Settings.php:71 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "" -#: mod/admin.php:2564 +#: src/Module/Admin/Logs/Settings.php:72 msgid "Log level" msgstr "" -#: mod/admin.php:2566 +#: src/Module/Admin/Logs/Settings.php:74 msgid "PHP logging" msgstr "" -#: mod/admin.php:2567 +#: src/Module/Admin/Logs/Settings.php:75 msgid "" "To temporarily enable logging of PHP errors and warnings you can prepend the" " following to the index.php file of your installation. The filename set in " @@ -2807,333 +6097,2562 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "" -#: mod/admin.php:2599 +#: src/Module/Admin/Logs/View.php:22 #, 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 "" -#: mod/admin.php:2603 +#: src/Module/Admin/Logs/View.php:26 #, php-format msgid "" "Couldn't open %1$s log file.\\r\\n
Check to see if file" " %1$s is readable." msgstr "" -#: mod/admin.php:2696 mod/admin.php:2697 mod/settings.php:763 -msgid "Off" -msgstr "" - -#: mod/admin.php:2696 mod/admin.php:2697 mod/settings.php:763 -msgid "On" -msgstr "" - -#: mod/admin.php:2697 +#: src/Module/Admin/Summary.php:32 #, php-format -msgid "Lock feature %s" -msgstr "" - -#: mod/admin.php:2705 -msgid "Manage Additional Features" -msgstr "" - -#: mod/allfriends.php:52 -msgid "No friends to display." -msgstr "Pole kuvamiseks sõpru" - -#: mod/allfriends.php:89 mod/dirfind.php:217 mod/match.php:102 -#: mod/suggest.php:106 src/Content/Widget.php:39 src/Model/Profile.php:313 -msgid "Connect" -msgstr "Ühendu" - -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "" - -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "" - -#: mod/api.php:94 -msgid "Please login to continue." -msgstr "Jätkamiseks logi sisse" - -#: mod/api.php:108 msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" msgstr "" -#: mod/api.php:110 mod/dfrn_request.php:640 mod/follow.php:150 -#: mod/profiles.php:526 mod/profiles.php:530 mod/profiles.php:551 -#: mod/settings.php:1085 mod/settings.php:1091 mod/settings.php:1098 -#: mod/settings.php:1102 mod/settings.php:1106 mod/settings.php:1110 -#: mod/settings.php:1114 mod/settings.php:1118 mod/settings.php:1138 -#: mod/settings.php:1139 mod/settings.php:1140 mod/settings.php:1141 -#: mod/settings.php:1142 src/Module/Register.php:98 -msgid "No" +#: src/Module/Admin/Summary.php:40 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" msgstr "" -#: mod/apps.php:15 src/App.php:1259 -msgid "You must be logged in to use addons. " -msgstr "Lisade kasutamiseks peate sisse logima" - -#: mod/apps.php:20 -msgid "Applications" -msgstr "Rakendused" - -#: mod/apps.php:25 -msgid "No installed applications." -msgstr "Paigaldatud rakendusi pole." - -#: mod/babel.php:25 -msgid "Source input" +#: src/Module/Admin/Summary.php:49 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." msgstr "" -#: mod/babel.php:31 -msgid "BBCode::toPlaintext" +#: src/Module/Admin/Summary.php:53 +msgid "" +"The last update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear. (Some of the errors are possibly inside the logfile.)" msgstr "" -#: mod/babel.php:37 -msgid "BBCode::convert (raw HTML)" +#: src/Module/Admin/Summary.php:58 +msgid "The worker was never executed. Please check your database structure!" msgstr "" -#: mod/babel.php:42 -msgid "BBCode::convert" +#: src/Module/Admin/Summary.php:60 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." msgstr "" -#: mod/babel.php:48 -msgid "BBCode::convert => HTML::toBBCode" +#: src/Module/Admin/Summary.php:65 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +".htconfig.php. See the Config help page for " +"help with the transition." msgstr "" -#: mod/babel.php:54 -msgid "BBCode::toMarkdown" +#: src/Module/Admin/Summary.php:69 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." msgstr "" -#: mod/babel.php:60 -msgid "BBCode::toMarkdown => Markdown::convert" +#: src/Module/Admin/Summary.php:75 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." msgstr "" -#: mod/babel.php:66 -msgid "BBCode::toMarkdown => Markdown::toBBCode" +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" msgstr "" -#: mod/babel.php:72 -msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" msgstr "" -#: mod/babel.php:83 -msgid "Item Body" +#: src/Module/Admin/Summary.php:125 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." msgstr "" -#: mod/babel.php:87 -msgid "Item Tags" +#: src/Module/Admin/Summary.php:133 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." msgstr "" -#: mod/babel.php:94 -msgid "Source input (Diaspora format)" +#: src/Module/Admin/Summary.php:141 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." msgstr "" -#: mod/babel.php:100 -msgid "Markdown::convert (raw HTML)" +#: src/Module/Admin/Summary.php:148 +msgid "Normal Account" +msgstr "Normaalne konto" + +#: src/Module/Admin/Summary.php:149 +msgid "Automatic Follower Account" +msgstr "Automaatse jälgija konto" + +#: src/Module/Admin/Summary.php:150 +msgid "Public Forum Account" +msgstr "Avaliku foorumi konto" + +#: src/Module/Admin/Summary.php:151 +msgid "Automatic Friend Account" +msgstr "Automaatse sõbra konto" + +#: src/Module/Admin/Summary.php:152 +msgid "Blog Account" +msgstr "Blogikonto" + +#: src/Module/Admin/Summary.php:153 +msgid "Private Forum Account" +msgstr "Privaatfoorumi konto" + +#: src/Module/Admin/Summary.php:173 +msgid "Message queues" msgstr "" -#: mod/babel.php:105 -msgid "Markdown::convert" +#: src/Module/Admin/Summary.php:179 +msgid "Server Settings" +msgstr "Serveri sätted" + +#: src/Module/Admin/Summary.php:193 +msgid "Summary" +msgstr "Kokkuvõte" + +#: src/Module/Admin/Summary.php:195 +msgid "Registered users" +msgstr "Registreeritud kasutajad" + +#: src/Module/Admin/Summary.php:197 +msgid "Pending registrations" +msgstr "Ootel registreeringud" + +#: src/Module/Admin/Summary.php:198 +msgid "Version" +msgstr "Versioon" + +#: src/Module/Admin/Summary.php:202 +msgid "Active addons" +msgstr "Aktiveeritud lisad" + +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" msgstr "" -#: mod/babel.php:111 -msgid "Markdown::toBBCode" +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." msgstr "" -#: mod/babel.php:118 -msgid "Raw HTML input" +#: src/Module/Admin/DBSync.php:46 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" msgstr "" -#: mod/babel.php:123 -msgid "HTML Input" +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" msgstr "" -#: mod/babel.php:129 -msgid "HTML::toBBCode" +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." msgstr "" -#: mod/babel.php:135 -msgid "HTML::toBBCode => BBCode::convert" +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: mod/babel.php:140 -msgid "HTML::toBBCode => BBCode::convert (raw HTML)" +#: src/Module/Admin/DBSync.php:71 +#, php-format +msgid "There was no additional update function %s that needed to be called." msgstr "" -#: mod/babel.php:146 -msgid "HTML::toMarkdown" +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." msgstr "" -#: mod/babel.php:152 -msgid "HTML::toPlaintext" +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" msgstr "" -#: mod/babel.php:160 -msgid "Source text" +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" msgstr "" -#: mod/babel.php:161 -msgid "BBCode" +#: src/Module/Admin/DBSync.php:98 +msgid "" +"This does not include updates prior to 1139, which did not return a status." msgstr "" -#: mod/babel.php:162 -msgid "Markdown" +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" msgstr "" -#: mod/babel.php:163 -msgid "HTML" +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" msgstr "" -#: mod/bookmarklet.php:22 src/Content/Nav.php:170 src/Module/Login.php:322 -msgid "Login" +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." msgstr "" -#: mod/bookmarklet.php:32 -msgid "Bad Request" +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." msgstr "" -#: mod/bookmarklet.php:54 -msgid "The post was created" -msgstr "Postitus loodi" +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "" -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:39 mod/follow.php:20 -#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 mod/viewsrc.php:13 -msgid "Access denied." -msgstr "Ligipääs keelatud." +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "" -#: mod/cal.php:46 mod/dfrn_poll.php:486 mod/help.php:68 -#: mod/viewcontacts.php:34 src/App.php:1310 +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "" + +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "Vanemkasutajad ei ole" + +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "Peaparool" + +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Palun sisestage vanemkonto parool, et kinnitada oma päring." + +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "Vanemkasutaja" + +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Vanematel on täielik kontroll selle konto üle, kaasa arvatud konto sätted. Palun mõelge kaks korda enne, kui annate ligipääsu. " + +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "Delegaadi lehe Management" + +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "Delegaadid" + +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegaadid saavad manageerida kõiki selle konto/lehe aspekte v.a. konto baassätteid. Palun ärge delegeerige oma personaalset kontot mitte kellelegi, keda te täielikult ei usalda. " + +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "Olemasolevad lehe Delegaadid" + +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "Potsentsiaalsed lehe Delegaadid" + +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "Eemalda" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "Lisa" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "Kirjeid pole." + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "Ekpordi konto" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "" + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "Ekspordi kõik" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "" + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "" + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "Ekspordi isiklikud andmed" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "Vale parool" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "Tegevused" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "" + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 msgid "Page not found." msgstr "" -#: mod/cal.php:141 mod/display.php:309 src/Module/Profile.php:168 -msgid "Access to this profile has been restricted." -msgstr "Ligipääs sellele profiilile on piiratud. " +#: src/Module/BaseSearchModule.php:54 +#, php-format +msgid "People Search - %s" +msgstr "Inimeste otsing - %s" -#: mod/cal.php:273 mod/events.php:384 src/Content/Nav.php:160 -#: src/Content/Nav.php:226 src/Model/Profile.php:937 src/Model/Profile.php:948 -#: view/theme/frio/theme.php:266 view/theme/frio/theme.php:270 -msgid "Events" -msgstr "Sündmused" +#: src/Module/BaseSearchModule.php:64 +#, php-format +msgid "Forum Search - %s" +msgstr "Foorumi otsing - %s" -#: mod/cal.php:274 mod/events.php:385 -msgid "View" -msgstr "Vaade" +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "Pole kattuvusi" -#: mod/cal.php:275 mod/events.php:387 -msgid "Previous" -msgstr "Eelmine" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "Paigaldatud rakendusi pole." -#: mod/cal.php:276 mod/events.php:388 src/Module/Install.php:133 -msgid "Next" -msgstr "Järgmine" +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Rakendused" -#: mod/cal.php:279 mod/events.php:393 src/Model/Event.php:428 -msgid "today" -msgstr "täna" - -#: mod/cal.php:280 mod/events.php:394 src/Model/Event.php:429 -#: src/Util/Temporal.php:314 -msgid "month" -msgstr "kuu" - -#: mod/cal.php:281 mod/events.php:395 src/Model/Event.php:430 -#: src/Util/Temporal.php:315 -msgid "week" -msgstr "nädal" - -#: mod/cal.php:282 mod/events.php:396 src/Model/Event.php:431 -#: src/Util/Temporal.php:316 -msgid "day" -msgstr "päev" - -#: mod/cal.php:283 mod/events.php:397 -msgid "list" -msgstr "" - -#: mod/cal.php:296 src/Core/Console/NewPassword.php:67 src/Model/User.php:324 -msgid "User not found" -msgstr "Kasutajat ei leitud" - -#: mod/cal.php:312 -msgid "This calendar format is not supported" -msgstr "See kalendriformaat ei ole toetatud" - -#: mod/cal.php:314 -msgid "No exportable data found" -msgstr "Eksporditavaid andmeid ei leitud" - -#: mod/cal.php:331 -msgid "calendar" -msgstr "kalender" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "Ühised kontakte ei ole. " - -#: mod/common.php:141 src/Module/Contact.php:892 -msgid "Common Friends" -msgstr "Ühised sõbrad" - -#: mod/community.php:32 mod/dfrn_request.php:597 mod/directory.php:43 -#: mod/display.php:209 mod/photos.php:903 mod/probe.php:13 mod/search.php:96 -#: mod/search.php:102 mod/videos.php:147 mod/viewcontacts.php:46 -#: mod/webfinger.php:16 -msgid "Public access denied." -msgstr "Avalik ligipääs keelatud." - -#: mod/community.php:75 -msgid "Community option not available." -msgstr "Kogukondlik valik pole saadaval. " - -#: mod/community.php:92 -msgid "Not available." -msgstr "Pole saadaval." - -#: mod/community.php:102 -msgid "Local Community" -msgstr "Kohalik kogukond" - -#: mod/community.php:105 -msgid "Posts from local users on this server" -msgstr "Selle kohaliku serveri kasutajate postitused" - -#: mod/community.php:113 -msgid "Global Community" -msgstr "Globaalne kogukond" - -#: mod/community.php:116 -msgid "Posts from users of the whole federated network" -msgstr "Terve fõderatsiooni võrgu kasutajate postitused" - -#: mod/community.php:162 mod/search.php:229 -msgid "No results." -msgstr "Pole tulemusi." - -#: mod/community.php:206 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "" - -#: mod/credits.php:19 +#: src/Module/Credits.php:25 msgid "Credits" msgstr "" -#: mod/credits.php:20 +#: src/Module/Credits.php:26 msgid "" "Friendica is a community project, that would not be possible without the " "help of many people. Here is a list of those who have contributed to the " "code or the translation of Friendica. Thank you all!" msgstr "" +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "Välja logitud." + +#: src/Module/Group.php:42 +msgid "Group created." +msgstr "Grupp loodud." + +#: src/Module/Group.php:48 +msgid "Could not create group." +msgstr "Ei õnnestunud gruppi luua." + +#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 +msgid "Group not found." +msgstr "Gruppi ei leitud." + +#: src/Module/Group.php:65 +msgid "Group name changed." +msgstr "Gupi nimi muutunud." + +#: src/Module/Group.php:87 +msgid "Unknown group." +msgstr "" + +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "Kontakti ei leitud." + +#: src/Module/Group.php:96 +msgid "Contact is unavailable." +msgstr "" + +#: src/Module/Group.php:100 +msgid "Contact is deleted." +msgstr "" + +#: src/Module/Group.php:106 +msgid "Contact is blocked, unable to add it to a group." +msgstr "" + +#: src/Module/Group.php:110 +msgid "Unable to add the contact to the group." +msgstr "" + +#: src/Module/Group.php:112 +msgid "Contact successfully added to group." +msgstr "" + +#: src/Module/Group.php:116 +msgid "Unable to remove the contact from the group." +msgstr "" + +#: src/Module/Group.php:118 +msgid "Contact successfully removed from group." +msgstr "" + +#: src/Module/Group.php:121 +msgid "Unknown group command." +msgstr "" + +#: src/Module/Group.php:124 +msgid "Bad request." +msgstr "" + +#: src/Module/Group.php:163 +msgid "Save Group" +msgstr "Salvesta grupp" + +#: src/Module/Group.php:164 +msgid "Filter" +msgstr "" + +#: src/Module/Group.php:170 +msgid "Create a group of contacts/friends." +msgstr "Loo grupp kontaktidest/sõpradest." + +#: src/Module/Group.php:212 +msgid "Group removed." +msgstr "Grupp eemaldatud." + +#: src/Module/Group.php:214 +msgid "Unable to remove group." +msgstr "Ei saa gruppi eemaldada." + +#: src/Module/Group.php:265 +msgid "Delete Group" +msgstr "Kustuta grupp" + +#: src/Module/Group.php:275 +msgid "Edit Group Name" +msgstr "Muud grupi nime" + +#: src/Module/Group.php:285 +msgid "Members" +msgstr "Liikmed" + +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "Grupp on tühi" + +#: src/Module/Group.php:301 +msgid "Remove contact from group" +msgstr "Eemalda kontakt grupist" + +#: src/Module/Group.php:321 mod/profperm.php:119 +msgid "Click on a contact to add or remove." +msgstr "Lisamiseks või eemaldamiseks klõpsa kontaktil." + +#: src/Module/Group.php:335 +msgid "Add contact to group" +msgstr "Lisa kontakt gruppi" + +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "" + +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: src/Module/Debug/Localtime.php:30 +msgid "Time Conversion" +msgstr "" + +#: src/Module/Debug/Localtime.php:31 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "" + +#: src/Module/Debug/Localtime.php:32 +#, php-format +msgid "UTC time: %s" +msgstr "UTC aeg: %s " + +#: src/Module/Debug/Localtime.php:35 +#, php-format +msgid "Current timezone: %s" +msgstr "Praegune ajatsoon: %s " + +#: src/Module/Debug/Localtime.php:39 +#, php-format +msgid "Converted localtime: %s" +msgstr "Konverteeritud kohalik aeg: %s " + +#: src/Module/Debug/Localtime.php:43 +msgid "Please select your timezone:" +msgstr "Palun vali oma ajatsoon: " + +#: src/Module/Debug/Babel.php:32 +msgid "Source input" +msgstr "" + +#: src/Module/Debug/Babel.php:38 +msgid "BBCode::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:44 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:49 +msgid "BBCode::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:55 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:61 +msgid "BBCode::toMarkdown" +msgstr "" + +#: src/Module/Debug/Babel.php:67 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:73 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:79 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:90 +msgid "Item Body" +msgstr "" + +#: src/Module/Debug/Babel.php:94 +msgid "Item Tags" +msgstr "" + +#: src/Module/Debug/Babel.php:101 +msgid "Source input (Diaspora format)" +msgstr "" + +#: src/Module/Debug/Babel.php:107 +msgid "Markdown::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:112 +msgid "Markdown::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:118 +msgid "Markdown::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:125 +msgid "Raw HTML input" +msgstr "" + +#: src/Module/Debug/Babel.php:130 +msgid "HTML Input" +msgstr "" + +#: src/Module/Debug/Babel.php:136 +msgid "HTML::toBBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:142 +msgid "HTML::toBBCode => BBCode::convert" +msgstr "" + +#: src/Module/Debug/Babel.php:147 +msgid "HTML::toBBCode => BBCode::convert (raw HTML)" +msgstr "" + +#: src/Module/Debug/Babel.php:153 +msgid "HTML::toBBCode => BBCode::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:159 +msgid "HTML::toMarkdown" +msgstr "" + +#: src/Module/Debug/Babel.php:165 +msgid "HTML::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:171 +msgid "HTML::toPlaintext (compact)" +msgstr "" + +#: src/Module/Debug/Babel.php:179 +msgid "Source text" +msgstr "" + +#: src/Module/Debug/Babel.php:180 +msgid "BBCode" +msgstr "" + +#: src/Module/Debug/Babel.php:181 +msgid "Markdown" +msgstr "" + +#: src/Module/Debug/Babel.php:182 +msgid "HTML" +msgstr "" + +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "Ligipääs keelatud." + +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 +msgid "You must be logged in to use this module" +msgstr "Selle mooduli kasutamiseks tuleb sisse logida" + +#: src/Module/Debug/Feed.php:49 +msgid "Source URL" +msgstr "Allika URL" + +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "" + +#: src/Module/Home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "" + +#: src/Module/Welcome.php:25 +msgid "Welcome to Friendica" +msgstr "Tere tulemast Friendicasse" + +#: src/Module/Welcome.php:26 +msgid "New Member Checklist" +msgstr "" + +#: src/Module/Welcome.php:27 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "" + +#: src/Module/Welcome.php:29 +msgid "Getting Started" +msgstr "" + +#: src/Module/Welcome.php:30 +msgid "Friendica Walk-Through" +msgstr "Friendica lühiabi" + +#: src/Module/Welcome.php:31 +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 "Oma Quick Start lehel - leiad kiirtutvustuse oma profiili ja võrgu sakkide (tab) kohta. Loo paar uut ühendust ja leia mõni grupp, millega liituda. " + +#: src/Module/Welcome.php:34 +msgid "Go to Your Settings" +msgstr "Mine on Sätetesse" + +#: src/Module/Welcome.php:35 +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 "Oma Sätted lehel muuda kõigepealt ära algne parool. Samuti pane tallele oma ID Aadress. Ta sarnaneb emaili aadressile - ja on kasulik, et leida sõpru sotsiaalvõrgustikes. " + +#: src/Module/Welcome.php:36 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Vaata üle ka teised sätted, eriti privaatsussätted. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." + +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "Lae üles profiilifoto" + +#: src/Module/Welcome.php:40 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Lae üles profiilifoto, kui sa seda veel teinud ei ole. uuringud näitavad, et inimesed reaalse fotoga neist leiavad kümme korda rohkem sõpru kui kui ilma fotota inimesed. " + +#: src/Module/Welcome.php:41 +msgid "Edit Your Profile" +msgstr "Muuda on Profiili" + +#: src/Module/Welcome.php:42 +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 "Muuda oma peamist profiili vastavalt oma soovile. Otsusta, kas soovid näidata oma sõprade nimistut ja nende profiile teistele külastajatele või mitte. " + +#: src/Module/Welcome.php:43 +msgid "Profile Keywords" +msgstr "Profiili märksõnad" + +#: src/Module/Welcome.php:44 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Sisesta mõned avalikud märksõnad oma peamisele profiilile, mis kirjeldavad su huvisid. See aitab meil leida sarnaste huvidega inimesi ja soovitada suhtlemist nendega. " + +#: src/Module/Welcome.php:46 +msgid "Connecting" +msgstr "Ühendumine" + +#: src/Module/Welcome.php:48 +msgid "Importing Emails" +msgstr "Emailide importimine" + +#: src/Module/Welcome.php:49 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "" + +#: src/Module/Welcome.php:50 +msgid "Go to Your Contacts Page" +msgstr "Mine oma kontaktide lehele" + +#: src/Module/Welcome.php:51 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "Su Kontaktide leht on sinu värav sõpradega ühendumiseks ja suhtlemiseks ka teistes sots võrkudes. Tavaliselt tuleb sisestada nende aadress või lehe URL Lisa uus kontakt dialoogi. " + +#: src/Module/Welcome.php:52 +msgid "Go to Your Site's Directory" +msgstr "Mine oma Lehe Kataloogi" + +#: src/Module/Welcome.php:53 +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 "Kataloogi leht aitab leida teisi selles võrgus ja teistes seotud võrkudes. Otsi Ühendu või Jälgi linki nende profiili lehel. Anna sinna oma ID aadress kui küsitud. " + +#: src/Module/Welcome.php:54 +msgid "Finding New People" +msgstr "Uute inimeste leidmine" + +#: src/Module/Welcome.php:55 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "Kontaktide lehe küljepaneelil on mitmeid tööriistu uute sõprade leidmiseks. Me saame sidustada inimesi huvide, huvide ja nime järgi või saame soovitada vastavalt võrgusuhtlusele. Päris uuel lehel tulevad soovitused 24 tunni möödudes. " + +#: src/Module/Welcome.php:58 +msgid "Group Your Contacts" +msgstr "Grupeeri oma Kontaktid" + +#: src/Module/Welcome.php:59 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "Kui oled mõned sõbrad leidnud, organiseeri nad privaatsuhtluse gruppidesse oma Kontaktide lehe külgpaanil. Siis saad iga grupiga privaatselt oma Võrgulehel suhelda. " + +#: src/Module/Welcome.php:61 +msgid "Why Aren't My Posts Public?" +msgstr "Miks mu postitused avalikud ei ole?" + +#: src/Module/Welcome.php:62 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to" +" people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "Friendica austab sinu privaatsust. Algseadena näevad sinu postitusi inimesed, kelle oled sõbrana lisanud. Lisainfot saad abiinfost lingilt ülalpool. " + +#: src/Module/Welcome.php:64 +msgid "Getting Help" +msgstr "Kuidas saada abi" + +#: src/Module/Welcome.php:65 +msgid "Go to the Help Section" +msgstr "Mine Abi sektsiooni" + +#: src/Module/Welcome.php:66 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Meie abi lehed sisaldavad detailset infot programmi võimaluste ja ressursside kohta. " + +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "" + +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "Kontakte pole." + +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Külasta %s profiili [%s] " + +#: src/Module/Profile/Contacts.php:112 +#, php-format +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:113 +#, php-format +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "" +msgstr[1] "" + +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "" + +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "" + +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "-vali-" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "Mittevaliidne kontakt." + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "Pole kuvamiseks sõpru" + +#: src/Module/Contact.php:72 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d kontakt muudetud. " +msgstr[1] "%d kontakti muudetud. " + +#: src/Module/Contact.php:99 +msgid "Could not access contact record." +msgstr "" + +#: src/Module/Contact.php:109 +msgid "Could not locate selected profile." +msgstr "" + +#: src/Module/Contact.php:141 +msgid "Contact updated." +msgstr "Kontakt uuendatud." + +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "Kontakti andmete uuendamine ebaõnnestus." + +#: src/Module/Contact.php:376 +msgid "Contact not found" +msgstr "" + +#: src/Module/Contact.php:395 +msgid "Contact has been blocked" +msgstr "Kontakt blokeeritud" + +#: src/Module/Contact.php:395 +msgid "Contact has been unblocked" +msgstr "Kontakti blokeering tühistatud" + +#: src/Module/Contact.php:405 +msgid "Contact has been ignored" +msgstr "Kontakti ignoreeritakse" + +#: src/Module/Contact.php:405 +msgid "Contact has been unignored" +msgstr "Kontakti ei ignoreerita enam" + +#: src/Module/Contact.php:415 +msgid "Contact has been archived" +msgstr "Kontakt arhiveeritud" + +#: src/Module/Contact.php:415 +msgid "Contact has been unarchived" +msgstr "" + +#: src/Module/Contact.php:439 +msgid "Drop contact" +msgstr "Hülga kontakt" + +#: src/Module/Contact.php:442 src/Module/Contact.php:819 +msgid "Do you really want to delete this contact?" +msgstr "Kas tõesti soovid selle kontakti kustutada?" + +#: src/Module/Contact.php:456 +msgid "Contact has been removed." +msgstr "Kontakt on eemaldatud." + +#: src/Module/Contact.php:486 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Oled ühine sõber %s ga" + +#: src/Module/Contact.php:491 +#, php-format +msgid "You are sharing with %s" +msgstr "Sa jagad %s ga" + +#: src/Module/Contact.php:496 +#, php-format +msgid "%s is sharing with you" +msgstr "%s jagab sinuga" + +#: src/Module/Contact.php:520 +msgid "Private communications are not available for this contact." +msgstr "Privaatkommunikatsioon ei ole selle kontaktiga saadaval. " + +#: src/Module/Contact.php:522 +msgid "Never" +msgstr "Mitte kunagi" + +#: src/Module/Contact.php:525 +msgid "(Update was successful)" +msgstr "(Uuendus õnnestus)" + +#: src/Module/Contact.php:525 +msgid "(Update was not successful)" +msgstr "(Uuendus ei õnnestunud)" + +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 +msgid "Suggest friends" +msgstr "Soovita sõpru" + +#: src/Module/Contact.php:531 +#, php-format +msgid "Network type: %s" +msgstr "Võrgutüüp: %s " + +#: src/Module/Contact.php:536 +msgid "Communications lost with this contact!" +msgstr "Suhtlus selle kontaktiga katkes! " + +#: src/Module/Contact.php:542 +msgid "Fetch further information for feeds" +msgstr "" + +#: src/Module/Contact.php:544 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: src/Module/Contact.php:547 +msgid "Fetch information" +msgstr "" + +#: src/Module/Contact.php:548 +msgid "Fetch keywords" +msgstr "" + +#: src/Module/Contact.php:549 +msgid "Fetch information and keywords" +msgstr "" + +#: src/Module/Contact.php:568 +msgid "Profile Visibility" +msgstr "Profiili nähtavus" + +#: src/Module/Contact.php:569 +msgid "Contact Information / Notes" +msgstr "Kontaktinfo/Märkmed" + +#: src/Module/Contact.php:570 +msgid "Contact Settings" +msgstr "Kontakti sätted" + +#: src/Module/Contact.php:579 +msgid "Contact" +msgstr "Kontakt" + +#: src/Module/Contact.php:583 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Palun vali profiil mida soovid kuvada %s le, kui ta vaatab profiili turvaliselt. " + +#: src/Module/Contact.php:585 +msgid "Their personal note" +msgstr "Nende personaalne märge" + +#: src/Module/Contact.php:587 +msgid "Edit contact notes" +msgstr "Muuda kontakti märkmeid" + +#: src/Module/Contact.php:591 +msgid "Block/Unblock contact" +msgstr "Blokeeri/Vabasta kontakt" + +#: src/Module/Contact.php:592 +msgid "Ignore contact" +msgstr "Ignoreeri kontakti" + +#: src/Module/Contact.php:593 +msgid "Repair URL settings" +msgstr "" + +#: src/Module/Contact.php:594 +msgid "View conversations" +msgstr "Kuva vestlusi" + +#: src/Module/Contact.php:599 +msgid "Last update:" +msgstr "Viimane uuendus:" + +#: src/Module/Contact.php:601 +msgid "Update public posts" +msgstr "Uuenda avalikke postitusi" + +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 +msgid "Update now" +msgstr "Uuenda nüüd" + +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 +msgid "Unignore" +msgstr "Äraignoreeri" + +#: src/Module/Contact.php:611 +msgid "Currently blocked" +msgstr "Hetkel blokitud" + +#: src/Module/Contact.php:612 +msgid "Currently ignored" +msgstr "Hetkel ingnoreeritud" + +#: src/Module/Contact.php:613 +msgid "Currently archived" +msgstr "Hetkel arhiveeritud" + +#: src/Module/Contact.php:614 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "Peida see kontakt teiste eest" + +#: src/Module/Contact.php:615 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Vastused/meeldimised sinu avalikele postitustele võivad ikka nähtavad olla" + +#: src/Module/Contact.php:616 +msgid "Notification for new posts" +msgstr "Teavitus uutest postitustest" + +#: src/Module/Contact.php:616 +msgid "Send a notification of every new post of this contact" +msgstr "Saada selle kontakti igast postitusest mulle teavitus" + +#: src/Module/Contact.php:618 +msgid "Blacklisted keywords" +msgstr "Märksõnade must nimekiri" + +#: src/Module/Contact.php:618 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: src/Module/Contact.php:684 +msgid "Show all contacts" +msgstr "Kuva kõiki kontakte" + +#: src/Module/Contact.php:689 src/Module/Contact.php:799 +msgid "Pending" +msgstr "" + +#: src/Module/Contact.php:692 +msgid "Only show pending contacts" +msgstr "Näita ainult ootel kontakte" + +#: src/Module/Contact.php:697 src/Module/Contact.php:800 +msgid "Blocked" +msgstr "Blokeeritud" + +#: src/Module/Contact.php:700 +msgid "Only show blocked contacts" +msgstr "Näita ainult blokeeritud kontakte" + +#: src/Module/Contact.php:705 src/Module/Contact.php:802 +msgid "Ignored" +msgstr "Ignoreeritud" + +#: src/Module/Contact.php:708 +msgid "Only show ignored contacts" +msgstr "Näita ainult ignoreeritud kontakte" + +#: src/Module/Contact.php:713 src/Module/Contact.php:803 +msgid "Archived" +msgstr "Arhiveeritud" + +#: src/Module/Contact.php:716 +msgid "Only show archived contacts" +msgstr "Näita ainult arhiveeritud kontakte" + +#: src/Module/Contact.php:721 src/Module/Contact.php:801 +msgid "Hidden" +msgstr "Peidetud" + +#: src/Module/Contact.php:724 +msgid "Only show hidden contacts" +msgstr "Näita ainult peidetud kontakte" + +#: src/Module/Contact.php:732 +msgid "Organize your contact groups" +msgstr "Organiseeri oma kontaktgruppe" + +#: src/Module/Contact.php:814 +msgid "Search your contacts" +msgstr "Otsi oma kontakte" + +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "Tulemused: %s " + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "Uuenda" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Archive" +msgstr "Arhiiveeri" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Unarchive" +msgstr "Arhiivist välja" + +#: src/Module/Contact.php:828 +msgid "Batch Actions" +msgstr "Multitegevused" + +#: src/Module/Contact.php:855 +msgid "Conversations started by this contact" +msgstr "Selle kontakti alustatud vestlused" + +#: src/Module/Contact.php:860 +msgid "Posts and Comments" +msgstr "Postitused ja Kommentaarid" + +#: src/Module/Contact.php:883 +msgid "View all contacts" +msgstr "Vaata kõiki kontakte" + +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "Ühised sõbrad" + +#: src/Module/Contact.php:894 +msgid "View all common friends" +msgstr "Vaata kõiki ühiseid sõpru" + +#: src/Module/Contact.php:904 +msgid "Advanced Contact Settings" +msgstr "Täiendavad Kontakti sätted" + +#: src/Module/Contact.php:987 +msgid "Mutual Friendship" +msgstr "Ühine sõprus" + +#: src/Module/Contact.php:992 +msgid "is a fan of yours" +msgstr "" + +#: src/Module/Contact.php:997 +msgid "you are a fan of" +msgstr "" + +#: src/Module/Contact.php:1015 +msgid "Pending outgoing contact request" +msgstr "" + +#: src/Module/Contact.php:1017 +msgid "Pending incoming contact request" +msgstr "" + +#: src/Module/Contact.php:1030 +msgid "Edit contact" +msgstr "Muuda kontakti" + +#: src/Module/Contact.php:1084 +msgid "Toggle Blocked status" +msgstr "Vaheta Bloki staatust" + +#: src/Module/Contact.php:1092 +msgid "Toggle Ignored status" +msgstr "Vahea Ignoreeritud staatust" + +#: src/Module/Contact.php:1101 +msgid "Toggle Archive status" +msgstr "Vaheta Arhiveeritud staatust" + +#: src/Module/Contact.php:1109 +msgid "Delete contact" +msgstr "Kustuta kontakt" + +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "Totaalne kutsungite limiit ületatud." + +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Mittevaliidne meiliaadress." + +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Palun ühine meiega Friendicas" + +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Kutsumiste limiit ületatud. Palun kontakteeru oma lehe adminniga." + +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Sõnumi saatmine nurjus." + +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d sõnum saadetud." +msgstr[1] "%d sõnumid saadetud." + +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "Sul ei ole rohkem kutseid" + +#: src/Module/Invite.php:129 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Külasta %s avalike saitide nimistut kus saad liituda. Friendica liikmed teistel saitidel saavad kõik üksteisega ühenduda ja samuti saavad seda ka paljude teiste sotsiaalvõrkude liikmed. " + +#: src/Module/Invite.php:131 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Et seda kutset vastu võtta külasta palun saiti %s ja registreeri või siis registreeri ükskõik millisel Friendica avalikul veebilehel. " + +#: src/Module/Invite.php:132 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu turvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle liikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga. Vaata nimekirja alternatiivsetest saitidest, kus saad liituda. \n%s " + +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Meie vabandused. See süsteem ei ole hetkel seadistatud ühenduseks teiste avalike saitidega või liikmete vastuvõtuks. " + +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu \nturvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle \nliikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga." + +#: src/Module/Invite.php:138 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "Et seda kutset vastu võtta, külasta palun %s ja registreeri. " + +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "Saada kutseid" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "Lisa e-posti aadresse, üks iga rea kohta:" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "Sinu sõnum:" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Oled kutsutud ühinema minu ei teiste sõpradega Freindicas - et saaksime koos luua parema sotsiaalvõrgustiku. " + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Peate sisestama selle kutse koodi: $invite_code " + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Kui olete registreerunud, kontakteeruge minuga mu profiili lehel: " + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Rohkema info jaoks Friendica projekti kohta, külastage palun http://friendi.ca " + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "igaüks" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "Konto" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "Kuva" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "Sotsiaalvõrgud" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "Delegatsioonid" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "Ühendatud rakendused" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "Eemalda konto" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "" + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "" + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "" + +#: src/Module/Friendica.php:80 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "" + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "" + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "" + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "Lisame su profiili liikmete kataloogi?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "Teade adminnile" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Jäta teade adminnile, miks soovid selle nodega liituda" + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "Selle saidi liikmeks saab ainult kutsetega." + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "Sinu kutse kood:" + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "" + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "Uus parool" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "" + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "Kinnita:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "" + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "" + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "Impordi" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "" + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "" + +#: src/Module/Register.php:238 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "" + +#: src/Module/Register.php:242 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "" + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "" + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "" + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "" + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "" + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "" + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "" + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "" + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "Ainult sisselogitud kasutajad võivad otsingut kasutada." + +#: src/Module/Search/Index.php:57 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Ainult üks otsing minuti kohta on sisselogimata kasutajatele lubatud. " + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "Pole tulemusi." + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "Elemendid %s sildiga" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "" + +#: src/BaseModule.php:133 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" + +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "Kustutada see element?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "vaheta mobiilseks" + +#: src/App/Router.php:184 +#, php-format +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "" + +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "Lisade kasutamiseks peate sisse logima" + +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "Vanus:" + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "" + +#: src/Console/PostUpdate.php:73 +#, php-format +msgid "Post update version number has been set to %s." +msgstr "" + +#: src/Console/PostUpdate.php:81 +msgid "Check for pending update actions." +msgstr "" + +#: src/Console/PostUpdate.php:83 +msgid "Done." +msgstr "Tehtud." + +#: src/Console/PostUpdate.php:85 +msgid "Execute pending post updates." +msgstr "" + +#: src/Console/PostUpdate.php:91 +msgid "All pending post updates are done." +msgstr "" + +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Sisesta uus parool:" + +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "Parooli uuendus nurjus. Palun proovi uuesti." + +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "Parool muudetud." + +#: src/Console/ArchiveContact.php:86 +#, php-format +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "Selle kontakti kirjed arhiveeritud" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Valiidset kontot ei leitud." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Paroolimuutmise taotlus teostusel. Kontrolli oma e-posti. " + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: mod/lostpass.php:90 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: mod/lostpass.php:103 +msgid "Request has expired, please make a new one." +msgstr "" + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "Unustasid oma parooli?" + +#: mod/lostpass.php:119 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Sisesta oma emaili aadress ja saada, et taaslähtestada oma parool. Siis kontrolli oma meili lisajuhendite saamiseks. " + +#: mod/lostpass.php:121 +msgid "Reset" +msgstr "Lähtesta" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Teie parool on taaslähtestatud nagu taotletud." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Sinu uus parool on" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Salvesta või kopeeri oma uus parool - ja siis" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "vajuta siia sisselogimiseks" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Su parool on muudetav Seaded lehel peale edukat sisselogimist." + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "" + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "Koli konto" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "" + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "" + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "" + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "Konto fail" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "Kogukondlik valik pole saadaval. " + +#: mod/community.php:85 +msgid "Not available." +msgstr "Pole saadaval." + +#: mod/community.php:95 +msgid "Local Community" +msgstr "Kohalik kogukond" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "Selle kohaliku serveri kasutajate postitused" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "Globaalne kogukond" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "Terve fõderatsiooni võrgu kasutajate postitused" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "" + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "Sõbrasoovitus saadetud." + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "Soovita sõpru" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Soovita kasutaja %s -le sõpra. " + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "Ühised kontakte ei ole. " + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0} soovib olla sinu sõber" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0} taotleb registreerimist" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "Kaugturvainfo pole kättesaadav." + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "Nähtav: " + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "Sündmus ei saa lõppeda enne algamist." + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "Sündmuse pealkiri ja algusaeg nõutavad." + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "Vaade" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "Loo uus sündmus" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "Eelmine" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "" + +#: mod/events.php:514 +msgid "Event details" +msgstr "Sündmuse detailid" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "Alguskuupäev ja Pealkiri nõutavad." + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "Sündmus algab:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "Nõutav" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "Lõpu kuupäev/aeg pole teada või pole olulised" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "Sündmus lõpeb:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "Säti vaataja ajatsoonikohaseks" + +#: mod/events.php:544 +msgid "Description:" +msgstr "Kirjeldus:" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "Pealkiri:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "Jaga seda sündmust" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "Õigused" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "Ei õnnestunud sündmust eemaldada" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "Sündmus eemaldatud" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "See kalendriformaat ei ole toetatud" + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "Eksporditavaid andmeid ei leitud" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "kalender" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "" + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "" + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "" + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "" + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "" + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "" + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "" +msgstr[1] "" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "" + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "" + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "Profiil pole saadaval." + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "" + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "" + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "" + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "" + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "" + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "Mittekehtiv profiili URL." + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "Teie tutvustus on saadetud." + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Kaugliitumist ei saa teostada Teie võrguga. Palun liituge otse oma süsteemis. " + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "Tutvustuse kinnitamiseks logige palun sisse. " + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "" + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:526 +msgid "Confirm" +msgstr "Kinnita" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "Peida see kontakt" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "" + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "" + +#: mod/dfrn_request.php:634 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Palun sisesta oma \"ID Aadress\" ühest järgnevatest toetatud kommunikatsioonivõrkudest:" + +#: mod/dfrn_request.php:636 +#, 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 "" + +#: mod/dfrn_request.php:639 +msgid "Friend/Connection Request" +msgstr "Sõbra/Ühenduse taotlus" + +#: mod/dfrn_request.php:640 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "Palun vasta järgnevale:" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "Kas %s teab sind?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "Lisa personaalne teade:" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "" + +#: mod/dfrn_request.php:648 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "-palun ära kasuta seda vormi. Selle asemel trüki %s oma Diaspora otsingukasti." + +#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "Sinu ID aadress:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "Saada taotlus" + #: mod/crepair.php:79 msgid "Contact settings applied." msgstr "Kontakti sätted lisatud." @@ -3142,11 +8661,6 @@ msgstr "Kontakti sätted lisatud." msgid "Contact update failed." msgstr "Kontakti uuendamine nurjus." -#: mod/crepair.php:102 mod/dfrn_confirm.php:127 mod/fsuggest.php:28 -#: mod/fsuggest.php:89 mod/redir.php:31 mod/redir.php:137 -msgid "Contact not found." -msgstr "Kontakti ei leitud." - #: mod/crepair.php:115 msgid "" "WARNING: This is highly advanced and if you enter incorrect" @@ -3179,18 +8693,6 @@ msgstr "" msgid "Refetch contact data" msgstr "" -#: mod/crepair.php:149 mod/events.php:553 mod/fsuggest.php:106 -#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:182 -#: mod/message.php:261 mod/message.php:441 mod/photos.php:1049 -#: mod/photos.php:1137 mod/photos.php:1412 mod/photos.php:1457 -#: mod/photos.php:1496 mod/photos.php:1556 mod/poke.php:188 -#: mod/profiles.php:562 src/Module/Contact.php:594 src/Module/Install.php:187 -#: src/Module/Install.php:222 src/Object/Post.php:877 -#: 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" -msgstr "" - #: mod/crepair.php:150 msgid "Remote Self" msgstr "" @@ -3241,1608 +8743,186 @@ msgstr "" msgid "New photo from this URL" msgstr "" -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Vanemkasutajat ei leitud" +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protokolli viga. ID-d vastu ei võetud. " -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "Vanemkasutajad ei ole" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Peaparool" - -#: mod/delegate.php:164 +#: mod/openid.php:71 msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Palun sisestage vanemkonto parool, et kinnitada oma päring." +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "" -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Vanemkasutaja" - -#: mod/delegate.php:174 +#: mod/openid.php:73 msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Vanematel on täielik kontroll selle konto üle, kaasa arvatud konto sätted. Palun mõelge kaks korda enne, kui annate ligipääsu. " - -#: mod/delegate.php:176 src/Content/Nav.php:261 -msgid "Delegate Page Management" -msgstr "Delegaadi lehe Management" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Delegaadid" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegaadid saavad manageerida kõiki selle konto/lehe aspekte v.a. konto baassätteid. Palun ärge delegeerige oma personaalset kontot mitte kellelegi, keda te täielikult ei usalda. " - -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Olemasolevad lehe Delegaadid" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potsentsiaalsed lehe Delegaadid" - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "Eemalda" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "Lisa" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "Kirjeid pole." - -#: mod/dfrn_confirm.php:72 mod/profiles.php:43 mod/profiles.php:152 -#: mod/profiles.php:196 mod/profiles.php:511 -msgid "Profile not found." -msgstr "Profiili ei leitud." - -#: mod/dfrn_confirm.php:128 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "" - -#: mod/dfrn_confirm.php:238 -msgid "Response from remote site was not understood." -msgstr "" - -#: mod/dfrn_confirm.php:245 mod/dfrn_confirm.php:251 -msgid "Unexpected response from remote site: " -msgstr "" - -#: mod/dfrn_confirm.php:260 -msgid "Confirmation completed successfully." -msgstr "Kinnitamine edukalt lõpetatud." - -#: mod/dfrn_confirm.php:272 -msgid "Temporary failure. Please wait and try again." -msgstr "Ajutine viga. Palun oodake ja proovige uuesti. " - -#: mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "" - -#: mod/dfrn_confirm.php:280 -msgid "Remote site reported: " -msgstr "" - -#: mod/dfrn_confirm.php:386 -msgid "Unable to set contact photo." -msgstr "Kontakti foto lisamine ei õnnestunud." - -#: mod/dfrn_confirm.php:448 -#, php-format -msgid "No user record found for '%s' " -msgstr "" - -#: mod/dfrn_confirm.php:458 -msgid "Our site encryption key is apparently messed up." -msgstr "" - -#: mod/dfrn_confirm.php:469 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "" - -#: mod/dfrn_confirm.php:485 -msgid "Contact record was not found for you on our site." -msgstr "" - -#: mod/dfrn_confirm.php:499 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "" - -#: 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 "" - -#: mod/dfrn_confirm.php:526 -msgid "Unable to set your contact credentials on our system." -msgstr "" - -#: mod/dfrn_confirm.php:582 -msgid "Unable to update your contact profile details on our system" -msgstr "" - -#: mod/dfrn_confirm.php:612 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2043 -msgid "[Name Withheld]" -msgstr "" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "" - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:354 -msgid "Profile location is not valid or does not contain profile information." -msgstr "" - -#: mod/dfrn_request.php:120 mod/dfrn_request.php:358 -msgid "Warning: profile location has no identifiable owner name." -msgstr "" - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:361 -msgid "Warning: profile location has no profile photo." -msgstr "" - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:365 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "" -msgstr[1] "" - -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "" - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "" - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "Profiil pole saadaval." - -#: mod/dfrn_request.php:249 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "" - -#: mod/dfrn_request.php:250 -msgid "Spam protection measures have been invoked." -msgstr "" - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "" - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "" - -#: mod/dfrn_request.php:314 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "" - -#: mod/dfrn_request.php:334 -msgid "Invalid profile URL." -msgstr "Mittekehtiv profiili URL." - -#: mod/dfrn_request.php:340 src/Model/Contact.php:1714 -msgid "Disallowed profile URL." -msgstr "Mittelubatud profiili URL." - -#: mod/dfrn_request.php:413 src/Module/Contact.php:235 -msgid "Failed to update contact record." -msgstr "Kontakti andmete uuendamine ebaõnnestus." - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "Teie tutvustus on saadetud." - -#: mod/dfrn_request.php:471 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Kaugliitumist ei saa teostada Teie võrguga. Palun liituge otse oma süsteemis. " - -#: mod/dfrn_request.php:487 -msgid "Please login to confirm introduction." -msgstr "Tutvustuse kinnitamiseks logige palun sisse. " - -#: mod/dfrn_request.php:495 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "" - -#: mod/dfrn_request.php:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "Kinnita" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "Peida see kontakt" - -#: mod/dfrn_request.php:522 -#, php-format -msgid "Welcome home %s." -msgstr "" - -#: mod/dfrn_request.php:523 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "" - -#: mod/dfrn_request.php:632 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Palun sisesta oma \"ID Aadress\" ühest järgnevatest toetatud kommunikatsioonivõrkudest:" - -#: 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 "" - -#: mod/dfrn_request.php:637 -msgid "Friend/Connection Request" -msgstr "Sõbra/Ühenduse taotlus" - -#: mod/dfrn_request.php:638 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "" - -#: mod/dfrn_request.php:639 mod/follow.php:149 -msgid "Please answer the following:" -msgstr "Palun vasta järgnevale:" - -#: mod/dfrn_request.php:640 mod/follow.php:150 -#, php-format -msgid "Does %s know you?" -msgstr "Kas %s teab sind?" - -#: mod/dfrn_request.php:641 mod/follow.php:151 -msgid "Add a personal note:" -msgstr "Lisa personaalne teade:" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" - -#: mod/dfrn_request.php:646 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "-palun ära kasuta seda vormi. Selle asemel trüki %s oma Diaspora otsingukasti." - -#: mod/dfrn_request.php:647 mod/follow.php:157 mod/unfollow.php:128 -msgid "Your Identity Address:" -msgstr "Sinu ID aadress:" - -#: mod/dfrn_request.php:649 mod/follow.php:65 mod/unfollow.php:131 -msgid "Submit Request" -msgstr "Saada taotlus" - -#: mod/directory.php:121 -msgid "No entries (some entries may be hidden)." -msgstr "Pole kirjeid (osad võivad olla peidetud)" - -#: mod/directory.php:128 src/Content/Widget.php:70 -#: view/theme/vier/theme.php:208 -msgid "Global Directory" -msgstr "Globaalne kataloog" - -#: mod/directory.php:130 -msgid "Find on this site" -msgstr "Leia sellelt lehelt" - -#: mod/directory.php:132 -msgid "Results for:" -msgstr "Tulemused:" - -#: mod/directory.php:134 -msgid "Site Directory" -msgstr "Lehe kataloog" - -#: mod/directory.php:136 src/Content/Widget.php:65 src/Module/Contact.php:817 -#: view/theme/vier/theme.php:203 -msgid "Find" -msgstr "Otsi" - -#: mod/directory.php:185 mod/events.php:541 mod/notifications.php:253 -#: src/Model/Event.php:68 src/Model/Event.php:95 src/Model/Event.php:437 -#: src/Model/Event.php:933 src/Model/Profile.php:443 -#: src/Module/Contact.php:643 -msgid "Location:" -msgstr "Asukoht:" - -#: mod/directory.php:190 mod/notifications.php:259 src/Model/Profile.php:446 -#: src/Model/Profile.php:758 -msgid "Gender:" -msgstr "Sugu:" - -#: mod/directory.php:191 src/Model/Profile.php:447 src/Model/Profile.php:782 -msgid "Status:" -msgstr "Staatus:" - -#: mod/directory.php:192 src/Model/Profile.php:448 src/Model/Profile.php:799 -msgid "Homepage:" -msgstr "Koduleht:" - -#: mod/directory.php:193 mod/notifications.php:255 src/Model/Profile.php:449 -#: src/Model/Profile.php:819 src/Module/Contact.php:647 -msgid "About:" -msgstr "Minust:" - -#: mod/dirfind.php:55 -#, php-format -msgid "People Search - %s" -msgstr "Inimeste otsing - %s" - -#: mod/dirfind.php:66 -#, php-format -msgid "Forum Search - %s" -msgstr "Foorumi otsing - %s" - -#: mod/dirfind.php:259 mod/match.php:130 -msgid "No matches" -msgstr "Pole kattuvusi" - -#: mod/editpost.php:29 mod/editpost.php:39 -msgid "Item not found" -msgstr "Ei leitud" - -#: mod/editpost.php:46 -msgid "Edit post" -msgstr "Muuda postitust" - -#: mod/editpost.php:73 mod/filer.php:36 mod/notes.php:46 -#: src/Content/Text/HTML.php:894 -msgid "Save" -msgstr "Salvesta" - -#: mod/editpost.php:78 mod/message.php:259 mod/message.php:440 -#: mod/wallmessage.php:140 -msgid "Insert web link" -msgstr "Lisa hüperlink" - -#: mod/editpost.php:79 -msgid "web link" -msgstr "hüperlink" - -#: mod/editpost.php:80 -msgid "Insert video link" -msgstr "Lisa videolink" - -#: mod/editpost.php:81 -msgid "video link" -msgstr "videolink" - -#: mod/editpost.php:82 -msgid "Insert audio link" -msgstr "Lisa audiolink" - -#: mod/editpost.php:83 -msgid "audio link" -msgstr "audiolink" - -#: mod/editpost.php:98 src/Core/ACL.php:307 -msgid "CC: email addresses" -msgstr "CC: emaili addressid" - -#: mod/editpost.php:105 src/Core/ACL.php:308 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: mod/events.php:117 mod/events.php:119 -msgid "Event can not end before it has started." -msgstr "Sündmus ei saa lõppeda enne algamist." - -#: mod/events.php:126 mod/events.php:128 -msgid "Event title and start time are required." -msgstr "Sündmuse pealkiri ja algusaeg nõutavad." - -#: mod/events.php:386 -msgid "Create New Event" -msgstr "Loo uus sündmus" - -#: mod/events.php:509 -msgid "Event details" -msgstr "Sündmuse detailid" - -#: mod/events.php:510 -msgid "Starting date and Title are required." -msgstr "Alguskuupäev ja Pealkiri nõutavad." - -#: mod/events.php:511 mod/events.php:516 -msgid "Event Starts:" -msgstr "Sündmus algab:" - -#: mod/events.php:511 mod/events.php:543 mod/profiles.php:592 -msgid "Required" -msgstr "Nõutav" - -#: mod/events.php:524 mod/events.php:549 -msgid "Finish date/time is not known or not relevant" -msgstr "Lõpu kuupäev/aeg pole teada või pole olulised" - -#: mod/events.php:526 mod/events.php:531 -msgid "Event Finishes:" -msgstr "Sündmus lõpeb:" - -#: mod/events.php:537 mod/events.php:550 -msgid "Adjust for viewer timezone" -msgstr "Säti vaataja ajatsoonikohaseks" - -#: mod/events.php:539 -msgid "Description:" -msgstr "Kirjeldus:" - -#: mod/events.php:543 mod/events.php:545 -msgid "Title:" -msgstr "Pealkiri:" - -#: mod/events.php:546 mod/events.php:547 -msgid "Share this event" -msgstr "Jaga seda sündmust" - -#: mod/events.php:554 src/Model/Profile.php:877 -msgid "Basic" -msgstr "Peamine" - -#: mod/events.php:556 mod/photos.php:1067 mod/photos.php:1408 -#: src/Core/ACL.php:310 -msgid "Permissions" -msgstr "Õigused" - -#: mod/events.php:572 -msgid "Failed to remove event" -msgstr "Ei õnnestunud sündmust eemaldada" - -#: mod/events.php:574 -msgid "Event removed" -msgstr "Sündmus eemaldatud" - -#: mod/fbrowser.php:36 src/Content/Nav.php:158 src/Model/Profile.php:917 -#: view/theme/frio/theme.php:264 -msgid "Photos" -msgstr "Fotod" - -#: mod/fbrowser.php:45 mod/fbrowser.php:69 mod/photos.php:201 -#: mod/photos.php:1031 mod/photos.php:1126 mod/photos.php:1143 -#: mod/photos.php:1610 mod/photos.php:1625 src/Model/Photo.php:552 -#: src/Model/Photo.php:561 -msgid "Contact Photos" -msgstr "Kontaktide fotod" - -#: mod/fbrowser.php:106 mod/fbrowser.php:136 mod/profile_photo.php:254 -msgid "Upload" -msgstr "Lae üles" - -#: mod/fbrowser.php:131 -msgid "Files" -msgstr "Failid" - -#: mod/feedtest.php:18 -msgid "You must be logged in to use this module" -msgstr "Selle mooduli kasutamiseks tuleb sisse logida" - -#: mod/feedtest.php:45 -msgid "Source URL" -msgstr "Allika URL" - -#: mod/filer.php:35 -msgid "- select -" -msgstr "-vali-" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "Kontakti ei saanud lisada." - -#: mod/follow.php:76 -msgid "You already added this contact." -msgstr "Te juba lisasite selle kontakti." - -#: mod/follow.php:86 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora toetus pole võimaldatud. Kontakti ei saa lisada." - -#: mod/follow.php:93 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus tugi pole võimaldatud. Kontakti ei saa lisada." - -#: mod/follow.php:100 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" - -#: mod/follow.php:170 mod/notifications.php:257 src/Model/Profile.php:807 -#: src/Module/Contact.php:649 -msgid "Tags:" -msgstr "Tag`id: " - -#: mod/follow.php:182 mod/unfollow.php:147 src/Model/Profile.php:904 -#: src/Module/Contact.php:864 -msgid "Status Messages and Posts" -msgstr "Staatussõnumid ja Postitused" - -#: mod/friendica.php:88 -#, 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 "" - -#: mod/friendica.php:94 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "" - -#: mod/friendica.php:98 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: mod/friendica.php:98 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:101 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "" - -#: mod/friendica.php:106 -msgid "Installed addons/apps:" -msgstr "" - -#: mod/friendica.php:120 -msgid "No installed addons/apps" -msgstr "" - -#: mod/friendica.php:125 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "" - -#: mod/friendica.php:130 -msgid "On this server the following remote servers are blocked." -msgstr "" - -#: mod/fsuggest.php:69 -msgid "Friend suggestion sent." -msgstr "Sõbrasoovitus saadetud." - -#: mod/fsuggest.php:93 -msgid "Suggest Friends" -msgstr "Soovita sõpru" - -#: mod/fsuggest.php:95 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Soovita kasutaja %s -le sõpra. " - -#: mod/group.php:38 -msgid "Group created." -msgstr "Grupp loodud." - -#: mod/group.php:44 -msgid "Could not create group." -msgstr "Ei õnnestunud gruppi luua." - -#: mod/group.php:58 mod/group.php:184 -msgid "Group not found." -msgstr "Gruppi ei leitud." - -#: mod/group.php:72 -msgid "Group name changed." -msgstr "Gupi nimi muutunud." - -#: mod/group.php:85 mod/profperm.php:30 src/App.php:1389 -msgid "Permission denied" -msgstr "Õigused ebapiisavad" - -#: mod/group.php:103 -msgid "Save Group" -msgstr "Salvesta grupp" - -#: mod/group.php:104 -msgid "Filter" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." msgstr "" -#: mod/group.php:109 -msgid "Create a group of contacts/friends." -msgstr "Loo grupp kontaktidest/sõpradest." - -#: mod/group.php:110 mod/group.php:133 mod/group.php:224 -#: src/Model/Group.php:423 -msgid "Group Name: " -msgstr "Grupi nimi:" - -#: mod/group.php:125 src/Model/Group.php:420 -msgid "Contacts not in any group" -msgstr "Mitteüheski grupis olevad kontaktid" - -#: mod/group.php:156 -msgid "Group removed." -msgstr "Grupp eemaldatud." - -#: mod/group.php:158 -msgid "Unable to remove group." -msgstr "Ei saa gruppi eemaldada." - -#: mod/group.php:217 -msgid "Delete Group" -msgstr "Kustuta grupp" - -#: mod/group.php:228 -msgid "Edit Group Name" -msgstr "Muud grupi nime" - -#: mod/group.php:239 -msgid "Members" -msgstr "Liikmed" - -#: mod/group.php:241 src/Module/Contact.php:704 -msgid "All Contacts" -msgstr "Kõik kontaktid" - -#: mod/group.php:242 mod/network.php:654 -msgid "Group is empty" -msgstr "Grupp on tühi" - -#: mod/group.php:255 -msgid "Remove contact from group" -msgstr "Eemalda kontakt grupist" - -#: mod/group.php:273 mod/profperm.php:119 -msgid "Click on a contact to add or remove." -msgstr "Lisamiseks või eemaldamiseks klõpsa kontaktil." - -#: mod/group.php:287 -msgid "Add contact to group" -msgstr "Lisa kontakt gruppi" - -#: mod/hcard.php:20 -msgid "No profile" -msgstr "Profiili ei ole" - -#: mod/help.php:52 -msgid "Help:" -msgstr "Abi:" - -#: mod/help.php:59 src/Content/Nav.php:190 view/theme/vier/theme.php:294 -msgid "Help" -msgstr "Abi" - -#: mod/help.php:65 src/App.php:1307 -msgid "Not Found" -msgstr "Ei leitud" - -#: mod/home.php:40 -#, php-format -msgid "Welcome to %s" -msgstr "" - -#: mod/invite.php:36 -msgid "Total invitation limit exceeded." -msgstr "Totaalne kutsungite limiit ületatud." - -#: mod/invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Mittevaliidne meiliaadress." - -#: mod/invite.php:87 -msgid "Please join us on Friendica" -msgstr "Palun ühine meiega Friendicas" - -#: mod/invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Kutsumiste limiit ületatud. Palun kontakteeru oma lehe adminniga." - -#: mod/invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Sõnumi saatmine nurjus." - -#: mod/invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d sõnum saadetud." -msgstr[1] "%d sõnumid saadetud." - -#: mod/invite.php:122 -msgid "You have no more invitations available" -msgstr "Sul ei ole rohkem kutseid" - -#: mod/invite.php:130 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Külasta %s avalike saitide nimistut kus saad liituda. Friendica liikmed teistel saitidel saavad kõik üksteisega ühenduda ja samuti saavad seda ka paljude teiste sotsiaalvõrkude liikmed. " - -#: mod/invite.php:132 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Et seda kutset vastu võtta külasta palun saiti %s ja registreeri või siis registreeri ükskõik millisel Friendica avalikul veebilehel. " - -#: mod/invite.php:133 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu turvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle liikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga. Vaata nimekirja alternatiivsetest saitidest, kus saad liituda. \n%s " - -#: mod/invite.php:137 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Meie vabandused. See süsteem ei ole hetkel seadistatud ühenduseks teiste avalike saitidega või liikmete vastuvõtuks. " - -#: mod/invite.php:141 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu \nturvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle \nliikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga." - -#: mod/invite.php:140 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "Et seda kutset vastu võtta, külasta palun %s ja registreeri. " - -#: mod/invite.php:147 -msgid "Send invitations" -msgstr "Saada kutseid" - -#: mod/invite.php:148 -msgid "Enter email addresses, one per line:" -msgstr "Lisa e-posti aadresse, üks iga rea kohta:" - -#: mod/invite.php:149 mod/message.php:255 mod/message.php:435 -#: mod/wallmessage.php:137 -msgid "Your message:" -msgstr "Sinu sõnum:" - -#: mod/invite.php:149 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Oled kutsutud ühinema minu ei teiste sõpradega Freindicas - et saaksime koos luua parema sotsiaalvõrgustiku. " - -#: mod/invite.php:151 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Peate sisestama selle kutse koodi: $invite_code " - -#: mod/invite.php:151 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Kui olete registreerunud, kontakteeruge minuga mu profiili lehel: " - -#: mod/invite.php:153 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "Rohkema info jaoks Friendica projekti kohta, külastage palun http://friendi.ca " - -#: mod/item.php:120 -msgid "Unable to locate original post." -msgstr "Ei leia algset postitust." - -#: mod/item.php:320 -msgid "Empty post discarded." -msgstr "Tühi postitus eiratud." - -#: mod/item.php:841 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Selle sõnumi saatis sulle %s , Friendica sotsiaalvõrgu liige. " - -#: mod/item.php:843 -#, php-format -msgid "You may visit them online at %s" -msgstr "Võite kohtuda nendega online %s " - -#: mod/item.php:844 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Palun kontakteeruge saatjaga vastates sellele postitusele, kui ei soovi neid sõnumeid saada. " - -#: mod/item.php:848 -#, php-format -msgid "%s posted an update." -msgstr "%s postitas uuenduse." - -#: mod/localtime.php:19 src/Model/Event.php:34 src/Model/Event.php:847 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: mod/localtime.php:33 -msgid "Time Conversion" -msgstr "" - -#: mod/localtime.php:35 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: mod/localtime.php:39 -#, php-format -msgid "UTC time: %s" -msgstr "UTC aeg: %s " - -#: mod/localtime.php:42 -#, php-format -msgid "Current timezone: %s" -msgstr "Praegune ajatsoon: %s " - -#: mod/localtime.php:46 -#, php-format -msgid "Converted localtime: %s" -msgstr "Konverteeritud kohalik aeg: %s " - -#: mod/localtime.php:52 -msgid "Please select your timezone:" -msgstr "Palun vali oma ajatsoon: " - -#: mod/lockview.php:46 mod/lockview.php:57 -msgid "Remote privacy information not available." -msgstr "Kaugturvainfo pole kättesaadav." - -#: mod/lockview.php:66 -msgid "Visible to:" -msgstr "Nähtav: " - -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "Valiidset kontot ei leitud." - -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "Paroolimuutmise taotlus teostusel. Kontrolli oma e-posti. " - -#: mod/lostpass.php:44 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:55 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "" - -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "" - -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "" - -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "Unustasid oma parooli?" - -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Sisesta oma emaili aadress ja saada, et taaslähtestada oma parool. Siis kontrolli oma meili lisajuhendite saamiseks. " - -#: mod/lostpass.php:119 src/Module/Login.php:324 -msgid "Nickname or Email: " -msgstr "Hüüdnimi või email:" - -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "Lähtesta" - -#: mod/lostpass.php:135 src/Module/Login.php:336 -msgid "Password Reset" -msgstr "Lähtesta parool" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "Teie parool on taaslähtestatud nagu taotletud." - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "Sinu uus parool on" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "Salvesta või kopeeri oma uus parool - ja siis" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "vajuta siia sisselogimiseks" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Su parool on muudetav Seaded lehel peale edukat sisselogimist." - -#: mod/lostpass.php:148 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:154 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:170 -#, php-format -msgid "Your password has been changed at %s" -msgstr "" - -#: mod/maintenance.php:26 -msgid "System down for maintenance" -msgstr "Süsteem hooldusrežiimis" - -#: mod/manage.php:178 -msgid "Manage Identities and/or Pages" -msgstr "Majanda Identiteete ja/või Lehti" - -#: 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 "" - -#: mod/manage.php:180 -msgid "Select an identity to manage: " -msgstr "" - -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "esimene" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "järgmine" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:255 -msgid "New Message" -msgstr "Uus sõnum" - -#: mod/message.php:70 mod/wallmessage.php:60 -msgid "No recipient selected." -msgstr "Ühtegi saajat pole valitud." - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "Ei leia kontakti infot." - -#: mod/message.php:77 mod/wallmessage.php:66 -msgid "Message could not be sent." -msgstr "Sõnumit ei saanud saata." - -#: mod/message.php:80 mod/wallmessage.php:69 -msgid "Message collection failure." -msgstr "Sõnumi vastuvõtmise viga." - -#: mod/message.php:83 mod/wallmessage.php:72 -msgid "Message sent." -msgstr "Sõnum saadetud." - -#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:187 -#: mod/notifications.php:235 -msgid "Discard" -msgstr "Eira" - -#: mod/message.php:123 src/Content/Nav.php:252 view/theme/frio/theme.php:271 -msgid "Messages" -msgstr "Sõnumid" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "Soovid tõesti selle sõnumi kustutada?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "Vestlust ei leitud." - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "Sõnum kustutatud." - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "Vestlus eemaldatud." - -#: mod/message.php:204 mod/message.php:360 mod/wallmessage.php:123 -msgid "Please enter a link URL:" -msgstr "Palun sisesta lingi URL: " - -#: mod/message.php:246 mod/wallmessage.php:128 -msgid "Send Private Message" -msgstr "Saada privaatsõnum" - -#: mod/message.php:247 mod/message.php:430 mod/wallmessage.php:130 -msgid "To:" -msgstr "" - -#: mod/message.php:251 mod/message.php:432 mod/wallmessage.php:131 -msgid "Subject:" -msgstr "Teema:" - -#: mod/message.php:289 -msgid "No messages." -msgstr "Sõnumeid pole." - -#: mod/message.php:352 -msgid "Message not available." -msgstr "Sõnum pole saadaval. " - -#: mod/message.php:406 -msgid "Delete message" -msgstr "Kustuta sõnum" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "Kustuta vestlus" - -#: mod/message.php:425 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Turvaline suhtlus pole saadaval. Vastamine võib õnnestuda saatja profiili lehel. " - -#: mod/message.php:429 -msgid "Send Reply" -msgstr "Saada vastus" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "Tundmatu saatja - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "Sina ja %s " - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%s ja Sina" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d sõnum" -msgstr[1] "%d sõnumid" - -#: mod/network.php:183 mod/search.php:38 -msgid "Remove term" -msgstr "Eemalda tingimus" - -#: mod/network.php:190 mod/search.php:47 -msgid "Saved Searches" -msgstr "Salvestatud otsingud" - -#: mod/network.php:191 src/Model/Group.php:414 -msgid "add" -msgstr "lisa" - -#: mod/network.php:563 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "Hoiatus: See grupp sisaldab %s liiget võrgust, mis ei luba mitteavalikke sõnumeid. " -msgstr[1] "Hoiatus: See grupp sisaldab %s liikmeid võrgust, mis ei luba mitteavalikke sõnumeid. " - -#: mod/network.php:566 -msgid "Messages in this group won't be send to these receivers." -msgstr "Sõnumeid selles grupis ei saadeta nendele vastuvõtjatele. " - -#: mod/network.php:633 -msgid "No such group" -msgstr "Sellist gruppi pole" - -#: mod/network.php:658 -#, php-format -msgid "Group: %s" -msgstr "Grupp: %s " - -#: mod/network.php:684 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Privaatsõnumid sellele isikule evivad riski levida avalikkuse ette. " - -#: mod/network.php:687 -msgid "Invalid contact." -msgstr "Mittevaliidne kontakt." - -#: mod/network.php:966 -msgid "Commented Order" -msgstr "Kommenteeritud järjestus" - -#: mod/network.php:969 -msgid "Sort by Comment Date" -msgstr "Sordi kommentaari kuupäeva järgi" - -#: mod/network.php:974 -msgid "Posted Order" -msgstr "Postitatud järjestus" - -#: mod/network.php:977 -msgid "Sort by Post Date" -msgstr "Sordi postitamise kuupäeva järgi" - -#: mod/network.php:984 mod/profiles.php:579 -#: src/Core/NotificationsManager.php:189 -msgid "Personal" -msgstr "Isiklik" - -#: mod/network.php:987 -msgid "Posts that mention or involve you" -msgstr "Postitused, mis mainivad või puudutavad sind" - -#: mod/network.php:994 -msgid "New" -msgstr "Uus" - -#: mod/network.php:997 -msgid "Activity Stream - by date" -msgstr "Aktiivsusvoog - kuupäevajärgne" - -#: mod/network.php:1005 -msgid "Shared Links" -msgstr "Jagatud lingid" - -#: mod/network.php:1008 -msgid "Interesting Links" -msgstr "Huvitavad lingid" - -#: mod/network.php:1015 -msgid "Starred" -msgstr "Tähega märgitud" - -#: mod/network.php:1018 -msgid "Favourite Posts" -msgstr "Lemmikpostitused" - -#: mod/newmember.php:12 -msgid "Welcome to Friendica" -msgstr "Tere tulemast Friendicasse" - -#: mod/newmember.php:13 -msgid "New Member Checklist" -msgstr "" - -#: mod/newmember.php:15 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "" - -#: mod/newmember.php:16 -msgid "Getting Started" -msgstr "" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Friendica lühiabi" - -#: 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 "Oma Quick Start lehel - leiad kiirtutvustuse oma profiili ja võrgu sakkide (tab) kohta. Loo paar uut ühendust ja leia mõni grupp, millega liituda. " - -#: mod/newmember.php:22 -msgid "Go to Your Settings" -msgstr "Mine on Sätetesse" - -#: 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 "Oma Sätted lehel muuda kõigepealt ära algne parool. Samuti pane tallele oma ID Aadress. Ta sarnaneb emaili aadressile - ja on kasulik, et leida sõpru sotsiaalvõrgustikes. " - -#: mod/newmember.php:23 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Vaata üle ka teised sätted, eriti privaatsussätted. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you." - -#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:157 -#: src/Model/Profile.php:876 src/Model/Profile.php:909 -#: src/Module/Contact.php:654 src/Module/Contact.php:869 -#: view/theme/frio/theme.php:263 -msgid "Profile" -msgstr "Profiil" - -#: mod/newmember.php:27 mod/profiles.php:583 mod/profile_photo.php:253 -msgid "Upload Profile Photo" -msgstr "Lae üles profiilifoto" - -#: 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 "Lae üles profiilifoto, kui sa seda veel teinud ei ole. uuringud näitavad, et inimesed reaalse fotoga neist leiavad kümme korda rohkem sõpru kui kui ilma fotota inimesed. " - -#: mod/newmember.php:28 -msgid "Edit Your Profile" -msgstr "Muuda on Profiili" - -#: 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 "Muuda oma peamist profiili vastavalt oma soovile. Otsusta, kas soovid näidata oma sõprade nimistut ja nende profiile teistele külastajatele või mitte. " - -#: mod/newmember.php:29 -msgid "Profile Keywords" -msgstr "Profiili märksõnad" - -#: 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 "Sisesta mõned avalikud märksõnad oma peamisele profiilile, mis kirjeldavad su huvisid. See aitab meil leida sarnaste huvidega inimesi ja soovitada suhtlemist nendega. " - -#: mod/newmember.php:31 -msgid "Connecting" -msgstr "Ühendumine" - -#: mod/newmember.php:37 -msgid "Importing Emails" -msgstr "Emailide importimine" - -#: 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 "" - -#: mod/newmember.php:40 -msgid "Go to Your Contacts Page" -msgstr "Mine oma kontaktide lehele" - -#: 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 "Su Kontaktide leht on sinu värav sõpradega ühendumiseks ja suhtlemiseks ka teistes sots võrkudes. Tavaliselt tuleb sisestada nende aadress või lehe URL Lisa uus kontakt dialoogi. " - -#: mod/newmember.php:41 -msgid "Go to Your Site's Directory" -msgstr "Mine oma Lehe Kataloogi" - -#: 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 "Kataloogi leht aitab leida teisi selles võrgus ja teistes seotud võrkudes. Otsi Ühendu või Jälgi linki nende profiili lehel. Anna sinna oma ID aadress kui küsitud. " - -#: mod/newmember.php:42 -msgid "Finding New People" -msgstr "Uute inimeste leidmine" - -#: mod/newmember.php:42 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "Kontaktide lehe küljepaneelil on mitmeid tööriistu uute sõprade leidmiseks. Me saame sidustada inimesi huvide, huvide ja nime järgi või saame soovitada vastavalt võrgusuhtlusele. Päris uuel lehel tulevad soovitused 24 tunni möödudes. " - -#: mod/newmember.php:44 src/Model/Group.php:415 src/Module/Contact.php:752 -msgid "Groups" -msgstr "Grupid" - -#: mod/newmember.php:46 -msgid "Group Your Contacts" -msgstr "Grupeeri oma Kontaktid" - -#: 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 "Kui oled mõned sõbrad leidnud, organiseeri nad privaatsuhtluse gruppidesse oma Kontaktide lehe külgpaanil. Siis saad iga grupiga privaatselt oma Võrgulehel suhelda. " - -#: mod/newmember.php:49 -msgid "Why Aren't My Posts Public?" -msgstr "Miks mu postitused avalikud ei ole?" - -#: 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 austab sinu privaatsust. Algseadena näevad sinu postitusi inimesed, kelle oled sõbrana lisanud. Lisainfot saad abiinfost lingilt ülalpool. " - -#: mod/newmember.php:53 -msgid "Getting Help" -msgstr "Kuidas saada abi" - -#: mod/newmember.php:55 -msgid "Go to the Help Section" -msgstr "Mine Abi sektsiooni" - -#: mod/newmember.php:55 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Meie abi lehed sisaldavad detailset infot programmi võimaluste ja ressursside kohta. " - -#: mod/notes.php:34 src/Model/Profile.php:959 -msgid "Personal Notes" -msgstr "Isiklikud märkmed" - -#: mod/notifications.php:38 +#: mod/notifications.php:39 msgid "Invalid request identifier." msgstr "" -#: mod/notifications.php:60 mod/notifications.php:186 -#: mod/notifications.php:271 src/Module/Contact.php:622 -#: src/Module/Contact.php:825 src/Module/Contact.php:1085 -msgid "Ignore" -msgstr "Ignoreeri" +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "Eira" -#: mod/notifications.php:93 src/Content/Nav.php:247 -msgid "Notifications" -msgstr "Teavitused" - -#: mod/notifications.php:107 +#: mod/notifications.php:119 msgid "Network Notifications" msgstr "Võrgu teavitused" -#: mod/notifications.php:112 mod/notify.php:84 +#: mod/notifications.php:124 msgid "System Notifications" msgstr "Süsteemi teavitused" -#: mod/notifications.php:117 +#: mod/notifications.php:129 msgid "Personal Notifications" msgstr "Isiklikud teavitused" -#: mod/notifications.php:122 +#: mod/notifications.php:134 msgid "Home Notifications" msgstr "Kodu teavitused" -#: mod/notifications.php:142 +#: mod/notifications.php:157 msgid "Show unread" msgstr "Näita lugemata" -#: mod/notifications.php:142 +#: mod/notifications.php:157 msgid "Show all" msgstr "Näita kõik" -#: mod/notifications.php:153 +#: mod/notifications.php:168 msgid "Show Ignored Requests" msgstr "Näita ignoreeritud taotlusi" -#: mod/notifications.php:153 +#: mod/notifications.php:168 msgid "Hide Ignored Requests" msgstr "Peida ignoreeritud taotlused" -#: mod/notifications.php:166 mod/notifications.php:243 +#: mod/notifications.php:181 mod/notifications.php:266 msgid "Notification type:" msgstr "Teavituse tüüp:" -#: mod/notifications.php:169 +#: mod/notifications.php:184 msgid "Suggested by:" msgstr "Soovitas:" -#: mod/notifications.php:181 mod/notifications.php:260 -#: src/Module/Contact.php:630 -msgid "Hide this contact from others" -msgstr "Peida see kontakt teiste eest" - -#: mod/notifications.php:203 +#: mod/notifications.php:218 msgid "Claims to be known to you: " msgstr "Väidab, et on sulle tuttav:" -#: mod/notifications.php:204 +#: mod/notifications.php:219 msgid "yes" msgstr "jah" -#: mod/notifications.php:204 +#: mod/notifications.php:219 msgid "no" msgstr "ei" -#: mod/notifications.php:205 mod/notifications.php:209 +#: mod/notifications.php:220 mod/notifications.php:224 msgid "Shall your connection be bidirectional or not?" msgstr "Kas teie ühendus on kahesuunaline või mitte?" -#: mod/notifications.php:206 mod/notifications.php:210 +#: mod/notifications.php:221 mod/notifications.php:225 #, php-format msgid "" "Accepting %s as a friend allows %s to subscribe to your posts, and you will " "also receive updates from them in your news feed." msgstr "Aktsepteerides %s oma sõbrana võimaldab %s tellida sinu postitusi ja saad nende uuendustest oma ajajoonele teavitusi. " -#: mod/notifications.php:207 +#: mod/notifications.php:222 #, php-format msgid "" "Accepting %s as a subscriber allows them to subscribe to your posts, but you" " will not receive updates from them in your news feed." msgstr "Aktsepteerides %s kui järgijat saavad nad tellida endale sinu postitusi, aga sa ei näe nende uuendusi oma ajajoonel. " -#: mod/notifications.php:211 +#: mod/notifications.php:226 #, php-format msgid "" "Accepting %s as a sharer allows them to subscribe to your posts, but you " "will not receive updates from them in your news feed." msgstr "Aktsepteerides %s kui Jagajat saavad nad näha sinu postitusi, aga sa ei näe nende staatuseuuendusi oma ajajoonel. " -#: mod/notifications.php:222 +#: mod/notifications.php:237 msgid "Friend" msgstr "Sõber" -#: mod/notifications.php:223 +#: mod/notifications.php:238 msgid "Sharer" msgstr "Jagaja" -#: mod/notifications.php:223 +#: mod/notifications.php:238 msgid "Subscriber" msgstr "Jälgija" -#: mod/notifications.php:266 src/Model/Profile.php:543 -#: src/Module/Contact.php:88 -msgid "Network:" -msgstr "Võrk" - -#: mod/notifications.php:279 +#: mod/notifications.php:303 msgid "No introductions." msgstr "" -#: mod/notifications.php:313 +#: mod/notifications.php:337 #, php-format msgid "No more %s notifications." msgstr "Ei taha enam %s teateid. " -#: mod/notify.php:80 -msgid "No more system notifications." -msgstr "Aitab süsteemiteadetest. " +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Postitus õnnestus. " +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "Ühtegi saajat pole valitud." -#: mod/openid.php:31 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protokolli viga. ID-d vastu ei võetud. " +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "" -#: mod/openid.php:67 +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Sõnumit ei saanud saata." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Sõnumi vastuvõtmise viga." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Sõnum saadetud." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "" + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Palun sisesta lingi URL: " + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Saada privaatsõnum" + +#: mod/wallmessage.php:129 +#, php-format msgid "" -"Account not found and OpenID registration is not permitted on this site." +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." msgstr "" -#: mod/openid.php:117 src/Module/Login.php:92 src/Module/Login.php:143 -msgid "Login failed." +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" msgstr "" +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Teema:" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Lisa hüperlink" + #: mod/ostatus_subscribe.php:23 msgid "Subscribing to OStatus contacts" msgstr "" @@ -4871,265 +8951,420 @@ msgstr "edukas" msgid "failed" msgstr "ebaõnnestus" -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:284 -msgid "ignored" -msgstr "ignoreeritud" - #: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 msgid "Keep this window open until done." msgstr "Hoia see aken lahti kuni kõik tehtud. " -#: mod/photos.php:115 src/Model/Profile.php:920 -msgid "Photo Albums" -msgstr "Foto albumid" +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "Kontakti ei saanud lisada." -#: mod/photos.php:116 mod/photos.php:1665 -msgid "Recent Photos" -msgstr "Hiljutised fotod" +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "Te juba lisasite selle kontakti." -#: mod/photos.php:119 mod/photos.php:1187 mod/photos.php:1667 -msgid "Upload New Photos" -msgstr "Lae üles uusi fotosid" +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora toetus pole võimaldatud. Kontakti ei saa lisada." -#: mod/photos.php:137 mod/settings.php:56 -msgid "everybody" -msgstr "igaüks" +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus tugi pole võimaldatud. Kontakti ei saa lisada." -#: mod/photos.php:193 -msgid "Contact information unavailable" -msgstr "Kontakti infot pole saadaval" +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" -#: mod/photos.php:212 -msgid "Album not found." -msgstr "Albumit ei leitud" +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "Lae üles" -#: mod/photos.php:241 mod/photos.php:254 mod/photos.php:1138 -msgid "Delete Album" -msgstr "Kustuta album" +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "Failid" -#: mod/photos.php:252 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Kas soovid tõesti kustutada selle fotoalbumi ja kõik fotod?" - -#: mod/photos.php:310 mod/photos.php:322 mod/photos.php:1413 -msgid "Delete Photo" -msgstr "Kustuta foto" - -#: mod/photos.php:320 -msgid "Do you really want to delete this photo?" -msgstr "Kas soovid tõesti selle foto kustutada?" - -#: mod/photos.php:645 -msgid "a photo" -msgstr "see foto" - -#: mod/photos.php:645 +#: mod/network.php:525 #, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s täägiti kohas %2$s %3$s poolt" +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "Hoiatus: See grupp sisaldab %s liiget võrgust, mis ei luba mitteavalikke sõnumeid. " +msgstr[1] "Hoiatus: See grupp sisaldab %s liikmeid võrgust, mis ei luba mitteavalikke sõnumeid. " -#: mod/photos.php:738 mod/photos.php:741 mod/photos.php:770 -#: mod/profile_photo.php:152 mod/wall_upload.php:198 +#: mod/network.php:528 +msgid "Messages in this group won't be send to these receivers." +msgstr "Sõnumeid selles grupis ei saadeta nendele vastuvõtjatele. " + +#: mod/network.php:595 +msgid "No such group" +msgstr "Sellist gruppi pole" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "Grupp: %s " + +#: mod/network.php:646 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Privaatsõnumid sellele isikule evivad riski levida avalikkuse ette. " + +#: mod/network.php:928 +msgid "Latest Activity" +msgstr "" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "Isiklik" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "Postitused, mis mainivad või puudutavad sind" + +#: mod/network.php:956 +msgid "New" +msgstr "Uus" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "Aktiivsusvoog - kuupäevajärgne" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "Jagatud lingid" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "Huvitavad lingid" + +#: mod/network.php:977 +msgid "Starred" +msgstr "Tähega märgitud" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "Lemmikpostitused" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "Sa ei jälgi seda kontakti." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Mittejälgimine ei ole sinu võrgus hetkel toetatud." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Sa ei jälgi enam kontakti" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Ühenda lahti/Ära jälgi" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "Pilt üles laetud, aga pildi vähendamine nurjus." + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Pildi suuruse vähendamine [%s] nurjus. " + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: mod/profile_photo.php:133 +msgid "Unable to process image" +msgstr "Ei saa pilti töödelda" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 #, php-format msgid "Image exceeds size limit of %s" msgstr "Pilt ületab suuruse limiidi %s " -#: mod/photos.php:744 +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "Ei suuda pilti töödelda. " + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "Lae fail üles:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "Vali profiil:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "või " + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "jäta vahele" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "vali foto oma albumitest" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "Vähenda pilti" + +#: mod/profile_photo.php:265 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Palun säti pildi vähendamine optimaalseks kuvamiseks." + +#: mod/profile_photo.php:267 +msgid "Done Editing" +msgstr "Muutmine tehtud" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "Pilt edukalt üleslaetud" + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "Pildi üleslaadimine nurjus." + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "Saaja" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "Vali, mida soovid saajaga teha" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "Muuda see postitus privaatseks" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "Hiljutised fotod" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "Lae üles uusi fotosid" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "Kontakti infot pole saadaval" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "Albumit ei leitud" + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "" + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "" + +#: mod/photos.php:578 +msgid "a photo" +msgstr "see foto" + +#: mod/photos.php:578 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s täägiti kohas %2$s %3$s poolt" + +#: mod/photos.php:680 msgid "Image upload didn't complete, please try again" msgstr "Pildi üleslaadimine ei lõppenud, palun ürita uuesti" -#: mod/photos.php:747 +#: mod/photos.php:683 msgid "Image file is missing" msgstr "Pildifail on puudu" -#: mod/photos.php:752 +#: mod/photos.php:688 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" msgstr "Server ei aktsepteeri hetkel uue faili üleslaadimist. Palun kontakteeru adminniga. " -#: mod/photos.php:778 +#: mod/photos.php:714 msgid "Image file is empty." msgstr "Pildifail on tühi" -#: mod/photos.php:793 mod/profile_photo.php:161 mod/wall_upload.php:212 -msgid "Unable to process image." -msgstr "Ei suuda pilti töödelda. " - -#: mod/photos.php:822 mod/profile_photo.php:310 mod/wall_upload.php:251 -msgid "Image upload failed." -msgstr "Pildi üleslaadimine nurjus." - -#: mod/photos.php:908 +#: mod/photos.php:846 msgid "No photos selected" msgstr "Fotosid pole valitud" -#: mod/photos.php:1005 mod/videos.php:239 +#: mod/photos.php:912 mod/videos.php:168 msgid "Access to this item is restricted." msgstr "Ligipääs sellele elemendile on takistatud." -#: mod/photos.php:1059 +#: mod/photos.php:966 msgid "Upload Photos" msgstr "Lae fotod üles" -#: mod/photos.php:1063 mod/photos.php:1133 +#: mod/photos.php:970 mod/photos.php:1062 msgid "New album name: " msgstr "Uus albuminimi" -#: mod/photos.php:1064 +#: mod/photos.php:971 msgid "or select existing album:" msgstr "või vali olemasolev album:" -#: mod/photos.php:1065 +#: mod/photos.php:972 msgid "Do not show a status post for this upload" msgstr "Ära näita staatuse postitust selle üleslaadimise kohta" -#: mod/photos.php:1081 mod/photos.php:1416 mod/settings.php:1209 +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 msgid "Show to Groups" msgstr "Näita Gruppides" -#: mod/photos.php:1082 mod/photos.php:1417 mod/settings.php:1210 +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 msgid "Show to Contacts" msgstr "Näita Kontaktidele" -#: mod/photos.php:1144 +#: mod/photos.php:1044 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Kas soovid tõesti kustutada selle fotoalbumi ja kõik fotod?" + +#: mod/photos.php:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "Kustuta album" + +#: mod/photos.php:1073 msgid "Edit Album" msgstr "Muuda Albumit" -#: mod/photos.php:1149 +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "" + +#: mod/photos.php:1079 msgid "Show Newest First" msgstr "Uusimad esmalt" -#: mod/photos.php:1151 +#: mod/photos.php:1081 msgid "Show Oldest First" msgstr "Vanimad esmalt" -#: mod/photos.php:1172 mod/photos.php:1650 +#: mod/photos.php:1102 mod/photos.php:1594 msgid "View Photo" msgstr "Kuva foto" -#: mod/photos.php:1213 +#: mod/photos.php:1139 msgid "Permission denied. Access to this item may be restricted." msgstr "Ebapiisavad õigused. Ligipääs siia võib olla piiratud." -#: mod/photos.php:1215 +#: mod/photos.php:1141 msgid "Photo not available" msgstr "Foto ei ole saadaval" -#: mod/photos.php:1290 +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "Kas soovid tõesti selle foto kustutada?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "Kustuta foto" + +#: mod/photos.php:1244 msgid "View photo" msgstr "Kuva foto" -#: mod/photos.php:1290 +#: mod/photos.php:1246 msgid "Edit photo" msgstr "Muuda foto" -#: mod/photos.php:1291 +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "" + +#: mod/photos.php:1248 msgid "Use as profile photo" msgstr "Kasuta profiilipildina" -#: mod/photos.php:1297 src/Object/Post.php:157 -msgid "Private Message" -msgstr "Pirvaatsõnum" +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "" -#: mod/photos.php:1317 +#: mod/photos.php:1261 msgid "View Full Size" msgstr "Kuva täismõõdus" -#: mod/photos.php:1381 +#: mod/photos.php:1321 msgid "Tags: " msgstr "" -#: mod/photos.php:1384 +#: mod/photos.php:1324 msgid "[Select tags to remove]" msgstr "[vali tag` id mida eemaldada]" -#: mod/photos.php:1399 +#: mod/photos.php:1339 msgid "New album name" msgstr "Uus albuminimi" -#: mod/photos.php:1400 +#: mod/photos.php:1340 msgid "Caption" msgstr "" -#: mod/photos.php:1401 +#: mod/photos.php:1341 msgid "Add a Tag" msgstr "Lisa Tag" -#: mod/photos.php:1401 +#: mod/photos.php:1341 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Näide: @mati, @Kati_Murutar, @jim@example.com, #Viljandi, #eestimaa, #matkamine" -#: mod/photos.php:1402 +#: mod/photos.php:1342 msgid "Do not rotate" msgstr "Ära pööra" -#: mod/photos.php:1403 +#: mod/photos.php:1343 msgid "Rotate CW (right)" msgstr "Pööra CW (paremale)" -#: mod/photos.php:1404 +#: mod/photos.php:1344 msgid "Rotate CCW (left)" msgstr "Pööra CCW (vasakule)" -#: mod/photos.php:1438 src/Object/Post.php:312 -msgid "I like this (toggle)" -msgstr "Mulle meeldib see (toggle)" - -#: mod/photos.php:1439 src/Object/Post.php:313 -msgid "I don't like this (toggle)" -msgstr "Mulle ei meeldi see (toggle)" - -#: mod/photos.php:1454 mod/photos.php:1493 mod/photos.php:1553 -#: src/Module/Contact.php:1018 src/Object/Post.php:874 -msgid "This is you" -msgstr "See oled sina" - -#: mod/photos.php:1456 mod/photos.php:1495 mod/photos.php:1555 -#: src/Object/Post.php:418 src/Object/Post.php:876 -msgid "Comment" -msgstr "Kommentaar" - -#: mod/photos.php:1585 +#: mod/photos.php:1529 msgid "Map" msgstr "Kaart" -#: mod/photos.php:1656 mod/videos.php:316 +#: mod/photos.php:1600 mod/videos.php:245 msgid "View Album" msgstr "Kuva Album" -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0} soovib olla sinu sõber" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0} taotleb registreerimist" - -#: mod/poke.php:181 -msgid "Poke/Prod" -msgstr "" - -#: mod/poke.php:182 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: mod/poke.php:183 -msgid "Recipient" -msgstr "Saaja" - -#: mod/poke.php:184 -msgid "Choose what you wish to do to recipient" -msgstr "Vali, mida soovid saajaga teha" - -#: mod/poke.php:187 -msgid "Make this post private" -msgstr "Muuda see postitus privaatseks" - -#: mod/probe.php:14 mod/webfinger.php:17 -msgid "Only logged in users are permitted to perform a probing." -msgstr "" +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "Profiili ei leitud." #: mod/profiles.php:62 msgid "Profile deleted." @@ -5191,6 +9426,10 @@ msgstr "Koduleht" msgid "Interests" msgstr "Huvid" +#: mod/profiles.php:382 +msgid "Address" +msgstr "Aadress" + #: mod/profiles.php:389 mod/profiles.php:574 msgid "Location" msgstr "Asukoht" @@ -5231,10 +9470,6 @@ msgstr "Kuva see profiil" msgid "View all profiles" msgstr "Kuva kõik profiilid" -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:419 -msgid "Edit visibility" -msgstr "Muuda nähtavust" - #: mod/profiles.php:568 msgid "Create a new profile using these settings" msgstr "Loo uus profiil kasutades neid sätteid" @@ -5271,10 +9506,6 @@ msgstr "Lisainfo" msgid "Relation" msgstr "Suhe" -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "" - #: mod/profiles.php:584 msgid "Your Gender:" msgstr "Sinu sugu:" @@ -5283,10 +9514,6 @@ msgstr "Sinu sugu:" msgid " Marital Status:" msgstr " Abieluline staatus:" -#: mod/profiles.php:586 src/Model/Profile.php:795 -msgid "Sexual Preference:" -msgstr "Seksuaalne eelistus:" - #: mod/profiles.php:587 msgid "Example: fishing photography software" msgstr "Näide: kalapüük fotograafia tarkvara" @@ -5329,10 +9556,6 @@ msgstr "Postiindeks:" msgid "Country:" msgstr "Riik:" -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Vanus:" - #: mod/profiles.php:607 msgid "Who: (if applicable)" msgstr "" @@ -5363,14 +9586,6 @@ msgstr "" msgid "Homepage URL:" msgstr "Kodulehe URL: " -#: mod/profiles.php:613 src/Model/Profile.php:803 -msgid "Hometown:" -msgstr "Kodulinn:" - -#: mod/profiles.php:614 src/Model/Profile.php:811 -msgid "Political Views:" -msgstr "Poliitilised vaated:" - #: mod/profiles.php:615 msgid "Religious Views:" msgstr "Usulised vaated:" @@ -5391,14 +9606,6 @@ msgstr "Privaatsed märksõnad:" msgid "(Used for searching profiles, never shown to others)" msgstr "(Kasutused profiilide otsingul, ei näidata mitte kunagi teistele)" -#: mod/profiles.php:618 src/Model/Profile.php:827 -msgid "Likes:" -msgstr "Meeldimised:" - -#: mod/profiles.php:619 src/Model/Profile.php:831 -msgid "Dislikes:" -msgstr "Mittemeeldimised:" - #: mod/profiles.php:620 msgid "Musical interests" msgstr "Muusikalised huvid" @@ -5435,97 +9642,67 @@ msgstr "Kool/Haridus" msgid "Contact information and Social Networks" msgstr "Kontaktinfo ja Sotsiaalvõrgustikud" -#: mod/profiles.php:659 src/Model/Profile.php:415 -msgid "Profile Image" -msgstr "Profiilipilt" - -#: mod/profiles.php:661 src/Model/Profile.php:418 -msgid "visible to everybody" -msgstr "nähtav kõigile" - #: mod/profiles.php:668 msgid "Edit/Manage Profiles" msgstr "Muuda/Halda profiile" -#: mod/profiles.php:669 src/Model/Profile.php:405 src/Model/Profile.php:427 -msgid "Change profile photo" -msgstr "Muuda profiilifoto" +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "" -#: mod/profiles.php:670 src/Model/Profile.php:406 -msgid "Create New Profile" -msgstr "Loo uus profiil" +#: mod/wall_attach.php:90 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "Pilt üles laetud, aga pildi vähendamine nurjus." +#: mod/wall_attach.php:90 +msgid "Or - did you try to upload an empty file?" +msgstr "" -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:318 +#: mod/wall_attach.php:101 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "Pildi suuruse vähendamine [%s] nurjus. " +msgid "File exceeds size limit of %s" +msgstr "" -#: mod/profile_photo.php:125 +#: mod/wall_attach.php:116 +msgid "File upload failed." +msgstr "Faili üleslaadimine nurjus." + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "Ei leia algset postitust." + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "Tühi postitus eiratud." + +#: mod/item.php:804 +#, php-format msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Selle sõnumi saatis sulle %s , Friendica sotsiaalvõrgu liige. " -#: mod/profile_photo.php:133 -msgid "Unable to process image" -msgstr "Ei saa pilti töödelda" +#: mod/item.php:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "Võite kohtuda nendega online %s " -#: mod/profile_photo.php:251 -msgid "Upload File:" -msgstr "Lae fail üles:" +#: mod/item.php:807 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Palun kontakteeruge saatjaga vastates sellele postitusele, kui ei soovi neid sõnumeid saada. " -#: mod/profile_photo.php:252 -msgid "Select a profile:" -msgstr "Vali profiil:" +#: mod/item.php:811 +#, php-format +msgid "%s posted an update." +msgstr "%s postitas uuenduse." -#: mod/profile_photo.php:257 -msgid "or" -msgstr "või " - -#: mod/profile_photo.php:258 -msgid "skip this step" -msgstr "jäta vahele" - -#: mod/profile_photo.php:258 -msgid "select a photo from your photo albums" -msgstr "vali foto oma albumitest" - -#: mod/profile_photo.php:271 -msgid "Crop Image" -msgstr "Vähenda pilti" - -#: mod/profile_photo.php:272 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Palun säti pildi vähendamine optimaalseks kuvamiseks." - -#: mod/profile_photo.php:274 -msgid "Done Editing" -msgstr "Muutmine tehtud" - -#: mod/profile_photo.php:308 -msgid "Image uploaded successfully." -msgstr "Pilt edukalt üleslaetud" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "" - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Profiili nähtavuse muutja" - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "On nähtav " - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "Kõigile kontaktidele (koos turvalise profiiliga ligipääsuga)" +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Postitus õnnestus. " #: mod/regmod.php:53 msgid "Account approved." @@ -5540,6 +9717,895 @@ msgstr "Registreeringust keeldutud %s osas." msgid "Please login." msgstr "Palun logi sisse." +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "" + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "Osa tähtsat teavet on puudu! " + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "E-posti kontoga ei õnnestu antud sätetega ühendust saada." + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "E-posti sätted uuendatud." + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "" + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "" + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "Paroolid ei kattu." + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "Parool muutmata. " + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr "Palun kasuta lühemat nime." + +#: mod/settings.php:534 +msgid " Name too short." +msgstr "Nimi liiga lühike." + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "" + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Privaatfoorumil puuduvad privaatsussätted. Kasutan baasprivaatsuse grupi sätteid. " + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Privaatfoorumil puuduvad privaatsussätted ja baasprivaatsusgrupp. " + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "Sätted uuendatud." + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "Lisa rakendus" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "" + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "Ühendatud rakendused" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "" + +#: mod/settings.php:733 +msgid "No name" +msgstr "" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "Lisade sätted" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "aktiivne" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "mitteaktiivne" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "" + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "Üldised sotsiaalmeedia sätted" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "" + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "" + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "Emaili/Postkasti seadistamine" + +#: mod/settings.php:863 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Kui ühenduda kontaktidega meilitsi kasutades seda teenust (valikuline), siis palun täpsustage kuidas postkastiga ühenduda. " + +#: mod/settings.php:864 +msgid "Last successful email check:" +msgstr "Viimane õnnestunud meilikontroll: " + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "Kuvasätted" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "Kuvatateema:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "Mobiilne teema:" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "Vaigista hoiatus ebaturvalistest võrkudest" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "Värskenda sirviku sisu iga xx sekundi tagant" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Miinimum on 10 sekundit. Sisesta -1 väljalülitamiseks. " + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "Elementide arv, mida lehel kuvatakse:" + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "Maksimaalselt 100 elementi" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Mobiilse seadme puhul lehel kuvatav elementide arv:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "Ära näita emotikone" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "Kalender" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "Nädala algus:" + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "Ära näita teateid" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:969 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:970 +msgid "Bandwidth Saver Mode" +msgstr "Andmamahtu säästev režiim" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "" + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "Üldised teemasätted" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "Kohandatud teema sätted" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "Sisu sätted" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Ei leia sinu profiili. Palun kontakteeru adminniga. " + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "Kontode tüübid" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "Isikliku lehe alltüübid" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "Kogukonnafoorumi alltüübid" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "Personaalse profiili konto." + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Konto organisatsioonile, mis automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". " + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Uudistelevitaja konto, kes automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". " + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "Kogukondlike arutluste konto." + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Tavalise inimese konto, mis nõuab \"Sõprade\" ja \"Jälgijate\" käsitsi heaks kiitmist. " + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Avaliku profiili konto, mis kiidab automaatselt heaks kontaktitaotlused kui \"Jälgijad\". " + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "Kiidab automaatselt kõik kontaktitaotlused heaks. " + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Kuulsuse profiili konto, mis kiidab automaatselt kontaktitaotlused heaks kui \"Sõbrad\". " + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "Privaatne Foorum [Eksperimentaalne]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "Nõuab käsitsi kontaktitaotluste heakskiitu. " + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "" + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "Kas avaldada sinu põhiprofiil sinu kohaliku saidi kataloogis? " + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1096 +msgid "Publish your default profile in the global social directory?" +msgstr "Kas avaldada sinu põhiprofiil globaalses sotsiaalses kataloogis?" + +#: mod/settings.php:1096 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "" + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Kas peita sinu kontaktide/sõprade nimekiri põhiprofiili vaatajate eest?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Sinu kontaktide nimekirja ei näidata su põhiprofiili lehel. Saad otsustada iga loodava profiili kohta eraldi,kas näidata nimekirja või mitte. " + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Kas peita sinu profiili andmed anonüümsete vaatajate eest?" + +#: mod/settings.php:1107 +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 "Anonüümsed külastajad näevad vaid sinu profiilipilti, sinu ekraaninime ja hüüdnime, mida kasutad oma profiililehel. Sinu avalikud postitused on kättesaadavad teistel viisidel. " + +#: mod/settings.php:1111 +msgid "Allow friends to post to your profile page?" +msgstr "Kas lubada sõpradel sinu profiililehele postitada?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "Kas lubada sõpradel sinu postitusi tag`ida?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Kas lubad soovitad sind kui potentsiaalset sõpra uutele liitujatele?" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "Kui soovid, siis Friendica võib soovitada uuel liitujal sind kontaktina lisada." + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "Kas lubada tundmatutel inimestele sulle privaatmeili saata? " + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica kasutajad saavad sulle privaatsõnumeid saada isegi siis, kui nad ei ole su kontaktide nimekirjas. " + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "" + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Sinu ID Aadress on '%s' või '%s'. " + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "Märgi sõnumid automaatselt loetuks selle hulga päevade möödudes: " + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Kui väli tühi, siis sõnumid ei aegu. Aegunud sõnumid kustutatakse" + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "Täpsemad aegumissätted" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "Täpsem aegumine" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "Postitused aeguvad:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "Personaalsed märkmed aeguvad:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "Tähekesega postitused aeguvad:" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "Fotod aeguvad:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "Aeguvad vaid teiste postitused:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "Konto sätted" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "Parooli sätted" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "" + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "Jäta väljad tühjaks kui sa ei muuda" + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "Kehtiv parool" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "Sinu kehtiv parool muutuste kinnitamiseks" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "Parool:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "Peamised sätted" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "E-posti aadress:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "Sinu ajatsoon:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "Sinu keel:" + +#: mod/settings.php:1198 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Vali keel friendica kuvamiseks ja sulle e-posti saatmiseks. " + +#: mod/settings.php:1199 +msgid "Default Post Location:" +msgstr "Postitamise baasasukoht:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "Kasuta sirviku asukohta:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "Turva ja privaatsuse sätted" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "Maksimum sõbrakutseid/Päevas:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "(et rämpspost tõrjuda)" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "Postituste baasõigused" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "Peamine privaatpostitus" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "Peamine avalik postitus" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "Baasõigused uutele postitustele" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "Privaatsõnumite maksimum päevas tundmatutelt inimestelt:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "Teadete sätted" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "Saada meiliteavitus kui:" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "Sulle saabub tutvustus" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "Sinu tutvustused on kinnitatud" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "Keegi kirjutab sinu profiili seinale" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "Keegi kirjutab järgneva kommentaari" + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "Saabub privaatsõnum" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "Saabub sõbrasoovitus" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "Sind on postituses tag`itud" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "Sind on postituses müksatud vms. " + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "Aktiveeri töölaua teavitused" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "Näita hüpikakent uute teadetega" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "Ainult tekstipõhised teavitusmeilid" + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "Saada ainut tekstimeile ilma html-ita" + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "Kuva detailseid teavitusi" + +#: mod/settings.php:1256 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "Konto/Lehetüübi sätted edasijõudnutele" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "" + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "" + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "" + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "Ignoreeri/Peida" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "" + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "" + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "" + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "Kinnitamine edukalt lõpetatud." + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "Ajutine viga. Palun oodake ja proovige uuesti. " + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "" + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "" + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "" + +#: mod/dfrn_confirm.php:385 +msgid "Our site encryption key is apparently messed up." +msgstr "" + +#: mod/dfrn_confirm.php:396 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "" + +#: mod/dfrn_confirm.php:412 +msgid "Contact record was not found for you on our site." +msgstr "" + +#: mod/dfrn_confirm.php:426 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "" + +#: mod/dfrn_confirm.php:442 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "" + +#: mod/dfrn_confirm.php:453 +msgid "Unable to set your contact credentials on our system." +msgstr "" + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "" + #: mod/removeme.php:46 msgid "User deleted their account" msgstr "Kasutaja kustutas oma konto" @@ -5569,891 +10635,142 @@ msgstr "See eemaldab sinu konto täielikult. Kui kord tehtud, siis taastada ei s msgid "Please enter your password for verification:" msgstr "Palun sisesta oma parool kontrollimiseks:" -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "" +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "Seina fotod" -#: mod/repair_ostatus.php:37 -msgid "Error" -msgstr "Viga" +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "Ei leitud" -#: mod/search.php:103 -msgid "Only logged in users are permitted to perform a search." -msgstr "Ainult sisselogitud kasutajad võivad otsingut kasutada." +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "Muuda postitust" -#: mod/search.php:127 -msgid "Too Many Requests" -msgstr "Liiga palju taotlusi" +#: mod/editpost.php:78 +msgid "web link" +msgstr "hüperlink" -#: mod/search.php:128 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Ainult üks otsing minuti kohta on sisselogimata kasutajatele lubatud. " +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "Lisa videolink" -#: mod/search.php:149 src/Content/Nav.php:198 src/Content/Text/HTML.php:900 -msgid "Search" -msgstr "Otsi" +#: mod/editpost.php:80 +msgid "video link" +msgstr "videolink" -#: mod/search.php:235 -#, php-format -msgid "Items tagged with: %s" -msgstr "Elemendid %s sildiga" +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "Lisa audiolink" -#: mod/search.php:237 src/Module/Contact.php:816 -#, php-format -msgid "Results for: %s" -msgstr "Tulemused: %s " +#: mod/editpost.php:82 +msgid "audio link" +msgstr "audiolink" -#: mod/settings.php:61 -msgid "Account" -msgstr "Konto" - -#: mod/settings.php:69 src/Content/Nav.php:266 src/Model/Profile.php:398 -msgid "Profiles" -msgstr "Profiilid" - -#: mod/settings.php:85 -msgid "Display" -msgstr "Kuva" - -#: mod/settings.php:92 mod/settings.php:830 -msgid "Social Networks" -msgstr "Sotsiaalvõrgud" - -#: mod/settings.php:106 src/Content/Nav.php:261 -msgid "Delegations" -msgstr "Delegatsioonid" - -#: mod/settings.php:113 -msgid "Connected apps" -msgstr "Ühendatud rakendused" - -#: mod/settings.php:120 mod/uexport.php:53 -msgid "Export personal data" -msgstr "Ekspordi isiklikud andmed" - -#: mod/settings.php:127 -msgid "Remove account" -msgstr "Eemalda konto" - -#: mod/settings.php:179 -msgid "Missing some important data!" -msgstr "Osa tähtsat teavet on puudu! " - -#: mod/settings.php:181 mod/settings.php:691 src/Module/Contact.php:823 -msgid "Update" -msgstr "Uuenda" - -#: mod/settings.php:290 -msgid "Failed to connect with email account using the settings provided." -msgstr "E-posti kontoga ei õnnestu antud sätetega ühendust saada." - -#: mod/settings.php:295 -msgid "Email settings updated." -msgstr "E-posti sätted uuendatud." - -#: mod/settings.php:311 -msgid "Features updated" -msgstr "" - -#: mod/settings.php:384 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:396 -msgid "Passwords do not match." -msgstr "Paroolid ei kattu." - -#: mod/settings.php:404 src/Core/Console/NewPassword.php:80 -msgid "Password update failed. Please try again." -msgstr "Parooli uuendus nurjus. Palun proovi uuesti." - -#: mod/settings.php:407 src/Core/Console/NewPassword.php:83 -msgid "Password changed." -msgstr "Parool muudetud." - -#: mod/settings.php:410 -msgid "Password unchanged." -msgstr "Parool muutmata. " - -#: mod/settings.php:491 -msgid " Please use a shorter name." -msgstr "Palun kasuta lühemat nime." - -#: mod/settings.php:494 -msgid " Name too short." -msgstr "Nimi liiga lühike." - -#: mod/settings.php:501 -msgid "Wrong Password" -msgstr "Vale parool" - -#: mod/settings.php:506 -msgid "Invalid email." -msgstr "" - -#: mod/settings.php:512 -msgid "Cannot change to that email." -msgstr "" - -#: mod/settings.php:562 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Privaatfoorumil puuduvad privaatsussätted. Kasutan baasprivaatsuse grupi sätteid. " - -#: mod/settings.php:565 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Privaatfoorumil puuduvad privaatsussätted ja baasprivaatsusgrupp. " - -#: mod/settings.php:605 -msgid "Settings updated." -msgstr "Sätted uuendatud." - -#: mod/settings.php:664 mod/settings.php:690 mod/settings.php:724 -msgid "Add application" -msgstr "Lisa rakendus" - -#: mod/settings.php:668 mod/settings.php:694 -msgid "Consumer Key" -msgstr "" - -#: mod/settings.php:669 mod/settings.php:695 -msgid "Consumer Secret" -msgstr "" - -#: mod/settings.php:670 mod/settings.php:696 -msgid "Redirect" -msgstr "" - -#: mod/settings.php:671 mod/settings.php:697 -msgid "Icon url" -msgstr "" - -#: mod/settings.php:682 -msgid "You can't edit this application." -msgstr "" - -#: mod/settings.php:723 -msgid "Connected Apps" -msgstr "Ühendatud rakendused" - -#: mod/settings.php:725 src/Object/Post.php:167 src/Object/Post.php:169 -msgid "Edit" -msgstr "Muuda" - -#: mod/settings.php:727 -msgid "Client key starts with" -msgstr "" - -#: mod/settings.php:728 -msgid "No name" -msgstr "" - -#: mod/settings.php:729 -msgid "Remove authorization" -msgstr "" - -#: mod/settings.php:740 -msgid "No Addon settings configured" -msgstr "" - -#: mod/settings.php:749 -msgid "Addon Settings" -msgstr "Lisade sätted" - -#: mod/settings.php:770 -msgid "Additional Features" -msgstr "" - -#: mod/settings.php:793 src/Content/ContactSelector.php:87 -msgid "Diaspora" -msgstr "Diaspora" - -#: mod/settings.php:793 mod/settings.php:794 -msgid "enabled" -msgstr "aktiivne" - -#: mod/settings.php:793 mod/settings.php:794 -msgid "disabled" -msgstr "mitteaktiivne" - -#: mod/settings.php:793 mod/settings.php:794 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "" - -#: mod/settings.php:794 -msgid "GNU Social (OStatus)" -msgstr "" - -#: mod/settings.php:825 -msgid "Email access is disabled on this site." -msgstr "" - -#: mod/settings.php:835 -msgid "General Social Media Settings" -msgstr "Üldised sotsiaalmeedia sätted" - -#: mod/settings.php:836 -msgid "Disable Content Warning" -msgstr "" - -#: mod/settings.php:836 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "" - -#: mod/settings.php:837 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:837 -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 "" - -#: mod/settings.php:838 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:838 -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 "" - -#: mod/settings.php:839 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:840 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:840 -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 "" - -#: mod/settings.php:843 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:847 -msgid "Email/Mailbox Setup" -msgstr "Emaili/Postkasti seadistamine" - -#: mod/settings.php:848 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Kui ühenduda kontaktidega meilitsi kasutades seda teenust (valikuline), siis palun täpsustage kuidas postkastiga ühenduda. " - -#: mod/settings.php:849 -msgid "Last successful email check:" -msgstr "Viimane õnnestunud meilikontroll: " - -#: mod/settings.php:851 -msgid "IMAP server name:" -msgstr "" - -#: mod/settings.php:852 -msgid "IMAP port:" -msgstr "" - -#: mod/settings.php:853 -msgid "Security:" -msgstr "" - -#: mod/settings.php:853 mod/settings.php:858 -msgid "None" -msgstr "" - -#: mod/settings.php:854 -msgid "Email login name:" -msgstr "" - -#: mod/settings.php:855 -msgid "Email password:" -msgstr "" - -#: mod/settings.php:856 -msgid "Reply-to address:" -msgstr "" - -#: mod/settings.php:857 -msgid "Send public posts to all email contacts:" -msgstr "" - -#: mod/settings.php:858 -msgid "Action after import:" -msgstr "" - -#: mod/settings.php:858 src/Content/Nav.php:249 -msgid "Mark as seen" -msgstr "" - -#: mod/settings.php:858 -msgid "Move to folder" -msgstr "" - -#: mod/settings.php:859 -msgid "Move to folder:" -msgstr "" - -#: mod/settings.php:902 -#, php-format -msgid "%s - (Unsupported)" -msgstr "" - -#: mod/settings.php:904 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: mod/settings.php:931 src/Core/L10n.php:368 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Pühapäev" - -#: mod/settings.php:931 src/Core/L10n.php:368 src/Model/Event.php:396 -msgid "Monday" -msgstr "Esmaspäev" - -#: mod/settings.php:947 -msgid "Display Settings" -msgstr "Kuvasätted" - -#: mod/settings.php:953 -msgid "Display Theme:" -msgstr "Kuvatateema:" - -#: mod/settings.php:954 -msgid "Mobile Theme:" -msgstr "Mobiilne teema:" - -#: mod/settings.php:955 -msgid "Suppress warning of insecure networks" -msgstr "Vaigista hoiatus ebaturvalistest võrkudest" - -#: mod/settings.php:955 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "" - -#: mod/settings.php:956 -msgid "Update browser every xx seconds" -msgstr "Värskenda sirviku sisu iga xx sekundi tagant" - -#: mod/settings.php:956 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Miinimum on 10 sekundit. Sisesta -1 väljalülitamiseks. " - -#: mod/settings.php:957 -msgid "Number of items to display per page:" -msgstr "Elementide arv, mida lehel kuvatakse:" - -#: mod/settings.php:957 mod/settings.php:958 -msgid "Maximum of 100 items" -msgstr "Maksimaalselt 100 elementi" - -#: mod/settings.php:958 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Mobiilse seadme puhul lehel kuvatav elementide arv:" - -#: mod/settings.php:959 -msgid "Don't show emoticons" -msgstr "Ära näita emotikone" - -#: mod/settings.php:960 -msgid "Calendar" -msgstr "Kalender" - -#: mod/settings.php:961 -msgid "Beginning of week:" -msgstr "Nädala algus:" - -#: mod/settings.php:962 -msgid "Don't show notices" -msgstr "Ära näita teateid" - -#: mod/settings.php:963 -msgid "Infinite scroll" -msgstr "" - -#: mod/settings.php:964 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:964 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "" - -#: mod/settings.php:965 -msgid "Bandwidth Saver Mode" -msgstr "Andmamahtu säästev režiim" - -#: mod/settings.php:965 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:966 -msgid "Smart Threading" -msgstr "" - -#: mod/settings.php:966 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "" - -#: mod/settings.php:968 -msgid "General Theme Settings" -msgstr "Üldised teemasätted" - -#: mod/settings.php:969 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:970 -msgid "Content Settings" -msgstr "Sisu sätted" - -#: mod/settings.php:971 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 "Teema sätted" - -#: mod/settings.php:985 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Ei leia sinu profiili. Palun kontakteeru adminniga. " - -#: mod/settings.php:1024 -msgid "Account Types" -msgstr "Kontode tüübid" - -#: mod/settings.php:1025 -msgid "Personal Page Subtypes" -msgstr "Isikliku lehe alltüübid" - -#: mod/settings.php:1026 -msgid "Community Forum Subtypes" -msgstr "Kogukonnafoorumi alltüübid" - -#: mod/settings.php:1034 -msgid "Account for a personal profile." -msgstr "Personaalse profiili konto." - -#: mod/settings.php:1038 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Konto organisatsioonile, mis automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". " - -#: mod/settings.php:1042 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Uudistelevitaja konto, kes automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". " - -#: mod/settings.php:1046 -msgid "Account for community discussions." -msgstr "Kogukondlike arutluste konto." - -#: mod/settings.php:1050 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Tavalise inimese konto, mis nõuab \"Sõprade\" ja \"Jälgijate\" käsitsi heaks kiitmist. " - -#: mod/settings.php:1054 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Avaliku profiili konto, mis kiidab automaatselt heaks kontaktitaotlused kui \"Jälgijad\". " - -#: mod/settings.php:1058 -msgid "Automatically approves all contact requests." -msgstr "Kiidab automaatselt kõik kontaktitaotlused heaks. " - -#: mod/settings.php:1062 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Kuulsuse profiili konto, mis kiidab automaatselt kontaktitaotlused heaks kui \"Sõbrad\". " - -#: mod/settings.php:1065 -msgid "Private Forum [Experimental]" -msgstr "Privaatne Foorum [Eksperimentaalne]" - -#: mod/settings.php:1066 -msgid "Requires manual approval of contact requests." -msgstr "Nõuab käsitsi kontaktitaotluste heakskiitu. " - -#: mod/settings.php:1077 -msgid "OpenID:" -msgstr "" - -#: mod/settings.php:1077 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "" - -#: mod/settings.php:1085 -msgid "Publish your default profile in your local site directory?" -msgstr "Kas avaldada sinu põhiprofiil sinu kohaliku saidi kataloogis? " - -#: mod/settings.php:1085 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "" - -#: mod/settings.php:1091 -msgid "Publish your default profile in the global social directory?" -msgstr "Kas avaldada sinu põhiprofiil globaalses sotsiaalses kataloogis?" - -#: mod/settings.php:1091 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "" - -#: mod/settings.php:1098 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Kas peita sinu kontaktide/sõprade nimekiri põhiprofiili vaatajate eest?" - -#: mod/settings.php:1098 -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 "Sinu kontaktide nimekirja ei näidata su põhiprofiili lehel. Saad otsustada iga loodava profiili kohta eraldi,kas näidata nimekirja või mitte. " - -#: mod/settings.php:1102 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Kas peita sinu profiili andmed anonüümsete vaatajate eest?" - -#: mod/settings.php:1102 -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 "Anonüümsed külastajad näevad vaid sinu profiilipilti, sinu ekraaninime ja hüüdnime, mida kasutad oma profiililehel. Sinu avalikud postitused on kättesaadavad teistel viisidel. " - -#: mod/settings.php:1106 -msgid "Allow friends to post to your profile page?" -msgstr "Kas lubada sõpradel sinu profiililehele postitada?" - -#: mod/settings.php:1106 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "" - -#: mod/settings.php:1110 -msgid "Allow friends to tag your posts?" -msgstr "Kas lubada sõpradel sinu postitusi tag`ida?" - -#: mod/settings.php:1110 -msgid "Your contacts can add additional tags to your posts." -msgstr "" - -#: mod/settings.php:1114 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Kas lubad soovitad sind kui potentsiaalset sõpra uutele liitujatele?" - -#: mod/settings.php:1114 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "Kui soovid, siis Friendica võib soovitada uuel liitujal sind kontaktina lisada." - -#: mod/settings.php:1118 -msgid "Permit unknown people to send you private mail?" -msgstr "Kas lubada tundmatutel inimestele sulle privaatmeili saata? " - -#: mod/settings.php:1118 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendica kasutajad saavad sulle privaatsõnumeid saada isegi siis, kui nad ei ole su kontaktide nimekirjas. " - -#: mod/settings.php:1122 -msgid "Profile is not published." -msgstr "" - -#: mod/settings.php:1128 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "Sinu ID Aadress on '%s' või '%s'. " - -#: mod/settings.php:1135 -msgid "Automatically expire posts after this many days:" -msgstr "Märgi sõnumid automaatselt loetuks selle hulga päevade möödudes: " - -#: mod/settings.php:1135 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Kui väli tühi, siis sõnumid ei aegu. Aegunud sõnumid kustutatakse" - -#: mod/settings.php:1136 -msgid "Advanced expiration settings" -msgstr "Täpsemad aegumissätted" - -#: mod/settings.php:1137 -msgid "Advanced Expiration" -msgstr "Täpsem aegumine" - -#: mod/settings.php:1138 -msgid "Expire posts:" -msgstr "Postitused aeguvad:" - -#: mod/settings.php:1139 -msgid "Expire personal notes:" -msgstr "Personaalsed märkmed aeguvad:" - -#: mod/settings.php:1140 -msgid "Expire starred posts:" -msgstr "Tähekesega postitused aeguvad:" - -#: mod/settings.php:1141 -msgid "Expire photos:" -msgstr "Fotod aeguvad:" - -#: mod/settings.php:1142 -msgid "Only expire posts by others:" -msgstr "Aeguvad vaid teiste postitused:" - -#: mod/settings.php:1172 -msgid "Account Settings" -msgstr "Konto sätted" - -#: mod/settings.php:1180 -msgid "Password Settings" -msgstr "Parooli sätted" - -#: mod/settings.php:1181 src/Module/Register.php:130 -msgid "New Password:" -msgstr "Uus parool" - -#: mod/settings.php:1181 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "" - -#: mod/settings.php:1182 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Kinnita:" - -#: mod/settings.php:1182 -msgid "Leave password fields blank unless changing" -msgstr "Jäta väljad tühjaks kui sa ei muuda" - -#: mod/settings.php:1183 -msgid "Current Password:" -msgstr "Kehtiv parool" - -#: mod/settings.php:1183 mod/settings.php:1184 -msgid "Your current password to confirm the changes" -msgstr "Sinu kehtiv parool muutuste kinnitamiseks" - -#: mod/settings.php:1184 -msgid "Password:" -msgstr "Parool:" - -#: mod/settings.php:1188 -msgid "Basic Settings" -msgstr "Peamised sätted" - -#: mod/settings.php:1189 src/Model/Profile.php:751 -msgid "Full Name:" -msgstr "Täielik nimi:" - -#: mod/settings.php:1190 -msgid "Email Address:" -msgstr "E-posti aadress:" - -#: mod/settings.php:1191 -msgid "Your Timezone:" -msgstr "Sinu ajatsoon:" - -#: mod/settings.php:1192 -msgid "Your Language:" -msgstr "Sinu keel:" - -#: mod/settings.php:1192 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Vali keel friendica kuvamiseks ja sulle e-posti saatmiseks. " - -#: mod/settings.php:1193 -msgid "Default Post Location:" -msgstr "Postitamise baasasukoht:" - -#: mod/settings.php:1194 -msgid "Use Browser Location:" -msgstr "Kasuta sirviku asukohta:" - -#: mod/settings.php:1197 -msgid "Security and Privacy Settings" -msgstr "Turva ja privaatsuse sätted" - -#: mod/settings.php:1199 -msgid "Maximum Friend Requests/Day:" -msgstr "Maksimum sõbrakutseid/Päevas:" - -#: mod/settings.php:1199 mod/settings.php:1228 -msgid "(to prevent spam abuse)" -msgstr "(et rämpspost tõrjuda)" - -#: mod/settings.php:1200 -msgid "Default Post Permissions" -msgstr "Postituste baasõigused" - -#: mod/settings.php:1201 -msgid "(click to open/close)" -msgstr "" - -#: mod/settings.php:1211 -msgid "Default Private Post" -msgstr "Peamine privaatpostitus" - -#: mod/settings.php:1212 -msgid "Default Public Post" -msgstr "Peamine avalik postitus" - -#: mod/settings.php:1216 -msgid "Default Permissions for New Posts" -msgstr "Baasõigused uutele postitustele" - -#: mod/settings.php:1228 -msgid "Maximum private messages per day from unknown people:" -msgstr "Privaatsõnumite maksimum päevas tundmatutelt inimestelt:" - -#: mod/settings.php:1231 -msgid "Notification Settings" -msgstr "Teadete sätted" - -#: mod/settings.php:1232 -msgid "Send a notification email when:" -msgstr "Saada meiliteavitus kui:" - -#: mod/settings.php:1233 -msgid "You receive an introduction" -msgstr "Sulle saabub tutvustus" - -#: mod/settings.php:1234 -msgid "Your introductions are confirmed" -msgstr "Sinu tutvustused on kinnitatud" - -#: mod/settings.php:1235 -msgid "Someone writes on your profile wall" -msgstr "Keegi kirjutab sinu profiili seinale" - -#: mod/settings.php:1236 -msgid "Someone writes a followup comment" -msgstr "Keegi kirjutab järgneva kommentaari" - -#: mod/settings.php:1237 -msgid "You receive a private message" -msgstr "Saabub privaatsõnum" - -#: mod/settings.php:1238 -msgid "You receive a friend suggestion" -msgstr "Saabub sõbrasoovitus" - -#: mod/settings.php:1239 -msgid "You are tagged in a post" -msgstr "Sind on postituses tag`itud" - -#: mod/settings.php:1240 -msgid "You are poked/prodded/etc. in a post" -msgstr "Sind on postituses müksatud vms. " - -#: mod/settings.php:1242 -msgid "Activate desktop notifications" -msgstr "Aktiveeri töölaua teavitused" - -#: mod/settings.php:1242 -msgid "Show desktop popup on new notifications" -msgstr "Näita hüpikakent uute teadetega" - -#: mod/settings.php:1244 -msgid "Text-only notification emails" -msgstr "Ainult tekstipõhised teavitusmeilid" - -#: mod/settings.php:1246 -msgid "Send text only notification emails, without the html part" -msgstr "Saada ainut tekstimeile ilma html-ita" - -#: mod/settings.php:1248 -msgid "Show detailled notifications" -msgstr "Kuva detailseid teavitusi" - -#: mod/settings.php:1250 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "" - -#: mod/settings.php:1252 -msgid "Advanced Account/Page Type Settings" -msgstr "Konto/Lehetüübi sätted edasijõudnutele" - -#: mod/settings.php:1253 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1256 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1257 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "" - -#: mod/settings.php:1258 -msgid "Resend relocate message to contacts" -msgstr "" - -#: mod/subthread.php:104 +#: mod/subthread.php:107 #, php-format msgid "%1$s is following %2$s's %3$s" msgstr "" -#: mod/suggest.php:39 -msgid "Do you really want to delete this suggestion?" +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "Ei leia kontakti infot." + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "Soovid tõesti selle sõnumi kustutada?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "Vestlust ei leitud." + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "Sõnum kustutatud." + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "Vestlus eemaldatud." + +#: mod/message.php:289 +msgid "No messages." +msgstr "Sõnumeid pole." + +#: mod/message.php:352 +msgid "Message not available." +msgstr "Sõnum pole saadaval. " + +#: mod/message.php:406 +msgid "Delete message" +msgstr "Kustuta sõnum" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" msgstr "" -#: mod/suggest.php:75 +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "Kustuta vestlus" + +#: mod/message.php:425 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Turvaline suhtlus pole saadaval. Vastamine võib õnnestuda saatja profiili lehel. " + +#: mod/message.php:429 +msgid "Send Reply" +msgstr "Saada vastus" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "Tundmatu saatja - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "Sina ja %s " + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%s ja Sina" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d sõnum" +msgstr[1] "%d sõnumid" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" msgstr "" -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "Ignoreeri/Peida" +#: mod/hcard.php:21 +msgid "No profile" +msgstr "Profiili ei ole" -#: mod/suggest.php:119 src/Content/Widget.php:66 view/theme/vier/theme.php:204 -msgid "Friend Suggestions" -msgstr "Sõbrasoovitused" +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Õigused ebapiisavad" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "" + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Profiili nähtavuse muutja" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "On nähtav " + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "Kõigile kontaktidele (koos turvalise profiiliga ligipääsuga)" #: mod/tagrm.php:31 msgid "Tag(s) removed" @@ -6467,3440 +10784,14 @@ msgstr "Eemalda elemendi Silt" msgid "Select a tag to remove: " msgstr "Vali tag mida eemaldada: " -#: mod/uexport.php:45 -msgid "Export account" -msgstr "Ekpordi konto" - -#: mod/uexport.php:45 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: mod/uexport.php:46 -msgid "Export all" -msgstr "Ekspordi kõik" - -#: mod/uexport.php:46 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "" - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "" - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "" - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Impordi" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Koli konto" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "" - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "" - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "" - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Konto fail" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "Sa ei jälgi seda kontakti." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Mittejälgimine ei ole sinu võrgus hetkel toetatud." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Sa ei jälgi enam kontakti" - -#: mod/unfollow.php:118 src/Module/Contact.php:570 -msgid "Disconnect/Unfollow" -msgstr "Ühenda lahti/Ära jälgi" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "" - -#: mod/videos.php:97 -msgid "Do you really want to delete this video?" -msgstr "Kas soovid tõesti selle video kustutada?" - -#: mod/videos.php:102 -msgid "Delete Video" -msgstr "Kustuta video" - -#: mod/videos.php:152 +#: mod/videos.php:120 msgid "No videos selected" msgstr "Videoid pole valitud" -#: mod/videos.php:309 src/Model/Item.php:3453 -msgid "View Video" -msgstr "Kuva video" - -#: mod/videos.php:324 +#: mod/videos.php:253 msgid "Recent Videos" msgstr "Hiljutised videod" -#: mod/videos.php:326 +#: mod/videos.php:255 msgid "Upload New Videos" msgstr "Lae uued videod üles" - -#: mod/viewcontacts.php:78 -msgid "No contacts." -msgstr "Kontakte pole." - -#: mod/viewcontacts.php:94 src/Module/Contact.php:603 -#: src/Module/Contact.php:1024 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Külasta %s profiili [%s] " - -#: mod/viewcontacts.php:114 src/Content/Nav.php:203 src/Content/Nav.php:269 -#: src/Content/Text/HTML.php:911 src/Model/Profile.php:980 -#: src/Model/Profile.php:983 src/Module/Contact.php:811 -#: src/Module/Contact.php:881 view/theme/frio/theme.php:273 -msgid "Contacts" -msgstr "Kontaktid" - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "" - -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "" - -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "" - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "" - -#: mod/wall_attach.php:114 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "" - -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "Faili üleslaadimine nurjus." - -#: mod/wall_upload.php:243 src/Object/Image.php:967 src/Object/Image.php:983 -#: src/Object/Image.php:991 src/Object/Image.php:1016 -msgid "Wall Photos" -msgstr "Seina fotod" - -#: src/App.php:610 -msgid "Delete this item?" -msgstr "Kustutada see element?" - -#: src/App.php:652 -msgid "toggle mobile" -msgstr "vaheta mobiilseks" - -#: src/App.php:985 -msgid "No system theme config value set." -msgstr "" - -#: src/BaseModule.php:133 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: src/Content/ContactSelector.php:58 -msgid "Frequently" -msgstr "Sageli" - -#: src/Content/ContactSelector.php:59 -msgid "Hourly" -msgstr "Tunnis" - -#: src/Content/ContactSelector.php:60 -msgid "Twice daily" -msgstr "Kakskord päevas" - -#: src/Content/ContactSelector.php:61 -msgid "Daily" -msgstr "Päevas" - -#: src/Content/ContactSelector.php:62 -msgid "Weekly" -msgstr "Nädalas" - -#: src/Content/ContactSelector.php:63 -msgid "Monthly" -msgstr "Kuus" - -#: src/Content/ContactSelector.php:83 -msgid "DFRN" -msgstr "" - -#: src/Content/ContactSelector.php:84 -msgid "OStatus" -msgstr "" - -#: src/Content/ContactSelector.php:85 -msgid "RSS/Atom" -msgstr "" - -#: src/Content/ContactSelector.php:88 -msgid "Zot!" -msgstr "" - -#: src/Content/ContactSelector.php:89 -msgid "LinkedIn" -msgstr "" - -#: src/Content/ContactSelector.php:90 -msgid "XMPP/IM" -msgstr "" - -#: src/Content/ContactSelector.php:91 -msgid "MySpace" -msgstr "" - -#: src/Content/ContactSelector.php:92 -msgid "Google+" -msgstr "" - -#: src/Content/ContactSelector.php:93 -msgid "pump.io" -msgstr "" - -#: src/Content/ContactSelector.php:94 -msgid "Twitter" -msgstr "" - -#: src/Content/ContactSelector.php:95 -msgid "Diaspora Connector" -msgstr "" - -#: src/Content/ContactSelector.php:96 -msgid "GNU Social Connector" -msgstr "" - -#: src/Content/ContactSelector.php:97 -msgid "ActivityPub" -msgstr "" - -#: src/Content/ContactSelector.php:98 -msgid "pnut" -msgstr "" - -#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193 -#: src/Content/ContactSelector.php:231 -msgid "No answer" -msgstr "" - -#: src/Content/ContactSelector.php:154 -msgid "Male" -msgstr "Mees" - -#: src/Content/ContactSelector.php:155 -msgid "Female" -msgstr "Naine" - -#: src/Content/ContactSelector.php:156 -msgid "Currently Male" -msgstr "Hetkel mees" - -#: src/Content/ContactSelector.php:157 -msgid "Currently Female" -msgstr "Hetkel naine" - -#: src/Content/ContactSelector.php:158 -msgid "Mostly Male" -msgstr "Peamiselt mees" - -#: src/Content/ContactSelector.php:159 -msgid "Mostly Female" -msgstr "Peamiselt naine" - -#: src/Content/ContactSelector.php:160 -msgid "Transgender" -msgstr "" - -#: src/Content/ContactSelector.php:161 -msgid "Intersex" -msgstr "" - -#: src/Content/ContactSelector.php:162 -msgid "Transsexual" -msgstr "" - -#: src/Content/ContactSelector.php:163 -msgid "Hermaphrodite" -msgstr "" - -#: src/Content/ContactSelector.php:164 -msgid "Neuter" -msgstr "" - -#: src/Content/ContactSelector.php:165 -msgid "Non-specific" -msgstr "" - -#: src/Content/ContactSelector.php:166 -msgid "Other" -msgstr "" - -#: src/Content/ContactSelector.php:194 -msgid "Males" -msgstr "Mehed" - -#: src/Content/ContactSelector.php:195 -msgid "Females" -msgstr "Naised" - -#: src/Content/ContactSelector.php:196 -msgid "Gay" -msgstr "" - -#: src/Content/ContactSelector.php:197 -msgid "Lesbian" -msgstr "" - -#: src/Content/ContactSelector.php:198 -msgid "No Preference" -msgstr "" - -#: src/Content/ContactSelector.php:199 -msgid "Bisexual" -msgstr "" - -#: src/Content/ContactSelector.php:200 -msgid "Autosexual" -msgstr "" - -#: src/Content/ContactSelector.php:201 -msgid "Abstinent" -msgstr "" - -#: src/Content/ContactSelector.php:202 -msgid "Virgin" -msgstr "" - -#: src/Content/ContactSelector.php:203 -msgid "Deviant" -msgstr "" - -#: src/Content/ContactSelector.php:204 -msgid "Fetish" -msgstr "" - -#: src/Content/ContactSelector.php:205 -msgid "Oodles" -msgstr "" - -#: src/Content/ContactSelector.php:206 -msgid "Nonsexual" -msgstr "" - -#: src/Content/ContactSelector.php:232 -msgid "Single" -msgstr "Üksik" - -#: src/Content/ContactSelector.php:233 -msgid "Lonely" -msgstr "" - -#: src/Content/ContactSelector.php:234 -msgid "Available" -msgstr "" - -#: src/Content/ContactSelector.php:235 -msgid "Unavailable" -msgstr "" - -#: src/Content/ContactSelector.php:236 -msgid "Has crush" -msgstr "" - -#: src/Content/ContactSelector.php:237 -msgid "Infatuated" -msgstr "" - -#: src/Content/ContactSelector.php:238 -msgid "Dating" -msgstr "" - -#: src/Content/ContactSelector.php:239 -msgid "Unfaithful" -msgstr "" - -#: src/Content/ContactSelector.php:240 -msgid "Sex Addict" -msgstr "" - -#: src/Content/ContactSelector.php:241 src/Model/User.php:702 -msgid "Friends" -msgstr "Sõbrad" - -#: src/Content/ContactSelector.php:242 -msgid "Friends/Benefits" -msgstr "Sõbrad/Kasudega" - -#: src/Content/ContactSelector.php:243 -msgid "Casual" -msgstr "" - -#: src/Content/ContactSelector.php:244 -msgid "Engaged" -msgstr "" - -#: src/Content/ContactSelector.php:245 -msgid "Married" -msgstr "Abielus" - -#: src/Content/ContactSelector.php:246 -msgid "Imaginarily married" -msgstr "" - -#: src/Content/ContactSelector.php:247 -msgid "Partners" -msgstr "Partnerid" - -#: src/Content/ContactSelector.php:248 -msgid "Cohabiting" -msgstr "" - -#: src/Content/ContactSelector.php:249 -msgid "Common law" -msgstr "Vabaabielu" - -#: src/Content/ContactSelector.php:250 -msgid "Happy" -msgstr "Õnnelik" - -#: src/Content/ContactSelector.php:251 -msgid "Not looking" -msgstr "Ei otsi" - -#: src/Content/ContactSelector.php:252 -msgid "Swinger" -msgstr "" - -#: src/Content/ContactSelector.php:253 -msgid "Betrayed" -msgstr "" - -#: src/Content/ContactSelector.php:254 -msgid "Separated" -msgstr "Lahku läinud" - -#: src/Content/ContactSelector.php:255 -msgid "Unstable" -msgstr "" - -#: src/Content/ContactSelector.php:256 -msgid "Divorced" -msgstr "Lahutatud" - -#: src/Content/ContactSelector.php:257 -msgid "Imaginarily divorced" -msgstr "" - -#: src/Content/ContactSelector.php:258 -msgid "Widowed" -msgstr "Lesestunud" - -#: src/Content/ContactSelector.php:259 -msgid "Uncertain" -msgstr "" - -#: src/Content/ContactSelector.php:260 -msgid "It's complicated" -msgstr "Keeruline" - -#: src/Content/ContactSelector.php:261 -msgid "Don't care" -msgstr "Ei huvita" - -#: src/Content/ContactSelector.php:262 -msgid "Ask me" -msgstr "Küsi minult" - -#: src/Content/Feature.php:82 -msgid "General Features" -msgstr "Üldised funktsioonid" - -#: src/Content/Feature.php:84 -msgid "Multiple Profiles" -msgstr "Mitmed profiilid" - -#: src/Content/Feature.php:84 -msgid "Ability to create multiple profiles" -msgstr "Võimalus luua mitmeid profiile" - -#: src/Content/Feature.php:85 -msgid "Photo Location" -msgstr "Foto asukoht" - -#: src/Content/Feature.php:85 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "" - -#: src/Content/Feature.php:86 -msgid "Export Public Calendar" -msgstr "" - -#: src/Content/Feature.php:86 -msgid "Ability for visitors to download the public calendar" -msgstr "" - -#: src/Content/Feature.php:91 -msgid "Post Composition Features" -msgstr "" - -#: src/Content/Feature.php:92 -msgid "Auto-mention Forums" -msgstr "" - -#: src/Content/Feature.php:92 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: src/Content/Feature.php:93 -msgid "Explicit Mentions" -msgstr "" - -#: src/Content/Feature.php:93 -msgid "" -"Add explicit mentions to comment box for manual control over who gets " -"mentioned in replies." -msgstr "" - -#: src/Content/Feature.php:98 -msgid "Network Sidebar" -msgstr "" - -#: src/Content/Feature.php:99 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: src/Content/Feature.php:100 -msgid "Protocol Filter" -msgstr "" - -#: src/Content/Feature.php:100 -msgid "Enable widget to display Network posts only from selected protocols" -msgstr "" - -#: src/Content/Feature.php:105 -msgid "Network Tabs" -msgstr "Võrgusakid" - -#: src/Content/Feature.php:106 -msgid "Network New Tab" -msgstr "Uus võrgusakk" - -#: src/Content/Feature.php:106 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Võimalda sakk kuvama vaid uusi Võrgupostitusi (viimasest 12 tunnist)" - -#: src/Content/Feature.php:107 -msgid "Network Shared Links Tab" -msgstr "Võrgusakk Jagatud lingid" - -#: src/Content/Feature.php:107 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: src/Content/Feature.php:112 -msgid "Post/Comment Tools" -msgstr "Postituse/Kommenteerimise tööriistad" - -#: src/Content/Feature.php:113 -msgid "Post Categories" -msgstr "Postituse kategooriad" - -#: src/Content/Feature.php:113 -msgid "Add categories to your posts" -msgstr "Lisa kategooriad on postitustele" - -#: src/Content/Feature.php:118 -msgid "Advanced Profile Settings" -msgstr "Täpsemad profiili sätted" - -#: src/Content/Feature.php:119 -msgid "List Forums" -msgstr "Foorumine nimistu" - -#: src/Content/Feature.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: src/Content/Feature.php:120 -msgid "Tag Cloud" -msgstr "Sildipilv tag cloud" - -#: src/Content/Feature.php:120 -msgid "Provide a personal tag cloud on your profile page" -msgstr "Näita personaalset sildipilve oma profiili lehel" - -#: src/Content/Feature.php:121 -msgid "Display Membership Date" -msgstr "Kuva liitumise kuupäev" - -#: src/Content/Feature.php:121 -msgid "Display membership date in profile" -msgstr "Kuva liitumiskuupäev oma profiilil" - -#: src/Content/ForumManager.php:130 src/Content/Nav.php:207 -#: src/Content/Text/HTML.php:914 view/theme/vier/theme.php:250 -msgid "Forums" -msgstr "Foorumid" - -#: src/Content/ForumManager.php:132 view/theme/vier/theme.php:252 -msgid "External link to forum" -msgstr "Välimine link foorumisse" - -#: src/Content/Nav.php:74 -msgid "Nothing new here" -msgstr "Ei midagi uut siin" - -#: src/Content/Nav.php:78 -msgid "Clear notifications" -msgstr "Puhasta teated" - -#: src/Content/Nav.php:79 src/Content/Text/HTML.php:903 -msgid "@name, !forum, #tags, content" -msgstr "" - -#: src/Content/Nav.php:153 src/Module/Login.php:321 -#: view/theme/frio/theme.php:259 -msgid "Logout" -msgstr "Logi välja" - -#: src/Content/Nav.php:153 view/theme/frio/theme.php:259 -msgid "End this session" -msgstr "Lõpeta see sessioon" - -#: src/Content/Nav.php:156 src/Model/Profile.php:901 -#: src/Module/Contact.php:652 src/Module/Contact.php:853 -#: view/theme/frio/theme.php:262 -msgid "Status" -msgstr "Staatus" - -#: src/Content/Nav.php:156 src/Content/Nav.php:242 -#: view/theme/frio/theme.php:262 -msgid "Your posts and conversations" -msgstr "Sinu postitused ja vestlused" - -#: src/Content/Nav.php:157 view/theme/frio/theme.php:263 -msgid "Your profile page" -msgstr "Sinu profiili leht" - -#: src/Content/Nav.php:158 view/theme/frio/theme.php:264 -msgid "Your photos" -msgstr "Sinu fotod" - -#: src/Content/Nav.php:159 src/Model/Profile.php:925 src/Model/Profile.php:928 -#: view/theme/frio/theme.php:265 -msgid "Videos" -msgstr "Videod" - -#: src/Content/Nav.php:159 view/theme/frio/theme.php:265 -msgid "Your videos" -msgstr "Sinu videod" - -#: src/Content/Nav.php:160 view/theme/frio/theme.php:266 -msgid "Your events" -msgstr "Sinu sündmused" - -#: src/Content/Nav.php:161 -msgid "Personal notes" -msgstr "Personaalsed märkmed" - -#: src/Content/Nav.php:161 -msgid "Your personal notes" -msgstr "Sinu personaalsed märkmed" - -#: src/Content/Nav.php:170 -msgid "Sign in" -msgstr "Logi sisse" - -#: src/Content/Nav.php:180 src/Content/Nav.php:242 -#: src/Core/NotificationsManager.php:196 -msgid "Home" -msgstr "Kodu" - -#: src/Content/Nav.php:180 -msgid "Home Page" -msgstr "Koduleht" - -#: src/Content/Nav.php:184 src/Module/Login.php:293 -#: src/Module/Register.php:136 -msgid "Register" -msgstr "Registreeri" - -#: src/Content/Nav.php:184 -msgid "Create an account" -msgstr "Loo konto" - -#: src/Content/Nav.php:190 -msgid "Help and documentation" -msgstr "Abi ja dokumentatsioon" - -#: src/Content/Nav.php:194 -msgid "Apps" -msgstr "Rakendused" - -#: src/Content/Nav.php:194 -msgid "Addon applications, utilities, games" -msgstr "Lisarakendused, utiliidid, mängud" - -#: src/Content/Nav.php:198 -msgid "Search site content" -msgstr "Otsi lehe sisust" - -#: src/Content/Nav.php:201 src/Content/Text/HTML.php:909 -msgid "Full Text" -msgstr "Täistekst" - -#: src/Content/Nav.php:202 src/Content/Text/HTML.php:910 -#: src/Content/Widget/TagCloud.php:54 -msgid "Tags" -msgstr "Sildid" - -#: src/Content/Nav.php:222 -msgid "Community" -msgstr "Kogukond" - -#: src/Content/Nav.php:222 -msgid "Conversations on this and other servers" -msgstr "Vestlused siin ja muudes serverites" - -#: src/Content/Nav.php:226 src/Model/Profile.php:940 src/Model/Profile.php:951 -#: view/theme/frio/theme.php:270 -msgid "Events and Calendar" -msgstr "Sündmused ja Kalender" - -#: src/Content/Nav.php:229 -msgid "Directory" -msgstr "Kataloog" - -#: src/Content/Nav.php:229 -msgid "People directory" -msgstr "Inimeste kataloog" - -#: src/Content/Nav.php:231 -msgid "Information about this friendica instance" -msgstr "Info selle friendica instantsi kohta" - -#: src/Content/Nav.php:234 -msgid "Terms of Service of this Friendica instance" -msgstr "Selle Friendica instantsi kasutustingimused" - -#: src/Content/Nav.php:239 view/theme/frio/theme.php:269 -msgid "Conversations from your friends" -msgstr "Vestlused sinu sõpradelt" - -#: src/Content/Nav.php:240 -msgid "Network Reset" -msgstr "Võrgu taaskäivitus" - -#: src/Content/Nav.php:240 -msgid "Load Network page with no filters" -msgstr "" - -#: src/Content/Nav.php:246 src/Core/NotificationsManager.php:203 -msgid "Introductions" -msgstr "Tutvustused" - -#: src/Content/Nav.php:246 -msgid "Friend Requests" -msgstr "Sõbrataotlused" - -#: src/Content/Nav.php:248 -msgid "See all notifications" -msgstr "Vaata kõiki teavitusi" - -#: src/Content/Nav.php:249 -msgid "Mark all system notifications seen" -msgstr "Märgi kõik süsteemitevitused loetuks" - -#: src/Content/Nav.php:252 view/theme/frio/theme.php:271 -msgid "Private mail" -msgstr "Privaatmeil" - -#: src/Content/Nav.php:253 -msgid "Inbox" -msgstr "Sisenev" - -#: src/Content/Nav.php:254 -msgid "Outbox" -msgstr "Väljuv" - -#: src/Content/Nav.php:258 -msgid "Manage" -msgstr "Halda" - -#: src/Content/Nav.php:258 -msgid "Manage other pages" -msgstr "Halda teisi lehti" - -#: src/Content/Nav.php:263 view/theme/frio/theme.php:272 -msgid "Account settings" -msgstr "Konto sätted" - -#: src/Content/Nav.php:266 -msgid "Manage/Edit Profiles" -msgstr "Halda/Muud profiile" - -#: src/Content/Nav.php:269 view/theme/frio/theme.php:273 -msgid "Manage/edit friends and contacts" -msgstr "Halda/muuda sõpru ja kontakte" - -#: src/Content/Nav.php:274 -msgid "Site setup and configuration" -msgstr "Saidi seadmine ja sätted" - -#: src/Content/Nav.php:277 -msgid "Navigation" -msgstr "Navigatsioon" - -#: src/Content/Nav.php:277 -msgid "Site map" -msgstr "Lehekaart" - -#: src/Content/OEmbed.php:256 -msgid "Embedding disabled" -msgstr "" - -#: src/Content/OEmbed.php:379 -msgid "Embedded content" -msgstr "" - -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "ei kunagi" - -#: src/Content/Pager.php:158 -msgid "older" -msgstr "vanem" - -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "eelm" - -#: src/Content/Pager.php:263 -msgid "last" -msgstr "viimane" - -#: src/Content/Text/BBCode.php:429 -msgid "view full size" -msgstr "kuva täissuuruses" - -#: src/Content/Text/BBCode.php:863 src/Content/Text/BBCode.php:1596 -#: src/Content/Text/BBCode.php:1597 -msgid "Image/photo" -msgstr "" - -#: src/Content/Text/BBCode.php:967 -#, php-format -msgid "%2$s %3$s" -msgstr "" - -#: src/Content/Text/BBCode.php:1523 src/Content/Text/BBCode.php:1545 -msgid "$1 wrote:" -msgstr "" - -#: src/Content/Text/BBCode.php:1607 src/Content/Text/BBCode.php:1608 -msgid "Encrypted content" -msgstr "Krüptitud sisu" - -#: src/Content/Text/BBCode.php:1715 -msgid "Invalid source protocol" -msgstr "" - -#: src/Content/Text/BBCode.php:1726 -msgid "Invalid link protocol" -msgstr "" - -#: src/Content/Text/HTML.php:800 -msgid "Loading more entries..." -msgstr "" - -#: src/Content/Text/HTML.php:801 -msgid "The end" -msgstr "Lõpp" - -#: src/Content/Text/HTML.php:894 -msgid "Follow" -msgstr "Jälgi" - -#: src/Content/Text/HTML.php:951 src/Model/Item.php:3503 -#: src/Model/Item.php:3514 -msgid "Click to open/close" -msgstr "Klõpsa ava/sulge" - -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Eksport" - -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Ekspordi kalender kui ical" - -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "" - -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "Kontakte pole" - -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d Kontaktid" -msgstr[1] "%d Kontaktid" - -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "Kuva kontaktid" - -#: src/Content/Widget.php:35 -msgid "Add New Contact" -msgstr "Lisa uus kontakt" - -#: src/Content/Widget.php:36 -msgid "Enter address or web location" -msgstr "Sisesta aadress või veebiasukoht" - -#: src/Content/Widget.php:37 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: src/Content/Widget.php:55 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d kutset saadaval" -msgstr[1] "%d kutset saadaval" - -#: src/Content/Widget.php:61 view/theme/vier/theme.php:199 -msgid "Find People" -msgstr "Leia inimesi" - -#: src/Content/Widget.php:62 view/theme/vier/theme.php:200 -msgid "Enter name or interest" -msgstr "Sissta nimi või huviala" - -#: src/Content/Widget.php:64 view/theme/vier/theme.php:202 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: src/Content/Widget.php:67 view/theme/vier/theme.php:205 -msgid "Similar Interests" -msgstr "Sarnased huvid" - -#: src/Content/Widget.php:68 view/theme/vier/theme.php:206 -msgid "Random Profile" -msgstr "Suvaline profiil" - -#: src/Content/Widget.php:69 view/theme/vier/theme.php:207 -msgid "Invite Friends" -msgstr "Kutsu sõpru" - -#: src/Content/Widget.php:72 view/theme/vier/theme.php:210 -msgid "Local Directory" -msgstr "Kohalik kataloog" - -#: src/Content/Widget.php:158 -msgid "Protocols" -msgstr "Protokollid" - -#: src/Content/Widget.php:161 -msgid "All Protocols" -msgstr "Kõik protokollid" - -#: src/Content/Widget.php:198 -msgid "Saved Folders" -msgstr "Salvestatud kaustad" - -#: src/Content/Widget.php:201 src/Content/Widget.php:243 -msgid "Everything" -msgstr "Kõikvõimalik" - -#: src/Content/Widget.php:240 -msgid "Categories" -msgstr "Kategooriad" - -#: src/Content/Widget.php:324 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d ühine kontakt" -msgstr[1] "%d ühine kontakt" - -#: src/Core/ACL.php:287 -msgid "Post to Email" -msgstr "Postita meilile" - -#: src/Core/ACL.php:293 -msgid "Hide your profile details from unknown viewers?" -msgstr "Peidame sinu profiilidetailid tundmatute vaatajate eest?" - -#: src/Core/ACL.php:292 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" - -#: src/Core/ACL.php:299 -msgid "Visible to everybody" -msgstr "Kõigile nähtav" - -#: src/Core/ACL.php:300 view/theme/vier/config.php:116 -msgid "show" -msgstr "näita" - -#: src/Core/ACL.php:301 view/theme/vier/config.php:116 -msgid "don't show" -msgstr "ära näita" - -#: src/Core/ACL.php:311 -msgid "Close" -msgstr "Sulge" - -#: src/Core/Authentication.php:87 -msgid "Welcome " -msgstr "Teretulemast" - -#: src/Core/Authentication.php:88 -msgid "Please upload a profile photo." -msgstr "Palun lae profiilifoto üles" - -#: src/Core/Authentication.php:90 -msgid "Welcome back " -msgstr "Teretulemast tagasi" - -#: src/Core/Console/ArchiveContact.php:65 -#, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "" - -#: src/Core/Console/ArchiveContact.php:70 -msgid "The contact entries have been archived" -msgstr "Selle kontakti kirjed arhiveeritud" - -#: src/Core/Console/NewPassword.php:72 -msgid "Enter new password: " -msgstr "Sisesta uus parool:" - -#: src/Core/Console/PostUpdate.php:50 -#, php-format -msgid "Post update version number has been set to %s." -msgstr "" - -#: src/Core/Console/PostUpdate.php:58 -msgid "Check for pending update actions." -msgstr "" - -#: src/Core/Console/PostUpdate.php:60 -msgid "Done." -msgstr "Tehtud." - -#: src/Core/Console/PostUpdate.php:62 -msgid "Execute pending post updates." -msgstr "" - -#: src/Core/Console/PostUpdate.php:68 -msgid "All pending post updates are done." -msgstr "" - -#: src/Core/Installer.php:164 -msgid "" -"The database configuration file \"config/local.config.php\" could not be " -"written. Please use the enclosed text to create a configuration file in your" -" web server root." -msgstr "" - -#: src/Core/Installer.php:183 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "" - -#: src/Core/Installer.php:184 src/Module/Install.php:132 -#: src/Module/Install.php:263 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "" - -#: src/Core/Installer.php:245 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "" - -#: src/Core/Installer.php:246 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" -msgstr "" - -#: src/Core/Installer.php:250 -msgid "PHP executable path" -msgstr "" - -#: src/Core/Installer.php:250 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: src/Core/Installer.php:255 -msgid "Command line PHP" -msgstr "" - -#: src/Core/Installer.php:264 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" - -#: src/Core/Installer.php:265 -msgid "Found PHP version: " -msgstr "" - -#: src/Core/Installer.php:267 -msgid "PHP cli binary" -msgstr "" - -#: src/Core/Installer.php:280 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "" - -#: src/Core/Installer.php:281 -msgid "This is required for message delivery to work." -msgstr "" - -#: src/Core/Installer.php:286 -msgid "PHP register_argc_argv" -msgstr "" - -#: src/Core/Installer.php:318 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "" - -#: src/Core/Installer.php:319 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "" - -#: src/Core/Installer.php:322 -msgid "Generate encryption keys" -msgstr "" - -#: src/Core/Installer.php:374 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "" - -#: src/Core/Installer.php:379 -msgid "Apache mod_rewrite module" -msgstr "" - -#: src/Core/Installer.php:385 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:390 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "" - -#: src/Core/Installer.php:394 -msgid "PDO or MySQLi PHP module" -msgstr "" - -#: src/Core/Installer.php:402 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:406 -msgid "XML PHP module" -msgstr "" - -#: src/Core/Installer.php:409 -msgid "libCurl PHP module" -msgstr "" - -#: src/Core/Installer.php:410 -msgid "Error: libCURL PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:416 -msgid "GD graphics PHP module" -msgstr "" - -#: src/Core/Installer.php:417 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "" - -#: src/Core/Installer.php:423 -msgid "OpenSSL PHP module" -msgstr "" - -#: src/Core/Installer.php:424 -msgid "Error: openssl PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:430 -msgid "mb_string PHP module" -msgstr "" - -#: src/Core/Installer.php:431 -msgid "Error: mb_string PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:437 -msgid "iconv PHP module" -msgstr "" - -#: src/Core/Installer.php:438 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:444 -msgid "POSIX PHP module" -msgstr "" - -#: src/Core/Installer.php:445 -msgid "Error: POSIX PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:451 -msgid "JSON PHP module" -msgstr "" - -#: src/Core/Installer.php:452 -msgid "Error: JSON PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:458 -msgid "File Information PHP module" -msgstr "" - -#: src/Core/Installer.php:459 -msgid "Error: File Information PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:482 -msgid "" -"The web installer needs to be able to create a file called " -"\"local.config.php\" in the \"config\" folder of your web server and it is " -"unable to do so." -msgstr "" - -#: src/Core/Installer.php:483 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "" - -#: src/Core/Installer.php:484 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named local.config.php in your Friendica \"config\" folder." -msgstr "" - -#: src/Core/Installer.php:485 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: src/Core/Installer.php:488 -msgid "config/local.config.php is writable" -msgstr "" - -#: src/Core/Installer.php:508 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: src/Core/Installer.php:509 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "" - -#: src/Core/Installer.php:510 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "" - -#: src/Core/Installer.php:511 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: src/Core/Installer.php:514 -msgid "view/smarty3 is writable" -msgstr "" - -#: src/Core/Installer.php:543 -msgid "" -"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" -" to .htaccess." -msgstr "" - -#: src/Core/Installer.php:545 -msgid "Error message from Curl when fetching" -msgstr "" - -#: src/Core/Installer.php:550 -msgid "Url rewrite is working" -msgstr "" - -#: src/Core/Installer.php:579 -msgid "ImageMagick PHP extension is not installed" -msgstr "" - -#: src/Core/Installer.php:581 -msgid "ImageMagick PHP extension is installed" -msgstr "" - -#: src/Core/Installer.php:583 tests/src/Core/InstallerTest.php:343 -#: tests/src/Core/InstallerTest.php:369 -msgid "ImageMagick supports GIF" -msgstr "" - -#: src/Core/Installer.php:608 -msgid "Could not connect to database." -msgstr "" - -#: src/Core/Installer.php:615 -msgid "Database already in use." -msgstr "" - -#: src/Core/L10n.php:368 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Teisipäev" - -#: src/Core/L10n.php:368 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Kolmapäev" - -#: src/Core/L10n.php:368 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Neljapäev" - -#: src/Core/L10n.php:368 src/Model/Event.php:400 -msgid "Friday" -msgstr "Reede" - -#: src/Core/L10n.php:368 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Laupäev" - -#: src/Core/L10n.php:372 src/Model/Event.php:416 -msgid "January" -msgstr "Jaanuar" - -#: src/Core/L10n.php:372 src/Model/Event.php:417 -msgid "February" -msgstr "Veebruar" - -#: src/Core/L10n.php:372 src/Model/Event.php:418 -msgid "March" -msgstr "Märts" - -#: src/Core/L10n.php:372 src/Model/Event.php:419 -msgid "April" -msgstr "Aprill" - -#: src/Core/L10n.php:372 src/Core/L10n.php:391 src/Model/Event.php:407 -msgid "May" -msgstr "Mai" - -#: src/Core/L10n.php:372 src/Model/Event.php:420 -msgid "June" -msgstr "Juuni" - -#: src/Core/L10n.php:372 src/Model/Event.php:421 -msgid "July" -msgstr "Juuli" - -#: src/Core/L10n.php:372 src/Model/Event.php:422 -msgid "August" -msgstr "August" - -#: src/Core/L10n.php:372 src/Model/Event.php:423 -msgid "September" -msgstr "" - -#: src/Core/L10n.php:372 src/Model/Event.php:424 -msgid "October" -msgstr "Oktoober" - -#: src/Core/L10n.php:372 src/Model/Event.php:425 -msgid "November" -msgstr "" - -#: src/Core/L10n.php:372 src/Model/Event.php:426 -msgid "December" -msgstr "Detsember" - -#: src/Core/L10n.php:387 src/Model/Event.php:388 -msgid "Mon" -msgstr "Esm" - -#: src/Core/L10n.php:387 src/Model/Event.php:389 -msgid "Tue" -msgstr "Tei" - -#: src/Core/L10n.php:387 src/Model/Event.php:390 -msgid "Wed" -msgstr "Kol" - -#: src/Core/L10n.php:387 src/Model/Event.php:391 -msgid "Thu" -msgstr "Nel" - -#: src/Core/L10n.php:387 src/Model/Event.php:392 -msgid "Fri" -msgstr "Ree" - -#: src/Core/L10n.php:387 src/Model/Event.php:393 -msgid "Sat" -msgstr "Lau" - -#: src/Core/L10n.php:387 src/Model/Event.php:387 -msgid "Sun" -msgstr "Püh" - -#: src/Core/L10n.php:391 src/Model/Event.php:403 -msgid "Jan" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:404 -msgid "Feb" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:405 -msgid "Mar" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:406 -msgid "Apr" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:409 -msgid "Jul" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:410 -msgid "Aug" -msgstr "" - -#: src/Core/L10n.php:391 -msgid "Sep" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:412 -msgid "Oct" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:413 -msgid "Nov" -msgstr "" - -#: src/Core/L10n.php:391 src/Model/Event.php:414 -msgid "Dec" -msgstr "" - -#: src/Core/L10n.php:410 -msgid "poke" -msgstr "müksa" - -#: src/Core/L10n.php:410 -msgid "poked" -msgstr "müksatud" - -#: src/Core/L10n.php:411 -msgid "ping" -msgstr "pingi" - -#: src/Core/L10n.php:411 -msgid "pinged" -msgstr "pingitud" - -#: src/Core/L10n.php:412 -msgid "prod" -msgstr "" - -#: src/Core/L10n.php:412 -msgid "prodded" -msgstr "" - -#: src/Core/L10n.php:413 -msgid "slap" -msgstr "laksa" - -#: src/Core/L10n.php:413 -msgid "slapped" -msgstr "laksatud" - -#: src/Core/L10n.php:414 -msgid "finger" -msgstr "" - -#: src/Core/L10n.php:414 -msgid "fingered" -msgstr "" - -#: src/Core/L10n.php:415 -msgid "rebuff" -msgstr "" - -#: src/Core/L10n.php:415 -msgid "rebuffed" -msgstr "" - -#: src/Core/NotificationsManager.php:175 -msgid "System" -msgstr "Süsteem" - -#: src/Core/NotificationsManager.php:265 src/Core/NotificationsManager.php:277 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s kommenteeris %s postitust " - -#: src/Core/NotificationsManager.php:276 -#, php-format -msgid "%s created a new post" -msgstr "%s tegi uue postituse" - -#: src/Core/NotificationsManager.php:290 -#, php-format -msgid "%s liked %s's post" -msgstr "%s meeldib %s postitus" - -#: src/Core/NotificationsManager.php:303 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s ei meeldi %s postitus" - -#: src/Core/NotificationsManager.php:316 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s osaleb %s sündmusel" - -#: src/Core/NotificationsManager.php:329 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s ei osale %s sündmusel" - -#: src/Core/NotificationsManager.php:342 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s ehk osaleb %s sündmusel" - -#: src/Core/NotificationsManager.php:375 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s on nüüd sõber %s ga " - -#: src/Core/NotificationsManager.php:651 -msgid "Friend Suggestion" -msgstr "Sõbrasoovitus" - -#: src/Core/NotificationsManager.php:685 -msgid "Friend/Connect Request" -msgstr "Sõbra/Ühenduse taotlus" - -#: src/Core/NotificationsManager.php:685 -msgid "New Follower" -msgstr "Uus jälgija" - -#: src/Core/System.php:137 -msgid "Error 400 - Bad Request" -msgstr "" - -#: src/Core/System.php:138 -msgid "Error 401 - Unauthorized" -msgstr "" - -#: src/Core/System.php:139 -msgid "Error 403 - Forbidden" -msgstr "" - -#: src/Core/System.php:140 -msgid "Error 404 - Not Found" -msgstr "" - -#: src/Core/System.php:141 -msgid "Error 500 - Internal Server Error" -msgstr "" - -#: src/Core/System.php:142 -msgid "Error 503 - Service Unavailable" -msgstr "" - -#: src/Core/System.php:150 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "" - -#: src/Core/System.php:151 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "" - -#: src/Core/System.php:152 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "" - -#: src/Core/System.php:153 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "" - -#: src/Core/System.php:154 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "" - -#: src/Core/System.php:155 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "" - -#: src/Core/Update.php:168 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "" - -#: src/Core/Update.php:225 -#, php-format -msgid "" -"\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "" - -#: src/Core/Update.php:231 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "" - -#: src/Core/Update.php:260 -#, php-format -msgid "" -"\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "" - -#: src/Core/UserImport.php:103 -msgid "Error decoding account file" -msgstr "" - -#: src/Core/UserImport.php:109 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: src/Core/UserImport.php:117 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: src/Core/UserImport.php:153 -msgid "User creation error" -msgstr "" - -#: src/Core/UserImport.php:171 -msgid "User profile creation error" -msgstr "" - -#: src/Core/UserImport.php:215 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "" -msgstr[1] "" - -#: src/Core/UserImport.php:280 -msgid "Done. You can now login with your username and password" -msgstr "" - -#: src/Database/DBStructure.php:47 -msgid "There are no tables on MyISAM." -msgstr "" - -#: src/Database/DBStructure.php:71 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "" - -#: src/Database/DBStructure.php:74 -msgid "Errors encountered performing database changes: " -msgstr "" - -#: src/Database/DBStructure.php:263 -#, php-format -msgid "%s: Database update" -msgstr "" - -#: src/Database/DBStructure.php:524 -#, php-format -msgid "%s: updating %s table." -msgstr "" - -#: src/LegacyModule.php:30 -#, php-format -msgid "Legacy module file not found: %s" -msgstr "" - -#: src/Model/Contact.php:1054 -msgid "Drop Contact" -msgstr "Hülga kontakt" - -#: src/Model/Contact.php:1526 -msgid "Organisation" -msgstr "Organisatsioon" - -#: src/Model/Contact.php:1530 -msgid "News" -msgstr "Uudised" - -#: src/Model/Contact.php:1534 -msgid "Forum" -msgstr "Foorum" - -#: src/Model/Contact.php:1724 -msgid "Connect URL missing." -msgstr "" - -#: src/Model/Contact.php:1733 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "" - -#: src/Model/Contact.php:1772 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "" - -#: src/Model/Contact.php:1773 src/Model/Contact.php:1786 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "" - -#: src/Model/Contact.php:1784 -msgid "The profile address specified does not provide adequate information." -msgstr "" - -#: src/Model/Contact.php:1789 -msgid "An author or name was not found." -msgstr "" - -#: src/Model/Contact.php:1792 -msgid "No browser URL could be matched to this address." -msgstr "" - -#: src/Model/Contact.php:1795 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: src/Model/Contact.php:1796 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: src/Model/Contact.php:1802 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "" - -#: src/Model/Contact.php:1807 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "" - -#: src/Model/Contact.php:1860 -msgid "Unable to retrieve contact information." -msgstr "" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "Algab:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "Lõpeb:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "terve päev" - -#: src/Model/Event.php:408 -msgid "Jun" -msgstr "" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "Pole üritusi kuvamiseks" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "Muuda sündmust" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "Dubleeri sündmus" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "Kustuta sündmus" - -#: src/Model/Event.php:626 src/Model/Item.php:3554 src/Model/Item.php:3561 -msgid "link to source" -msgstr "link allikale" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "Näita kaarti" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "Peida kaart" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%s sünnipäev" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "Palju Õnne %s " - -#: src/Model/FileTag.php:256 -msgid "Item filed" -msgstr "" - -#: 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 "" - -#: src/Model/Group.php:338 -msgid "Default privacy group for new contacts" -msgstr "Baas turvalisuse grupp uutele kontaktidele" - -#: src/Model/Group.php:370 -msgid "Everybody" -msgstr "Igaüks" - -#: src/Model/Group.php:390 -msgid "edit" -msgstr "muuda" - -#: src/Model/Group.php:419 -msgid "Edit group" -msgstr "Muuda gruppi" - -#: src/Model/Group.php:422 -msgid "Create a new group" -msgstr "Loo uus grupp" - -#: src/Model/Group.php:424 -msgid "Edit groups" -msgstr "Muuda gruppe" - -#: src/Model/Item.php:3287 -msgid "activity" -msgstr "tegevused" - -#: src/Model/Item.php:3289 src/Object/Post.php:471 -msgid "comment" -msgid_plural "comments" -msgstr[0] "kommentaarid" -msgstr[1] "kommentaarid" - -#: src/Model/Item.php:3292 -msgid "post" -msgstr "postitus" - -#: src/Model/Item.php:3391 -#, php-format -msgid "Content warning: %s" -msgstr "" - -#: src/Model/Item.php:3470 -msgid "bytes" -msgstr "" - -#: src/Model/Item.php:3548 -msgid "View on separate page" -msgstr "Kuva eraldi lehel" - -#: src/Model/Item.php:3549 -msgid "view on separate page" -msgstr "kuva eraldi lehel" - -#: src/Model/Mail.php:40 src/Model/Mail.php:175 -msgid "[no subject]" -msgstr "[teema puudub] " - -#: src/Model/Profile.php:115 -msgid "Requested account is not available." -msgstr "" - -#: src/Model/Profile.php:133 -msgid "Requested profile is not available." -msgstr "" - -#: src/Model/Profile.php:181 src/Model/Profile.php:425 -#: src/Model/Profile.php:872 -msgid "Edit profile" -msgstr "Muuda profiili" - -#: src/Model/Profile.php:359 -msgid "Atom feed" -msgstr "" - -#: src/Model/Profile.php:398 -msgid "Manage/edit profiles" -msgstr "Halda/muuda profiile" - -#: src/Model/Profile.php:450 src/Module/Contact.php:645 -msgid "XMPP:" -msgstr "" - -#: src/Model/Profile.php:573 src/Model/Profile.php:671 -msgid "g A l F d" -msgstr "" - -#: src/Model/Profile.php:574 -msgid "F d" -msgstr "" - -#: src/Model/Profile.php:636 src/Model/Profile.php:722 -msgid "[today]" -msgstr "[täna]" - -#: src/Model/Profile.php:647 -msgid "Birthday Reminders" -msgstr "Sünnipäeva meeldetuletused" - -#: src/Model/Profile.php:648 -msgid "Birthdays this week:" -msgstr "Sünnipäevad sel nädalal:" - -#: src/Model/Profile.php:709 -msgid "[No description]" -msgstr "[kirjeldus puudub]" - -#: src/Model/Profile.php:736 -msgid "Event Reminders" -msgstr "Sündmuste meeldetuletused" - -#: src/Model/Profile.php:737 -msgid "Upcoming events the next 7 days:" -msgstr "Eelseisvad sündmused järgneval 7 päeval: " - -#: src/Model/Profile.php:754 -msgid "Member since:" -msgstr "Liige alates: " - -#: src/Model/Profile.php:762 -msgid "j F, Y" -msgstr "" - -#: src/Model/Profile.php:763 -msgid "j F" -msgstr "" - -#: src/Model/Profile.php:771 src/Util/Temporal.php:147 -msgid "Birthday:" -msgstr "Sünnipäev:" - -#: src/Model/Profile.php:778 -msgid "Age:" -msgstr "Vanus:" - -#: src/Model/Profile.php:791 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: src/Model/Profile.php:815 -msgid "Religion:" -msgstr "Usk:" - -#: src/Model/Profile.php:823 -msgid "Hobbies/Interests:" -msgstr "Hobid/Huvid:" - -#: src/Model/Profile.php:835 -msgid "Contact information and Social Networks:" -msgstr "Kontaktinfo ja Sotsvõrgustikud" - -#: src/Model/Profile.php:839 -msgid "Musical interests:" -msgstr "Muusikalised huvid: " - -#: src/Model/Profile.php:843 -msgid "Books, literature:" -msgstr "Raamatud, kirjandus:" - -#: src/Model/Profile.php:847 -msgid "Television:" -msgstr "Televisioon:" - -#: src/Model/Profile.php:851 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/tants/kultuur/meelelahutus:" - -#: src/Model/Profile.php:855 -msgid "Love/Romance:" -msgstr "Armastus/Romantika:" - -#: src/Model/Profile.php:859 -msgid "Work/employment:" -msgstr "Töö/Ametitegevus:" - -#: src/Model/Profile.php:863 -msgid "School/education:" -msgstr "Kool/haridus:" - -#: src/Model/Profile.php:868 -msgid "Forums:" -msgstr "Foorumid:" - -#: src/Model/Profile.php:912 src/Module/Contact.php:872 -msgid "Profile Details" -msgstr "Profiili detailid" - -#: src/Model/Profile.php:962 -msgid "Only You Can See This" -msgstr "Ainult Sina saad seda näha" - -#: src/Model/Profile.php:970 src/Model/Profile.php:973 -msgid "Tips for New Members" -msgstr "Näpunäiteid uutele liikmetele" - -#: src/Model/Profile.php:1150 -#, php-format -msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "" - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "" - -#: src/Model/Storage/Filesystem.php:105 -#, php-format -msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "" - -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "" - -#: src/Model/Storage/Filesystem.php:128 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "" - -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "" - -#: src/Model/User.php:271 -msgid "Login failed" -msgstr "" - -#: src/Model/User.php:302 -msgid "Not enough information to authenticate" -msgstr "" - -#: src/Model/User.php:380 -msgid "Password can't be empty" -msgstr "Parool ei saa olla tühi " - -#: src/Model/User.php:399 -msgid "Empty passwords are not allowed." -msgstr "Tühjad paroolid pole lubatud" - -#: src/Model/User.php:403 -msgid "" -"The new password has been exposed in a public data dump, please choose " -"another." -msgstr "Uus parool on juba kasutuses, palun vali midagi muud. " - -#: src/Model/User.php:409 -msgid "" -"The password can't contain accentuated letters, white spaces or colons (:)" -msgstr "" - -#: src/Model/User.php:509 -msgid "Passwords do not match. Password unchanged." -msgstr "Paroolid ei kattu" - -#: src/Model/User.php:516 -msgid "An invitation is required." -msgstr "Kutse on nõutav." - -#: src/Model/User.php:520 -msgid "Invitation could not be verified." -msgstr "Kutset ei õnnestu kontrollida." - -#: src/Model/User.php:527 -msgid "Invalid OpenID url" -msgstr "" - -#: src/Model/User.php:540 src/Module/Login.php:106 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: src/Model/User.php:540 src/Module/Login.php:106 -msgid "The error message was:" -msgstr "" - -#: src/Model/User.php:546 -msgid "Please enter the required information." -msgstr "" - -#: src/Model/User.php:560 -#, php-format -msgid "" -"system.username_min_length (%s) and system.username_max_length (%s) are " -"excluding each other, swapping values." -msgstr "" - -#: src/Model/User.php:567 -#, php-format -msgid "Username should be at least %s character." -msgid_plural "Username should be at least %s characters." -msgstr[0] "" -msgstr[1] "" - -#: src/Model/User.php:571 -#, php-format -msgid "Username should be at most %s character." -msgid_plural "Username should be at most %s characters." -msgstr[0] "" -msgstr[1] "" - -#: src/Model/User.php:579 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "" - -#: src/Model/User.php:584 -msgid "Your email domain is not among those allowed on this site." -msgstr "" - -#: src/Model/User.php:588 -msgid "Not a valid email address." -msgstr "" - -#: src/Model/User.php:591 -msgid "The nickname was blocked from registration by the nodes admin." -msgstr "" - -#: src/Model/User.php:595 src/Model/User.php:603 -msgid "Cannot use that email." -msgstr "" - -#: src/Model/User.php:610 -msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "" - -#: src/Model/User.php:617 src/Model/User.php:674 -msgid "Nickname is already registered. Please choose another." -msgstr "" - -#: src/Model/User.php:627 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "" - -#: src/Model/User.php:661 src/Model/User.php:665 -msgid "An error occurred during registration. Please try again." -msgstr "" - -#: src/Model/User.php:685 view/theme/duepuntozero/config.php:55 -msgid "default" -msgstr "" - -#: src/Model/User.php:690 -msgid "An error occurred creating your default profile. Please try again." -msgstr "" - -#: src/Model/User.php:697 -msgid "An error occurred creating your self contact. Please try again." -msgstr "" - -#: src/Model/User.php:706 -msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "" - -#: src/Model/User.php:782 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%4$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\t\t" -msgstr "" - -#: src/Model/User.php:799 -#, php-format -msgid "Registration at %s" -msgstr "" - -#: src/Model/User.php:818 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -msgstr "" - -#: src/Model/User.php:824 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%3$s\n" -"\t\t\tLogin Name:\t\t%1$s\n" -"\t\t\tPassword:\t\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "" - -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "Elementi ei leitud." - -#: src/Module/Contact.php:166 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d kontakt muudetud. " -msgstr[1] "%d kontakti muudetud. " - -#: src/Module/Contact.php:191 src/Module/Contact.php:374 -msgid "Could not access contact record." -msgstr "" - -#: src/Module/Contact.php:201 -msgid "Could not locate selected profile." -msgstr "" - -#: src/Module/Contact.php:233 -msgid "Contact updated." -msgstr "Kontakt uuendatud." - -#: src/Module/Contact.php:395 -msgid "Contact has been blocked" -msgstr "Kontakt blokeeritud" - -#: src/Module/Contact.php:395 -msgid "Contact has been unblocked" -msgstr "Kontakti blokeering tühistatud" - -#: src/Module/Contact.php:405 -msgid "Contact has been ignored" -msgstr "Kontakti ignoreeritakse" - -#: src/Module/Contact.php:405 -msgid "Contact has been unignored" -msgstr "Kontakti ei ignoreerita enam" - -#: src/Module/Contact.php:415 -msgid "Contact has been archived" -msgstr "Kontakt arhiveeritud" - -#: src/Module/Contact.php:415 -msgid "Contact has been unarchived" -msgstr "" - -#: src/Module/Contact.php:439 -msgid "Drop contact" -msgstr "Hülga kontakt" - -#: src/Module/Contact.php:442 src/Module/Contact.php:820 -msgid "Do you really want to delete this contact?" -msgstr "Kas tõesti soovid selle kontakti kustutada?" - -#: src/Module/Contact.php:456 -msgid "Contact has been removed." -msgstr "Kontakt on eemaldatud." - -#: src/Module/Contact.php:486 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Oled ühine sõber %s ga" - -#: src/Module/Contact.php:491 -#, php-format -msgid "You are sharing with %s" -msgstr "Sa jagad %s ga" - -#: src/Module/Contact.php:496 -#, php-format -msgid "%s is sharing with you" -msgstr "%s jagab sinuga" - -#: src/Module/Contact.php:520 -msgid "Private communications are not available for this contact." -msgstr "Privaatkommunikatsioon ei ole selle kontaktiga saadaval. " - -#: src/Module/Contact.php:522 -msgid "Never" -msgstr "Mitte kunagi" - -#: src/Module/Contact.php:525 -msgid "(Update was successful)" -msgstr "(Uuendus õnnestus)" - -#: src/Module/Contact.php:525 -msgid "(Update was not successful)" -msgstr "(Uuendus ei õnnestunud)" - -#: src/Module/Contact.php:527 src/Module/Contact.php:1058 -msgid "Suggest friends" -msgstr "Soovita sõpru" - -#: src/Module/Contact.php:531 -#, php-format -msgid "Network type: %s" -msgstr "Võrgutüüp: %s " - -#: src/Module/Contact.php:536 -msgid "Communications lost with this contact!" -msgstr "Suhtlus selle kontaktiga katkes! " - -#: src/Module/Contact.php:542 -msgid "Fetch further information for feeds" -msgstr "" - -#: src/Module/Contact.php:544 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" - -#: src/Module/Contact.php:547 -msgid "Fetch information" -msgstr "" - -#: src/Module/Contact.php:548 -msgid "Fetch keywords" -msgstr "" - -#: src/Module/Contact.php:549 -msgid "Fetch information and keywords" -msgstr "" - -#: src/Module/Contact.php:581 -msgid "Profile Visibility" -msgstr "Profiili nähtavus" - -#: src/Module/Contact.php:582 -msgid "Contact Information / Notes" -msgstr "Kontaktinfo/Märkmed" - -#: src/Module/Contact.php:583 -msgid "Contact Settings" -msgstr "Kontakti sätted" - -#: src/Module/Contact.php:592 -msgid "Contact" -msgstr "Kontakt" - -#: src/Module/Contact.php:596 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Palun vali profiil mida soovid kuvada %s le, kui ta vaatab profiili turvaliselt. " - -#: src/Module/Contact.php:598 -msgid "Their personal note" -msgstr "Nende personaalne märge" - -#: src/Module/Contact.php:600 -msgid "Edit contact notes" -msgstr "Muuda kontakti märkmeid" - -#: src/Module/Contact.php:604 -msgid "Block/Unblock contact" -msgstr "Blokeeri/Vabasta kontakt" - -#: src/Module/Contact.php:605 -msgid "Ignore contact" -msgstr "Ignoreeri kontakti" - -#: src/Module/Contact.php:606 -msgid "Repair URL settings" -msgstr "" - -#: src/Module/Contact.php:607 -msgid "View conversations" -msgstr "Kuva vestlusi" - -#: src/Module/Contact.php:612 -msgid "Last update:" -msgstr "Viimane uuendus:" - -#: src/Module/Contact.php:614 -msgid "Update public posts" -msgstr "Uuenda avalikke postitusi" - -#: src/Module/Contact.php:616 src/Module/Contact.php:1068 -msgid "Update now" -msgstr "Uuenda nüüd" - -#: src/Module/Contact.php:622 src/Module/Contact.php:825 -#: src/Module/Contact.php:1085 -msgid "Unignore" -msgstr "Äraignoreeri" - -#: src/Module/Contact.php:626 -msgid "Currently blocked" -msgstr "Hetkel blokitud" - -#: src/Module/Contact.php:627 -msgid "Currently ignored" -msgstr "Hetkel ingnoreeritud" - -#: src/Module/Contact.php:628 -msgid "Currently archived" -msgstr "Hetkel arhiveeritud" - -#: src/Module/Contact.php:629 -msgid "Awaiting connection acknowledge" -msgstr "" - -#: src/Module/Contact.php:630 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Vastused/meeldimised sinu avalikele postitustele võivad ikka nähtavad olla" - -#: src/Module/Contact.php:631 -msgid "Notification for new posts" -msgstr "Teavitus uutest postitustest" - -#: src/Module/Contact.php:631 -msgid "Send a notification of every new post of this contact" -msgstr "Saada selle kontakti igast postitusest mulle teavitus" - -#: src/Module/Contact.php:633 -msgid "Blacklisted keywords" -msgstr "Märksõnade must nimekiri" - -#: src/Module/Contact.php:633 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: src/Module/Contact.php:650 -msgid "Actions" -msgstr "Tegevused" - -#: src/Module/Contact.php:696 -msgid "Suggestions" -msgstr "Soovitused" - -#: src/Module/Contact.php:699 -msgid "Suggest potential friends" -msgstr "Soovita potentsiaalseid sõpru" - -#: src/Module/Contact.php:707 -msgid "Show all contacts" -msgstr "Kuva kõiki kontakte" - -#: src/Module/Contact.php:712 -msgid "Unblocked" -msgstr "Mitteblokitud" - -#: src/Module/Contact.php:715 -msgid "Only show unblocked contacts" -msgstr "Näita ainult blokeerimata kontakte" - -#: src/Module/Contact.php:720 -msgid "Blocked" -msgstr "Blokeeritud" - -#: src/Module/Contact.php:723 -msgid "Only show blocked contacts" -msgstr "Näita ainult blokeeritud kontakte" - -#: src/Module/Contact.php:728 -msgid "Ignored" -msgstr "Ignoreeritud" - -#: src/Module/Contact.php:731 -msgid "Only show ignored contacts" -msgstr "Näita ainult ignoreeritud kontakte" - -#: src/Module/Contact.php:736 -msgid "Archived" -msgstr "Arhiveeritud" - -#: src/Module/Contact.php:739 -msgid "Only show archived contacts" -msgstr "Näita ainult arhiveeritud kontakte" - -#: src/Module/Contact.php:744 -msgid "Hidden" -msgstr "Peidetud" - -#: src/Module/Contact.php:747 -msgid "Only show hidden contacts" -msgstr "Näita ainult peidetud kontakte" - -#: src/Module/Contact.php:755 -msgid "Organize your contact groups" -msgstr "Organiseeri oma kontaktgruppe" - -#: src/Module/Contact.php:815 -msgid "Search your contacts" -msgstr "Otsi oma kontakte" - -#: src/Module/Contact.php:826 src/Module/Contact.php:1094 -msgid "Archive" -msgstr "Arhiiveeri" - -#: src/Module/Contact.php:826 src/Module/Contact.php:1094 -msgid "Unarchive" -msgstr "Arhiivist välja" - -#: src/Module/Contact.php:829 -msgid "Batch Actions" -msgstr "Multitegevused" - -#: src/Module/Contact.php:856 -msgid "Conversations started by this contact" -msgstr "Selle kontakti alustatud vestlused" - -#: src/Module/Contact.php:861 -msgid "Posts and Comments" -msgstr "Postitused ja Kommentaarid" - -#: src/Module/Contact.php:884 -msgid "View all contacts" -msgstr "Vaata kõiki kontakte" - -#: src/Module/Contact.php:895 -msgid "View all common friends" -msgstr "Vaata kõiki ühiseid sõpru" - -#: src/Module/Contact.php:905 -msgid "Advanced Contact Settings" -msgstr "Täiendavad Kontakti sätted" - -#: src/Module/Contact.php:991 -msgid "Mutual Friendship" -msgstr "Ühine sõprus" - -#: src/Module/Contact.php:996 -msgid "is a fan of yours" -msgstr "" - -#: src/Module/Contact.php:1001 -msgid "you are a fan of" -msgstr "" - -#: src/Module/Contact.php:1025 -msgid "Edit contact" -msgstr "Muuda kontakti" - -#: src/Module/Contact.php:1079 -msgid "Toggle Blocked status" -msgstr "Vaheta Bloki staatust" - -#: src/Module/Contact.php:1087 -msgid "Toggle Ignored status" -msgstr "Vahea Ignoreeritud staatust" - -#: src/Module/Contact.php:1096 -msgid "Toggle Archive status" -msgstr "Vaheta Arhiveeritud staatust" - -#: src/Module/Contact.php:1104 -msgid "Delete contact" -msgstr "Kustuta kontakt" - -#: src/Module/Install.php:118 -msgid "Friendica Communications Server - Setup" -msgstr "" - -#: src/Module/Install.php:129 -msgid "System check" -msgstr "" - -#: src/Module/Install.php:134 -msgid "Check again" -msgstr "" - -#: src/Module/Install.php:151 -msgid "Database connection" -msgstr "" - -#: src/Module/Install.php:152 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "" - -#: src/Module/Install.php:153 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "" - -#: src/Module/Install.php:154 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "" - -#: src/Module/Install.php:157 -msgid "Database Server Name" -msgstr "" - -#: src/Module/Install.php:162 -msgid "Database Login Name" -msgstr "" - -#: src/Module/Install.php:168 -msgid "Database Login Password" -msgstr "" - -#: src/Module/Install.php:170 -msgid "For security reasons the password must not be empty" -msgstr "" - -#: src/Module/Install.php:173 -msgid "Database Name" -msgstr "" - -#: src/Module/Install.php:178 src/Module/Install.php:214 -msgid "Site administrator email address" -msgstr "" - -#: src/Module/Install.php:180 src/Module/Install.php:214 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" - -#: src/Module/Install.php:184 src/Module/Install.php:215 -msgid "Please select a default timezone for your website" -msgstr "" - -#: src/Module/Install.php:208 -msgid "Site settings" -msgstr "" - -#: src/Module/Install.php:217 -msgid "System Language:" -msgstr "" - -#: src/Module/Install.php:219 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "" - -#: src/Module/Install.php:231 -msgid "Your Friendica site database has been installed." -msgstr "" - -#: src/Module/Install.php:239 -msgid "Installation finished" -msgstr "" - -#: src/Module/Install.php:261 -msgid "

What next

" -msgstr "" - -#: src/Module/Install.php:262 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "" - -#: src/Module/Install.php:265 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "" - -#: src/Module/Itemsource.php:41 -msgid "Item Guid" -msgstr "" - -#: src/Module/Login.php:292 -msgid "Create a New Account" -msgstr "Loo uus konto" - -#: src/Module/Login.php:325 -msgid "Password: " -msgstr "Parool:" - -#: src/Module/Login.php:326 -msgid "Remember me" -msgstr "Mäleta mind" - -#: src/Module/Login.php:329 -msgid "Or login using OpenID: " -msgstr "" - -#: src/Module/Login.php:335 -msgid "Forgot your password?" -msgstr "Unustasid parooli?" - -#: src/Module/Login.php:338 -msgid "Website Terms of Service" -msgstr "" - -#: src/Module/Login.php:339 -msgid "terms of service" -msgstr "" - -#: src/Module/Login.php:341 -msgid "Website Privacy Policy" -msgstr "" - -#: src/Module/Login.php:342 -msgid "privacy policy" -msgstr "" - -#: src/Module/Logout.php:27 -msgid "Logged out." -msgstr "Välja logitud." - -#: src/Module/Profile.php:102 src/Module/Profile.php:105 -#: src/Protocol/OStatus.php:1302 -#, php-format -msgid "%s's timeline" -msgstr "%s ajajoon" - -#: src/Module/Profile.php:103 src/Protocol/OStatus.php:1306 -#, php-format -msgid "%s's posts" -msgstr "%s postitused" - -#: src/Module/Profile.php:104 src/Protocol/OStatus.php:1309 -#, php-format -msgid "%s's comments" -msgstr "%s kommentaarid" - -#: src/Module/Proxy.php:73 -msgid "Bad Request." -msgstr "" - -#: src/Module/Register.php:83 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking \"Register\"." -msgstr "" - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "" - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "" - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "Lisame su profiili liikmete kataloogi?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "Teade adminnile" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Jäta teade adminnile, miks soovid selle nodega liituda" - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "Selle saidi liikmeks saab ainult kutsetega." - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "Sinu kutse kood:" - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "" - -#: src/Module/Register.php:128 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "" - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "" - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "" - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "" - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "" - -#: src/Module/Register.php:150 -msgid "Note: This node explicitly contains adult content" -msgstr "" - -#: src/Module/Register.php:243 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "" - -#: src/Module/Register.php:247 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "" - -#: src/Module/Register.php:254 -msgid "Registration successful." -msgstr "" - -#: src/Module/Register.php:259 -msgid "Your registration can not be processed." -msgstr "" - -#: src/Module/Register.php:305 -msgid "Your registration is pending approval by the site owner." -msgstr "" - -#: src/Module/Tos.php:35 src/Module/Tos.php:77 -msgid "" -"At the time of registration, and for providing communications between the " -"user account and their contacts, the user has to provide a display name (pen" -" name), an username (nickname) and a working email address. The names will " -"be accessible on the profile page of the account by any visitor of the page," -" even if other profile details are not displayed. The email address will " -"only be used to send the user notifications about interactions, but wont be " -"visibly displayed. The listing of an account in the node's user directory or" -" the global user directory is optional and can be controlled in the user " -"settings, it is not necessary for communication." -msgstr "" - -#: src/Module/Tos.php:36 src/Module/Tos.php:78 -msgid "" -"This data is required for communication and is passed on to the nodes of the" -" communication partners and is stored there. Users can enter additional " -"private data that may be transmitted to the communication partners accounts." -msgstr "" - -#: src/Module/Tos.php:37 src/Module/Tos.php:79 -#, php-format -msgid "" -"At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at %1$s/removeme. The deletion of the account will " -"be permanent. Deletion of the data will also be requested from the nodes of " -"the communication partners." -msgstr "" - -#: src/Module/Tos.php:40 src/Module/Tos.php:76 -msgid "Privacy Statement" -msgstr "" - -#: src/Object/Post.php:137 -msgid "This entry was edited" -msgstr "See kanne on muudetud" - -#: src/Object/Post.php:199 -msgid "Delete locally" -msgstr "Kustuta lokaalselt" - -#: src/Object/Post.php:202 -msgid "Delete globally" -msgstr "Kustuta globaalselt" - -#: src/Object/Post.php:202 -msgid "Remove locally" -msgstr "Eemalda lokaalselt" - -#: src/Object/Post.php:216 -msgid "save to folder" -msgstr "salvesta kausta" - -#: src/Object/Post.php:251 -msgid "I will attend" -msgstr "Ma osalen" - -#: src/Object/Post.php:251 -msgid "I will not attend" -msgstr "Ma ei osale" - -#: src/Object/Post.php:251 -msgid "I might attend" -msgstr "Ma ehk osalen" - -#: src/Object/Post.php:279 -msgid "ignore thread" -msgstr "ignoreeri lõime" - -#: src/Object/Post.php:280 -msgid "unignore thread" -msgstr "taasjälgi lõime" - -#: src/Object/Post.php:281 -msgid "toggle ignore status" -msgstr "vaheta ignoreerimise staatust" - -#: src/Object/Post.php:292 -msgid "add star" -msgstr "lisa täht" - -#: src/Object/Post.php:293 -msgid "remove star" -msgstr "eemalda täht" - -#: src/Object/Post.php:294 -msgid "toggle star status" -msgstr "vaheta tähe staatus" - -#: src/Object/Post.php:297 -msgid "starred" -msgstr "tähitud" - -#: src/Object/Post.php:301 -msgid "add tag" -msgstr "lisa silt" - -#: src/Object/Post.php:312 -msgid "like" -msgstr "meeldib" - -#: src/Object/Post.php:313 -msgid "dislike" -msgstr "ei meeldi" - -#: src/Object/Post.php:316 -msgid "Share this" -msgstr "Jaga seda" - -#: src/Object/Post.php:316 -msgid "share" -msgstr "jaga" - -#: src/Object/Post.php:383 -msgid "to" -msgstr "" - -#: src/Object/Post.php:384 -msgid "via" -msgstr "" - -#: src/Object/Post.php:385 -msgid "Wall-to-Wall" -msgstr "Seinalt Seinale" - -#: src/Object/Post.php:386 -msgid "via Wall-To-Wall:" -msgstr "läbi Seinalt Seinale:" - -#: src/Object/Post.php:419 -#, php-format -msgid "Reply to %s" -msgstr "Vasta %s le" - -#: src/Object/Post.php:434 -msgid "Notifier task is pending" -msgstr "" - -#: src/Object/Post.php:435 -msgid "Delivery to remote servers is pending" -msgstr "" - -#: src/Object/Post.php:436 -msgid "Delivery to remote servers is underway" -msgstr "" - -#: src/Object/Post.php:437 -msgid "Delivery to remote servers is mostly done" -msgstr "" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is done" -msgstr "" - -#: src/Object/Post.php:458 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: src/Object/Post.php:459 -msgid "Show more" -msgstr "" - -#: src/Object/Post.php:460 -msgid "Show fewer" -msgstr "" - -#: src/Protocol/Diaspora.php:2496 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: src/Protocol/Diaspora.php:3613 -msgid "Attachments:" -msgstr "Manused:" - -#: src/Protocol/OStatus.php:1866 -#, php-format -msgid "%s is now following %s." -msgstr "%s jälgib nüüd %s ." - -#: src/Protocol/OStatus.php:1867 -msgid "following" -msgstr "jälgib" - -#: src/Protocol/OStatus.php:1870 -#, php-format -msgid "%s stopped following %s." -msgstr "%slõpetas %s jälgimise" - -#: src/Protocol/OStatus.php:1871 -msgid "stopped following" -msgstr "lõpetas jälgimise" - -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "" - -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "" - -#: src/Util/Temporal.php:329 -#, php-format -msgid "in %1$d %2$s" -msgstr "" - -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "" - -#: src/Worker/Delivery.php:453 -msgid "(no subject)" -msgstr "" - -#: update.php:217 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "" - -#: update.php:272 -#, php-format -msgid "%s: Updating post-type." -msgstr "" - -#: view/theme/duepuntozero/config.php:56 -msgid "greenzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:57 -msgid "purplezero" -msgstr "" - -#: view/theme/duepuntozero/config.php:58 -msgid "easterbunny" -msgstr "" - -#: view/theme/duepuntozero/config.php:59 -msgid "darkzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:60 -msgid "comix" -msgstr "" - -#: view/theme/duepuntozero/config.php:61 -msgid "slackr" -msgstr "" - -#: view/theme/duepuntozero/config.php:75 -msgid "Variations" -msgstr "" - -#: view/theme/frio/config.php:103 -msgid "Custom" -msgstr "" - -#: view/theme/frio/config.php:115 -msgid "Note" -msgstr "" - -#: view/theme/frio/config.php:115 -msgid "Check image permissions if all users are allowed to see the image" -msgstr "" - -#: view/theme/frio/config.php:122 -msgid "Select color scheme" -msgstr "" - -#: view/theme/frio/config.php:123 -msgid "Navigation bar background color" -msgstr "" - -#: view/theme/frio/config.php:124 -msgid "Navigation bar icon color " -msgstr "" - -#: view/theme/frio/config.php:125 -msgid "Link color" -msgstr "" - -#: view/theme/frio/config.php:126 -msgid "Set the background color" -msgstr "" - -#: view/theme/frio/config.php:127 -msgid "Content background opacity" -msgstr "" - -#: view/theme/frio/config.php:128 -msgid "Set the background image" -msgstr "" - -#: view/theme/frio/config.php:129 -msgid "Background image style" -msgstr "" - -#: view/theme/frio/config.php:134 -msgid "Login page background image" -msgstr "" - -#: view/theme/frio/config.php:138 -msgid "Login page background color" -msgstr "" - -#: view/theme/frio/config.php:138 -msgid "Leave background image and color empty for theme defaults" -msgstr "" - -#: view/theme/frio/php/Image.php:24 -msgid "Top Banner" -msgstr "" - -#: view/theme/frio/php/Image.php:24 -msgid "" -"Resize image to the width of the screen and show background color below on " -"long pages." -msgstr "" - -#: view/theme/frio/php/Image.php:25 -msgid "Full screen" -msgstr "" - -#: view/theme/frio/php/Image.php:25 -msgid "" -"Resize image to fill entire screen, clipping either the right or the bottom." -msgstr "" - -#: view/theme/frio/php/Image.php:26 -msgid "Single row mosaic" -msgstr "" - -#: view/theme/frio/php/Image.php:26 -msgid "" -"Resize image to repeat it on a single row, either vertical or horizontal." -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Mosaic" -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Repeat image to fill the screen." -msgstr "" - -#: view/theme/frio/theme.php:239 -msgid "Guest" -msgstr "Külaline" - -#: view/theme/frio/theme.php:244 -msgid "Visitor" -msgstr "Külastaja" - -#: view/theme/quattro/config.php:77 -msgid "Alignment" -msgstr "" - -#: view/theme/quattro/config.php:77 -msgid "Left" -msgstr "" - -#: view/theme/quattro/config.php:77 -msgid "Center" -msgstr "" - -#: view/theme/quattro/config.php:78 -msgid "Color scheme" -msgstr "" - -#: view/theme/quattro/config.php:79 -msgid "Posts font size" -msgstr "" - -#: view/theme/quattro/config.php:80 -msgid "Textareas font size" -msgstr "" - -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "" - -#: view/theme/vier/config.php:123 -msgid "Set style" -msgstr "Säti stiil" - -#: view/theme/vier/config.php:124 -msgid "Community Pages" -msgstr "Kogukonna lehed" - -#: view/theme/vier/config.php:125 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Kogukonna profiilid" - -#: view/theme/vier/config.php:126 -msgid "Help or @NewHere ?" -msgstr "" - -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Ühendu teenustega" - -#: view/theme/vier/config.php:128 -msgid "Find Friends" -msgstr "Leia sõpru" - -#: view/theme/vier/config.php:129 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Viimased kasutajad" - -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "" diff --git a/view/lang/et/strings.php b/view/lang/et/strings.php index f1a6e27442..3cec61d939 100644 --- a/view/lang/et/strings.php +++ b/view/lang/et/strings.php @@ -16,116 +16,6 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; $a->strings["Profile Photos"] = "Profiilifotod"; -$a->strings["event"] = "sündmus"; -$a->strings["status"] = "staatus"; -$a->strings["photo"] = "foto"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; -$a->strings["%1\$s attends %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = ""; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; -$a->strings["post/item"] = "postitus/element"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; -$a->strings["Likes"] = "Meeldimised"; -$a->strings["Dislikes"] = "Mittemeeldimised"; -$a->strings["Attending"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Not attending"] = "Ei osale"; -$a->strings["Might attend"] = "Kaalub osalemist"; -$a->strings["Select"] = "Vali"; -$a->strings["Delete"] = "Kustuta"; -$a->strings["View %s's profile @ %s"] = ""; -$a->strings["Categories:"] = "Kategooriad:"; -$a->strings["Filed under:"] = ""; -$a->strings["%s from %s"] = ""; -$a->strings["View in context"] = ""; -$a->strings["Please wait"] = "Palun oota"; -$a->strings["remove"] = "eemalda"; -$a->strings["Delete Selected Items"] = "Kustuta valitud elemendid"; -$a->strings["Follow Thread"] = "Jälgi vestlust"; -$a->strings["View Status"] = "Vaata staatust"; -$a->strings["View Profile"] = "Vaata profiili"; -$a->strings["View Photos"] = "Vaata fotosid"; -$a->strings["Network Posts"] = "Võrgupostitused"; -$a->strings["View Contact"] = "Vaata kontakti"; -$a->strings["Send PM"] = "Saada privaatsõnum"; -$a->strings["Poke"] = "Müksa"; -$a->strings["Connect/Follow"] = "Ühendu/Järgi"; -$a->strings["%s likes this."] = ""; -$a->strings["%s doesn't like this."] = ""; -$a->strings["%s attends."] = ""; -$a->strings["%s doesn't attend."] = ""; -$a->strings["%s attends maybe."] = ""; -$a->strings["and"] = "ja"; -$a->strings["and %d other people"] = ""; -$a->strings["%2\$d people like this"] = ""; -$a->strings["%s like this."] = ""; -$a->strings["%2\$d people don't like this"] = ""; -$a->strings["%s don't like this."] = ""; -$a->strings["%2\$d people attend"] = ""; -$a->strings["%s attend."] = ""; -$a->strings["%2\$d people don't attend"] = ""; -$a->strings["%s don't attend."] = ""; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s attend maybe."] = ""; -$a->strings["Visible to everybody"] = ""; -$a->strings["Please enter a image/video/audio/webpage URL:"] = "Palun sisesta pildi/video/audio/veebilehe URL:"; -$a->strings["Tag term:"] = "Tag`i tingimus:"; -$a->strings["Save to Folder:"] = "Salvesta kausta:"; -$a->strings["Where are you right now?"] = "Kus sa hetkel oled?"; -$a->strings["Delete item(s)?"] = "Kustutada element(id)?"; -$a->strings["New Post"] = "Uus postitus"; -$a->strings["Share"] = "Jaga"; -$a->strings["Upload photo"] = "Lae foto üles"; -$a->strings["upload photo"] = "lae foto üles"; -$a->strings["Attach file"] = "Manusta fail"; -$a->strings["attach file"] = "manusta fail"; -$a->strings["Bold"] = ""; -$a->strings["Italic"] = ""; -$a->strings["Underline"] = "Allajoonitud"; -$a->strings["Quote"] = "Tsitaat"; -$a->strings["Code"] = "Kood"; -$a->strings["Image"] = "Pilt"; -$a->strings["Link"] = ""; -$a->strings["Link or Media"] = "Link või meediafail"; -$a->strings["Set your location"] = "Vali oma asukoht"; -$a->strings["set location"] = "vali asukoht"; -$a->strings["Clear browser location"] = "Kustuta sirviku asukoht"; -$a->strings["clear location"] = "kustuta asukoht"; -$a->strings["Set title"] = "Pane pealkiri"; -$a->strings["Categories (comma-separated list)"] = "Kategooriad (komaga-eraldatud nimistu)"; -$a->strings["Permission settings"] = "Õiguste sätted"; -$a->strings["permissions"] = "õigused"; -$a->strings["Public post"] = "Avalik postitus"; -$a->strings["Preview"] = "Eelvaade"; -$a->strings["Cancel"] = "Katkesta"; -$a->strings["Post to Groups"] = "Postita Gruppidesse"; -$a->strings["Post to Contacts"] = "Postita Kontaktidele"; -$a->strings["Private post"] = "Privaatpostitus"; -$a->strings["Message"] = "Sõnum"; -$a->strings["Browser"] = "Sirvik"; -$a->strings["View all"] = "Kuva kõik"; -$a->strings["Like"] = [ - 0 => "Mittemeeldimised", - 1 => "Meeldimised", -]; -$a->strings["Dislike"] = [ - 0 => "Mittemeeldimised", - 1 => "Mittemeeldimised", -]; -$a->strings["Not Attending"] = [ - 0 => "Ei osale", - 1 => "Ei osale", -]; -$a->strings["Undecided"] = [ - 0 => "Otsustamata", - 1 => "Otsustamata", -]; $a->strings["Friendica Notification"] = "Freiendica teade"; $a->strings["Thank You,"] = "Tänan,"; $a->strings["%1\$s, %2\$s Administrator"] = ""; @@ -189,14 +79,884 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "" $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = ""; $a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = ""; $a->strings["Please visit %s to approve or reject the request."] = ""; +$a->strings["event"] = "sündmus"; +$a->strings["status"] = "staatus"; +$a->strings["photo"] = "foto"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; +$a->strings["%1\$s attends %2\$s's %3\$s"] = ""; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is now friends with %2\$s"] = ""; +$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; +$a->strings["post/item"] = "postitus/element"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; +$a->strings["Likes"] = "Meeldimised"; +$a->strings["Dislikes"] = "Mittemeeldimised"; +$a->strings["Attending"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Not attending"] = "Ei osale"; +$a->strings["Might attend"] = "Kaalub osalemist"; +$a->strings["Reshares"] = ""; +$a->strings["Select"] = "Vali"; +$a->strings["Delete"] = "Kustuta"; +$a->strings["View %s's profile @ %s"] = ""; +$a->strings["Categories:"] = "Kategooriad:"; +$a->strings["Filed under:"] = ""; +$a->strings["%s from %s"] = ""; +$a->strings["View in context"] = ""; +$a->strings["Please wait"] = "Palun oota"; +$a->strings["remove"] = "eemalda"; +$a->strings["Delete Selected Items"] = "Kustuta valitud elemendid"; +$a->strings["Follow Thread"] = "Jälgi vestlust"; +$a->strings["View Status"] = "Vaata staatust"; +$a->strings["View Profile"] = "Vaata profiili"; +$a->strings["View Photos"] = "Vaata fotosid"; +$a->strings["Network Posts"] = "Võrgupostitused"; +$a->strings["View Contact"] = "Vaata kontakti"; +$a->strings["Send PM"] = "Saada privaatsõnum"; +$a->strings["Block"] = "Blokeeri"; +$a->strings["Ignore"] = "Ignoreeri"; +$a->strings["Poke"] = "Müksa"; +$a->strings["Connect/Follow"] = "Ühendu/Järgi"; +$a->strings["%s likes this."] = ""; +$a->strings["%s doesn't like this."] = ""; +$a->strings["%s attends."] = ""; +$a->strings["%s doesn't attend."] = ""; +$a->strings["%s attends maybe."] = ""; +$a->strings["%s reshared this."] = ""; +$a->strings["and"] = "ja"; +$a->strings["and %d other people"] = ""; +$a->strings["%2\$d people like this"] = ""; +$a->strings["%s like this."] = ""; +$a->strings["%2\$d people don't like this"] = ""; +$a->strings["%s don't like this."] = ""; +$a->strings["%2\$d people attend"] = ""; +$a->strings["%s attend."] = ""; +$a->strings["%2\$d people don't attend"] = ""; +$a->strings["%s don't attend."] = ""; +$a->strings["%2\$d people attend maybe"] = ""; +$a->strings["%s attend maybe."] = ""; +$a->strings["%2\$d people reshared this"] = ""; +$a->strings["Visible to everybody"] = ""; +$a->strings["Please enter a image/video/audio/webpage URL:"] = "Palun sisesta pildi/video/audio/veebilehe URL:"; +$a->strings["Tag term:"] = "Tag`i tingimus:"; +$a->strings["Save to Folder:"] = "Salvesta kausta:"; +$a->strings["Where are you right now?"] = "Kus sa hetkel oled?"; +$a->strings["Delete item(s)?"] = "Kustutada element(id)?"; +$a->strings["New Post"] = "Uus postitus"; +$a->strings["Share"] = "Jaga"; +$a->strings["Upload photo"] = "Lae foto üles"; +$a->strings["upload photo"] = "lae foto üles"; +$a->strings["Attach file"] = "Manusta fail"; +$a->strings["attach file"] = "manusta fail"; +$a->strings["Bold"] = ""; +$a->strings["Italic"] = ""; +$a->strings["Underline"] = "Allajoonitud"; +$a->strings["Quote"] = "Tsitaat"; +$a->strings["Code"] = "Kood"; +$a->strings["Image"] = "Pilt"; +$a->strings["Link"] = ""; +$a->strings["Link or Media"] = "Link või meediafail"; +$a->strings["Set your location"] = "Vali oma asukoht"; +$a->strings["set location"] = "vali asukoht"; +$a->strings["Clear browser location"] = "Kustuta sirviku asukoht"; +$a->strings["clear location"] = "kustuta asukoht"; +$a->strings["Set title"] = "Pane pealkiri"; +$a->strings["Categories (comma-separated list)"] = "Kategooriad (komaga-eraldatud nimistu)"; +$a->strings["Permission settings"] = "Õiguste sätted"; +$a->strings["permissions"] = "õigused"; +$a->strings["Public post"] = "Avalik postitus"; +$a->strings["Preview"] = "Eelvaade"; +$a->strings["Cancel"] = "Katkesta"; +$a->strings["Post to Groups"] = "Postita Gruppidesse"; +$a->strings["Post to Contacts"] = "Postita Kontaktidele"; +$a->strings["Private post"] = "Privaatpostitus"; +$a->strings["Message"] = "Sõnum"; +$a->strings["Browser"] = "Sirvik"; +$a->strings["View all"] = "Kuva kõik"; +$a->strings["Like"] = [ + 0 => "Mittemeeldimised", + 1 => "Meeldimised", +]; +$a->strings["Dislike"] = [ + 0 => "Mittemeeldimised", + 1 => "Mittemeeldimised", +]; +$a->strings["Not Attending"] = [ + 0 => "Ei osale", + 1 => "Ei osale", +]; +$a->strings["Undecided"] = [ + 0 => "Otsustamata", + 1 => "Otsustamata", +]; $a->strings["Item not found."] = "Elementi ei leitud"; $a->strings["Do you really want to delete this item?"] = "Kas soovite tõesti selle elemendi kustutada?"; $a->strings["Yes"] = "Jah"; $a->strings["Permission denied."] = ""; -$a->strings["Archives"] = "Arhiivid"; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = ""; +$a->strings["%s: Updating post-type."] = ""; +$a->strings["Community Profiles"] = "Kogukonna profiilid"; +$a->strings["Last users"] = "Viimased kasutajad"; +$a->strings["Find People"] = "Leia inimesi"; +$a->strings["Enter name or interest"] = "Sissta nimi või huviala"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; +$a->strings["Find"] = "Otsi"; +$a->strings["Friend Suggestions"] = "Sõbrasoovitused"; +$a->strings["Similar Interests"] = "Sarnased huvid"; +$a->strings["Random Profile"] = "Suvaline profiil"; +$a->strings["Invite Friends"] = "Kutsu sõpru"; +$a->strings["Global Directory"] = "Globaalne kataloog"; +$a->strings["Local Directory"] = "Kohalik kataloog"; +$a->strings["Forums"] = "Foorumid"; +$a->strings["External link to forum"] = "Välimine link foorumisse"; $a->strings["show more"] = "näita veel"; -$a->strings["Theme settings updated."] = "Teema sätted uuendatud"; +$a->strings["Quick Start"] = ""; +$a->strings["Help"] = "Abi"; +$a->strings["Connect Services"] = "Ühendu teenustega"; +$a->strings["Comma separated list of helper forums"] = ""; +$a->strings["don't show"] = "ära näita"; +$a->strings["show"] = "näita"; +$a->strings["Submit"] = ""; +$a->strings["Theme settings"] = "Teema sätted"; +$a->strings["Set style"] = "Säti stiil"; +$a->strings["Community Pages"] = "Kogukonna lehed"; +$a->strings["Help or @NewHere ?"] = ""; +$a->strings["Find Friends"] = "Leia sõpru"; +$a->strings["default"] = ""; +$a->strings["greenzero"] = ""; +$a->strings["purplezero"] = ""; +$a->strings["easterbunny"] = ""; +$a->strings["darkzero"] = ""; +$a->strings["comix"] = ""; +$a->strings["slackr"] = ""; +$a->strings["Variations"] = ""; +$a->strings["Top Banner"] = ""; +$a->strings["Resize image to the width of the screen and show background color below on long pages."] = ""; +$a->strings["Full screen"] = ""; +$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = ""; +$a->strings["Single row mosaic"] = ""; +$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = ""; +$a->strings["Mosaic"] = ""; +$a->strings["Repeat image to fill the screen."] = ""; +$a->strings["Guest"] = "Külaline"; +$a->strings["Visitor"] = "Külastaja"; +$a->strings["Status"] = "Staatus"; +$a->strings["Your posts and conversations"] = "Sinu postitused ja vestlused"; +$a->strings["Profile"] = "Profiil"; +$a->strings["Your profile page"] = "Sinu profiili leht"; +$a->strings["Photos"] = "Fotod"; +$a->strings["Your photos"] = "Sinu fotod"; +$a->strings["Videos"] = "Videod"; +$a->strings["Your videos"] = "Sinu videod"; +$a->strings["Events"] = "Sündmused"; +$a->strings["Your events"] = "Sinu sündmused"; +$a->strings["Network"] = "Võrk"; +$a->strings["Conversations from your friends"] = "Vestlused sinu sõpradelt"; +$a->strings["Events and Calendar"] = "Sündmused ja Kalender"; +$a->strings["Messages"] = "Sõnumid"; +$a->strings["Private mail"] = "Privaatmeil"; +$a->strings["Settings"] = "Sätted"; +$a->strings["Account settings"] = "Konto sätted"; +$a->strings["Contacts"] = "Kontaktid"; +$a->strings["Manage/edit friends and contacts"] = "Halda/muuda sõpru ja kontakte"; +$a->strings["Custom"] = ""; +$a->strings["Note"] = ""; +$a->strings["Check image permissions if all users are allowed to see the image"] = ""; +$a->strings["Select color scheme"] = ""; +$a->strings["Copy or paste schemestring"] = ""; +$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = ""; +$a->strings["Navigation bar background color"] = ""; +$a->strings["Navigation bar icon color "] = ""; +$a->strings["Link color"] = ""; +$a->strings["Set the background color"] = ""; +$a->strings["Content background opacity"] = ""; +$a->strings["Set the background image"] = ""; +$a->strings["Background image style"] = ""; +$a->strings["Enable Compose page"] = ""; +$a->strings["This replaces the jot modal window for writing new posts with a link to the new Compose page."] = ""; +$a->strings["Login page background image"] = ""; +$a->strings["Login page background color"] = ""; +$a->strings["Leave background image and color empty for theme defaults"] = ""; +$a->strings["Alignment"] = ""; +$a->strings["Left"] = ""; +$a->strings["Center"] = ""; +$a->strings["Color scheme"] = ""; +$a->strings["Posts font size"] = ""; +$a->strings["Textareas font size"] = ""; +$a->strings["There are no tables on MyISAM."] = ""; +$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; +$a->strings["Errors encountered performing database changes: "] = ""; +$a->strings["%s: Database update"] = ""; +$a->strings["%s: updating %s table."] = ""; +$a->strings["This entry was edited"] = "See kanne on muudetud"; +$a->strings["Private Message"] = "Pirvaatsõnum"; +$a->strings["Edit"] = "Muuda"; +$a->strings["pinned item"] = ""; +$a->strings["Delete locally"] = "Kustuta lokaalselt"; +$a->strings["Delete globally"] = "Kustuta globaalselt"; +$a->strings["Remove locally"] = "Eemalda lokaalselt"; +$a->strings["save to folder"] = "salvesta kausta"; +$a->strings["I will attend"] = "Ma osalen"; +$a->strings["I will not attend"] = "Ma ei osale"; +$a->strings["I might attend"] = "Ma ehk osalen"; +$a->strings["ignore thread"] = "ignoreeri lõime"; +$a->strings["unignore thread"] = "taasjälgi lõime"; +$a->strings["toggle ignore status"] = "vaheta ignoreerimise staatust"; +$a->strings["ignored"] = "ignoreeritud"; +$a->strings["pin"] = ""; +$a->strings["unpin"] = ""; +$a->strings["toggle pin status"] = ""; +$a->strings["pinned"] = ""; +$a->strings["add star"] = "lisa täht"; +$a->strings["remove star"] = "eemalda täht"; +$a->strings["toggle star status"] = "vaheta tähe staatus"; +$a->strings["starred"] = "tähitud"; +$a->strings["add tag"] = "lisa silt"; +$a->strings["I like this (toggle)"] = "Mulle meeldib see (toggle)"; +$a->strings["like"] = "meeldib"; +$a->strings["I don't like this (toggle)"] = "Mulle ei meeldi see (toggle)"; +$a->strings["dislike"] = "ei meeldi"; +$a->strings["Share this"] = "Jaga seda"; +$a->strings["share"] = "jaga"; +$a->strings["%s (Received %s)"] = ""; +$a->strings["to"] = ""; +$a->strings["via"] = ""; +$a->strings["Wall-to-Wall"] = "Seinalt Seinale"; +$a->strings["via Wall-To-Wall:"] = "läbi Seinalt Seinale:"; +$a->strings["Comment"] = "Kommentaar"; +$a->strings["Reply to %s"] = "Vasta %s le"; +$a->strings["Notifier task is pending"] = ""; +$a->strings["Delivery to remote servers is pending"] = ""; +$a->strings["Delivery to remote servers is underway"] = ""; +$a->strings["Delivery to remote servers is mostly done"] = ""; +$a->strings["Delivery to remote servers is done"] = ""; +$a->strings["%d comment"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Show more"] = "Näita rohkem "; +$a->strings["Show fewer"] = "Näita vähem"; +$a->strings["comment"] = [ + 0 => "kommentaarid", + 1 => "kommentaarid", +]; +$a->strings["This is you"] = "See oled sina"; +$a->strings["No system theme config value set."] = ""; +$a->strings["view full size"] = "kuva täissuuruses"; +$a->strings["Image/photo"] = ""; +$a->strings["%2\$s %3\$s"] = ""; +$a->strings["Click to open/close"] = "Klõpsa ava/sulge"; +$a->strings["$1 wrote:"] = ""; +$a->strings["Encrypted content"] = "Krüptitud sisu"; +$a->strings["Invalid source protocol"] = ""; +$a->strings["Invalid link protocol"] = ""; +$a->strings["Loading more entries..."] = ""; +$a->strings["The end"] = "Lõpp"; +$a->strings["Save"] = "Salvesta"; +$a->strings["Follow"] = "Jälgi"; +$a->strings["Search"] = "Otsi"; +$a->strings["@name, !forum, #tags, content"] = ""; +$a->strings["Full Text"] = "Täistekst"; +$a->strings["Tags"] = "Sildid"; +$a->strings["Frequently"] = "Sageli"; +$a->strings["Hourly"] = "Tunnis"; +$a->strings["Twice daily"] = "Kakskord päevas"; +$a->strings["Daily"] = "Päevas"; +$a->strings["Weekly"] = "Nädalas"; +$a->strings["Monthly"] = "Kuus"; +$a->strings["DFRN"] = ""; +$a->strings["OStatus"] = ""; +$a->strings["RSS/Atom"] = ""; +$a->strings["Email"] = "Email"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Zot!"] = ""; +$a->strings["LinkedIn"] = ""; +$a->strings["XMPP/IM"] = ""; +$a->strings["MySpace"] = ""; +$a->strings["Google+"] = ""; +$a->strings["pump.io"] = ""; +$a->strings["Twitter"] = ""; +$a->strings["Discourse"] = ""; +$a->strings["Diaspora Connector"] = ""; +$a->strings["GNU Social Connector"] = ""; +$a->strings["ActivityPub"] = ""; +$a->strings["pnut"] = ""; +$a->strings["No answer"] = ""; +$a->strings["Male"] = "Mees"; +$a->strings["Female"] = "Naine"; +$a->strings["Currently Male"] = "Hetkel mees"; +$a->strings["Currently Female"] = "Hetkel naine"; +$a->strings["Mostly Male"] = "Peamiselt mees"; +$a->strings["Mostly Female"] = "Peamiselt naine"; +$a->strings["Transgender"] = ""; +$a->strings["Intersex"] = ""; +$a->strings["Transsexual"] = ""; +$a->strings["Hermaphrodite"] = ""; +$a->strings["Neuter"] = ""; +$a->strings["Non-specific"] = ""; +$a->strings["Other"] = ""; +$a->strings["Males"] = "Mehed"; +$a->strings["Females"] = "Naised"; +$a->strings["Gay"] = ""; +$a->strings["Lesbian"] = ""; +$a->strings["No Preference"] = ""; +$a->strings["Bisexual"] = ""; +$a->strings["Autosexual"] = ""; +$a->strings["Abstinent"] = ""; +$a->strings["Virgin"] = ""; +$a->strings["Deviant"] = ""; +$a->strings["Fetish"] = ""; +$a->strings["Oodles"] = ""; +$a->strings["Nonsexual"] = ""; +$a->strings["Single"] = "Üksik"; +$a->strings["Lonely"] = ""; +$a->strings["In a relation"] = ""; +$a->strings["Has crush"] = ""; +$a->strings["Infatuated"] = ""; +$a->strings["Dating"] = ""; +$a->strings["Unfaithful"] = ""; +$a->strings["Sex Addict"] = ""; +$a->strings["Friends"] = "Sõbrad"; +$a->strings["Friends/Benefits"] = "Sõbrad/Kasudega"; +$a->strings["Casual"] = ""; +$a->strings["Engaged"] = ""; +$a->strings["Married"] = "Abielus"; +$a->strings["Imaginarily married"] = ""; +$a->strings["Partners"] = "Partnerid"; +$a->strings["Cohabiting"] = ""; +$a->strings["Common law"] = "Vabaabielu"; +$a->strings["Happy"] = "Õnnelik"; +$a->strings["Not looking"] = "Ei otsi"; +$a->strings["Swinger"] = ""; +$a->strings["Betrayed"] = ""; +$a->strings["Separated"] = "Lahku läinud"; +$a->strings["Unstable"] = ""; +$a->strings["Divorced"] = "Lahutatud"; +$a->strings["Imaginarily divorced"] = ""; +$a->strings["Widowed"] = "Lesestunud"; +$a->strings["Uncertain"] = ""; +$a->strings["It's complicated"] = "Keeruline"; +$a->strings["Don't care"] = "Ei huvita"; +$a->strings["Ask me"] = "Küsi minult"; +$a->strings["Add New Contact"] = "Lisa uus kontakt"; +$a->strings["Enter address or web location"] = "Sisesta aadress või veebiasukoht"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = ""; +$a->strings["Connect"] = "Ühendu"; +$a->strings["%d invitation available"] = [ + 0 => "%d kutset saadaval", + 1 => "%d kutset saadaval", +]; +$a->strings["Followers"] = ""; +$a->strings["Following"] = ""; +$a->strings["Mutual friends"] = ""; +$a->strings["Relationships"] = ""; +$a->strings["All Contacts"] = "Kõik kontaktid"; +$a->strings["Protocols"] = "Protokollid"; +$a->strings["All Protocols"] = "Kõik protokollid"; +$a->strings["Saved Folders"] = "Salvestatud kaustad"; +$a->strings["Everything"] = "Kõikvõimalik"; +$a->strings["Categories"] = "Kategooriad"; +$a->strings["%d contact in common"] = [ + 0 => "%d ühine kontakt", + 1 => "%d ühine kontakt", +]; +$a->strings["Archives"] = "Arhiivid"; +$a->strings["Embedding disabled"] = ""; +$a->strings["Embedded content"] = ""; +$a->strings["General Features"] = "Üldised funktsioonid"; +$a->strings["Multiple Profiles"] = "Mitmed profiilid"; +$a->strings["Ability to create multiple profiles"] = "Võimalus luua mitmeid profiile"; +$a->strings["Photo Location"] = "Foto asukoht"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; +$a->strings["Export Public Calendar"] = ""; +$a->strings["Ability for visitors to download the public calendar"] = ""; +$a->strings["Trending Tags"] = ""; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Auto-mention Forums"] = ""; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; +$a->strings["Explicit Mentions"] = ""; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = ""; +$a->strings["Network Sidebar"] = ""; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["Protocol Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected protocols"] = ""; +$a->strings["Network Tabs"] = "Võrgusakid"; +$a->strings["Network New Tab"] = "Uus võrgusakk"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Võimalda sakk kuvama vaid uusi Võrgupostitusi (viimasest 12 tunnist)"; +$a->strings["Network Shared Links Tab"] = "Võrgusakk Jagatud lingid"; +$a->strings["Enable tab to display only Network posts with links in them"] = ""; +$a->strings["Post/Comment Tools"] = "Postituse/Kommenteerimise tööriistad"; +$a->strings["Post Categories"] = "Postituse kategooriad"; +$a->strings["Add categories to your posts"] = "Lisa kategooriad on postitustele"; +$a->strings["Advanced Profile Settings"] = "Täpsemad profiili sätted"; +$a->strings["List Forums"] = "Foorumine nimistu"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; +$a->strings["Tag Cloud"] = "Sildipilv tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Näita personaalset sildipilve oma profiili lehel"; +$a->strings["Display Membership Date"] = "Kuva liitumise kuupäev"; +$a->strings["Display membership date in profile"] = "Kuva liitumiskuupäev oma profiilil"; +$a->strings["Nothing new here"] = "Ei midagi uut siin"; +$a->strings["Clear notifications"] = "Puhasta teated"; +$a->strings["Logout"] = "Logi välja"; +$a->strings["End this session"] = "Lõpeta see sessioon"; +$a->strings["Login"] = ""; +$a->strings["Sign in"] = "Logi sisse"; +$a->strings["Personal notes"] = "Personaalsed märkmed"; +$a->strings["Your personal notes"] = "Sinu personaalsed märkmed"; +$a->strings["Home"] = "Kodu"; +$a->strings["Home Page"] = "Koduleht"; +$a->strings["Register"] = "Registreeri"; +$a->strings["Create an account"] = "Loo konto"; +$a->strings["Help and documentation"] = "Abi ja dokumentatsioon"; +$a->strings["Apps"] = "Rakendused"; +$a->strings["Addon applications, utilities, games"] = "Lisarakendused, utiliidid, mängud"; +$a->strings["Search site content"] = "Otsi lehe sisust"; +$a->strings["Community"] = "Kogukond"; +$a->strings["Conversations on this and other servers"] = "Vestlused siin ja muudes serverites"; +$a->strings["Directory"] = "Kataloog"; +$a->strings["People directory"] = "Inimeste kataloog"; $a->strings["Information"] = "Info"; +$a->strings["Information about this friendica instance"] = "Info selle friendica instantsi kohta"; +$a->strings["Terms of Service"] = ""; +$a->strings["Terms of Service of this Friendica instance"] = "Selle Friendica instantsi kasutustingimused"; +$a->strings["Network Reset"] = "Võrgu taaskäivitus"; +$a->strings["Load Network page with no filters"] = ""; +$a->strings["Introductions"] = "Tutvustused"; +$a->strings["Friend Requests"] = "Sõbrataotlused"; +$a->strings["Notifications"] = "Teavitused"; +$a->strings["See all notifications"] = "Vaata kõiki teavitusi"; +$a->strings["Mark as seen"] = ""; +$a->strings["Mark all system notifications seen"] = "Märgi kõik süsteemitevitused loetuks"; +$a->strings["Inbox"] = "Sisenev"; +$a->strings["Outbox"] = "Väljuv"; +$a->strings["New Message"] = "Uus sõnum"; +$a->strings["Delegation"] = ""; +$a->strings["Manage other pages"] = "Halda teisi lehti"; +$a->strings["Profiles"] = "Profiilid"; +$a->strings["Manage/Edit Profiles"] = "Halda/Muud profiile"; +$a->strings["Admin"] = ""; +$a->strings["Site setup and configuration"] = "Saidi seadmine ja sätted"; +$a->strings["Navigation"] = "Navigatsioon"; +$a->strings["Site map"] = "Lehekaart"; +$a->strings["Remove term"] = "Eemalda tingimus"; +$a->strings["Saved Searches"] = "Salvestatud otsingud"; +$a->strings["Export"] = "Eksport"; +$a->strings["Export calendar as ical"] = "Ekspordi kalender kui ical"; +$a->strings["Export calendar as csv"] = ""; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["More Trending Tags"] = ""; +$a->strings["No contacts"] = "Kontakte pole"; +$a->strings["%d Contact"] = [ + 0 => "%d Kontaktid", + 1 => "%d Kontaktid", +]; +$a->strings["View Contacts"] = "Kuva kontaktid"; +$a->strings["newer"] = "ei kunagi"; +$a->strings["older"] = "vanem"; +$a->strings["first"] = "esimene"; +$a->strings["prev"] = "eelm"; +$a->strings["next"] = "järgmine"; +$a->strings["last"] = "viimane"; +$a->strings["Edit profile"] = "Muuda profiili"; +$a->strings["Manage/edit profiles"] = "Halda/muuda profiile"; +$a->strings["Change profile photo"] = "Muuda profiilifoto"; +$a->strings["Create New Profile"] = "Loo uus profiil"; +$a->strings["Profile Image"] = "Profiilipilt"; +$a->strings["visible to everybody"] = "nähtav kõigile"; +$a->strings["Edit visibility"] = "Muuda nähtavust"; +$a->strings["Location:"] = "Asukoht:"; +$a->strings["Gender:"] = "Sugu:"; +$a->strings["Status:"] = "Staatus:"; +$a->strings["Homepage:"] = "Koduleht:"; +$a->strings["About:"] = "Minust:"; +$a->strings["XMPP:"] = ""; +$a->strings["Unfollow"] = ""; +$a->strings["Atom feed"] = ""; +$a->strings["Network:"] = "Võrk"; +$a->strings["g A l F d"] = ""; +$a->strings["F d"] = ""; +$a->strings["[today]"] = "[täna]"; +$a->strings["Birthday Reminders"] = "Sünnipäeva meeldetuletused"; +$a->strings["Birthdays this week:"] = "Sünnipäevad sel nädalal:"; +$a->strings["[No description]"] = "[kirjeldus puudub]"; +$a->strings["Event Reminders"] = "Sündmuste meeldetuletused"; +$a->strings["Upcoming events the next 7 days:"] = "Eelseisvad sündmused järgneval 7 päeval: "; +$a->strings["Full Name:"] = "Täielik nimi:"; +$a->strings["Member since:"] = "Liige alates: "; +$a->strings["j F, Y"] = ""; +$a->strings["j F"] = ""; +$a->strings["Birthday:"] = "Sünnipäev:"; +$a->strings["Age:"] = "Vanus:"; +$a->strings["for %1\$d %2\$s"] = ""; +$a->strings["Sexual Preference:"] = "Seksuaalne eelistus:"; +$a->strings["Hometown:"] = "Kodulinn:"; +$a->strings["Tags:"] = "Tag`id: "; +$a->strings["Political Views:"] = "Poliitilised vaated:"; +$a->strings["Religion:"] = "Usk:"; +$a->strings["Hobbies/Interests:"] = "Hobid/Huvid:"; +$a->strings["Likes:"] = "Meeldimised:"; +$a->strings["Dislikes:"] = "Mittemeeldimised:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinfo ja Sotsvõrgustikud"; +$a->strings["Musical interests:"] = "Muusikalised huvid: "; +$a->strings["Books, literature:"] = "Raamatud, kirjandus:"; +$a->strings["Television:"] = "Televisioon:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/tants/kultuur/meelelahutus:"; +$a->strings["Love/Romance:"] = "Armastus/Romantika:"; +$a->strings["Work/employment:"] = "Töö/Ametitegevus:"; +$a->strings["School/education:"] = "Kool/haridus:"; +$a->strings["Forums:"] = "Foorumid:"; +$a->strings["Basic"] = "Peamine"; +$a->strings["Advanced"] = ""; +$a->strings["Status Messages and Posts"] = "Staatussõnumid ja Postitused"; +$a->strings["Profile Details"] = "Profiili detailid"; +$a->strings["Photo Albums"] = "Foto albumid"; +$a->strings["Personal Notes"] = "Isiklikud märkmed"; +$a->strings["Only You Can See This"] = "Ainult Sina saad seda näha"; +$a->strings["Tips for New Members"] = "Näpunäiteid uutele liikmetele"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = ""; +$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["Starts:"] = "Algab:"; +$a->strings["Finishes:"] = "Lõpeb:"; +$a->strings["all-day"] = "terve päev"; +$a->strings["Sun"] = "Püh"; +$a->strings["Mon"] = "Esm"; +$a->strings["Tue"] = "Tei"; +$a->strings["Wed"] = "Kol"; +$a->strings["Thu"] = "Nel"; +$a->strings["Fri"] = "Ree"; +$a->strings["Sat"] = "Lau"; +$a->strings["Sunday"] = "Pühapäev"; +$a->strings["Monday"] = "Esmaspäev"; +$a->strings["Tuesday"] = "Teisipäev"; +$a->strings["Wednesday"] = "Kolmapäev"; +$a->strings["Thursday"] = "Neljapäev"; +$a->strings["Friday"] = "Reede"; +$a->strings["Saturday"] = "Laupäev"; +$a->strings["Jan"] = ""; +$a->strings["Feb"] = ""; +$a->strings["Mar"] = ""; +$a->strings["Apr"] = ""; +$a->strings["May"] = "Mai"; +$a->strings["Jun"] = ""; +$a->strings["Jul"] = ""; +$a->strings["Aug"] = ""; +$a->strings["Sept"] = ""; +$a->strings["Oct"] = ""; +$a->strings["Nov"] = ""; +$a->strings["Dec"] = ""; +$a->strings["January"] = "Jaanuar"; +$a->strings["February"] = "Veebruar"; +$a->strings["March"] = "Märts"; +$a->strings["April"] = "Aprill"; +$a->strings["June"] = "Juuni"; +$a->strings["July"] = "Juuli"; +$a->strings["August"] = "August"; +$a->strings["September"] = ""; +$a->strings["October"] = "Oktoober"; +$a->strings["November"] = ""; +$a->strings["December"] = "Detsember"; +$a->strings["today"] = "täna"; +$a->strings["month"] = "kuu"; +$a->strings["week"] = "nädal"; +$a->strings["day"] = "päev"; +$a->strings["No events to display"] = "Pole üritusi kuvamiseks"; +$a->strings["l, F j"] = ""; +$a->strings["Edit event"] = "Muuda sündmust"; +$a->strings["Duplicate event"] = "Dubleeri sündmus"; +$a->strings["Delete event"] = "Kustuta sündmus"; +$a->strings["link to source"] = "link allikale"; +$a->strings["D g:i A"] = ""; +$a->strings["g:i A"] = ""; +$a->strings["Show map"] = "Näita kaarti"; +$a->strings["Hide map"] = "Peida kaart"; +$a->strings["%s's birthday"] = "%s sünnipäev"; +$a->strings["Happy Birthday %s"] = "Palju Õnne %s "; +$a->strings["Contact Photos"] = "Kontaktide fotod"; +$a->strings["Login failed"] = ""; +$a->strings["Not enough information to authenticate"] = ""; +$a->strings["User not found"] = "Kasutajat ei leitud"; +$a->strings["Password can't be empty"] = "Parool ei saa olla tühi "; +$a->strings["Empty passwords are not allowed."] = "Tühjad paroolid pole lubatud"; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Uus parool on juba kasutuses, palun vali midagi muud. "; +$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Paroolid ei kattu"; +$a->strings["An invitation is required."] = "Kutse on nõutav."; +$a->strings["Invitation could not be verified."] = "Kutset ei õnnestu kontrollida."; +$a->strings["Invalid OpenID url"] = ""; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = ""; +$a->strings["Please enter the required information."] = ""; +$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = ""; +$a->strings["Username should be at least %s character."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Username should be at most %s character."] = [ + 0 => "", + 1 => "", +]; +$a->strings["That doesn't appear to be your full (First Last) name."] = ""; +$a->strings["Your email domain is not among those allowed on this site."] = ""; +$a->strings["Not a valid email address."] = ""; +$a->strings["The nickname was blocked from registration by the nodes admin."] = ""; +$a->strings["Cannot use that email."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; +$a->strings["Nickname is already registered. Please choose another."] = ""; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = ""; +$a->strings["An error occurred during registration. Please try again."] = ""; +$a->strings["An error occurred creating your default profile. Please try again."] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = ""; +$a->strings["Registration at %s"] = ""; +$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = ""; +$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."] = ""; +$a->strings["Registration details for %s"] = ""; +$a->strings["[no subject]"] = "[teema puudub] "; +$a->strings["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."] = ""; +$a->strings["Default privacy group for new contacts"] = "Baas turvalisuse grupp uutele kontaktidele"; +$a->strings["Everybody"] = "Igaüks"; +$a->strings["edit"] = "muuda"; +$a->strings["add"] = "lisa"; +$a->strings["Groups"] = "Grupid"; +$a->strings["Edit group"] = "Muuda gruppi"; +$a->strings["Contacts not in any group"] = "Mitteüheski grupis olevad kontaktid"; +$a->strings["Create a new group"] = "Loo uus grupp"; +$a->strings["Group Name: "] = "Grupi nimi:"; +$a->strings["Edit groups"] = "Muuda gruppe"; +$a->strings["Item filed"] = ""; +$a->strings["UnFollow"] = ""; +$a->strings["Drop Contact"] = "Hülga kontakt"; +$a->strings["Approve"] = ""; +$a->strings["Organisation"] = "Organisatsioon"; +$a->strings["News"] = "Uudised"; +$a->strings["Forum"] = "Foorum"; +$a->strings["Disallowed profile URL."] = "Mittelubatud profiili URL."; +$a->strings["Blocked domain"] = ""; +$a->strings["Connect URL missing."] = ""; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; +$a->strings["This site is not configured to allow communications with other networks."] = ""; +$a->strings["No compatible communication protocols or feeds were discovered."] = ""; +$a->strings["The profile address specified does not provide adequate information."] = ""; +$a->strings["An author or name was not found."] = ""; +$a->strings["No browser URL could be matched to this address."] = ""; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; +$a->strings["Use mailto: in front of address to force email check."] = ""; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = ""; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = ""; +$a->strings["Unable to retrieve contact information."] = ""; +$a->strings["[Name Withheld]"] = ""; +$a->strings["activity"] = "tegevused"; +$a->strings["post"] = "postitus"; +$a->strings["Content warning: %s"] = ""; +$a->strings["View Video"] = "Kuva video"; +$a->strings["bytes"] = ""; +$a->strings["View on separate page"] = "Kuva eraldi lehel"; +$a->strings["view on separate page"] = "kuva eraldi lehel"; +$a->strings["Database storage failed to update %s"] = ""; +$a->strings["Database storage failed to insert data"] = ""; +$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 where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = ""; +$a->strings["Enter a valid existing folder"] = ""; +$a->strings["%s commented on %s's post"] = "%s kommenteeris %s postitust "; +$a->strings["%s created a new post"] = "%s tegi uue postituse"; +$a->strings["%s liked %s's post"] = "%s meeldib %s postitus"; +$a->strings["%s disliked %s's post"] = "%s ei meeldi %s postitus"; +$a->strings["%s is attending %s's event"] = "%s osaleb %s sündmusel"; +$a->strings["%s is not attending %s's event"] = "%s ei osale %s sündmusel"; +$a->strings["%s may attend %s's event"] = "%s ehk osaleb %s sündmusel"; +$a->strings["%s is now friends with %s"] = "%s on nüüd sõber %s ga "; +$a->strings["Friend Suggestion"] = "Sõbrasoovitus"; +$a->strings["Friend/Connect Request"] = "Sõbra/Ühenduse taotlus"; +$a->strings["New Follower"] = "Uus jälgija"; +$a->strings["%s's timeline"] = "%s ajajoon"; +$a->strings["%s's posts"] = "%s postitused"; +$a->strings["%s's comments"] = "%s kommentaarid"; +$a->strings["%s is now following %s."] = "%s jälgib nüüd %s ."; +$a->strings["following"] = "jälgib"; +$a->strings["%s stopped following %s."] = "%slõpetas %s jälgimise"; +$a->strings["stopped following"] = "lõpetas jälgimise"; +$a->strings["Attachments:"] = "Manused:"; +$a->strings["Legacy module file not found: %s"] = ""; +$a->strings["Update %s failed. See error logs."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = ""; +$a->strings["[Friendica Notify] Database update"] = ""; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = ""; +$a->strings["Sep"] = ""; +$a->strings["poke"] = "müksa"; +$a->strings["poked"] = "müksatud"; +$a->strings["ping"] = "pingi"; +$a->strings["pinged"] = "pingitud"; +$a->strings["prod"] = ""; +$a->strings["prodded"] = ""; +$a->strings["slap"] = "laksa"; +$a->strings["slapped"] = "laksatud"; +$a->strings["finger"] = ""; +$a->strings["fingered"] = ""; +$a->strings["rebuff"] = ""; +$a->strings["rebuffed"] = ""; +$a->strings["Login failed."] = ""; +$a->strings["Login failed. Please check your credentials."] = ""; +$a->strings["Welcome %s"] = ""; +$a->strings["Please upload a profile photo."] = "Palun lae profiilifoto üles"; +$a->strings["Welcome back %s"] = ""; +$a->strings["Mutuals"] = ""; +$a->strings["Post to Email"] = "Postita meilile"; +$a->strings["Public"] = ""; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = ""; +$a->strings["Limited/Private"] = ""; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = ""; +$a->strings["Show to:"] = ""; +$a->strings["Except to:"] = ""; +$a->strings["CC: email addresses"] = "CC: emaili addressid"; +$a->strings["Example: bob@example.com, mary@example.com"] = ""; +$a->strings["Connectors"] = ""; +$a->strings["Hide your profile details from unknown viewers?"] = "Peidame sinu profiilidetailid tundmatute vaatajate eest?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["User '%s' already exists on this server!"] = ""; +$a->strings["User creation error"] = ""; +$a->strings["User profile creation error"] = ""; +$a->strings["%d contact not imported"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Done. You can now login with your username and password"] = ""; +$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = ""; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = ""; +$a->strings["Please see the file \"INSTALL.txt\"."] = ""; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = ""; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = ""; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; +$a->strings["Command line PHP"] = ""; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = ""; +$a->strings["PHP cli binary"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; +$a->strings["This is required for message delivery to work."] = ""; +$a->strings["PHP register_argc_argv"] = ""; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; +$a->strings["Generate encryption keys"] = ""; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = ""; +$a->strings["Apache mod_rewrite module"] = ""; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["PDO or MySQLi PHP module"] = ""; +$a->strings["Error, XML PHP module required but not installed."] = ""; +$a->strings["XML PHP module"] = ""; +$a->strings["libCurl PHP module"] = ""; +$a->strings["Error: libCURL PHP module required but not installed."] = ""; +$a->strings["GD graphics PHP module"] = ""; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = ""; +$a->strings["OpenSSL PHP module"] = ""; +$a->strings["Error: openssl PHP module required but not installed."] = ""; +$a->strings["mb_string PHP module"] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = ""; +$a->strings["iconv PHP module"] = ""; +$a->strings["Error: iconv PHP module required but not installed."] = ""; +$a->strings["POSIX PHP module"] = ""; +$a->strings["Error: POSIX PHP module required but not installed."] = ""; +$a->strings["JSON PHP module"] = ""; +$a->strings["Error: JSON PHP module required but not installed."] = ""; +$a->strings["File Information PHP module"] = ""; +$a->strings["Error: File Information PHP module required but not installed."] = ""; +$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["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."] = ""; +$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."] = ""; +$a->strings["config/local.config.php is writable"] = ""; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$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."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/smarty3 is writable"] = ""; +$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = ""; +$a->strings["Error message from Curl when fetching"] = ""; +$a->strings["Url rewrite is working"] = ""; +$a->strings["ImageMagick PHP extension is not installed"] = ""; +$a->strings["ImageMagick PHP extension is installed"] = ""; +$a->strings["ImageMagick supports GIF"] = ""; +$a->strings["Database already in use."] = ""; +$a->strings["Could not connect to database."] = ""; +$a->strings["Public access denied."] = "Avalik ligipääs keelatud."; +$a->strings["No entries (some entries may be hidden)."] = "Pole kirjeid (osad võivad olla peidetud)"; +$a->strings["Find on this site"] = "Leia sellelt lehelt"; +$a->strings["Results for:"] = "Tulemused:"; +$a->strings["Site Directory"] = "Lehe kataloog"; +$a->strings["Bad Request"] = ""; +$a->strings["Unauthorized"] = ""; +$a->strings["Forbidden"] = ""; +$a->strings["Not Found"] = "Ei leitud"; +$a->strings["Internal Server Error"] = ""; +$a->strings["Service Unavailable"] = ""; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = ""; +$a->strings["Authentication is required and has failed or has not yet been provided."] = ""; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = ""; +$a->strings["The requested resource could not be found but may be available in the future."] = ""; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = ""; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = ""; +$a->strings["Go back"] = ""; +$a->strings["Help:"] = "Abi:"; +$a->strings["Manage Identities and/or Pages"] = "Majanda Identiteete ja/või Lehti"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; +$a->strings["Select an identity to manage: "] = ""; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; +$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = ""; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = ""; +$a->strings["Privacy Statement"] = ""; +$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["System check"] = ""; +$a->strings["Next"] = "Järgmine"; +$a->strings["Check again"] = ""; +$a->strings["No SSL policy, links will track page SSL state"] = ""; +$a->strings["Force all links to use SSL"] = ""; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; +$a->strings["Base settings"] = "Baassätted"; +$a->strings["SSL link policy"] = ""; +$a->strings["Determines whether generated links should be forced to use SSL"] = ""; +$a->strings["Host name"] = ""; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = ""; +$a->strings["Base path to installation"] = ""; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = ""; +$a->strings["Sub path of the URL"] = ""; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = ""; +$a->strings["Database connection"] = ""; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = ""; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = ""; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; +$a->strings["Database Server Name"] = ""; +$a->strings["Database Login Name"] = ""; +$a->strings["Database Login Password"] = ""; +$a->strings["For security reasons the password must not be empty"] = ""; +$a->strings["Database Name"] = ""; +$a->strings["Please select a default timezone for your website"] = ""; +$a->strings["Site settings"] = ""; +$a->strings["Site administrator email address"] = ""; +$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; +$a->strings["System Language:"] = ""; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; +$a->strings["Your Friendica site database has been installed."] = ""; +$a->strings["Installation finished"] = ""; +$a->strings["

What next

"] = ""; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Please login to continue."] = "Jätkamiseks logi sisse"; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = ""; $a->strings["Overview"] = "Ülevaade"; $a->strings["Federation Statistics"] = ""; $a->strings["Configuration"] = "Konfiguratsioon"; @@ -205,10 +965,8 @@ $a->strings["Users"] = "Kasutajad"; $a->strings["Addons"] = "Lisad"; $a->strings["Themes"] = "Teemad"; $a->strings["Additional features"] = ""; -$a->strings["Terms of Service"] = ""; $a->strings["Database"] = "Andmebaas"; $a->strings["DB updates"] = ""; -$a->strings["Inspect Queue"] = ""; $a->strings["Inspect Deferred Workers"] = ""; $a->strings["Inspect worker Queue"] = ""; $a->strings["Tools"] = "Tööriistad"; @@ -221,37 +979,65 @@ $a->strings["Diagnostics"] = ""; $a->strings["PHP Info"] = ""; $a->strings["probe address"] = ""; $a->strings["check webfinger"] = ""; -$a->strings["Admin"] = ""; +$a->strings["Item Source"] = ""; +$a->strings["Babel"] = ""; $a->strings["Addon Features"] = ""; $a->strings["User registrations waiting for confirmation"] = ""; -$a->strings["Administration"] = ""; -$a->strings["Display Terms of Service"] = ""; -$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; -$a->strings["Display Privacy Statement"] = ""; -$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; -$a->strings["Privacy Statement Preview"] = ""; -$a->strings["The Terms of Service"] = ""; -$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; -$a->strings["Save Settings"] = ""; -$a->strings["Blocked domain"] = ""; -$a->strings["The blocked domain"] = ""; +$a->strings["Create a New Account"] = "Loo uus konto"; +$a->strings["Your OpenID: "] = ""; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = ""; +$a->strings["Or login using OpenID: "] = ""; +$a->strings["Nickname or Email: "] = "Hüüdnimi või email:"; +$a->strings["Password: "] = "Parool:"; +$a->strings["Remember me"] = "Mäleta mind"; +$a->strings["Forgot your password?"] = "Unustasid parooli?"; +$a->strings["Password Reset"] = "Lähtesta parool"; +$a->strings["Website Terms of Service"] = ""; +$a->strings["terms of service"] = ""; +$a->strings["Website Privacy Policy"] = ""; +$a->strings["privacy policy"] = ""; +$a->strings["Access to this profile has been restricted."] = "Ligipääs sellele profiilile on piiratud. "; +$a->strings["Invalid code, please retry."] = ""; +$a->strings["Two-factor authentication"] = ""; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = ""; +$a->strings["Error"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = ""; +$a->strings["Please enter a code from your authentication app"] = ""; +$a->strings["Verify code and complete login"] = ""; +$a->strings["Remaining recovery codes: %d"] = ""; +$a->strings["Two-factor recovery"] = ""; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = ""; +$a->strings["Please enter a recovery code"] = ""; +$a->strings["Submit recovery code and complete login"] = ""; +$a->strings["System down for maintenance"] = "Süsteem hooldusrežiimis"; +$a->strings["This page is missing a url parameter."] = ""; +$a->strings["The post was created"] = "Postitus loodi"; +$a->strings["Invalid photo with id %s."] = ""; +$a->strings["Item was not found."] = "Elementi ei leitud."; +$a->strings["Server domain pattern added to blocklist."] = ""; +$a->strings["Site blocklist updated."] = ""; +$a->strings["Blocked server domain pattern"] = ""; $a->strings["Reason for the block"] = ""; -$a->strings["The reason why you blocked this domain."] = ""; -$a->strings["Delete domain"] = ""; +$a->strings["Delete server domain pattern"] = ""; $a->strings["Check to delete this entry from the blocklist"] = ""; -$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; -$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["Administration"] = ""; +$a->strings["Server Domain Pattern Blocklist"] = ""; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = ""; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; $a->strings["Add new entry to block list"] = ""; -$a->strings["Server Domain"] = ""; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Server Domain Pattern"] = ""; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = ""; $a->strings["Block reason"] = ""; +$a->strings["The reason why you blocked this server domain pattern."] = ""; $a->strings["Add Entry"] = ""; $a->strings["Save changes to the blocklist"] = ""; $a->strings["Current Entries in the Blocklist"] = ""; $a->strings["Delete entry from blocklist"] = ""; $a->strings["Delete entry from blocklist?"] = ""; -$a->strings["Server added to blocklist."] = ""; -$a->strings["Site blocklist updated."] = ""; $a->strings["The contact has been blocked from the node"] = ""; $a->strings["Could not find any contact entry for this URL (%s)"] = ""; $a->strings["%s contact unblocked"] = [ @@ -263,67 +1049,105 @@ $a->strings["This page allows you to prevent any message from a remote contact t $a->strings["Block Remote Contact"] = ""; $a->strings["select all"] = ""; $a->strings["select none"] = ""; -$a->strings["Block"] = "Blokeeri"; $a->strings["Unblock"] = "Võta blokk maha"; $a->strings["No remote contact is blocked from this node."] = ""; $a->strings["Blocked Remote Contacts"] = "Blokeeritud kaugkontaktid"; $a->strings["Block New Remote Contact"] = "Blokeeri kaugkontakt"; $a->strings["Photo"] = "Foto"; $a->strings["Name"] = "Nimi"; -$a->strings["Address"] = "Aadress"; -$a->strings["Profile URL"] = "Profiili URL"; +$a->strings["Reason"] = ""; $a->strings["%s total blocked contact"] = [ 0 => "", 1 => "", ]; +$a->strings["Profile URL"] = "Profiili URL"; $a->strings["URL of the remote contact to block."] = ""; -$a->strings["Delete this Item"] = "Kustuta see element"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; -$a->strings["GUID"] = ""; -$a->strings["The GUID of the item you want to delete."] = ""; -$a->strings["Item marked for deletion."] = "Element kustutamiseks märgitud"; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; -$a->strings["ID"] = "ID"; -$a->strings["Recipient Name"] = "Saaja nimi"; -$a->strings["Recipient Profile"] = "Saaja profiil"; -$a->strings["Network"] = "Võrk"; -$a->strings["Created"] = "Loodud"; -$a->strings["Last Tried"] = "Viimati üritatud"; -$a->strings["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."] = ""; -$a->strings["Inspect Deferred Worker Queue"] = ""; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = ""; -$a->strings["Inspect Worker Queue"] = ""; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = ""; -$a->strings["Job Parameters"] = ""; -$a->strings["Priority"] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = ""; -$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; -$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; -$a->strings["The worker was never executed. Please check your database structure!"] = ""; -$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; -$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = ""; -$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = ""; -$a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = ""; -$a->strings["Normal Account"] = "Normaalne konto"; -$a->strings["Automatic Follower Account"] = "Automaatse jälgija konto"; -$a->strings["Public Forum Account"] = "Avaliku foorumi konto"; -$a->strings["Automatic Friend Account"] = "Automaatse sõbra konto"; -$a->strings["Blog Account"] = "Blogikonto"; -$a->strings["Private Forum Account"] = "Privaatfoorumi konto"; -$a->strings["Message queues"] = ""; -$a->strings["Server Settings"] = "Serveri sätted"; -$a->strings["Summary"] = "Kokkuvõte"; -$a->strings["Registered users"] = "Registreeritud kasutajad"; -$a->strings["Pending registrations"] = "Ootel registreeringud"; -$a->strings["Version"] = "Versioon"; -$a->strings["Active addons"] = "Aktiveeritud lisad"; +$a->strings["Block Reason"] = ""; +$a->strings["The Terms of Service settings have been updated."] = ""; +$a->strings["Display Terms of Service"] = ""; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; +$a->strings["Display Privacy Statement"] = ""; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; +$a->strings["Privacy Statement Preview"] = ""; +$a->strings["The Terms of Service"] = ""; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; +$a->strings["Save Settings"] = "Salvesta Sätted"; +$a->strings["Addon not found."] = ""; +$a->strings["Addon %s disabled."] = ""; +$a->strings["Addon %s enabled."] = ""; +$a->strings["Disable"] = ""; +$a->strings["Enable"] = ""; +$a->strings["Toggle"] = ""; +$a->strings["Author: "] = ""; +$a->strings["Maintainer: "] = ""; +$a->strings["Addon %s failed to install."] = ""; +$a->strings["Reload active addons"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["Theme settings updated."] = "Teema sätted uuendatud"; +$a->strings["Unknown theme."] = ""; +$a->strings["Theme %s disabled."] = ""; +$a->strings["Theme %s successfully enabled."] = ""; +$a->strings["Theme %s failed to install."] = ""; +$a->strings["Screenshot"] = ""; +$a->strings["Reload active themes"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["[Experimental]"] = ""; +$a->strings["[Unsupported]"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = ""; +$a->strings["%s user blocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["%s user unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["You can't remove yourself"] = "Iseend eemaldada ei saa"; +$a->strings["%s user deleted"] = [ + 0 => "", + 1 => "", +]; +$a->strings["User \"%s\" deleted"] = ""; +$a->strings["User \"%s\" blocked"] = ""; +$a->strings["User \"%s\" unblocked"] = ""; +$a->strings["Normal Account Page"] = "Normaalse konto leht"; +$a->strings["Soapbox Page"] = ""; +$a->strings["Public Forum"] = "Avalik foorum"; +$a->strings["Automatic Friend Page"] = "Automaatne sõbraleht"; +$a->strings["Private Forum"] = "Privaatne foorum"; +$a->strings["Personal Page"] = "Isiklik leht"; +$a->strings["Organisation Page"] = "Organisatsiooni leht"; +$a->strings["News Page"] = "Uudiste leht"; +$a->strings["Community Forum"] = "Kogukonna foorum"; +$a->strings["Relay"] = ""; +$a->strings["Register date"] = "Registreerimisaeg"; +$a->strings["Last login"] = "Viimane login"; +$a->strings["Last item"] = "Viimane element"; +$a->strings["Type"] = "Tüüp"; +$a->strings["Add User"] = "Lisa kasutaja"; +$a->strings["User registrations waiting for confirm"] = ""; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = ""; +$a->strings["No registrations."] = ""; +$a->strings["Note from the user"] = ""; +$a->strings["Deny"] = ""; +$a->strings["User blocked"] = ""; +$a->strings["Site admin"] = ""; +$a->strings["Account expired"] = ""; +$a->strings["New User"] = ""; +$a->strings["Permanent deletion"] = ""; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; +$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?"] = ""; +$a->strings["Name of the new user."] = ""; +$a->strings["Nickname"] = ""; +$a->strings["Nickname of the new user."] = ""; +$a->strings["Email address of the new user."] = ""; $a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Invalid storage backend setting value."] = ""; $a->strings["Site settings updated."] = "Lehe sätted uuendatud"; $a->strings["No special theme for mobile devices"] = ""; +$a->strings["%s - (Experimental)"] = ""; $a->strings["No community page for local users"] = ""; $a->strings["No community page"] = ""; $a->strings["Public postings from users of this site"] = ""; @@ -340,9 +1164,6 @@ $a->strings["Multi user instance"] = ""; $a->strings["Closed"] = "Suletud"; $a->strings["Requires approval"] = "Vajab heakskiitu"; $a->strings["Open"] = "Avatud"; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = ""; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; $a->strings["Don't check"] = "Ära kontrolli"; $a->strings["check the stable version"] = "kontrolli stabiilset versiooni"; $a->strings["check the development version"] = ""; @@ -351,7 +1172,6 @@ $a->strings["Republish users to directory"] = ""; $a->strings["Registration"] = "Registreerimine"; $a->strings["File upload"] = ""; $a->strings["Policies"] = ""; -$a->strings["Advanced"] = ""; $a->strings["Auto Discovered Contact Directory"] = ""; $a->strings["Performance"] = ""; $a->strings["Worker"] = ""; @@ -359,7 +1179,6 @@ $a->strings["Message Relay"] = ""; $a->strings["Relocate Instance"] = ""; $a->strings["Warning! Advanced function. Could make this server unreachable."] = ""; $a->strings["Site name"] = ""; -$a->strings["Host name"] = ""; $a->strings["Sender Email"] = ""; $a->strings["The email address your server shall use to send notification emails from."] = ""; $a->strings["Banner/Logo"] = ""; @@ -371,11 +1190,9 @@ $a->strings["Additional Info"] = ""; $a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; $a->strings["System language"] = "Süsteemi keel"; $a->strings["System theme"] = "Süsteemi teema"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; +$a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = ""; $a->strings["Mobile system theme"] = "Mobiilne süsttemi teema"; $a->strings["Theme for mobile devices"] = "Teema mobiilseadmetele"; -$a->strings["SSL link policy"] = ""; -$a->strings["Determines whether generated links should be forced to use SSL"] = ""; $a->strings["Force SSL"] = ""; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = ""; $a->strings["Hide help entry from navigation menu"] = ""; @@ -435,11 +1252,9 @@ $a->strings["Allow users to register without a space between the first name and $a->strings["Community pages for visitors"] = ""; $a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; $a->strings["Posts per user on community page"] = ""; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; +$a->strings["The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"] = ""; $a->strings["Disable OStatus support"] = ""; $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"] = ""; -$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."] = ""; $a->strings["OStatus support can only be enabled if threading is enabled."] = ""; $a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; $a->strings["Enable Diaspora support"] = ""; @@ -453,7 +1268,7 @@ $a->strings["Proxy URL"] = ""; $a->strings["Network timeout"] = ""; $a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; $a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["Maximum system load before delivery and poll processes are deferred - default %d."] = ""; $a->strings["Maximum Load Average (Frontend)"] = ""; $a->strings["Maximum system load before the frontend quits service - default 50."] = ""; $a->strings["Minimal Memory"] = ""; @@ -467,13 +1282,13 @@ $a->strings["If enabled, the global contacts are checked periodically for missin $a->strings["Days between requery"] = ""; $a->strings["Number of days after which a server is requeried for his contacts."] = ""; $a->strings["Discover contacts from other servers"] = ""; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is 'Users, Global Contacts'."] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"."] = ""; $a->strings["Timeframe for fetching global contacts"] = ""; $a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; $a->strings["Search the local directory"] = ""; $a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; $a->strings["Publish server information"] = ""; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; $a->strings["Check upstream version"] = ""; $a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; $a->strings["Suppress Tags"] = ""; @@ -494,8 +1309,6 @@ $a->strings["Maximum numbers of comments per post"] = ""; $a->strings["How much comments should be shown for each post? Default value is 100."] = ""; $a->strings["Temp path"] = ""; $a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = ""; $a->strings["Disable picture proxy"] = ""; $a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."] = ""; $a->strings["Only search in tags"] = ""; @@ -507,12 +1320,12 @@ $a->strings["Encryption layer between nodes."] = ""; $a->strings["Enabled"] = ""; $a->strings["Maximum number of parallel workers"] = ""; $a->strings["On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."] = ""; -$a->strings["Don't use 'proc_open' with the worker"] = ""; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Don't use \"proc_open\" with the worker"] = ""; +$a->strings["Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; $a->strings["Enable fastlane"] = ""; $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; $a->strings["Enable frontend worker"] = ""; -$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; $a->strings["Subscribe to relay"] = ""; $a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; $a->strings["Relay server"] = ""; @@ -520,14 +1333,77 @@ $a->strings["Address of the relay server where public posts should be send to. F $a->strings["Direct relay transfer"] = ""; $a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; $a->strings["Relay scope"] = ""; -$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["Can be \"all\" or \"tags\". \"all\" means that every public post should be received. \"tags\" means that only posts with selected tags should be received."] = ""; $a->strings["all"] = ""; $a->strings["tags"] = ""; $a->strings["Server tags"] = ""; -$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Comma separated list of tags for the \"tags\" subscription."] = ""; $a->strings["Allow user tags"] = ""; -$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = ""; $a->strings["Start Relocation"] = ""; +$a->strings["unknown"] = ""; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; +$a->strings["Off"] = ""; +$a->strings["On"] = ""; +$a->strings["Lock feature %s"] = ""; +$a->strings["Manage Additional Features"] = ""; +$a->strings["Inspect Deferred Worker Queue"] = ""; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = ""; +$a->strings["Inspect Worker Queue"] = ""; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = ""; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = ""; +$a->strings["Created"] = "Loodud"; +$a->strings["Priority"] = ""; +$a->strings["Item marked for deletion."] = "Element kustutamiseks märgitud"; +$a->strings["Delete this Item"] = "Kustuta see element"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; +$a->strings["GUID"] = ""; +$a->strings["The GUID of the item you want to delete."] = ""; +$a->strings["Item Guid"] = ""; +$a->strings["The logfile '%s' is not writable. No logging possible"] = ""; +$a->strings["Log settings updated."] = ""; +$a->strings["PHP log currently enabled."] = ""; +$a->strings["PHP log currently disabled."] = ""; +$a->strings["Clear"] = ""; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = ""; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; +$a->strings["Log level"] = ""; +$a->strings["PHP logging"] = ""; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = ""; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = ""; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = ""; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear. (Some of the errors are possibly inside the logfile.)"] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = ""; +$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = ""; +$a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = ""; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = ""; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = ""; +$a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = ""; +$a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = ""; +$a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = ""; +$a->strings["Normal Account"] = "Normaalne konto"; +$a->strings["Automatic Follower Account"] = "Automaatse jälgija konto"; +$a->strings["Public Forum Account"] = "Avaliku foorumi konto"; +$a->strings["Automatic Friend Account"] = "Automaatse sõbra konto"; +$a->strings["Blog Account"] = "Blogikonto"; +$a->strings["Private Forum Account"] = "Privaatfoorumi konto"; +$a->strings["Message queues"] = ""; +$a->strings["Server Settings"] = "Serveri sätted"; +$a->strings["Summary"] = "Kokkuvõte"; +$a->strings["Registered users"] = "Registreeritud kasutajad"; +$a->strings["Pending registrations"] = "Ootel registreeringud"; +$a->strings["Version"] = "Versioon"; +$a->strings["Active addons"] = "Aktiveeritud lisad"; $a->strings["Update has been marked successful"] = ""; $a->strings["Database structure update %s was successfully applied."] = ""; $a->strings["Executing of database structure update %s failed with error: %s"] = ""; @@ -541,97 +1417,127 @@ $a->strings["Failed Updates"] = ""; $a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; $a->strings["Mark success (if update was manually applied)"] = ""; $a->strings["Attempt to execute this update step automatically"] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = ""; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = ""; -$a->strings["Registration details for %s"] = ""; -$a->strings["%s user blocked/unblocked"] = [ - 0 => "", - 1 => "", -]; -$a->strings["You can't remove yourself"] = "Iseend eemaldada ei saa"; -$a->strings["%s user deleted"] = [ - 0 => "", - 1 => "", -]; -$a->strings["User '%s' deleted"] = ""; -$a->strings["User '%s' unblocked"] = ""; -$a->strings["User '%s' blocked"] = ""; -$a->strings["Normal Account Page"] = "Normaalse konto leht"; -$a->strings["Soapbox Page"] = ""; -$a->strings["Public Forum"] = "Avalik foorum"; -$a->strings["Automatic Friend Page"] = "Automaatne sõbraleht"; -$a->strings["Private Forum"] = "Privaatne foorum"; -$a->strings["Personal Page"] = "Isiklik leht"; -$a->strings["Organisation Page"] = "Organisatsiooni leht"; -$a->strings["News Page"] = "Uudiste leht"; -$a->strings["Community Forum"] = "Kogukonna foorum"; -$a->strings["Relay"] = ""; -$a->strings["Email"] = "Email"; -$a->strings["Register date"] = "Registreerimisaeg"; -$a->strings["Last login"] = "Viimane login"; -$a->strings["Last item"] = "Viimane element"; -$a->strings["Type"] = "Tüüp"; -$a->strings["Add User"] = "Lisa kasutaja"; -$a->strings["User registrations waiting for confirm"] = ""; -$a->strings["User waiting for permanent deletion"] = ""; -$a->strings["Request date"] = ""; -$a->strings["No registrations."] = ""; -$a->strings["Note from the user"] = ""; -$a->strings["Approve"] = ""; -$a->strings["Deny"] = ""; -$a->strings["User blocked"] = ""; -$a->strings["Site admin"] = ""; -$a->strings["Account expired"] = ""; -$a->strings["New User"] = ""; -$a->strings["Permanent deletion"] = ""; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = ""; -$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?"] = ""; -$a->strings["Name of the new user."] = ""; -$a->strings["Nickname"] = ""; -$a->strings["Nickname of the new user."] = ""; -$a->strings["Email address of the new user."] = ""; -$a->strings["Addon %s disabled."] = ""; -$a->strings["Addon %s enabled."] = ""; -$a->strings["Disable"] = ""; -$a->strings["Enable"] = ""; -$a->strings["Toggle"] = ""; -$a->strings["Settings"] = ""; -$a->strings["Author: "] = ""; -$a->strings["Maintainer: "] = ""; -$a->strings["Reload active addons"] = ""; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; -$a->strings["No themes found."] = ""; -$a->strings["Screenshot"] = ""; -$a->strings["Reload active themes"] = ""; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; -$a->strings["[Experimental]"] = ""; -$a->strings["[Unsupported]"] = ""; -$a->strings["Log settings updated."] = ""; -$a->strings["PHP log currently enabled."] = ""; -$a->strings["PHP log currently disabled."] = ""; -$a->strings["Clear"] = ""; -$a->strings["Enable Debugging"] = ""; -$a->strings["Log file"] = ""; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; -$a->strings["Log level"] = ""; -$a->strings["PHP logging"] = ""; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = ""; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = ""; -$a->strings["Off"] = ""; -$a->strings["On"] = ""; -$a->strings["Lock feature %s"] = ""; -$a->strings["Manage Additional Features"] = ""; -$a->strings["No friends to display."] = "Pole kuvamiseks sõpru"; -$a->strings["Connect"] = "Ühendu"; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = "Jätkamiseks logi sisse"; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; -$a->strings["No"] = ""; -$a->strings["You must be logged in to use addons. "] = "Lisade kasutamiseks peate sisse logima"; -$a->strings["Applications"] = "Rakendused"; +$a->strings["Delegation successfully granted."] = ""; +$a->strings["Parent user not found, unavailable or password doesn't match."] = ""; +$a->strings["Delegation successfully revoked."] = ""; +$a->strings["Delegated administrators can view but not change delegation permissions."] = ""; +$a->strings["Delegate user not found."] = ""; +$a->strings["No parent user"] = "Vanemkasutajad ei ole"; +$a->strings["Parent Password:"] = "Peaparool"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Palun sisestage vanemkonto parool, et kinnitada oma päring."; +$a->strings["Parent User"] = "Vanemkasutaja"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Vanematel on täielik kontroll selle konto üle, kaasa arvatud konto sätted. Palun mõelge kaks korda enne, kui annate ligipääsu. "; +$a->strings["Delegate Page Management"] = "Delegaadi lehe Management"; +$a->strings["Delegates"] = "Delegaadid"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaadid saavad manageerida kõiki selle konto/lehe aspekte v.a. konto baassätteid. Palun ärge delegeerige oma personaalset kontot mitte kellelegi, keda te täielikult ei usalda. "; +$a->strings["Existing Page Delegates"] = "Olemasolevad lehe Delegaadid"; +$a->strings["Potential Delegates"] = "Potsentsiaalsed lehe Delegaadid"; +$a->strings["Remove"] = "Eemalda"; +$a->strings["Add"] = "Lisa"; +$a->strings["No entries."] = "Kirjeid pole."; +$a->strings["Export account"] = "Ekpordi konto"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; +$a->strings["Export all"] = "Ekspordi kõik"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; +$a->strings["Export Contacts to CSV"] = ""; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = ""; +$a->strings["Export personal data"] = "Ekspordi isiklikud andmed"; +$a->strings["Please enter your password to access this page."] = ""; +$a->strings["Two-factor authentication successfully activated."] = ""; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = ""; +$a->strings["Two-factor code verification"] = ""; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = ""; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = ""; +$a->strings["Verify code and enable two-factor authentication"] = ""; +$a->strings["App-specific password generation failed: The description is empty."] = ""; +$a->strings["App-specific password generation failed: This description already exists."] = ""; +$a->strings["New app-specific password generated."] = ""; +$a->strings["App-specific passwords successfully revoked."] = ""; +$a->strings["App-specific password successfully revoked."] = ""; +$a->strings["Two-factor app-specific passwords"] = ""; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = ""; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = ""; +$a->strings["Description"] = ""; +$a->strings["Last Used"] = ""; +$a->strings["Revoke"] = ""; +$a->strings["Revoke All"] = ""; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; +$a->strings["Generate new app-specific password"] = ""; +$a->strings["Friendiqa on my Fairphone 2..."] = ""; +$a->strings["Generate"] = ""; +$a->strings["Two-factor authentication successfully disabled."] = ""; +$a->strings["Wrong Password"] = "Vale parool"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = ""; +$a->strings["Authenticator app"] = ""; +$a->strings["Configured"] = ""; +$a->strings["Not Configured"] = ""; +$a->strings["

You haven't finished configuring your authenticator app.

"] = ""; +$a->strings["

Your authenticator app is correctly configured.

"] = ""; +$a->strings["Recovery codes"] = ""; +$a->strings["Remaining valid codes"] = ""; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = ""; +$a->strings["App-specific passwords"] = ""; +$a->strings["Generated app-specific passwords"] = ""; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = ""; +$a->strings["Actions"] = "Tegevused"; +$a->strings["Current password:"] = ""; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = ""; +$a->strings["Enable two-factor authentication"] = ""; +$a->strings["Disable two-factor authentication"] = ""; +$a->strings["Show recovery codes"] = ""; +$a->strings["Manage app-specific passwords"] = ""; +$a->strings["Finish app configuration"] = ""; +$a->strings["New recovery codes successfully generated."] = ""; +$a->strings["Two-factor recovery codes"] = ""; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = ""; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = ""; +$a->strings["Generate new recovery codes"] = ""; +$a->strings["Next: Verification"] = ""; +$a->strings["Method Not Allowed."] = ""; +$a->strings["Page not found."] = ""; +$a->strings["People Search - %s"] = "Inimeste otsing - %s"; +$a->strings["Forum Search - %s"] = "Foorumi otsing - %s"; +$a->strings["No matches"] = "Pole kattuvusi"; $a->strings["No installed applications."] = "Paigaldatud rakendusi pole."; +$a->strings["Applications"] = "Rakendused"; +$a->strings["Credits"] = ""; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; +$a->strings["Logged out."] = "Välja logitud."; +$a->strings["Group created."] = "Grupp loodud."; +$a->strings["Could not create group."] = "Ei õnnestunud gruppi luua."; +$a->strings["Group not found."] = "Gruppi ei leitud."; +$a->strings["Group name changed."] = "Gupi nimi muutunud."; +$a->strings["Unknown group."] = ""; +$a->strings["Contact not found."] = "Kontakti ei leitud."; +$a->strings["Contact is unavailable."] = ""; +$a->strings["Contact is deleted."] = ""; +$a->strings["Contact is blocked, unable to add it to a group."] = ""; +$a->strings["Unable to add the contact to the group."] = ""; +$a->strings["Contact successfully added to group."] = ""; +$a->strings["Unable to remove the contact from the group."] = ""; +$a->strings["Contact successfully removed from group."] = ""; +$a->strings["Unknown group command."] = ""; +$a->strings["Bad request."] = ""; +$a->strings["Save Group"] = "Salvesta grupp"; +$a->strings["Filter"] = ""; +$a->strings["Create a group of contacts/friends."] = "Loo grupp kontaktidest/sõpradest."; +$a->strings["Group removed."] = "Grupp eemaldatud."; +$a->strings["Unable to remove group."] = "Ei saa gruppi eemaldada."; +$a->strings["Delete Group"] = "Kustuta grupp"; +$a->strings["Edit Group Name"] = "Muud grupi nime"; +$a->strings["Members"] = "Liikmed"; +$a->strings["Group is empty"] = "Grupp on tühi"; +$a->strings["Remove contact from group"] = "Eemalda kontakt grupist"; +$a->strings["Click on a contact to add or remove."] = "Lisamiseks või eemaldamiseks klõpsa kontaktil."; +$a->strings["Add contact to group"] = "Lisa kontakt gruppi"; +$a->strings["No given contact."] = ""; +$a->strings["Only logged in users are permitted to perform a probing."] = ""; +$a->strings["Time Conversion"] = ""; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; +$a->strings["UTC time: %s"] = "UTC aeg: %s "; +$a->strings["Current timezone: %s"] = "Praegune ajatsoon: %s "; +$a->strings["Converted localtime: %s"] = "Konverteeritud kohalik aeg: %s "; +$a->strings["Please select your timezone:"] = "Palun vali oma ajatsoon: "; $a->strings["Source input"] = ""; $a->strings["BBCode::toPlaintext"] = ""; $a->strings["BBCode::convert (raw HTML)"] = ""; @@ -652,354 +1558,19 @@ $a->strings["HTML Input"] = ""; $a->strings["HTML::toBBCode"] = ""; $a->strings["HTML::toBBCode => BBCode::convert"] = ""; $a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = ""; +$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; $a->strings["HTML::toMarkdown"] = ""; $a->strings["HTML::toPlaintext"] = ""; +$a->strings["HTML::toPlaintext (compact)"] = ""; $a->strings["Source text"] = ""; $a->strings["BBCode"] = ""; $a->strings["Markdown"] = ""; $a->strings["HTML"] = ""; -$a->strings["Login"] = ""; -$a->strings["Bad Request"] = ""; -$a->strings["The post was created"] = "Postitus loodi"; $a->strings["Access denied."] = "Ligipääs keelatud."; -$a->strings["Page not found."] = ""; -$a->strings["Access to this profile has been restricted."] = "Ligipääs sellele profiilile on piiratud. "; -$a->strings["Events"] = "Sündmused"; -$a->strings["View"] = "Vaade"; -$a->strings["Previous"] = "Eelmine"; -$a->strings["Next"] = "Järgmine"; -$a->strings["today"] = "täna"; -$a->strings["month"] = "kuu"; -$a->strings["week"] = "nädal"; -$a->strings["day"] = "päev"; -$a->strings["list"] = ""; -$a->strings["User not found"] = "Kasutajat ei leitud"; -$a->strings["This calendar format is not supported"] = "See kalendriformaat ei ole toetatud"; -$a->strings["No exportable data found"] = "Eksporditavaid andmeid ei leitud"; -$a->strings["calendar"] = "kalender"; -$a->strings["No contacts in common."] = "Ühised kontakte ei ole. "; -$a->strings["Common Friends"] = "Ühised sõbrad"; -$a->strings["Public access denied."] = "Avalik ligipääs keelatud."; -$a->strings["Community option not available."] = "Kogukondlik valik pole saadaval. "; -$a->strings["Not available."] = "Pole saadaval."; -$a->strings["Local Community"] = "Kohalik kogukond"; -$a->strings["Posts from local users on this server"] = "Selle kohaliku serveri kasutajate postitused"; -$a->strings["Global Community"] = "Globaalne kogukond"; -$a->strings["Posts from users of the whole federated network"] = "Terve fõderatsiooni võrgu kasutajate postitused"; -$a->strings["No results."] = "Pole tulemusi."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; -$a->strings["Credits"] = ""; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; -$a->strings["Contact settings applied."] = "Kontakti sätted lisatud."; -$a->strings["Contact update failed."] = "Kontakti uuendamine nurjus."; -$a->strings["Contact not found."] = "Kontakti ei leitud."; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = ""; -$a->strings["No mirroring"] = ""; -$a->strings["Mirror as forwarded posting"] = ""; -$a->strings["Mirror as my own posting"] = ""; -$a->strings["Return to contact editor"] = ""; -$a->strings["Refetch contact data"] = ""; -$a->strings["Submit"] = ""; -$a->strings["Remote Self"] = ""; -$a->strings["Mirror postings from this contact"] = ""; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; -$a->strings["Account Nickname"] = "Konto hüüdnimi"; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = "Konto URL"; -$a->strings["Account URL Alias"] = "Konto URL-i Alias"; -$a->strings["Friend Request URL"] = "Sõbrataotluse URL"; -$a->strings["Friend Confirm URL"] = "Sõbra kinnitamise URL"; -$a->strings["Notification Endpoint URL"] = ""; -$a->strings["Poll/Feed URL"] = ""; -$a->strings["New photo from this URL"] = ""; -$a->strings["Parent user not found."] = "Vanemkasutajat ei leitud"; -$a->strings["No parent user"] = "Vanemkasutajad ei ole"; -$a->strings["Parent Password:"] = "Peaparool"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Palun sisestage vanemkonto parool, et kinnitada oma päring."; -$a->strings["Parent User"] = "Vanemkasutaja"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Vanematel on täielik kontroll selle konto üle, kaasa arvatud konto sätted. Palun mõelge kaks korda enne, kui annate ligipääsu. "; -$a->strings["Delegate Page Management"] = "Delegaadi lehe Management"; -$a->strings["Delegates"] = "Delegaadid"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaadid saavad manageerida kõiki selle konto/lehe aspekte v.a. konto baassätteid. Palun ärge delegeerige oma personaalset kontot mitte kellelegi, keda te täielikult ei usalda. "; -$a->strings["Existing Page Delegates"] = "Olemasolevad lehe Delegaadid"; -$a->strings["Potential Delegates"] = "Potsentsiaalsed lehe Delegaadid"; -$a->strings["Remove"] = "Eemalda"; -$a->strings["Add"] = "Lisa"; -$a->strings["No entries."] = "Kirjeid pole."; -$a->strings["Profile not found."] = "Profiili ei leitud."; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; -$a->strings["Response from remote site was not understood."] = ""; -$a->strings["Unexpected response from remote site: "] = ""; -$a->strings["Confirmation completed successfully."] = "Kinnitamine edukalt lõpetatud."; -$a->strings["Temporary failure. Please wait and try again."] = "Ajutine viga. Palun oodake ja proovige uuesti. "; -$a->strings["Introduction failed or was revoked."] = ""; -$a->strings["Remote site reported: "] = ""; -$a->strings["Unable to set contact photo."] = "Kontakti foto lisamine ei õnnestunud."; -$a->strings["No user record found for '%s' "] = ""; -$a->strings["Our site encryption key is apparently messed up."] = ""; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = ""; -$a->strings["Contact record was not found for you on our site."] = ""; -$a->strings["Site public key not available in contact record for URL %s."] = ""; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = ""; -$a->strings["Unable to set your contact credentials on our system."] = ""; -$a->strings["Unable to update your contact profile details on our system"] = ""; -$a->strings["[Name Withheld]"] = ""; -$a->strings["%1\$s welcomes %2\$s"] = ""; -$a->strings["This introduction has already been accepted."] = ""; -$a->strings["Profile location is not valid or does not contain profile information."] = ""; -$a->strings["Warning: profile location has no identifiable owner name."] = ""; -$a->strings["Warning: profile location has no profile photo."] = ""; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Introduction complete."] = ""; -$a->strings["Unrecoverable protocol error."] = ""; -$a->strings["Profile unavailable."] = "Profiil pole saadaval."; -$a->strings["%s has received too many connection requests today."] = ""; -$a->strings["Spam protection measures have been invoked."] = ""; -$a->strings["Friends are advised to please try again in 24 hours."] = ""; -$a->strings["Invalid locator"] = ""; -$a->strings["You have already introduced yourself here."] = ""; -$a->strings["Apparently you are already friends with %s."] = ""; -$a->strings["Invalid profile URL."] = "Mittekehtiv profiili URL."; -$a->strings["Disallowed profile URL."] = "Mittelubatud profiili URL."; -$a->strings["Failed to update contact record."] = "Kontakti andmete uuendamine ebaõnnestus."; -$a->strings["Your introduction has been sent."] = "Teie tutvustus on saadetud."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Kaugliitumist ei saa teostada Teie võrguga. Palun liituge otse oma süsteemis. "; -$a->strings["Please login to confirm introduction."] = "Tutvustuse kinnitamiseks logige palun sisse. "; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = ""; -$a->strings["Confirm"] = "Kinnita"; -$a->strings["Hide this contact"] = "Peida see kontakt"; -$a->strings["Welcome home %s."] = ""; -$a->strings["Please confirm your introduction/connection request to %s."] = ""; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Palun sisesta oma \"ID Aadress\" ühest järgnevatest toetatud kommunikatsioonivõrkudest:"; -$a->strings["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."] = ""; -$a->strings["Friend/Connection Request"] = "Sõbra/Ühenduse taotlus"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; -$a->strings["Please answer the following:"] = "Palun vasta järgnevale:"; -$a->strings["Does %s know you?"] = "Kas %s teab sind?"; -$a->strings["Add a personal note:"] = "Lisa personaalne teade:"; -$a->strings["Friendica"] = ""; -$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "-palun ära kasuta seda vormi. Selle asemel trüki %s oma Diaspora otsingukasti."; -$a->strings["Your Identity Address:"] = "Sinu ID aadress:"; -$a->strings["Submit Request"] = "Saada taotlus"; -$a->strings["No entries (some entries may be hidden)."] = "Pole kirjeid (osad võivad olla peidetud)"; -$a->strings["Global Directory"] = "Globaalne kataloog"; -$a->strings["Find on this site"] = "Leia sellelt lehelt"; -$a->strings["Results for:"] = "Tulemused:"; -$a->strings["Site Directory"] = "Lehe kataloog"; -$a->strings["Find"] = "Otsi"; -$a->strings["Location:"] = "Asukoht:"; -$a->strings["Gender:"] = "Sugu:"; -$a->strings["Status:"] = "Staatus:"; -$a->strings["Homepage:"] = "Koduleht:"; -$a->strings["About:"] = "Minust:"; -$a->strings["People Search - %s"] = "Inimeste otsing - %s"; -$a->strings["Forum Search - %s"] = "Foorumi otsing - %s"; -$a->strings["No matches"] = "Pole kattuvusi"; -$a->strings["Item not found"] = "Ei leitud"; -$a->strings["Edit post"] = "Muuda postitust"; -$a->strings["Save"] = "Salvesta"; -$a->strings["Insert web link"] = "Lisa hüperlink"; -$a->strings["web link"] = "hüperlink"; -$a->strings["Insert video link"] = "Lisa videolink"; -$a->strings["video link"] = "videolink"; -$a->strings["Insert audio link"] = "Lisa audiolink"; -$a->strings["audio link"] = "audiolink"; -$a->strings["CC: email addresses"] = "CC: emaili addressid"; -$a->strings["Example: bob@example.com, mary@example.com"] = ""; -$a->strings["Event can not end before it has started."] = "Sündmus ei saa lõppeda enne algamist."; -$a->strings["Event title and start time are required."] = "Sündmuse pealkiri ja algusaeg nõutavad."; -$a->strings["Create New Event"] = "Loo uus sündmus"; -$a->strings["Event details"] = "Sündmuse detailid"; -$a->strings["Starting date and Title are required."] = "Alguskuupäev ja Pealkiri nõutavad."; -$a->strings["Event Starts:"] = "Sündmus algab:"; -$a->strings["Required"] = "Nõutav"; -$a->strings["Finish date/time is not known or not relevant"] = "Lõpu kuupäev/aeg pole teada või pole olulised"; -$a->strings["Event Finishes:"] = "Sündmus lõpeb:"; -$a->strings["Adjust for viewer timezone"] = "Säti vaataja ajatsoonikohaseks"; -$a->strings["Description:"] = "Kirjeldus:"; -$a->strings["Title:"] = "Pealkiri:"; -$a->strings["Share this event"] = "Jaga seda sündmust"; -$a->strings["Basic"] = "Peamine"; -$a->strings["Permissions"] = "Õigused"; -$a->strings["Failed to remove event"] = "Ei õnnestunud sündmust eemaldada"; -$a->strings["Event removed"] = "Sündmus eemaldatud"; -$a->strings["Photos"] = "Fotod"; -$a->strings["Contact Photos"] = "Kontaktide fotod"; -$a->strings["Upload"] = "Lae üles"; -$a->strings["Files"] = "Failid"; $a->strings["You must be logged in to use this module"] = "Selle mooduli kasutamiseks tuleb sisse logida"; $a->strings["Source URL"] = "Allika URL"; -$a->strings["- select -"] = "-vali-"; -$a->strings["The contact could not be added."] = "Kontakti ei saanud lisada."; -$a->strings["You already added this contact."] = "Te juba lisasite selle kontakti."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora toetus pole võimaldatud. Kontakti ei saa lisada."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus tugi pole võimaldatud. Kontakti ei saa lisada."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; -$a->strings["Tags:"] = "Tag`id: "; -$a->strings["Status Messages and Posts"] = "Staatussõnumid ja Postitused"; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = ""; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = ""; -$a->strings["Bug reports and issues: please visit"] = ""; -$a->strings["the bugtracker at github"] = ""; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = ""; -$a->strings["Installed addons/apps:"] = ""; -$a->strings["No installed addons/apps"] = ""; -$a->strings["Read about the Terms of Service of this node."] = ""; -$a->strings["On this server the following remote servers are blocked."] = ""; -$a->strings["Friend suggestion sent."] = "Sõbrasoovitus saadetud."; -$a->strings["Suggest Friends"] = "Soovita sõpru"; -$a->strings["Suggest a friend for %s"] = "Soovita kasutaja %s -le sõpra. "; -$a->strings["Group created."] = "Grupp loodud."; -$a->strings["Could not create group."] = "Ei õnnestunud gruppi luua."; -$a->strings["Group not found."] = "Gruppi ei leitud."; -$a->strings["Group name changed."] = "Gupi nimi muutunud."; -$a->strings["Permission denied"] = "Õigused ebapiisavad"; -$a->strings["Save Group"] = "Salvesta grupp"; -$a->strings["Filter"] = ""; -$a->strings["Create a group of contacts/friends."] = "Loo grupp kontaktidest/sõpradest."; -$a->strings["Group Name: "] = "Grupi nimi:"; -$a->strings["Contacts not in any group"] = "Mitteüheski grupis olevad kontaktid"; -$a->strings["Group removed."] = "Grupp eemaldatud."; -$a->strings["Unable to remove group."] = "Ei saa gruppi eemaldada."; -$a->strings["Delete Group"] = "Kustuta grupp"; -$a->strings["Edit Group Name"] = "Muud grupi nime"; -$a->strings["Members"] = "Liikmed"; -$a->strings["All Contacts"] = "Kõik kontaktid"; -$a->strings["Group is empty"] = "Grupp on tühi"; -$a->strings["Remove contact from group"] = "Eemalda kontakt grupist"; -$a->strings["Click on a contact to add or remove."] = "Lisamiseks või eemaldamiseks klõpsa kontaktil."; -$a->strings["Add contact to group"] = "Lisa kontakt gruppi"; -$a->strings["No profile"] = "Profiili ei ole"; -$a->strings["Help:"] = "Abi:"; -$a->strings["Help"] = "Abi"; -$a->strings["Not Found"] = "Ei leitud"; +$a->strings["Lookup address"] = ""; $a->strings["Welcome to %s"] = ""; -$a->strings["Total invitation limit exceeded."] = "Totaalne kutsungite limiit ületatud."; -$a->strings["%s : Not a valid email address."] = "%s : Mittevaliidne meiliaadress."; -$a->strings["Please join us on Friendica"] = "Palun ühine meiega Friendicas"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Kutsumiste limiit ületatud. Palun kontakteeru oma lehe adminniga."; -$a->strings["%s : Message delivery failed."] = "%s : Sõnumi saatmine nurjus."; -$a->strings["%d message sent."] = [ - 0 => "%d sõnum saadetud.", - 1 => "%d sõnumid saadetud.", -]; -$a->strings["You have no more invitations available"] = "Sul ei ole rohkem kutseid"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Külasta %s avalike saitide nimistut kus saad liituda. Friendica liikmed teistel saitidel saavad kõik üksteisega ühenduda ja samuti saavad seda ka paljude teiste sotsiaalvõrkude liikmed. "; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Et seda kutset vastu võtta külasta palun saiti %s ja registreeri või siis registreeri ükskõik millisel Friendica avalikul veebilehel. "; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu turvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle liikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga. Vaata nimekirja alternatiivsetest saitidest, kus saad liituda. \n%s "; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Meie vabandused. See süsteem ei ole hetkel seadistatud ühenduseks teiste avalike saitidega või liikmete vastuvõtuks. "; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu \nturvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle \nliikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga."; -$a->strings["To accept this invitation, please visit and register at %s."] = "Et seda kutset vastu võtta, külasta palun %s ja registreeri. "; -$a->strings["Send invitations"] = "Saada kutseid"; -$a->strings["Enter email addresses, one per line:"] = "Lisa e-posti aadresse, üks iga rea kohta:"; -$a->strings["Your message:"] = "Sinu sõnum:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Oled kutsutud ühinema minu ei teiste sõpradega Freindicas - et saaksime koos luua parema sotsiaalvõrgustiku. "; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Peate sisestama selle kutse koodi: \$invite_code "; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Kui olete registreerunud, kontakteeruge minuga mu profiili lehel: "; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Rohkema info jaoks Friendica projekti kohta, külastage palun http://friendi.ca "; -$a->strings["Unable to locate original post."] = "Ei leia algset postitust."; -$a->strings["Empty post discarded."] = "Tühi postitus eiratud."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Selle sõnumi saatis sulle %s , Friendica sotsiaalvõrgu liige. "; -$a->strings["You may visit them online at %s"] = "Võite kohtuda nendega online %s "; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Palun kontakteeruge saatjaga vastates sellele postitusele, kui ei soovi neid sõnumeid saada. "; -$a->strings["%s posted an update."] = "%s postitas uuenduse."; -$a->strings["l F d, Y \\@ g:i A"] = ""; -$a->strings["Time Conversion"] = ""; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = "UTC aeg: %s "; -$a->strings["Current timezone: %s"] = "Praegune ajatsoon: %s "; -$a->strings["Converted localtime: %s"] = "Konverteeritud kohalik aeg: %s "; -$a->strings["Please select your timezone:"] = "Palun vali oma ajatsoon: "; -$a->strings["Remote privacy information not available."] = "Kaugturvainfo pole kättesaadav."; -$a->strings["Visible to:"] = "Nähtav: "; -$a->strings["No valid account found."] = "Valiidset kontot ei leitud."; -$a->strings["Password reset request issued. Check your email."] = "Paroolimuutmise taotlus teostusel. Kontrolli oma e-posti. "; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; -$a->strings["Password reset requested at %s"] = ""; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; -$a->strings["Request has expired, please make a new one."] = ""; -$a->strings["Forgot your Password?"] = "Unustasid oma parooli?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Sisesta oma emaili aadress ja saada, et taaslähtestada oma parool. Siis kontrolli oma meili lisajuhendite saamiseks. "; -$a->strings["Nickname or Email: "] = "Hüüdnimi või email:"; -$a->strings["Reset"] = "Lähtesta"; -$a->strings["Password Reset"] = "Lähtesta parool"; -$a->strings["Your password has been reset as requested."] = "Teie parool on taaslähtestatud nagu taotletud."; -$a->strings["Your new password is"] = "Sinu uus parool on"; -$a->strings["Save or copy your new password - and then"] = "Salvesta või kopeeri oma uus parool - ja siis"; -$a->strings["click here to login"] = "vajuta siia sisselogimiseks"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Su parool on muudetav Seaded lehel peale edukat sisselogimist."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; -$a->strings["Your password has been changed at %s"] = ""; -$a->strings["System down for maintenance"] = "Süsteem hooldusrežiimis"; -$a->strings["Manage Identities and/or Pages"] = "Majanda Identiteete ja/või Lehti"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; -$a->strings["Select an identity to manage: "] = ""; -$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; -$a->strings["first"] = "esimene"; -$a->strings["next"] = "järgmine"; -$a->strings["Profile Match"] = ""; -$a->strings["New Message"] = "Uus sõnum"; -$a->strings["No recipient selected."] = "Ühtegi saajat pole valitud."; -$a->strings["Unable to locate contact information."] = "Ei leia kontakti infot."; -$a->strings["Message could not be sent."] = "Sõnumit ei saanud saata."; -$a->strings["Message collection failure."] = "Sõnumi vastuvõtmise viga."; -$a->strings["Message sent."] = "Sõnum saadetud."; -$a->strings["Discard"] = "Eira"; -$a->strings["Messages"] = "Sõnumid"; -$a->strings["Do you really want to delete this message?"] = "Soovid tõesti selle sõnumi kustutada?"; -$a->strings["Conversation not found."] = "Vestlust ei leitud."; -$a->strings["Message deleted."] = "Sõnum kustutatud."; -$a->strings["Conversation removed."] = "Vestlus eemaldatud."; -$a->strings["Please enter a link URL:"] = "Palun sisesta lingi URL: "; -$a->strings["Send Private Message"] = "Saada privaatsõnum"; -$a->strings["To:"] = ""; -$a->strings["Subject:"] = "Teema:"; -$a->strings["No messages."] = "Sõnumeid pole."; -$a->strings["Message not available."] = "Sõnum pole saadaval. "; -$a->strings["Delete message"] = "Kustuta sõnum"; -$a->strings["D, d M Y - g:i A"] = ""; -$a->strings["Delete conversation"] = "Kustuta vestlus"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Turvaline suhtlus pole saadaval. Vastamine võib õnnestuda saatja profiili lehel. "; -$a->strings["Send Reply"] = "Saada vastus"; -$a->strings["Unknown sender - %s"] = "Tundmatu saatja - %s"; -$a->strings["You and %s"] = "Sina ja %s "; -$a->strings["%s and You"] = "%s ja Sina"; -$a->strings["%d message"] = [ - 0 => "%d sõnum", - 1 => "%d sõnumid", -]; -$a->strings["Remove term"] = "Eemalda tingimus"; -$a->strings["Saved Searches"] = "Salvestatud otsingud"; -$a->strings["add"] = "lisa"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Hoiatus: See grupp sisaldab %s liiget võrgust, mis ei luba mitteavalikke sõnumeid. ", - 1 => "Hoiatus: See grupp sisaldab %s liikmeid võrgust, mis ei luba mitteavalikke sõnumeid. ", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Sõnumeid selles grupis ei saadeta nendele vastuvõtjatele. "; -$a->strings["No such group"] = "Sellist gruppi pole"; -$a->strings["Group: %s"] = "Grupp: %s "; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Privaatsõnumid sellele isikule evivad riski levida avalikkuse ette. "; -$a->strings["Invalid contact."] = "Mittevaliidne kontakt."; -$a->strings["Commented Order"] = "Kommenteeritud järjestus"; -$a->strings["Sort by Comment Date"] = "Sordi kommentaari kuupäeva järgi"; -$a->strings["Posted Order"] = "Postitatud järjestus"; -$a->strings["Sort by Post Date"] = "Sordi postitamise kuupäeva järgi"; -$a->strings["Personal"] = "Isiklik"; -$a->strings["Posts that mention or involve you"] = "Postitused, mis mainivad või puudutavad sind"; -$a->strings["New"] = "Uus"; -$a->strings["Activity Stream - by date"] = "Aktiivsusvoog - kuupäevajärgne"; -$a->strings["Shared Links"] = "Jagatud lingid"; -$a->strings["Interesting Links"] = "Huvitavad lingid"; -$a->strings["Starred"] = "Tähega märgitud"; -$a->strings["Favourite Posts"] = "Lemmikpostitused"; $a->strings["Welcome to Friendica"] = "Tere tulemast Friendicasse"; $a->strings["New Member Checklist"] = ""; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = ""; @@ -1009,7 +1580,6 @@ $a->strings["On your Quick Start page - find a brief introduction to yo $a->strings["Go to Your Settings"] = "Mine on Sätetesse"; $a->strings["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."] = "Oma Sätted lehel muuda kõigepealt ära algne parool. Samuti pane tallele oma ID Aadress. Ta sarnaneb emaili aadressile - ja on kasulik, et leida sõpru sotsiaalvõrgustikes. "; $a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Vaata üle ka teised sätted, eriti privaatsussätted. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."; -$a->strings["Profile"] = "Profiil"; $a->strings["Upload Profile Photo"] = "Lae üles profiilifoto"; $a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Lae üles profiilifoto, kui sa seda veel teinud ei ole. uuringud näitavad, et inimesed reaalse fotoga neist leiavad kümme korda rohkem sõpru kui kui ilma fotota inimesed. "; $a->strings["Edit Your Profile"] = "Muuda on Profiili"; @@ -1025,7 +1595,6 @@ $a->strings["Go to Your Site's Directory"] = "Mine oma Lehe Kataloogi"; $a->strings["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."] = "Kataloogi leht aitab leida teisi selles võrgus ja teistes seotud võrkudes. Otsi Ühendu või Jälgi linki nende profiili lehel. Anna sinna oma ID aadress kui küsitud. "; $a->strings["Finding New People"] = "Uute inimeste leidmine"; $a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Kontaktide lehe küljepaneelil on mitmeid tööriistu uute sõprade leidmiseks. Me saame sidustada inimesi huvide, huvide ja nime järgi või saame soovitada vastavalt võrgusuhtlusele. Päris uuel lehel tulevad soovitused 24 tunni möödudes. "; -$a->strings["Groups"] = "Grupid"; $a->strings["Group Your Contacts"] = "Grupeeri oma Kontaktid"; $a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Kui oled mõned sõbrad leidnud, organiseeri nad privaatsuhtluse gruppidesse oma Kontaktide lehe külgpaanil. Siis saad iga grupiga privaatselt oma Võrgulehel suhelda. "; $a->strings["Why Aren't My Posts Public?"] = "Miks mu postitused avalikud ei ole?"; @@ -1033,973 +1602,30 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s $a->strings["Getting Help"] = "Kuidas saada abi"; $a->strings["Go to the Help Section"] = "Mine Abi sektsiooni"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Meie abi lehed sisaldavad detailset infot programmi võimaluste ja ressursside kohta. "; -$a->strings["Personal Notes"] = "Isiklikud märkmed"; -$a->strings["Invalid request identifier."] = ""; -$a->strings["Ignore"] = "Ignoreeri"; -$a->strings["Notifications"] = "Teavitused"; -$a->strings["Network Notifications"] = "Võrgu teavitused"; -$a->strings["System Notifications"] = "Süsteemi teavitused"; -$a->strings["Personal Notifications"] = "Isiklikud teavitused"; -$a->strings["Home Notifications"] = "Kodu teavitused"; -$a->strings["Show unread"] = "Näita lugemata"; -$a->strings["Show all"] = "Näita kõik"; -$a->strings["Show Ignored Requests"] = "Näita ignoreeritud taotlusi"; -$a->strings["Hide Ignored Requests"] = "Peida ignoreeritud taotlused"; -$a->strings["Notification type:"] = "Teavituse tüüp:"; -$a->strings["Suggested by:"] = "Soovitas:"; -$a->strings["Hide this contact from others"] = "Peida see kontakt teiste eest"; -$a->strings["Claims to be known to you: "] = "Väidab, et on sulle tuttav:"; -$a->strings["yes"] = "jah"; -$a->strings["no"] = "ei"; -$a->strings["Shall your connection be bidirectional or not?"] = "Kas teie ühendus on kahesuunaline või mitte?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Aktsepteerides %s oma sõbrana võimaldab %s tellida sinu postitusi ja saad nende uuendustest oma ajajoonele teavitusi. "; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Aktsepteerides %s kui järgijat saavad nad tellida endale sinu postitusi, aga sa ei näe nende uuendusi oma ajajoonel. "; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Aktsepteerides %s kui Jagajat saavad nad näha sinu postitusi, aga sa ei näe nende staatuseuuendusi oma ajajoonel. "; -$a->strings["Friend"] = "Sõber"; -$a->strings["Sharer"] = "Jagaja"; -$a->strings["Subscriber"] = "Jälgija"; -$a->strings["Network:"] = "Võrk"; -$a->strings["No introductions."] = ""; -$a->strings["No more %s notifications."] = "Ei taha enam %s teateid. "; -$a->strings["No more system notifications."] = "Aitab süsteemiteadetest. "; -$a->strings["Post successful."] = "Postitus õnnestus. "; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokolli viga. ID-d vastu ei võetud. "; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; -$a->strings["Login failed."] = ""; -$a->strings["Subscribing to OStatus contacts"] = ""; -$a->strings["No contact provided."] = "Kontakti ei esitletud. "; -$a->strings["Couldn't fetch information for contact."] = "Ei saanud infot kontakti tarbeks. "; -$a->strings["Couldn't fetch friends for contact."] = "Ei saanud sõbrainfot kontakti tarbeks. "; -$a->strings["Done"] = "Tehtud"; -$a->strings["success"] = "edukas"; -$a->strings["failed"] = "ebaõnnestus"; -$a->strings["ignored"] = "ignoreeritud"; -$a->strings["Keep this window open until done."] = "Hoia see aken lahti kuni kõik tehtud. "; -$a->strings["Photo Albums"] = "Foto albumid"; -$a->strings["Recent Photos"] = "Hiljutised fotod"; -$a->strings["Upload New Photos"] = "Lae üles uusi fotosid"; -$a->strings["everybody"] = "igaüks"; -$a->strings["Contact information unavailable"] = "Kontakti infot pole saadaval"; -$a->strings["Album not found."] = "Albumit ei leitud"; -$a->strings["Delete Album"] = "Kustuta album"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Kas soovid tõesti kustutada selle fotoalbumi ja kõik fotod?"; -$a->strings["Delete Photo"] = "Kustuta foto"; -$a->strings["Do you really want to delete this photo?"] = "Kas soovid tõesti selle foto kustutada?"; -$a->strings["a photo"] = "see foto"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s täägiti kohas %2\$s %3\$s poolt"; -$a->strings["Image exceeds size limit of %s"] = "Pilt ületab suuruse limiidi %s "; -$a->strings["Image upload didn't complete, please try again"] = "Pildi üleslaadimine ei lõppenud, palun ürita uuesti"; -$a->strings["Image file is missing"] = "Pildifail on puudu"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server ei aktsepteeri hetkel uue faili üleslaadimist. Palun kontakteeru adminniga. "; -$a->strings["Image file is empty."] = "Pildifail on tühi"; -$a->strings["Unable to process image."] = "Ei suuda pilti töödelda. "; -$a->strings["Image upload failed."] = "Pildi üleslaadimine nurjus."; -$a->strings["No photos selected"] = "Fotosid pole valitud"; -$a->strings["Access to this item is restricted."] = "Ligipääs sellele elemendile on takistatud."; -$a->strings["Upload Photos"] = "Lae fotod üles"; -$a->strings["New album name: "] = "Uus albuminimi"; -$a->strings["or select existing album:"] = "või vali olemasolev album:"; -$a->strings["Do not show a status post for this upload"] = "Ära näita staatuse postitust selle üleslaadimise kohta"; -$a->strings["Show to Groups"] = "Näita Gruppides"; -$a->strings["Show to Contacts"] = "Näita Kontaktidele"; -$a->strings["Edit Album"] = "Muuda Albumit"; -$a->strings["Show Newest First"] = "Uusimad esmalt"; -$a->strings["Show Oldest First"] = "Vanimad esmalt"; -$a->strings["View Photo"] = "Kuva foto"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Ebapiisavad õigused. Ligipääs siia võib olla piiratud."; -$a->strings["Photo not available"] = "Foto ei ole saadaval"; -$a->strings["View photo"] = "Kuva foto"; -$a->strings["Edit photo"] = "Muuda foto"; -$a->strings["Use as profile photo"] = "Kasuta profiilipildina"; -$a->strings["Private Message"] = "Pirvaatsõnum"; -$a->strings["View Full Size"] = "Kuva täismõõdus"; -$a->strings["Tags: "] = ""; -$a->strings["[Select tags to remove]"] = "[vali tag` id mida eemaldada]"; -$a->strings["New album name"] = "Uus albuminimi"; -$a->strings["Caption"] = ""; -$a->strings["Add a Tag"] = "Lisa Tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Näide: @mati, @Kati_Murutar, @jim@example.com, #Viljandi, #eestimaa, #matkamine"; -$a->strings["Do not rotate"] = "Ära pööra"; -$a->strings["Rotate CW (right)"] = "Pööra CW (paremale)"; -$a->strings["Rotate CCW (left)"] = "Pööra CCW (vasakule)"; -$a->strings["I like this (toggle)"] = "Mulle meeldib see (toggle)"; -$a->strings["I don't like this (toggle)"] = "Mulle ei meeldi see (toggle)"; -$a->strings["This is you"] = "See oled sina"; -$a->strings["Comment"] = "Kommentaar"; -$a->strings["Map"] = "Kaart"; -$a->strings["View Album"] = "Kuva Album"; -$a->strings["{0} wants to be your friend"] = "{0} soovib olla sinu sõber"; -$a->strings["{0} requested registration"] = "{0} taotleb registreerimist"; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = "Saaja"; -$a->strings["Choose what you wish to do to recipient"] = "Vali, mida soovid saajaga teha"; -$a->strings["Make this post private"] = "Muuda see postitus privaatseks"; -$a->strings["Only logged in users are permitted to perform a probing."] = ""; -$a->strings["Profile deleted."] = "Profiil kustutatud."; -$a->strings["Profile-"] = "Profiil-"; -$a->strings["New profile created."] = "Uus profiil loodud."; -$a->strings["Profile unavailable to clone."] = "Profiil mittekättesaadav kloonimiseks. "; -$a->strings["Profile Name is required."] = "Profiili Nimi nõutav."; -$a->strings["Marital Status"] = "Abieluline staatus"; -$a->strings["Romantic Partner"] = "Romantiline partner"; -$a->strings["Work/Employment"] = "Töö/Ametitegevus"; -$a->strings["Religion"] = "Religioon"; -$a->strings["Political Views"] = "Poliitilised vaated"; -$a->strings["Gender"] = "Sugu"; -$a->strings["Sexual Preference"] = "Seksuaalsed eelistused"; -$a->strings["XMPP"] = ""; -$a->strings["Homepage"] = "Koduleht"; -$a->strings["Interests"] = "Huvid"; -$a->strings["Location"] = "Asukoht"; -$a->strings["Profile updated."] = "Profiil uuendatud."; -$a->strings["Hide contacts and friends:"] = "Peida kontaktid ja sõbrad:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Kas peita kontaktide/sõprade nimistu selle profiili vaatajate eest?"; -$a->strings["Show more profile fields:"] = "Näita rohkem profiilivälju:"; -$a->strings["Profile Actions"] = "Profiili tegevused"; -$a->strings["Edit Profile Details"] = "Muuda profiili detaile"; -$a->strings["Change Profile Photo"] = "Muud profiili foto"; -$a->strings["View this profile"] = "Kuva see profiil"; -$a->strings["View all profiles"] = "Kuva kõik profiilid"; -$a->strings["Edit visibility"] = "Muuda nähtavust"; -$a->strings["Create a new profile using these settings"] = "Loo uus profiil kasutades neid sätteid"; -$a->strings["Clone this profile"] = "Klooni see profiil"; -$a->strings["Delete this profile"] = "Kustuta see profiil"; -$a->strings["Basic information"] = "Baasinfo"; -$a->strings["Profile picture"] = "Profiilipilt"; -$a->strings["Preferences"] = "Eelistused"; -$a->strings["Status information"] = "Staatuse info"; -$a->strings["Additional information"] = "Lisainfo"; -$a->strings["Relation"] = "Suhe"; -$a->strings["Miscellaneous"] = ""; -$a->strings["Your Gender:"] = "Sinu sugu:"; -$a->strings[" Marital Status:"] = " Abieluline staatus:"; -$a->strings["Sexual Preference:"] = "Seksuaalne eelistus:"; -$a->strings["Example: fishing photography software"] = "Näide: kalapüük fotograafia tarkvara"; -$a->strings["Profile Name:"] = "Profiili nimi:"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "See on sinu avalik profiil.
Seevõib olla internetis kõigile nähtav. "; -$a->strings["Your Full Name:"] = "Sinu täielik nimi:"; -$a->strings["Title/Description:"] = "Tiitel/Kirjeldus:"; -$a->strings["Street Address:"] = "Tänava aadress:"; -$a->strings["Locality/City:"] = "Asupaik/Linn:"; -$a->strings["Region/State:"] = "Regioon/Maakond:"; -$a->strings["Postal/Zip Code:"] = "Postiindeks:"; -$a->strings["Country:"] = "Riik:"; -$a->strings["Age: "] = "Vanus:"; -$a->strings["Who: (if applicable)"] = ""; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = ""; -$a->strings["Since [date]:"] = "Alates [kuupäev]: "; -$a->strings["Tell us about yourself..."] = "Räägi pisut endast...."; -$a->strings["XMPP (Jabber) address:"] = ""; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; -$a->strings["Homepage URL:"] = "Kodulehe URL: "; -$a->strings["Hometown:"] = "Kodulinn:"; -$a->strings["Political Views:"] = "Poliitilised vaated:"; -$a->strings["Religious Views:"] = "Usulised vaated:"; -$a->strings["Public Keywords:"] = "Avalikud märksõnad:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(kasutatakse soovitamaks potentsiaalseid sõpru ja on teistele nähtav)"; -$a->strings["Private Keywords:"] = "Privaatsed märksõnad:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Kasutused profiilide otsingul, ei näidata mitte kunagi teistele)"; -$a->strings["Likes:"] = "Meeldimised:"; -$a->strings["Dislikes:"] = "Mittemeeldimised:"; -$a->strings["Musical interests"] = "Muusikalised huvid"; -$a->strings["Books, literature"] = "Raamatud, kirjandus"; -$a->strings["Television"] = "Televisioon"; -$a->strings["Film/dance/culture/entertainment"] = "Film/tants/kultuur/meelelehutus"; -$a->strings["Hobbies/Interests"] = "Hobid/Huvid"; -$a->strings["Love/romance"] = "Armastus/Romantika"; -$a->strings["Work/employment"] = "Töö/Ametitegevus"; -$a->strings["School/education"] = "Kool/Haridus"; -$a->strings["Contact information and Social Networks"] = "Kontaktinfo ja Sotsiaalvõrgustikud"; -$a->strings["Profile Image"] = "Profiilipilt"; -$a->strings["visible to everybody"] = "nähtav kõigile"; -$a->strings["Edit/Manage Profiles"] = "Muuda/Halda profiile"; -$a->strings["Change profile photo"] = "Muuda profiilifoto"; -$a->strings["Create New Profile"] = "Loo uus profiil"; -$a->strings["Image uploaded but image cropping failed."] = "Pilt üles laetud, aga pildi vähendamine nurjus."; -$a->strings["Image size reduction [%s] failed."] = "Pildi suuruse vähendamine [%s] nurjus. "; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; -$a->strings["Unable to process image"] = "Ei saa pilti töödelda"; -$a->strings["Upload File:"] = "Lae fail üles:"; -$a->strings["Select a profile:"] = "Vali profiil:"; -$a->strings["or"] = "või "; -$a->strings["skip this step"] = "jäta vahele"; -$a->strings["select a photo from your photo albums"] = "vali foto oma albumitest"; -$a->strings["Crop Image"] = "Vähenda pilti"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Palun säti pildi vähendamine optimaalseks kuvamiseks."; -$a->strings["Done Editing"] = "Muutmine tehtud"; -$a->strings["Image uploaded successfully."] = "Pilt edukalt üleslaetud"; -$a->strings["Invalid profile identifier."] = ""; -$a->strings["Profile Visibility Editor"] = "Profiili nähtavuse muutja"; -$a->strings["Visible To"] = "On nähtav "; -$a->strings["All Contacts (with secure profile access)"] = "Kõigile kontaktidele (koos turvalise profiiliga ligipääsuga)"; -$a->strings["Account approved."] = "Konto heaks kiidetud:"; -$a->strings["Registration revoked for %s"] = "Registreeringust keeldutud %s osas."; -$a->strings["Please login."] = "Palun logi sisse."; -$a->strings["User deleted their account"] = "Kasutaja kustutas oma konto"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = ""; -$a->strings["The user id is %d"] = "Kasutajatunnud on %d "; -$a->strings["Remove My Account"] = "Eemalda Minu Konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "See eemaldab sinu konto täielikult. Kui kord tehtud, siis taastada ei saa. "; -$a->strings["Please enter your password for verification:"] = "Palun sisesta oma parool kontrollimiseks:"; -$a->strings["Resubscribing to OStatus contacts"] = ""; -$a->strings["Error"] = "Viga"; -$a->strings["Only logged in users are permitted to perform a search."] = "Ainult sisselogitud kasutajad võivad otsingut kasutada."; -$a->strings["Too Many Requests"] = "Liiga palju taotlusi"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Ainult üks otsing minuti kohta on sisselogimata kasutajatele lubatud. "; -$a->strings["Search"] = "Otsi"; -$a->strings["Items tagged with: %s"] = "Elemendid %s sildiga"; -$a->strings["Results for: %s"] = "Tulemused: %s "; -$a->strings["Account"] = "Konto"; -$a->strings["Profiles"] = "Profiilid"; -$a->strings["Display"] = "Kuva"; -$a->strings["Social Networks"] = "Sotsiaalvõrgud"; -$a->strings["Delegations"] = "Delegatsioonid"; -$a->strings["Connected apps"] = "Ühendatud rakendused"; -$a->strings["Export personal data"] = "Ekspordi isiklikud andmed"; -$a->strings["Remove account"] = "Eemalda konto"; -$a->strings["Missing some important data!"] = "Osa tähtsat teavet on puudu! "; -$a->strings["Update"] = "Uuenda"; -$a->strings["Failed to connect with email account using the settings provided."] = "E-posti kontoga ei õnnestu antud sätetega ühendust saada."; -$a->strings["Email settings updated."] = "E-posti sätted uuendatud."; -$a->strings["Features updated"] = ""; -$a->strings["Relocate message has been send to your contacts"] = ""; -$a->strings["Passwords do not match."] = "Paroolid ei kattu."; -$a->strings["Password update failed. Please try again."] = "Parooli uuendus nurjus. Palun proovi uuesti."; -$a->strings["Password changed."] = "Parool muudetud."; -$a->strings["Password unchanged."] = "Parool muutmata. "; -$a->strings[" Please use a shorter name."] = "Palun kasuta lühemat nime."; -$a->strings[" Name too short."] = "Nimi liiga lühike."; -$a->strings["Wrong Password"] = "Vale parool"; -$a->strings["Invalid email."] = ""; -$a->strings["Cannot change to that email."] = ""; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privaatfoorumil puuduvad privaatsussätted. Kasutan baasprivaatsuse grupi sätteid. "; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privaatfoorumil puuduvad privaatsussätted ja baasprivaatsusgrupp. "; -$a->strings["Settings updated."] = "Sätted uuendatud."; -$a->strings["Add application"] = "Lisa rakendus"; -$a->strings["Consumer Key"] = ""; -$a->strings["Consumer Secret"] = ""; -$a->strings["Redirect"] = ""; -$a->strings["Icon url"] = ""; -$a->strings["You can't edit this application."] = ""; -$a->strings["Connected Apps"] = "Ühendatud rakendused"; -$a->strings["Edit"] = "Muuda"; -$a->strings["Client key starts with"] = ""; -$a->strings["No name"] = ""; -$a->strings["Remove authorization"] = ""; -$a->strings["No Addon settings configured"] = ""; -$a->strings["Addon Settings"] = "Lisade sätted"; -$a->strings["Additional Features"] = ""; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["enabled"] = "aktiivne"; -$a->strings["disabled"] = "mitteaktiivne"; -$a->strings["Built-in support for %s connectivity is %s"] = ""; -$a->strings["GNU Social (OStatus)"] = ""; -$a->strings["Email access is disabled on this site."] = ""; -$a->strings["General Social Media Settings"] = "Üldised sotsiaalmeedia sätted"; -$a->strings["Disable Content Warning"] = ""; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; -$a->strings["Disable intelligent shortening"] = ""; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; -$a->strings["Default group for OStatus contacts"] = ""; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; -$a->strings["Repair OStatus subscriptions"] = ""; -$a->strings["Email/Mailbox Setup"] = "Emaili/Postkasti seadistamine"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Kui ühenduda kontaktidega meilitsi kasutades seda teenust (valikuline), siis palun täpsustage kuidas postkastiga ühenduda. "; -$a->strings["Last successful email check:"] = "Viimane õnnestunud meilikontroll: "; -$a->strings["IMAP server name:"] = ""; -$a->strings["IMAP port:"] = ""; -$a->strings["Security:"] = ""; -$a->strings["None"] = ""; -$a->strings["Email login name:"] = ""; -$a->strings["Email password:"] = ""; -$a->strings["Reply-to address:"] = ""; -$a->strings["Send public posts to all email contacts:"] = ""; -$a->strings["Action after import:"] = ""; -$a->strings["Mark as seen"] = ""; -$a->strings["Move to folder"] = ""; -$a->strings["Move to folder:"] = ""; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; -$a->strings["Sunday"] = "Pühapäev"; -$a->strings["Monday"] = "Esmaspäev"; -$a->strings["Display Settings"] = "Kuvasätted"; -$a->strings["Display Theme:"] = "Kuvatateema:"; -$a->strings["Mobile Theme:"] = "Mobiilne teema:"; -$a->strings["Suppress warning of insecure networks"] = "Vaigista hoiatus ebaturvalistest võrkudest"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; -$a->strings["Update browser every xx seconds"] = "Värskenda sirviku sisu iga xx sekundi tagant"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Miinimum on 10 sekundit. Sisesta -1 väljalülitamiseks. "; -$a->strings["Number of items to display per page:"] = "Elementide arv, mida lehel kuvatakse:"; -$a->strings["Maximum of 100 items"] = "Maksimaalselt 100 elementi"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Mobiilse seadme puhul lehel kuvatav elementide arv:"; -$a->strings["Don't show emoticons"] = "Ära näita emotikone"; -$a->strings["Calendar"] = "Kalender"; -$a->strings["Beginning of week:"] = "Nädala algus:"; -$a->strings["Don't show notices"] = "Ära näita teateid"; -$a->strings["Infinite scroll"] = ""; -$a->strings["Automatic updates only at the top of the network page"] = ""; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; -$a->strings["Bandwidth Saver Mode"] = "Andmamahtu säästev režiim"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; -$a->strings["Smart Threading"] = ""; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; -$a->strings["General Theme Settings"] = "Üldised teemasätted"; -$a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = "Sisu sätted"; -$a->strings["Theme settings"] = "Teema sätted"; -$a->strings["Unable to find your profile. Please contact your admin."] = "Ei leia sinu profiili. Palun kontakteeru adminniga. "; -$a->strings["Account Types"] = "Kontode tüübid"; -$a->strings["Personal Page Subtypes"] = "Isikliku lehe alltüübid"; -$a->strings["Community Forum Subtypes"] = "Kogukonnafoorumi alltüübid"; -$a->strings["Account for a personal profile."] = "Personaalse profiili konto."; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto organisatsioonile, mis automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". "; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Uudistelevitaja konto, kes automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". "; -$a->strings["Account for community discussions."] = "Kogukondlike arutluste konto."; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Tavalise inimese konto, mis nõuab \"Sõprade\" ja \"Jälgijate\" käsitsi heaks kiitmist. "; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Avaliku profiili konto, mis kiidab automaatselt heaks kontaktitaotlused kui \"Jälgijad\". "; -$a->strings["Automatically approves all contact requests."] = "Kiidab automaatselt kõik kontaktitaotlused heaks. "; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Kuulsuse profiili konto, mis kiidab automaatselt kontaktitaotlused heaks kui \"Sõbrad\". "; -$a->strings["Private Forum [Experimental]"] = "Privaatne Foorum [Eksperimentaalne]"; -$a->strings["Requires manual approval of contact requests."] = "Nõuab käsitsi kontaktitaotluste heakskiitu. "; -$a->strings["OpenID:"] = ""; -$a->strings["(Optional) Allow this OpenID to login to this account."] = ""; -$a->strings["Publish your default profile in your local site directory?"] = "Kas avaldada sinu põhiprofiil sinu kohaliku saidi kataloogis? "; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; -$a->strings["Publish your default profile in the global social directory?"] = "Kas avaldada sinu põhiprofiil globaalses sotsiaalses kataloogis?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Kas peita sinu kontaktide/sõprade nimekiri põhiprofiili vaatajate eest?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Sinu kontaktide nimekirja ei näidata su põhiprofiili lehel. Saad otsustada iga loodava profiili kohta eraldi,kas näidata nimekirja või mitte. "; -$a->strings["Hide your profile details from anonymous viewers?"] = "Kas peita sinu profiili andmed anonüümsete vaatajate eest?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonüümsed külastajad näevad vaid sinu profiilipilti, sinu ekraaninime ja hüüdnime, mida kasutad oma profiililehel. Sinu avalikud postitused on kättesaadavad teistel viisidel. "; -$a->strings["Allow friends to post to your profile page?"] = "Kas lubada sõpradel sinu profiililehele postitada?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; -$a->strings["Allow friends to tag your posts?"] = "Kas lubada sõpradel sinu postitusi tag`ida?"; -$a->strings["Your contacts can add additional tags to your posts."] = ""; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Kas lubad soovitad sind kui potentsiaalset sõpra uutele liitujatele?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Kui soovid, siis Friendica võib soovitada uuel liitujal sind kontaktina lisada."; -$a->strings["Permit unknown people to send you private mail?"] = "Kas lubada tundmatutel inimestele sulle privaatmeili saata? "; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica kasutajad saavad sulle privaatsõnumeid saada isegi siis, kui nad ei ole su kontaktide nimekirjas. "; -$a->strings["Profile is not published."] = ""; -$a->strings["Your Identity Address is '%s' or '%s'."] = "Sinu ID Aadress on '%s' või '%s'. "; -$a->strings["Automatically expire posts after this many days:"] = "Märgi sõnumid automaatselt loetuks selle hulga päevade möödudes: "; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Kui väli tühi, siis sõnumid ei aegu. Aegunud sõnumid kustutatakse"; -$a->strings["Advanced expiration settings"] = "Täpsemad aegumissätted"; -$a->strings["Advanced Expiration"] = "Täpsem aegumine"; -$a->strings["Expire posts:"] = "Postitused aeguvad:"; -$a->strings["Expire personal notes:"] = "Personaalsed märkmed aeguvad:"; -$a->strings["Expire starred posts:"] = "Tähekesega postitused aeguvad:"; -$a->strings["Expire photos:"] = "Fotod aeguvad:"; -$a->strings["Only expire posts by others:"] = "Aeguvad vaid teiste postitused:"; -$a->strings["Account Settings"] = "Konto sätted"; -$a->strings["Password Settings"] = "Parooli sätted"; -$a->strings["New Password:"] = "Uus parool"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = ""; -$a->strings["Confirm:"] = "Kinnita:"; -$a->strings["Leave password fields blank unless changing"] = "Jäta väljad tühjaks kui sa ei muuda"; -$a->strings["Current Password:"] = "Kehtiv parool"; -$a->strings["Your current password to confirm the changes"] = "Sinu kehtiv parool muutuste kinnitamiseks"; -$a->strings["Password:"] = "Parool:"; -$a->strings["Basic Settings"] = "Peamised sätted"; -$a->strings["Full Name:"] = "Täielik nimi:"; -$a->strings["Email Address:"] = "E-posti aadress:"; -$a->strings["Your Timezone:"] = "Sinu ajatsoon:"; -$a->strings["Your Language:"] = "Sinu keel:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Vali keel friendica kuvamiseks ja sulle e-posti saatmiseks. "; -$a->strings["Default Post Location:"] = "Postitamise baasasukoht:"; -$a->strings["Use Browser Location:"] = "Kasuta sirviku asukohta:"; -$a->strings["Security and Privacy Settings"] = "Turva ja privaatsuse sätted"; -$a->strings["Maximum Friend Requests/Day:"] = "Maksimum sõbrakutseid/Päevas:"; -$a->strings["(to prevent spam abuse)"] = "(et rämpspost tõrjuda)"; -$a->strings["Default Post Permissions"] = "Postituste baasõigused"; -$a->strings["(click to open/close)"] = ""; -$a->strings["Default Private Post"] = "Peamine privaatpostitus"; -$a->strings["Default Public Post"] = "Peamine avalik postitus"; -$a->strings["Default Permissions for New Posts"] = "Baasõigused uutele postitustele"; -$a->strings["Maximum private messages per day from unknown people:"] = "Privaatsõnumite maksimum päevas tundmatutelt inimestelt:"; -$a->strings["Notification Settings"] = "Teadete sätted"; -$a->strings["Send a notification email when:"] = "Saada meiliteavitus kui:"; -$a->strings["You receive an introduction"] = "Sulle saabub tutvustus"; -$a->strings["Your introductions are confirmed"] = "Sinu tutvustused on kinnitatud"; -$a->strings["Someone writes on your profile wall"] = "Keegi kirjutab sinu profiili seinale"; -$a->strings["Someone writes a followup comment"] = "Keegi kirjutab järgneva kommentaari"; -$a->strings["You receive a private message"] = "Saabub privaatsõnum"; -$a->strings["You receive a friend suggestion"] = "Saabub sõbrasoovitus"; -$a->strings["You are tagged in a post"] = "Sind on postituses tag`itud"; -$a->strings["You are poked/prodded/etc. in a post"] = "Sind on postituses müksatud vms. "; -$a->strings["Activate desktop notifications"] = "Aktiveeri töölaua teavitused"; -$a->strings["Show desktop popup on new notifications"] = "Näita hüpikakent uute teadetega"; -$a->strings["Text-only notification emails"] = "Ainult tekstipõhised teavitusmeilid"; -$a->strings["Send text only notification emails, without the html part"] = "Saada ainut tekstimeile ilma html-ita"; -$a->strings["Show detailled notifications"] = "Kuva detailseid teavitusi"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; -$a->strings["Advanced Account/Page Type Settings"] = "Konto/Lehetüübi sätted edasijõudnutele"; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Relocate"] = ""; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; -$a->strings["Resend relocate message to contacts"] = ""; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["Do you really want to delete this suggestion?"] = ""; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Ignore/Hide"] = "Ignoreeri/Peida"; -$a->strings["Friend Suggestions"] = "Sõbrasoovitused"; -$a->strings["Tag(s) removed"] = "Eemaldatud tag (id)"; -$a->strings["Remove Item Tag"] = "Eemalda elemendi Silt"; -$a->strings["Select a tag to remove: "] = "Vali tag mida eemaldada: "; -$a->strings["Export account"] = "Ekpordi konto"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; -$a->strings["Export all"] = "Ekspordi kõik"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; -$a->strings["User imports on closed servers can only be done by an administrator."] = ""; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; -$a->strings["Import"] = "Impordi"; -$a->strings["Move account"] = "Koli konto"; -$a->strings["You can import an account from another Friendica server."] = ""; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = ""; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = ""; -$a->strings["Account file"] = "Konto fail"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; -$a->strings["You aren't following this contact."] = "Sa ei jälgi seda kontakti."; -$a->strings["Unfollowing is currently not supported by your network."] = "Mittejälgimine ei ole sinu võrgus hetkel toetatud."; -$a->strings["Contact unfollowed"] = "Sa ei jälgi enam kontakti"; -$a->strings["Disconnect/Unfollow"] = "Ühenda lahti/Ära jälgi"; -$a->strings["[Embedded content - reload page to view]"] = ""; -$a->strings["Do you really want to delete this video?"] = "Kas soovid tõesti selle video kustutada?"; -$a->strings["Delete Video"] = "Kustuta video"; -$a->strings["No videos selected"] = "Videoid pole valitud"; -$a->strings["View Video"] = "Kuva video"; -$a->strings["Recent Videos"] = "Hiljutised videod"; -$a->strings["Upload New Videos"] = "Lae uued videod üles"; +$a->strings["User not found."] = ""; $a->strings["No contacts."] = "Kontakte pole."; $a->strings["Visit %s's profile [%s]"] = "Külasta %s profiili [%s] "; -$a->strings["Contacts"] = "Kontaktid"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["Unable to check your home location."] = ""; -$a->strings["No recipient."] = ""; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; -$a->strings["Invalid request."] = ""; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = ""; -$a->strings["Or - did you try to upload an empty file?"] = ""; -$a->strings["File exceeds size limit of %s"] = ""; -$a->strings["File upload failed."] = "Faili üleslaadimine nurjus."; -$a->strings["Wall Photos"] = "Seina fotod"; -$a->strings["Delete this item?"] = "Kustutada see element?"; -$a->strings["toggle mobile"] = "vaheta mobiilseks"; -$a->strings["No system theme config value set."] = ""; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["Frequently"] = "Sageli"; -$a->strings["Hourly"] = "Tunnis"; -$a->strings["Twice daily"] = "Kakskord päevas"; -$a->strings["Daily"] = "Päevas"; -$a->strings["Weekly"] = "Nädalas"; -$a->strings["Monthly"] = "Kuus"; -$a->strings["DFRN"] = ""; -$a->strings["OStatus"] = ""; -$a->strings["RSS/Atom"] = ""; -$a->strings["Zot!"] = ""; -$a->strings["LinkedIn"] = ""; -$a->strings["XMPP/IM"] = ""; -$a->strings["MySpace"] = ""; -$a->strings["Google+"] = ""; -$a->strings["pump.io"] = ""; -$a->strings["Twitter"] = ""; -$a->strings["Diaspora Connector"] = ""; -$a->strings["GNU Social Connector"] = ""; -$a->strings["ActivityPub"] = ""; -$a->strings["pnut"] = ""; -$a->strings["No answer"] = ""; -$a->strings["Male"] = "Mees"; -$a->strings["Female"] = "Naine"; -$a->strings["Currently Male"] = "Hetkel mees"; -$a->strings["Currently Female"] = "Hetkel naine"; -$a->strings["Mostly Male"] = "Peamiselt mees"; -$a->strings["Mostly Female"] = "Peamiselt naine"; -$a->strings["Transgender"] = ""; -$a->strings["Intersex"] = ""; -$a->strings["Transsexual"] = ""; -$a->strings["Hermaphrodite"] = ""; -$a->strings["Neuter"] = ""; -$a->strings["Non-specific"] = ""; -$a->strings["Other"] = ""; -$a->strings["Males"] = "Mehed"; -$a->strings["Females"] = "Naised"; -$a->strings["Gay"] = ""; -$a->strings["Lesbian"] = ""; -$a->strings["No Preference"] = ""; -$a->strings["Bisexual"] = ""; -$a->strings["Autosexual"] = ""; -$a->strings["Abstinent"] = ""; -$a->strings["Virgin"] = ""; -$a->strings["Deviant"] = ""; -$a->strings["Fetish"] = ""; -$a->strings["Oodles"] = ""; -$a->strings["Nonsexual"] = ""; -$a->strings["Single"] = "Üksik"; -$a->strings["Lonely"] = ""; -$a->strings["Available"] = ""; -$a->strings["Unavailable"] = ""; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = ""; -$a->strings["Dating"] = ""; -$a->strings["Unfaithful"] = ""; -$a->strings["Sex Addict"] = ""; -$a->strings["Friends"] = "Sõbrad"; -$a->strings["Friends/Benefits"] = "Sõbrad/Kasudega"; -$a->strings["Casual"] = ""; -$a->strings["Engaged"] = ""; -$a->strings["Married"] = "Abielus"; -$a->strings["Imaginarily married"] = ""; -$a->strings["Partners"] = "Partnerid"; -$a->strings["Cohabiting"] = ""; -$a->strings["Common law"] = "Vabaabielu"; -$a->strings["Happy"] = "Õnnelik"; -$a->strings["Not looking"] = "Ei otsi"; -$a->strings["Swinger"] = ""; -$a->strings["Betrayed"] = ""; -$a->strings["Separated"] = "Lahku läinud"; -$a->strings["Unstable"] = ""; -$a->strings["Divorced"] = "Lahutatud"; -$a->strings["Imaginarily divorced"] = ""; -$a->strings["Widowed"] = "Lesestunud"; -$a->strings["Uncertain"] = ""; -$a->strings["It's complicated"] = "Keeruline"; -$a->strings["Don't care"] = "Ei huvita"; -$a->strings["Ask me"] = "Küsi minult"; -$a->strings["General Features"] = "Üldised funktsioonid"; -$a->strings["Multiple Profiles"] = "Mitmed profiilid"; -$a->strings["Ability to create multiple profiles"] = "Võimalus luua mitmeid profiile"; -$a->strings["Photo Location"] = "Foto asukoht"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; -$a->strings["Export Public Calendar"] = ""; -$a->strings["Ability for visitors to download the public calendar"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["Auto-mention Forums"] = ""; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; -$a->strings["Explicit Mentions"] = ""; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = ""; -$a->strings["Network Sidebar"] = ""; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["Protocol Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected protocols"] = ""; -$a->strings["Network Tabs"] = "Võrgusakid"; -$a->strings["Network New Tab"] = "Uus võrgusakk"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Võimalda sakk kuvama vaid uusi Võrgupostitusi (viimasest 12 tunnist)"; -$a->strings["Network Shared Links Tab"] = "Võrgusakk Jagatud lingid"; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = "Postituse/Kommenteerimise tööriistad"; -$a->strings["Post Categories"] = "Postituse kategooriad"; -$a->strings["Add categories to your posts"] = "Lisa kategooriad on postitustele"; -$a->strings["Advanced Profile Settings"] = "Täpsemad profiili sätted"; -$a->strings["List Forums"] = "Foorumine nimistu"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Tag Cloud"] = "Sildipilv tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Näita personaalset sildipilve oma profiili lehel"; -$a->strings["Display Membership Date"] = "Kuva liitumise kuupäev"; -$a->strings["Display membership date in profile"] = "Kuva liitumiskuupäev oma profiilil"; -$a->strings["Forums"] = "Foorumid"; -$a->strings["External link to forum"] = "Välimine link foorumisse"; -$a->strings["Nothing new here"] = "Ei midagi uut siin"; -$a->strings["Clear notifications"] = "Puhasta teated"; -$a->strings["@name, !forum, #tags, content"] = ""; -$a->strings["Logout"] = "Logi välja"; -$a->strings["End this session"] = "Lõpeta see sessioon"; -$a->strings["Status"] = "Staatus"; -$a->strings["Your posts and conversations"] = "Sinu postitused ja vestlused"; -$a->strings["Your profile page"] = "Sinu profiili leht"; -$a->strings["Your photos"] = "Sinu fotod"; -$a->strings["Videos"] = "Videod"; -$a->strings["Your videos"] = "Sinu videod"; -$a->strings["Your events"] = "Sinu sündmused"; -$a->strings["Personal notes"] = "Personaalsed märkmed"; -$a->strings["Your personal notes"] = "Sinu personaalsed märkmed"; -$a->strings["Sign in"] = "Logi sisse"; -$a->strings["Home"] = "Kodu"; -$a->strings["Home Page"] = "Koduleht"; -$a->strings["Register"] = "Registreeri"; -$a->strings["Create an account"] = "Loo konto"; -$a->strings["Help and documentation"] = "Abi ja dokumentatsioon"; -$a->strings["Apps"] = "Rakendused"; -$a->strings["Addon applications, utilities, games"] = "Lisarakendused, utiliidid, mängud"; -$a->strings["Search site content"] = "Otsi lehe sisust"; -$a->strings["Full Text"] = "Täistekst"; -$a->strings["Tags"] = "Sildid"; -$a->strings["Community"] = "Kogukond"; -$a->strings["Conversations on this and other servers"] = "Vestlused siin ja muudes serverites"; -$a->strings["Events and Calendar"] = "Sündmused ja Kalender"; -$a->strings["Directory"] = "Kataloog"; -$a->strings["People directory"] = "Inimeste kataloog"; -$a->strings["Information about this friendica instance"] = "Info selle friendica instantsi kohta"; -$a->strings["Terms of Service of this Friendica instance"] = "Selle Friendica instantsi kasutustingimused"; -$a->strings["Conversations from your friends"] = "Vestlused sinu sõpradelt"; -$a->strings["Network Reset"] = "Võrgu taaskäivitus"; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Introductions"] = "Tutvustused"; -$a->strings["Friend Requests"] = "Sõbrataotlused"; -$a->strings["See all notifications"] = "Vaata kõiki teavitusi"; -$a->strings["Mark all system notifications seen"] = "Märgi kõik süsteemitevitused loetuks"; -$a->strings["Private mail"] = "Privaatmeil"; -$a->strings["Inbox"] = "Sisenev"; -$a->strings["Outbox"] = "Väljuv"; -$a->strings["Manage"] = "Halda"; -$a->strings["Manage other pages"] = "Halda teisi lehti"; -$a->strings["Account settings"] = "Konto sätted"; -$a->strings["Manage/Edit Profiles"] = "Halda/Muud profiile"; -$a->strings["Manage/edit friends and contacts"] = "Halda/muuda sõpru ja kontakte"; -$a->strings["Site setup and configuration"] = "Saidi seadmine ja sätted"; -$a->strings["Navigation"] = "Navigatsioon"; -$a->strings["Site map"] = "Lehekaart"; -$a->strings["Embedding disabled"] = ""; -$a->strings["Embedded content"] = ""; -$a->strings["newer"] = "ei kunagi"; -$a->strings["older"] = "vanem"; -$a->strings["prev"] = "eelm"; -$a->strings["last"] = "viimane"; -$a->strings["view full size"] = "kuva täissuuruses"; -$a->strings["Image/photo"] = ""; -$a->strings["%2\$s %3\$s"] = ""; -$a->strings["$1 wrote:"] = ""; -$a->strings["Encrypted content"] = "Krüptitud sisu"; -$a->strings["Invalid source protocol"] = ""; -$a->strings["Invalid link protocol"] = ""; -$a->strings["Loading more entries..."] = ""; -$a->strings["The end"] = "Lõpp"; -$a->strings["Follow"] = "Jälgi"; -$a->strings["Click to open/close"] = "Klõpsa ava/sulge"; -$a->strings["Export"] = "Eksport"; -$a->strings["Export calendar as ical"] = "Ekspordi kalender kui ical"; -$a->strings["Export calendar as csv"] = ""; -$a->strings["No contacts"] = "Kontakte pole"; -$a->strings["%d Contact"] = [ - 0 => "%d Kontaktid", - 1 => "%d Kontaktid", -]; -$a->strings["View Contacts"] = "Kuva kontaktid"; -$a->strings["Add New Contact"] = "Lisa uus kontakt"; -$a->strings["Enter address or web location"] = "Sisesta aadress või veebiasukoht"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = ""; -$a->strings["%d invitation available"] = [ - 0 => "%d kutset saadaval", - 1 => "%d kutset saadaval", -]; -$a->strings["Find People"] = "Leia inimesi"; -$a->strings["Enter name or interest"] = "Sissta nimi või huviala"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = ""; -$a->strings["Similar Interests"] = "Sarnased huvid"; -$a->strings["Random Profile"] = "Suvaline profiil"; -$a->strings["Invite Friends"] = "Kutsu sõpru"; -$a->strings["Local Directory"] = "Kohalik kataloog"; -$a->strings["Protocols"] = "Protokollid"; -$a->strings["All Protocols"] = "Kõik protokollid"; -$a->strings["Saved Folders"] = "Salvestatud kaustad"; -$a->strings["Everything"] = "Kõikvõimalik"; -$a->strings["Categories"] = "Kategooriad"; -$a->strings["%d contact in common"] = [ - 0 => "%d ühine kontakt", - 1 => "%d ühine kontakt", -]; -$a->strings["Post to Email"] = "Postita meilile"; -$a->strings["Hide your profile details from unknown viewers?"] = "Peidame sinu profiilidetailid tundmatute vaatajate eest?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; -$a->strings["Visible to everybody"] = "Kõigile nähtav"; -$a->strings["show"] = "näita"; -$a->strings["don't show"] = "ära näita"; -$a->strings["Close"] = "Sulge"; -$a->strings["Welcome "] = "Teretulemast"; -$a->strings["Please upload a profile photo."] = "Palun lae profiilifoto üles"; -$a->strings["Welcome back "] = "Teretulemast tagasi"; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = ""; -$a->strings["The contact entries have been archived"] = "Selle kontakti kirjed arhiveeritud"; -$a->strings["Enter new password: "] = "Sisesta uus parool:"; -$a->strings["Post update version number has been set to %s."] = ""; -$a->strings["Check for pending update actions."] = ""; -$a->strings["Done."] = "Tehtud."; -$a->strings["Execute pending post updates."] = ""; -$a->strings["All pending post updates are done."] = ""; -$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = ""; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = ""; -$a->strings["Please see the file \"INSTALL.txt\"."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = ""; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; -$a->strings["PHP executable path"] = ""; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; -$a->strings["Command line PHP"] = ""; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; -$a->strings["Found PHP version: "] = ""; -$a->strings["PHP cli binary"] = ""; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = ""; -$a->strings["This is required for message delivery to work."] = ""; -$a->strings["PHP register_argc_argv"] = ""; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = ""; -$a->strings["Generate encryption keys"] = ""; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = ""; -$a->strings["Apache mod_rewrite module"] = ""; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; -$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; -$a->strings["PDO or MySQLi PHP module"] = ""; -$a->strings["Error, XML PHP module required but not installed."] = ""; -$a->strings["XML PHP module"] = ""; -$a->strings["libCurl PHP module"] = ""; -$a->strings["Error: libCURL PHP module required but not installed."] = ""; -$a->strings["GD graphics PHP module"] = ""; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = ""; -$a->strings["OpenSSL PHP module"] = ""; -$a->strings["Error: openssl PHP module required but not installed."] = ""; -$a->strings["mb_string PHP module"] = ""; -$a->strings["Error: mb_string PHP module required but not installed."] = ""; -$a->strings["iconv PHP module"] = ""; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["POSIX PHP module"] = ""; -$a->strings["Error: POSIX PHP module required but not installed."] = ""; -$a->strings["JSON PHP module"] = ""; -$a->strings["Error: JSON PHP module required but not installed."] = ""; -$a->strings["File Information PHP module"] = ""; -$a->strings["Error: File Information PHP module required but not installed."] = ""; -$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["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."] = ""; -$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."] = ""; -$a->strings["config/local.config.php is writable"] = ""; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; -$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."] = ""; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; -$a->strings["view/smarty3 is writable"] = ""; -$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = ""; -$a->strings["Error message from Curl when fetching"] = ""; -$a->strings["Url rewrite is working"] = ""; -$a->strings["ImageMagick PHP extension is not installed"] = ""; -$a->strings["ImageMagick PHP extension is installed"] = ""; -$a->strings["ImageMagick supports GIF"] = ""; -$a->strings["Could not connect to database."] = ""; -$a->strings["Database already in use."] = ""; -$a->strings["Tuesday"] = "Teisipäev"; -$a->strings["Wednesday"] = "Kolmapäev"; -$a->strings["Thursday"] = "Neljapäev"; -$a->strings["Friday"] = "Reede"; -$a->strings["Saturday"] = "Laupäev"; -$a->strings["January"] = "Jaanuar"; -$a->strings["February"] = "Veebruar"; -$a->strings["March"] = "Märts"; -$a->strings["April"] = "Aprill"; -$a->strings["May"] = "Mai"; -$a->strings["June"] = "Juuni"; -$a->strings["July"] = "Juuli"; -$a->strings["August"] = "August"; -$a->strings["September"] = ""; -$a->strings["October"] = "Oktoober"; -$a->strings["November"] = ""; -$a->strings["December"] = "Detsember"; -$a->strings["Mon"] = "Esm"; -$a->strings["Tue"] = "Tei"; -$a->strings["Wed"] = "Kol"; -$a->strings["Thu"] = "Nel"; -$a->strings["Fri"] = "Ree"; -$a->strings["Sat"] = "Lau"; -$a->strings["Sun"] = "Püh"; -$a->strings["Jan"] = ""; -$a->strings["Feb"] = ""; -$a->strings["Mar"] = ""; -$a->strings["Apr"] = ""; -$a->strings["Jul"] = ""; -$a->strings["Aug"] = ""; -$a->strings["Sep"] = ""; -$a->strings["Oct"] = ""; -$a->strings["Nov"] = ""; -$a->strings["Dec"] = ""; -$a->strings["poke"] = "müksa"; -$a->strings["poked"] = "müksatud"; -$a->strings["ping"] = "pingi"; -$a->strings["pinged"] = "pingitud"; -$a->strings["prod"] = ""; -$a->strings["prodded"] = ""; -$a->strings["slap"] = "laksa"; -$a->strings["slapped"] = "laksatud"; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = ""; -$a->strings["rebuffed"] = ""; -$a->strings["System"] = "Süsteem"; -$a->strings["%s commented on %s's post"] = "%s kommenteeris %s postitust "; -$a->strings["%s created a new post"] = "%s tegi uue postituse"; -$a->strings["%s liked %s's post"] = "%s meeldib %s postitus"; -$a->strings["%s disliked %s's post"] = "%s ei meeldi %s postitus"; -$a->strings["%s is attending %s's event"] = "%s osaleb %s sündmusel"; -$a->strings["%s is not attending %s's event"] = "%s ei osale %s sündmusel"; -$a->strings["%s may attend %s's event"] = "%s ehk osaleb %s sündmusel"; -$a->strings["%s is now friends with %s"] = "%s on nüüd sõber %s ga "; -$a->strings["Friend Suggestion"] = "Sõbrasoovitus"; -$a->strings["Friend/Connect Request"] = "Sõbra/Ühenduse taotlus"; -$a->strings["New Follower"] = "Uus jälgija"; -$a->strings["Error 400 - Bad Request"] = ""; -$a->strings["Error 401 - Unauthorized"] = ""; -$a->strings["Error 403 - Forbidden"] = ""; -$a->strings["Error 404 - Not Found"] = ""; -$a->strings["Error 500 - Internal Server Error"] = ""; -$a->strings["Error 503 - Service Unavailable"] = ""; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = ""; -$a->strings["Authentication is required and has failed or has not yet been provided."] = ""; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = ""; -$a->strings["The requested resource could not be found but may be available in the future."] = ""; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = ""; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = ""; -$a->strings["Update %s failed. See error logs."] = ""; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; -$a->strings["The error message is\n[pre]%s[/pre]"] = ""; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = ""; -$a->strings["Error decoding account file"] = ""; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; -$a->strings["User '%s' already exists on this server!"] = ""; -$a->strings["User creation error"] = ""; -$a->strings["User profile creation error"] = ""; -$a->strings["%d contact not imported"] = [ +$a->strings["Follower (%s)"] = [ 0 => "", 1 => "", ]; -$a->strings["Done. You can now login with your username and password"] = ""; -$a->strings["There are no tables on MyISAM."] = ""; -$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; -$a->strings["Errors encountered performing database changes: "] = ""; -$a->strings["%s: Database update"] = ""; -$a->strings["%s: updating %s table."] = ""; -$a->strings["Legacy module file not found: %s"] = ""; -$a->strings["Drop Contact"] = "Hülga kontakt"; -$a->strings["Organisation"] = "Organisatsioon"; -$a->strings["News"] = "Uudised"; -$a->strings["Forum"] = "Foorum"; -$a->strings["Connect URL missing."] = ""; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = ""; -$a->strings["No compatible communication protocols or feeds were discovered."] = ""; -$a->strings["The profile address specified does not provide adequate information."] = ""; -$a->strings["An author or name was not found."] = ""; -$a->strings["No browser URL could be matched to this address."] = ""; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = ""; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = ""; -$a->strings["Unable to retrieve contact information."] = ""; -$a->strings["Starts:"] = "Algab:"; -$a->strings["Finishes:"] = "Lõpeb:"; -$a->strings["all-day"] = "terve päev"; -$a->strings["Jun"] = ""; -$a->strings["Sept"] = ""; -$a->strings["No events to display"] = "Pole üritusi kuvamiseks"; -$a->strings["l, F j"] = ""; -$a->strings["Edit event"] = "Muuda sündmust"; -$a->strings["Duplicate event"] = "Dubleeri sündmus"; -$a->strings["Delete event"] = "Kustuta sündmus"; -$a->strings["link to source"] = "link allikale"; -$a->strings["D g:i A"] = ""; -$a->strings["g:i A"] = ""; -$a->strings["Show map"] = "Näita kaarti"; -$a->strings["Hide map"] = "Peida kaart"; -$a->strings["%s's birthday"] = "%s sünnipäev"; -$a->strings["Happy Birthday %s"] = "Palju Õnne %s "; -$a->strings["Item filed"] = ""; -$a->strings["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."] = ""; -$a->strings["Default privacy group for new contacts"] = "Baas turvalisuse grupp uutele kontaktidele"; -$a->strings["Everybody"] = "Igaüks"; -$a->strings["edit"] = "muuda"; -$a->strings["Edit group"] = "Muuda gruppi"; -$a->strings["Create a new group"] = "Loo uus grupp"; -$a->strings["Edit groups"] = "Muuda gruppe"; -$a->strings["activity"] = "tegevused"; -$a->strings["comment"] = [ - 0 => "kommentaarid", - 1 => "kommentaarid", -]; -$a->strings["post"] = "postitus"; -$a->strings["Content warning: %s"] = ""; -$a->strings["bytes"] = ""; -$a->strings["View on separate page"] = "Kuva eraldi lehel"; -$a->strings["view on separate page"] = "kuva eraldi lehel"; -$a->strings["[no subject]"] = "[teema puudub] "; -$a->strings["Requested account is not available."] = ""; -$a->strings["Requested profile is not available."] = ""; -$a->strings["Edit profile"] = "Muuda profiili"; -$a->strings["Atom feed"] = ""; -$a->strings["Manage/edit profiles"] = "Halda/muuda profiile"; -$a->strings["XMPP:"] = ""; -$a->strings["g A l F d"] = ""; -$a->strings["F d"] = ""; -$a->strings["[today]"] = "[täna]"; -$a->strings["Birthday Reminders"] = "Sünnipäeva meeldetuletused"; -$a->strings["Birthdays this week:"] = "Sünnipäevad sel nädalal:"; -$a->strings["[No description]"] = "[kirjeldus puudub]"; -$a->strings["Event Reminders"] = "Sündmuste meeldetuletused"; -$a->strings["Upcoming events the next 7 days:"] = "Eelseisvad sündmused järgneval 7 päeval: "; -$a->strings["Member since:"] = "Liige alates: "; -$a->strings["j F, Y"] = ""; -$a->strings["j F"] = ""; -$a->strings["Birthday:"] = "Sünnipäev:"; -$a->strings["Age:"] = "Vanus:"; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Religion:"] = "Usk:"; -$a->strings["Hobbies/Interests:"] = "Hobid/Huvid:"; -$a->strings["Contact information and Social Networks:"] = "Kontaktinfo ja Sotsvõrgustikud"; -$a->strings["Musical interests:"] = "Muusikalised huvid: "; -$a->strings["Books, literature:"] = "Raamatud, kirjandus:"; -$a->strings["Television:"] = "Televisioon:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/tants/kultuur/meelelahutus:"; -$a->strings["Love/Romance:"] = "Armastus/Romantika:"; -$a->strings["Work/employment:"] = "Töö/Ametitegevus:"; -$a->strings["School/education:"] = "Kool/haridus:"; -$a->strings["Forums:"] = "Foorumid:"; -$a->strings["Profile Details"] = "Profiili detailid"; -$a->strings["Only You Can See This"] = "Ainult Sina saad seda näha"; -$a->strings["Tips for New Members"] = "Näpunäiteid uutele liikmetele"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = ""; -$a->strings["Database storage failed to update %s"] = ""; -$a->strings["Database storage failed to insert data"] = ""; -$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 where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = ""; -$a->strings["Enter a valid existing folder"] = ""; -$a->strings["Login failed"] = ""; -$a->strings["Not enough information to authenticate"] = ""; -$a->strings["Password can't be empty"] = "Parool ei saa olla tühi "; -$a->strings["Empty passwords are not allowed."] = "Tühjad paroolid pole lubatud"; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Uus parool on juba kasutuses, palun vali midagi muud. "; -$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Paroolid ei kattu"; -$a->strings["An invitation is required."] = "Kutse on nõutav."; -$a->strings["Invitation could not be verified."] = "Kutset ei õnnestu kontrollida."; -$a->strings["Invalid OpenID url"] = ""; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; -$a->strings["The error message was:"] = ""; -$a->strings["Please enter the required information."] = ""; -$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = ""; -$a->strings["Username should be at least %s character."] = [ +$a->strings["Following (%s)"] = [ 0 => "", 1 => "", ]; -$a->strings["Username should be at most %s character."] = [ +$a->strings["Mutual friend (%s)"] = [ 0 => "", 1 => "", ]; -$a->strings["That doesn't appear to be your full (First Last) name."] = ""; -$a->strings["Your email domain is not among those allowed on this site."] = ""; -$a->strings["Not a valid email address."] = ""; -$a->strings["The nickname was blocked from registration by the nodes admin."] = ""; -$a->strings["Cannot use that email."] = ""; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; -$a->strings["Nickname is already registered. Please choose another."] = ""; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = ""; -$a->strings["An error occurred during registration. Please try again."] = ""; -$a->strings["default"] = ""; -$a->strings["An error occurred creating your default profile. Please try again."] = ""; -$a->strings["An error occurred creating your self contact. Please try again."] = ""; -$a->strings["An error occurred creating your default contact group. Please try again."] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = ""; -$a->strings["Registration at %s"] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; -$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."] = ""; -$a->strings["Item was not found."] = "Elementi ei leitud."; +$a->strings["Contact (%s)"] = [ + 0 => "", + 1 => "", +]; +$a->strings["All contacts"] = ""; +$a->strings["Filetag %s saved to item"] = ""; +$a->strings["- select -"] = "-vali-"; +$a->strings["Invalid contact."] = "Mittevaliidne kontakt."; +$a->strings["No friends to display."] = "Pole kuvamiseks sõpru"; $a->strings["%d contact edited."] = [ 0 => "%d kontakt muudetud. ", 1 => "%d kontakti muudetud. ", @@ -2007,6 +1633,8 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = ""; $a->strings["Could not locate selected profile."] = ""; $a->strings["Contact updated."] = "Kontakt uuendatud."; +$a->strings["Failed to update contact record."] = "Kontakti andmete uuendamine ebaõnnestus."; +$a->strings["Contact not found"] = ""; $a->strings["Contact has been blocked"] = "Kontakt blokeeritud"; $a->strings["Contact has been unblocked"] = "Kontakti blokeering tühistatud"; $a->strings["Contact has been ignored"] = "Kontakti ignoreeritakse"; @@ -2050,17 +1678,15 @@ $a->strings["Currently blocked"] = "Hetkel blokitud"; $a->strings["Currently ignored"] = "Hetkel ingnoreeritud"; $a->strings["Currently archived"] = "Hetkel arhiveeritud"; $a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Hide this contact from others"] = "Peida see kontakt teiste eest"; $a->strings["Replies/likes to your public posts may still be visible"] = "Vastused/meeldimised sinu avalikele postitustele võivad ikka nähtavad olla"; $a->strings["Notification for new posts"] = "Teavitus uutest postitustest"; $a->strings["Send a notification of every new post of this contact"] = "Saada selle kontakti igast postitusest mulle teavitus"; $a->strings["Blacklisted keywords"] = "Märksõnade must nimekiri"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = ""; -$a->strings["Actions"] = "Tegevused"; -$a->strings["Suggestions"] = "Soovitused"; -$a->strings["Suggest potential friends"] = "Soovita potentsiaalseid sõpru"; $a->strings["Show all contacts"] = "Kuva kõiki kontakte"; -$a->strings["Unblocked"] = "Mitteblokitud"; -$a->strings["Only show unblocked contacts"] = "Näita ainult blokeerimata kontakte"; +$a->strings["Pending"] = ""; +$a->strings["Only show pending contacts"] = "Näita ainult ootel kontakte"; $a->strings["Blocked"] = "Blokeeritud"; $a->strings["Only show blocked contacts"] = "Näita ainult blokeeritud kontakte"; $a->strings["Ignored"] = "Ignoreeritud"; @@ -2071,126 +1697,116 @@ $a->strings["Hidden"] = "Peidetud"; $a->strings["Only show hidden contacts"] = "Näita ainult peidetud kontakte"; $a->strings["Organize your contact groups"] = "Organiseeri oma kontaktgruppe"; $a->strings["Search your contacts"] = "Otsi oma kontakte"; +$a->strings["Results for: %s"] = "Tulemused: %s "; +$a->strings["Update"] = "Uuenda"; $a->strings["Archive"] = "Arhiiveeri"; $a->strings["Unarchive"] = "Arhiivist välja"; $a->strings["Batch Actions"] = "Multitegevused"; $a->strings["Conversations started by this contact"] = "Selle kontakti alustatud vestlused"; $a->strings["Posts and Comments"] = "Postitused ja Kommentaarid"; $a->strings["View all contacts"] = "Vaata kõiki kontakte"; +$a->strings["Common Friends"] = "Ühised sõbrad"; $a->strings["View all common friends"] = "Vaata kõiki ühiseid sõpru"; $a->strings["Advanced Contact Settings"] = "Täiendavad Kontakti sätted"; $a->strings["Mutual Friendship"] = "Ühine sõprus"; $a->strings["is a fan of yours"] = ""; $a->strings["you are a fan of"] = ""; +$a->strings["Pending outgoing contact request"] = ""; +$a->strings["Pending incoming contact request"] = ""; $a->strings["Edit contact"] = "Muuda kontakti"; $a->strings["Toggle Blocked status"] = "Vaheta Bloki staatust"; $a->strings["Toggle Ignored status"] = "Vahea Ignoreeritud staatust"; $a->strings["Toggle Archive status"] = "Vaheta Arhiveeritud staatust"; $a->strings["Delete contact"] = "Kustuta kontakt"; -$a->strings["Friendica Communications Server - Setup"] = ""; -$a->strings["System check"] = ""; -$a->strings["Check again"] = ""; -$a->strings["Database connection"] = ""; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = ""; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = ""; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = ""; -$a->strings["Database Server Name"] = ""; -$a->strings["Database Login Name"] = ""; -$a->strings["Database Login Password"] = ""; -$a->strings["For security reasons the password must not be empty"] = ""; -$a->strings["Database Name"] = ""; -$a->strings["Site administrator email address"] = ""; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Please select a default timezone for your website"] = ""; -$a->strings["Site settings"] = ""; -$a->strings["System Language:"] = ""; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Your Friendica site database has been installed."] = ""; -$a->strings["Installation finished"] = ""; -$a->strings["

What next

"] = ""; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; -$a->strings["Item Guid"] = ""; -$a->strings["Create a New Account"] = "Loo uus konto"; -$a->strings["Password: "] = "Parool:"; -$a->strings["Remember me"] = "Mäleta mind"; -$a->strings["Or login using OpenID: "] = ""; -$a->strings["Forgot your password?"] = "Unustasid parooli?"; -$a->strings["Website Terms of Service"] = ""; -$a->strings["terms of service"] = ""; -$a->strings["Website Privacy Policy"] = ""; -$a->strings["privacy policy"] = ""; -$a->strings["Logged out."] = "Välja logitud."; -$a->strings["%s's timeline"] = "%s ajajoon"; -$a->strings["%s's posts"] = "%s postitused"; -$a->strings["%s's comments"] = "%s kommentaarid"; -$a->strings["Bad Request."] = ""; +$a->strings["Total invitation limit exceeded."] = "Totaalne kutsungite limiit ületatud."; +$a->strings["%s : Not a valid email address."] = "%s : Mittevaliidne meiliaadress."; +$a->strings["Please join us on Friendica"] = "Palun ühine meiega Friendicas"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Kutsumiste limiit ületatud. Palun kontakteeru oma lehe adminniga."; +$a->strings["%s : Message delivery failed."] = "%s : Sõnumi saatmine nurjus."; +$a->strings["%d message sent."] = [ + 0 => "%d sõnum saadetud.", + 1 => "%d sõnumid saadetud.", +]; +$a->strings["You have no more invitations available"] = "Sul ei ole rohkem kutseid"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Külasta %s avalike saitide nimistut kus saad liituda. Friendica liikmed teistel saitidel saavad kõik üksteisega ühenduda ja samuti saavad seda ka paljude teiste sotsiaalvõrkude liikmed. "; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Et seda kutset vastu võtta külasta palun saiti %s ja registreeri või siis registreeri ükskõik millisel Friendica avalikul veebilehel. "; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu turvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle liikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga. Vaata nimekirja alternatiivsetest saitidest, kus saad liituda. \n%s "; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Meie vabandused. See süsteem ei ole hetkel seadistatud ühenduseks teiste avalike saitidega või liikmete vastuvõtuks. "; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Kõik Friendica saidid on omavahel ühenduses ja moodustavad tohutu \nturvatäiustatud sotsiaalvõrgustiku, mida omavad ja kontrollivad selle \nliikmed. Nad saavad samuti ühenduda paljude teiste sotsiaalvõrkudga."; +$a->strings["To accept this invitation, please visit and register at %s."] = "Et seda kutset vastu võtta, külasta palun %s ja registreeri. "; +$a->strings["Send invitations"] = "Saada kutseid"; +$a->strings["Enter email addresses, one per line:"] = "Lisa e-posti aadresse, üks iga rea kohta:"; +$a->strings["Your message:"] = "Sinu sõnum:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Oled kutsutud ühinema minu ei teiste sõpradega Freindicas - et saaksime koos luua parema sotsiaalvõrgustiku. "; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Peate sisestama selle kutse koodi: \$invite_code "; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Kui olete registreerunud, kontakteeruge minuga mu profiili lehel: "; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Rohkema info jaoks Friendica projekti kohta, külastage palun http://friendi.ca "; +$a->strings["everybody"] = "igaüks"; +$a->strings["Account"] = "Konto"; +$a->strings["Display"] = "Kuva"; +$a->strings["Social Networks"] = "Sotsiaalvõrgud"; +$a->strings["Delegations"] = "Delegatsioonid"; +$a->strings["Connected apps"] = "Ühendatud rakendused"; +$a->strings["Remove account"] = "Eemalda konto"; +$a->strings["Please enter a post body."] = ""; +$a->strings["This feature is only available with the frio theme."] = ""; +$a->strings["Compose new personal note"] = ""; +$a->strings["Compose new post"] = ""; +$a->strings["Visibility"] = ""; +$a->strings["Clear the location"] = ""; +$a->strings["Location services are unavailable on your device"] = ""; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = ""; +$a->strings["Installed addons/apps:"] = ""; +$a->strings["No installed addons/apps"] = ""; +$a->strings["Read about the Terms of Service of this node."] = ""; +$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = ""; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = ""; +$a->strings["Bug reports and issues: please visit"] = ""; +$a->strings["the bugtracker at github"] = ""; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = ""; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = ""; $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = ""; $a->strings["Your OpenID (optional): "] = ""; $a->strings["Include your profile in member directory?"] = "Lisame su profiili liikmete kataloogi?"; +$a->strings["No"] = ""; $a->strings["Note for the admin"] = "Teade adminnile"; $a->strings["Leave a message for the admin, why you want to join this node"] = "Jäta teade adminnile, miks soovid selle nodega liituda"; $a->strings["Membership on this site is by invitation only."] = "Selle saidi liikmeks saab ainult kutsetega."; $a->strings["Your invitation code: "] = "Sinu kutse kood:"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; +$a->strings["New Password:"] = "Uus parool"; $a->strings["Leave empty for an auto generated password."] = ""; +$a->strings["Confirm:"] = "Kinnita:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = ""; $a->strings["Choose a nickname: "] = ""; +$a->strings["Import"] = "Impordi"; $a->strings["Import your profile to this friendica instance"] = ""; $a->strings["Note: This node explicitly contains adult content"] = ""; $a->strings["Registration successful. Please check your email for further instructions."] = ""; $a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = ""; $a->strings["Registration successful."] = ""; $a->strings["Your registration can not be processed."] = ""; +$a->strings["You have to leave a request note for the admin."] = ""; +$a->strings["You have entered too much information."] = ""; $a->strings["Your registration is pending approval by the site owner."] = ""; -$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; -$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = ""; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = ""; -$a->strings["Privacy Statement"] = ""; -$a->strings["This entry was edited"] = "See kanne on muudetud"; -$a->strings["Delete locally"] = "Kustuta lokaalselt"; -$a->strings["Delete globally"] = "Kustuta globaalselt"; -$a->strings["Remove locally"] = "Eemalda lokaalselt"; -$a->strings["save to folder"] = "salvesta kausta"; -$a->strings["I will attend"] = "Ma osalen"; -$a->strings["I will not attend"] = "Ma ei osale"; -$a->strings["I might attend"] = "Ma ehk osalen"; -$a->strings["ignore thread"] = "ignoreeri lõime"; -$a->strings["unignore thread"] = "taasjälgi lõime"; -$a->strings["toggle ignore status"] = "vaheta ignoreerimise staatust"; -$a->strings["add star"] = "lisa täht"; -$a->strings["remove star"] = "eemalda täht"; -$a->strings["toggle star status"] = "vaheta tähe staatus"; -$a->strings["starred"] = "tähitud"; -$a->strings["add tag"] = "lisa silt"; -$a->strings["like"] = "meeldib"; -$a->strings["dislike"] = "ei meeldi"; -$a->strings["Share this"] = "Jaga seda"; -$a->strings["share"] = "jaga"; -$a->strings["to"] = ""; -$a->strings["via"] = ""; -$a->strings["Wall-to-Wall"] = "Seinalt Seinale"; -$a->strings["via Wall-To-Wall:"] = "läbi Seinalt Seinale:"; -$a->strings["Reply to %s"] = "Vasta %s le"; -$a->strings["Notifier task is pending"] = ""; -$a->strings["Delivery to remote servers is pending"] = ""; -$a->strings["Delivery to remote servers is underway"] = ""; -$a->strings["Delivery to remote servers is mostly done"] = ""; -$a->strings["Delivery to remote servers is done"] = ""; -$a->strings["%d comment"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Show more"] = ""; -$a->strings["Show fewer"] = ""; -$a->strings["Sharing notification from Diaspora network"] = ""; -$a->strings["Attachments:"] = "Manused:"; -$a->strings["%s is now following %s."] = "%s jälgib nüüd %s ."; -$a->strings["following"] = "jälgib"; -$a->strings["%s stopped following %s."] = "%slõpetas %s jälgimise"; -$a->strings["stopped following"] = "lõpetas jälgimise"; +$a->strings["Search term successfully saved."] = ""; +$a->strings["Search term already saved."] = ""; +$a->strings["Search term successfully removed."] = ""; +$a->strings["Only logged in users are permitted to perform a search."] = "Ainult sisselogitud kasutajad võivad otsingut kasutada."; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Ainult üks otsing minuti kohta on sisselogimata kasutajatele lubatud. "; +$a->strings["No results."] = "Pole tulemusi."; +$a->strings["Items tagged with: %s"] = "Elemendid %s sildiga"; +$a->strings["You must be logged in to use this module."] = ""; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["Delete this item?"] = "Kustutada see element?"; +$a->strings["toggle mobile"] = "vaheta mobiilseks"; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = ""; +$a->strings["You must be logged in to use addons. "] = "Lisade kasutamiseks peate sisse logima"; +$a->strings["Miscellaneous"] = ""; +$a->strings["Age: "] = "Vanus:"; $a->strings["YYYY-MM-DD or MM-DD"] = ""; $a->strings["never"] = ""; $a->strings["less than a second ago"] = ""; @@ -2208,51 +1824,625 @@ $a->strings["seconds"] = ""; $a->strings["in %1\$d %2\$s"] = ""; $a->strings["%1\$d %2\$s ago"] = ""; $a->strings["(no subject)"] = ""; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = ""; -$a->strings["%s: Updating post-type."] = ""; -$a->strings["greenzero"] = ""; -$a->strings["purplezero"] = ""; -$a->strings["easterbunny"] = ""; -$a->strings["darkzero"] = ""; -$a->strings["comix"] = ""; -$a->strings["slackr"] = ""; -$a->strings["Variations"] = ""; -$a->strings["Custom"] = ""; -$a->strings["Note"] = ""; -$a->strings["Check image permissions if all users are allowed to see the image"] = ""; -$a->strings["Select color scheme"] = ""; -$a->strings["Navigation bar background color"] = ""; -$a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = ""; -$a->strings["Set the background color"] = ""; -$a->strings["Content background opacity"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Background image style"] = ""; -$a->strings["Login page background image"] = ""; -$a->strings["Login page background color"] = ""; -$a->strings["Leave background image and color empty for theme defaults"] = ""; -$a->strings["Top Banner"] = ""; -$a->strings["Resize image to the width of the screen and show background color below on long pages."] = ""; -$a->strings["Full screen"] = ""; -$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = ""; -$a->strings["Single row mosaic"] = ""; -$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = ""; -$a->strings["Mosaic"] = ""; -$a->strings["Repeat image to fill the screen."] = ""; -$a->strings["Guest"] = "Külaline"; -$a->strings["Visitor"] = "Külastaja"; -$a->strings["Alignment"] = ""; -$a->strings["Left"] = ""; -$a->strings["Center"] = ""; -$a->strings["Color scheme"] = ""; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Comma separated list of helper forums"] = ""; -$a->strings["Set style"] = "Säti stiil"; -$a->strings["Community Pages"] = "Kogukonna lehed"; -$a->strings["Community Profiles"] = "Kogukonna profiilid"; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["Connect Services"] = "Ühendu teenustega"; -$a->strings["Find Friends"] = "Leia sõpru"; -$a->strings["Last users"] = "Viimased kasutajad"; -$a->strings["Quick Start"] = ""; +$a->strings["Post update version number has been set to %s."] = ""; +$a->strings["Check for pending update actions."] = ""; +$a->strings["Done."] = "Tehtud."; +$a->strings["Execute pending post updates."] = ""; +$a->strings["All pending post updates are done."] = ""; +$a->strings["Enter new password: "] = "Sisesta uus parool:"; +$a->strings["Password update failed. Please try again."] = "Parooli uuendus nurjus. Palun proovi uuesti."; +$a->strings["Password changed."] = "Parool muudetud."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = ""; +$a->strings["The contact entries have been archived"] = "Selle kontakti kirjed arhiveeritud"; +$a->strings["No valid account found."] = "Valiidset kontot ei leitud."; +$a->strings["Password reset request issued. Check your email."] = "Paroolimuutmise taotlus teostusel. Kontrolli oma e-posti. "; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = ""; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; +$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Forgot your Password?"] = "Unustasid oma parooli?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Sisesta oma emaili aadress ja saada, et taaslähtestada oma parool. Siis kontrolli oma meili lisajuhendite saamiseks. "; +$a->strings["Reset"] = "Lähtesta"; +$a->strings["Your password has been reset as requested."] = "Teie parool on taaslähtestatud nagu taotletud."; +$a->strings["Your new password is"] = "Sinu uus parool on"; +$a->strings["Save or copy your new password - and then"] = "Salvesta või kopeeri oma uus parool - ja siis"; +$a->strings["click here to login"] = "vajuta siia sisselogimiseks"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Su parool on muudetav Seaded lehel peale edukat sisselogimist."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = ""; +$a->strings["[Embedded content - reload page to view]"] = ""; +$a->strings["User imports on closed servers can only be done by an administrator."] = ""; +$a->strings["Move account"] = "Koli konto"; +$a->strings["You can import an account from another Friendica server."] = ""; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = ""; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = ""; +$a->strings["Account file"] = "Konto fail"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["Community option not available."] = "Kogukondlik valik pole saadaval. "; +$a->strings["Not available."] = "Pole saadaval."; +$a->strings["Local Community"] = "Kohalik kogukond"; +$a->strings["Posts from local users on this server"] = "Selle kohaliku serveri kasutajate postitused"; +$a->strings["Global Community"] = "Globaalne kogukond"; +$a->strings["Posts from users of the whole federated network"] = "Terve fõderatsiooni võrgu kasutajate postitused"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Suggested contact not found."] = ""; +$a->strings["Friend suggestion sent."] = "Sõbrasoovitus saadetud."; +$a->strings["Suggest Friends"] = "Soovita sõpru"; +$a->strings["Suggest a friend for %s"] = "Soovita kasutaja %s -le sõpra. "; +$a->strings["No contacts in common."] = "Ühised kontakte ei ole. "; +$a->strings["{0} wants to be your friend"] = "{0} soovib olla sinu sõber"; +$a->strings["{0} requested registration"] = "{0} taotleb registreerimist"; +$a->strings["Remote privacy information not available."] = "Kaugturvainfo pole kättesaadav."; +$a->strings["Visible to:"] = "Nähtav: "; +$a->strings["Event can not end before it has started."] = "Sündmus ei saa lõppeda enne algamist."; +$a->strings["Event title and start time are required."] = "Sündmuse pealkiri ja algusaeg nõutavad."; +$a->strings["View"] = "Vaade"; +$a->strings["Create New Event"] = "Loo uus sündmus"; +$a->strings["Previous"] = "Eelmine"; +$a->strings["list"] = ""; +$a->strings["Event details"] = "Sündmuse detailid"; +$a->strings["Starting date and Title are required."] = "Alguskuupäev ja Pealkiri nõutavad."; +$a->strings["Event Starts:"] = "Sündmus algab:"; +$a->strings["Required"] = "Nõutav"; +$a->strings["Finish date/time is not known or not relevant"] = "Lõpu kuupäev/aeg pole teada või pole olulised"; +$a->strings["Event Finishes:"] = "Sündmus lõpeb:"; +$a->strings["Adjust for viewer timezone"] = "Säti vaataja ajatsoonikohaseks"; +$a->strings["Description:"] = "Kirjeldus:"; +$a->strings["Title:"] = "Pealkiri:"; +$a->strings["Share this event"] = "Jaga seda sündmust"; +$a->strings["Permissions"] = "Õigused"; +$a->strings["Failed to remove event"] = "Ei õnnestunud sündmust eemaldada"; +$a->strings["Event removed"] = "Sündmus eemaldatud"; +$a->strings["Authorize application connection"] = ""; +$a->strings["Return to your app and insert this Securty Code:"] = ""; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = ""; +$a->strings["%1\$s welcomes %2\$s"] = ""; +$a->strings["This calendar format is not supported"] = "See kalendriformaat ei ole toetatud"; +$a->strings["No exportable data found"] = "Eksporditavaid andmeid ei leitud"; +$a->strings["calendar"] = "kalender"; +$a->strings["The requested item doesn't exist or has been deleted."] = ""; +$a->strings["The feed for this item is unavailable."] = ""; +$a->strings["This introduction has already been accepted."] = ""; +$a->strings["Profile location is not valid or does not contain profile information."] = ""; +$a->strings["Warning: profile location has no identifiable owner name."] = ""; +$a->strings["Warning: profile location has no profile photo."] = ""; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Introduction complete."] = ""; +$a->strings["Unrecoverable protocol error."] = ""; +$a->strings["Profile unavailable."] = "Profiil pole saadaval."; +$a->strings["%s has received too many connection requests today."] = ""; +$a->strings["Spam protection measures have been invoked."] = ""; +$a->strings["Friends are advised to please try again in 24 hours."] = ""; +$a->strings["Invalid locator"] = ""; +$a->strings["You have already introduced yourself here."] = ""; +$a->strings["Apparently you are already friends with %s."] = ""; +$a->strings["Invalid profile URL."] = "Mittekehtiv profiili URL."; +$a->strings["Your introduction has been sent."] = "Teie tutvustus on saadetud."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Kaugliitumist ei saa teostada Teie võrguga. Palun liituge otse oma süsteemis. "; +$a->strings["Please login to confirm introduction."] = "Tutvustuse kinnitamiseks logige palun sisse. "; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = ""; +$a->strings["Confirm"] = "Kinnita"; +$a->strings["Hide this contact"] = "Peida see kontakt"; +$a->strings["Welcome home %s."] = ""; +$a->strings["Please confirm your introduction/connection request to %s."] = ""; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Palun sisesta oma \"ID Aadress\" ühest järgnevatest toetatud kommunikatsioonivõrkudest:"; +$a->strings["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."] = ""; +$a->strings["Friend/Connection Request"] = "Sõbra/Ühenduse taotlus"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "Palun vasta järgnevale:"; +$a->strings["Does %s know you?"] = "Kas %s teab sind?"; +$a->strings["Add a personal note:"] = "Lisa personaalne teade:"; +$a->strings["Friendica"] = ""; +$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "-palun ära kasuta seda vormi. Selle asemel trüki %s oma Diaspora otsingukasti."; +$a->strings["Your Identity Address:"] = "Sinu ID aadress:"; +$a->strings["Submit Request"] = "Saada taotlus"; +$a->strings["Contact settings applied."] = "Kontakti sätted lisatud."; +$a->strings["Contact update failed."] = "Kontakti uuendamine nurjus."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = ""; +$a->strings["No mirroring"] = ""; +$a->strings["Mirror as forwarded posting"] = ""; +$a->strings["Mirror as my own posting"] = ""; +$a->strings["Return to contact editor"] = ""; +$a->strings["Refetch contact data"] = ""; +$a->strings["Remote Self"] = ""; +$a->strings["Mirror postings from this contact"] = ""; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; +$a->strings["Account Nickname"] = "Konto hüüdnimi"; +$a->strings["@Tagname - overrides Name/Nickname"] = ""; +$a->strings["Account URL"] = "Konto URL"; +$a->strings["Account URL Alias"] = "Konto URL-i Alias"; +$a->strings["Friend Request URL"] = "Sõbrataotluse URL"; +$a->strings["Friend Confirm URL"] = "Sõbra kinnitamise URL"; +$a->strings["Notification Endpoint URL"] = ""; +$a->strings["Poll/Feed URL"] = ""; +$a->strings["New photo from this URL"] = ""; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protokolli viga. ID-d vastu ei võetud. "; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = ""; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = ""; +$a->strings["Invalid request identifier."] = ""; +$a->strings["Discard"] = "Eira"; +$a->strings["Network Notifications"] = "Võrgu teavitused"; +$a->strings["System Notifications"] = "Süsteemi teavitused"; +$a->strings["Personal Notifications"] = "Isiklikud teavitused"; +$a->strings["Home Notifications"] = "Kodu teavitused"; +$a->strings["Show unread"] = "Näita lugemata"; +$a->strings["Show all"] = "Näita kõik"; +$a->strings["Show Ignored Requests"] = "Näita ignoreeritud taotlusi"; +$a->strings["Hide Ignored Requests"] = "Peida ignoreeritud taotlused"; +$a->strings["Notification type:"] = "Teavituse tüüp:"; +$a->strings["Suggested by:"] = "Soovitas:"; +$a->strings["Claims to be known to you: "] = "Väidab, et on sulle tuttav:"; +$a->strings["yes"] = "jah"; +$a->strings["no"] = "ei"; +$a->strings["Shall your connection be bidirectional or not?"] = "Kas teie ühendus on kahesuunaline või mitte?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Aktsepteerides %s oma sõbrana võimaldab %s tellida sinu postitusi ja saad nende uuendustest oma ajajoonele teavitusi. "; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Aktsepteerides %s kui järgijat saavad nad tellida endale sinu postitusi, aga sa ei näe nende uuendusi oma ajajoonel. "; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Aktsepteerides %s kui Jagajat saavad nad näha sinu postitusi, aga sa ei näe nende staatuseuuendusi oma ajajoonel. "; +$a->strings["Friend"] = "Sõber"; +$a->strings["Sharer"] = "Jagaja"; +$a->strings["Subscriber"] = "Jälgija"; +$a->strings["No introductions."] = ""; +$a->strings["No more %s notifications."] = "Ei taha enam %s teateid. "; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; +$a->strings["No recipient selected."] = "Ühtegi saajat pole valitud."; +$a->strings["Unable to check your home location."] = ""; +$a->strings["Message could not be sent."] = "Sõnumit ei saanud saata."; +$a->strings["Message collection failure."] = "Sõnumi vastuvõtmise viga."; +$a->strings["Message sent."] = "Sõnum saadetud."; +$a->strings["No recipient."] = ""; +$a->strings["Please enter a link URL:"] = "Palun sisesta lingi URL: "; +$a->strings["Send Private Message"] = "Saada privaatsõnum"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; +$a->strings["To:"] = ""; +$a->strings["Subject:"] = "Teema:"; +$a->strings["Insert web link"] = "Lisa hüperlink"; +$a->strings["Subscribing to OStatus contacts"] = ""; +$a->strings["No contact provided."] = "Kontakti ei esitletud. "; +$a->strings["Couldn't fetch information for contact."] = "Ei saanud infot kontakti tarbeks. "; +$a->strings["Couldn't fetch friends for contact."] = "Ei saanud sõbrainfot kontakti tarbeks. "; +$a->strings["Done"] = "Tehtud"; +$a->strings["success"] = "edukas"; +$a->strings["failed"] = "ebaõnnestus"; +$a->strings["Keep this window open until done."] = "Hoia see aken lahti kuni kõik tehtud. "; +$a->strings["The contact could not be added."] = "Kontakti ei saanud lisada."; +$a->strings["You already added this contact."] = "Te juba lisasite selle kontakti."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora toetus pole võimaldatud. Kontakti ei saa lisada."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus tugi pole võimaldatud. Kontakti ei saa lisada."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; +$a->strings["Upload"] = "Lae üles"; +$a->strings["Files"] = "Failid"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Hoiatus: See grupp sisaldab %s liiget võrgust, mis ei luba mitteavalikke sõnumeid. ", + 1 => "Hoiatus: See grupp sisaldab %s liikmeid võrgust, mis ei luba mitteavalikke sõnumeid. ", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Sõnumeid selles grupis ei saadeta nendele vastuvõtjatele. "; +$a->strings["No such group"] = "Sellist gruppi pole"; +$a->strings["Group: %s"] = "Grupp: %s "; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Privaatsõnumid sellele isikule evivad riski levida avalikkuse ette. "; +$a->strings["Latest Activity"] = ""; +$a->strings["Sort by latest activity"] = ""; +$a->strings["Latest Posts"] = ""; +$a->strings["Sort by post received date"] = ""; +$a->strings["Personal"] = "Isiklik"; +$a->strings["Posts that mention or involve you"] = "Postitused, mis mainivad või puudutavad sind"; +$a->strings["New"] = "Uus"; +$a->strings["Activity Stream - by date"] = "Aktiivsusvoog - kuupäevajärgne"; +$a->strings["Shared Links"] = "Jagatud lingid"; +$a->strings["Interesting Links"] = "Huvitavad lingid"; +$a->strings["Starred"] = "Tähega märgitud"; +$a->strings["Favourite Posts"] = "Lemmikpostitused"; +$a->strings["You aren't following this contact."] = "Sa ei jälgi seda kontakti."; +$a->strings["Unfollowing is currently not supported by your network."] = "Mittejälgimine ei ole sinu võrgus hetkel toetatud."; +$a->strings["Contact unfollowed"] = "Sa ei jälgi enam kontakti"; +$a->strings["Disconnect/Unfollow"] = "Ühenda lahti/Ära jälgi"; +$a->strings["Image uploaded but image cropping failed."] = "Pilt üles laetud, aga pildi vähendamine nurjus."; +$a->strings["Image size reduction [%s] failed."] = "Pildi suuruse vähendamine [%s] nurjus. "; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; +$a->strings["Unable to process image"] = "Ei saa pilti töödelda"; +$a->strings["Image exceeds size limit of %s"] = "Pilt ületab suuruse limiidi %s "; +$a->strings["Unable to process image."] = "Ei suuda pilti töödelda. "; +$a->strings["Upload File:"] = "Lae fail üles:"; +$a->strings["Select a profile:"] = "Vali profiil:"; +$a->strings["or"] = "või "; +$a->strings["skip this step"] = "jäta vahele"; +$a->strings["select a photo from your photo albums"] = "vali foto oma albumitest"; +$a->strings["Crop Image"] = "Vähenda pilti"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Palun säti pildi vähendamine optimaalseks kuvamiseks."; +$a->strings["Done Editing"] = "Muutmine tehtud"; +$a->strings["Image uploaded successfully."] = "Pilt edukalt üleslaetud"; +$a->strings["Image upload failed."] = "Pildi üleslaadimine nurjus."; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Saaja"; +$a->strings["Choose what you wish to do to recipient"] = "Vali, mida soovid saajaga teha"; +$a->strings["Make this post private"] = "Muuda see postitus privaatseks"; +$a->strings["Recent Photos"] = "Hiljutised fotod"; +$a->strings["Upload New Photos"] = "Lae üles uusi fotosid"; +$a->strings["Contact information unavailable"] = "Kontakti infot pole saadaval"; +$a->strings["Album not found."] = "Albumit ei leitud"; +$a->strings["Album successfully deleted"] = ""; +$a->strings["Album was empty."] = ""; +$a->strings["a photo"] = "see foto"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s täägiti kohas %2\$s %3\$s poolt"; +$a->strings["Image upload didn't complete, please try again"] = "Pildi üleslaadimine ei lõppenud, palun ürita uuesti"; +$a->strings["Image file is missing"] = "Pildifail on puudu"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server ei aktsepteeri hetkel uue faili üleslaadimist. Palun kontakteeru adminniga. "; +$a->strings["Image file is empty."] = "Pildifail on tühi"; +$a->strings["No photos selected"] = "Fotosid pole valitud"; +$a->strings["Access to this item is restricted."] = "Ligipääs sellele elemendile on takistatud."; +$a->strings["Upload Photos"] = "Lae fotod üles"; +$a->strings["New album name: "] = "Uus albuminimi"; +$a->strings["or select existing album:"] = "või vali olemasolev album:"; +$a->strings["Do not show a status post for this upload"] = "Ära näita staatuse postitust selle üleslaadimise kohta"; +$a->strings["Show to Groups"] = "Näita Gruppides"; +$a->strings["Show to Contacts"] = "Näita Kontaktidele"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Kas soovid tõesti kustutada selle fotoalbumi ja kõik fotod?"; +$a->strings["Delete Album"] = "Kustuta album"; +$a->strings["Edit Album"] = "Muuda Albumit"; +$a->strings["Drop Album"] = ""; +$a->strings["Show Newest First"] = "Uusimad esmalt"; +$a->strings["Show Oldest First"] = "Vanimad esmalt"; +$a->strings["View Photo"] = "Kuva foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Ebapiisavad õigused. Ligipääs siia võib olla piiratud."; +$a->strings["Photo not available"] = "Foto ei ole saadaval"; +$a->strings["Do you really want to delete this photo?"] = "Kas soovid tõesti selle foto kustutada?"; +$a->strings["Delete Photo"] = "Kustuta foto"; +$a->strings["View photo"] = "Kuva foto"; +$a->strings["Edit photo"] = "Muuda foto"; +$a->strings["Delete photo"] = ""; +$a->strings["Use as profile photo"] = "Kasuta profiilipildina"; +$a->strings["Private Photo"] = ""; +$a->strings["View Full Size"] = "Kuva täismõõdus"; +$a->strings["Tags: "] = ""; +$a->strings["[Select tags to remove]"] = "[vali tag` id mida eemaldada]"; +$a->strings["New album name"] = "Uus albuminimi"; +$a->strings["Caption"] = ""; +$a->strings["Add a Tag"] = "Lisa Tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Näide: @mati, @Kati_Murutar, @jim@example.com, #Viljandi, #eestimaa, #matkamine"; +$a->strings["Do not rotate"] = "Ära pööra"; +$a->strings["Rotate CW (right)"] = "Pööra CW (paremale)"; +$a->strings["Rotate CCW (left)"] = "Pööra CCW (vasakule)"; +$a->strings["Map"] = "Kaart"; +$a->strings["View Album"] = "Kuva Album"; +$a->strings["Profile not found."] = "Profiili ei leitud."; +$a->strings["Profile deleted."] = "Profiil kustutatud."; +$a->strings["Profile-"] = "Profiil-"; +$a->strings["New profile created."] = "Uus profiil loodud."; +$a->strings["Profile unavailable to clone."] = "Profiil mittekättesaadav kloonimiseks. "; +$a->strings["Profile Name is required."] = "Profiili Nimi nõutav."; +$a->strings["Marital Status"] = "Abieluline staatus"; +$a->strings["Romantic Partner"] = "Romantiline partner"; +$a->strings["Work/Employment"] = "Töö/Ametitegevus"; +$a->strings["Religion"] = "Religioon"; +$a->strings["Political Views"] = "Poliitilised vaated"; +$a->strings["Gender"] = "Sugu"; +$a->strings["Sexual Preference"] = "Seksuaalsed eelistused"; +$a->strings["XMPP"] = ""; +$a->strings["Homepage"] = "Koduleht"; +$a->strings["Interests"] = "Huvid"; +$a->strings["Address"] = "Aadress"; +$a->strings["Location"] = "Asukoht"; +$a->strings["Profile updated."] = "Profiil uuendatud."; +$a->strings["Hide contacts and friends:"] = "Peida kontaktid ja sõbrad:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Kas peita kontaktide/sõprade nimistu selle profiili vaatajate eest?"; +$a->strings["Show more profile fields:"] = "Näita rohkem profiilivälju:"; +$a->strings["Profile Actions"] = "Profiili tegevused"; +$a->strings["Edit Profile Details"] = "Muuda profiili detaile"; +$a->strings["Change Profile Photo"] = "Muud profiili foto"; +$a->strings["View this profile"] = "Kuva see profiil"; +$a->strings["View all profiles"] = "Kuva kõik profiilid"; +$a->strings["Create a new profile using these settings"] = "Loo uus profiil kasutades neid sätteid"; +$a->strings["Clone this profile"] = "Klooni see profiil"; +$a->strings["Delete this profile"] = "Kustuta see profiil"; +$a->strings["Basic information"] = "Baasinfo"; +$a->strings["Profile picture"] = "Profiilipilt"; +$a->strings["Preferences"] = "Eelistused"; +$a->strings["Status information"] = "Staatuse info"; +$a->strings["Additional information"] = "Lisainfo"; +$a->strings["Relation"] = "Suhe"; +$a->strings["Your Gender:"] = "Sinu sugu:"; +$a->strings[" Marital Status:"] = " Abieluline staatus:"; +$a->strings["Example: fishing photography software"] = "Näide: kalapüük fotograafia tarkvara"; +$a->strings["Profile Name:"] = "Profiili nimi:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "See on sinu avalik profiil.
Seevõib olla internetis kõigile nähtav. "; +$a->strings["Your Full Name:"] = "Sinu täielik nimi:"; +$a->strings["Title/Description:"] = "Tiitel/Kirjeldus:"; +$a->strings["Street Address:"] = "Tänava aadress:"; +$a->strings["Locality/City:"] = "Asupaik/Linn:"; +$a->strings["Region/State:"] = "Regioon/Maakond:"; +$a->strings["Postal/Zip Code:"] = "Postiindeks:"; +$a->strings["Country:"] = "Riik:"; +$a->strings["Who: (if applicable)"] = ""; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = ""; +$a->strings["Since [date]:"] = "Alates [kuupäev]: "; +$a->strings["Tell us about yourself..."] = "Räägi pisut endast...."; +$a->strings["XMPP (Jabber) address:"] = ""; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; +$a->strings["Homepage URL:"] = "Kodulehe URL: "; +$a->strings["Religious Views:"] = "Usulised vaated:"; +$a->strings["Public Keywords:"] = "Avalikud märksõnad:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(kasutatakse soovitamaks potentsiaalseid sõpru ja on teistele nähtav)"; +$a->strings["Private Keywords:"] = "Privaatsed märksõnad:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Kasutused profiilide otsingul, ei näidata mitte kunagi teistele)"; +$a->strings["Musical interests"] = "Muusikalised huvid"; +$a->strings["Books, literature"] = "Raamatud, kirjandus"; +$a->strings["Television"] = "Televisioon"; +$a->strings["Film/dance/culture/entertainment"] = "Film/tants/kultuur/meelelehutus"; +$a->strings["Hobbies/Interests"] = "Hobid/Huvid"; +$a->strings["Love/romance"] = "Armastus/Romantika"; +$a->strings["Work/employment"] = "Töö/Ametitegevus"; +$a->strings["School/education"] = "Kool/Haridus"; +$a->strings["Contact information and Social Networks"] = "Kontaktinfo ja Sotsiaalvõrgustikud"; +$a->strings["Edit/Manage Profiles"] = "Muuda/Halda profiile"; +$a->strings["Invalid request."] = ""; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = ""; +$a->strings["Or - did you try to upload an empty file?"] = ""; +$a->strings["File exceeds size limit of %s"] = ""; +$a->strings["File upload failed."] = "Faili üleslaadimine nurjus."; +$a->strings["Unable to locate original post."] = "Ei leia algset postitust."; +$a->strings["Empty post discarded."] = "Tühi postitus eiratud."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Selle sõnumi saatis sulle %s , Friendica sotsiaalvõrgu liige. "; +$a->strings["You may visit them online at %s"] = "Võite kohtuda nendega online %s "; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Palun kontakteeruge saatjaga vastates sellele postitusele, kui ei soovi neid sõnumeid saada. "; +$a->strings["%s posted an update."] = "%s postitas uuenduse."; +$a->strings["Post successful."] = "Postitus õnnestus. "; +$a->strings["Account approved."] = "Konto heaks kiidetud:"; +$a->strings["Registration revoked for %s"] = "Registreeringust keeldutud %s osas."; +$a->strings["Please login."] = "Palun logi sisse."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; +$a->strings["Profile Match"] = ""; +$a->strings["Missing some important data!"] = "Osa tähtsat teavet on puudu! "; +$a->strings["Failed to connect with email account using the settings provided."] = "E-posti kontoga ei õnnestu antud sätetega ühendust saada."; +$a->strings["Email settings updated."] = "E-posti sätted uuendatud."; +$a->strings["Features updated"] = ""; +$a->strings["The theme you chose isn't available."] = ""; +$a->strings["Contact CSV file upload error"] = ""; +$a->strings["Importing Contacts done"] = ""; +$a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match."] = "Paroolid ei kattu."; +$a->strings["Password unchanged."] = "Parool muutmata. "; +$a->strings[" Please use a shorter name."] = "Palun kasuta lühemat nime."; +$a->strings[" Name too short."] = "Nimi liiga lühike."; +$a->strings["Invalid email."] = ""; +$a->strings["Cannot change to that email."] = ""; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privaatfoorumil puuduvad privaatsussätted. Kasutan baasprivaatsuse grupi sätteid. "; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privaatfoorumil puuduvad privaatsussätted ja baasprivaatsusgrupp. "; +$a->strings["Settings updated."] = "Sätted uuendatud."; +$a->strings["Add application"] = "Lisa rakendus"; +$a->strings["Consumer Key"] = ""; +$a->strings["Consumer Secret"] = ""; +$a->strings["Redirect"] = ""; +$a->strings["Icon url"] = ""; +$a->strings["You can't edit this application."] = ""; +$a->strings["Connected Apps"] = "Ühendatud rakendused"; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = ""; +$a->strings["Remove authorization"] = ""; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = "Lisade sätted"; +$a->strings["Additional Features"] = ""; +$a->strings["enabled"] = "aktiivne"; +$a->strings["disabled"] = "mitteaktiivne"; +$a->strings["Built-in support for %s connectivity is %s"] = ""; +$a->strings["GNU Social (OStatus)"] = ""; +$a->strings["Email access is disabled on this site."] = ""; +$a->strings["None"] = ""; +$a->strings["General Social Media Settings"] = "Üldised sotsiaalmeedia sätted"; +$a->strings["Accept only top level posts by contacts you follow"] = ""; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = ""; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; +$a->strings["Disable intelligent shortening"] = ""; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; +$a->strings["Attach the link title"] = ""; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = ""; +$a->strings["Default group for OStatus contacts"] = ""; +$a->strings["Your legacy GNU Social account"] = ""; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; +$a->strings["Repair OStatus subscriptions"] = ""; +$a->strings["Email/Mailbox Setup"] = "Emaili/Postkasti seadistamine"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Kui ühenduda kontaktidega meilitsi kasutades seda teenust (valikuline), siis palun täpsustage kuidas postkastiga ühenduda. "; +$a->strings["Last successful email check:"] = "Viimane õnnestunud meilikontroll: "; +$a->strings["IMAP server name:"] = ""; +$a->strings["IMAP port:"] = ""; +$a->strings["Security:"] = ""; +$a->strings["Email login name:"] = ""; +$a->strings["Email password:"] = ""; +$a->strings["Reply-to address:"] = ""; +$a->strings["Send public posts to all email contacts:"] = ""; +$a->strings["Action after import:"] = ""; +$a->strings["Move to folder"] = ""; +$a->strings["Move to folder:"] = ""; +$a->strings["%s - (Unsupported)"] = ""; +$a->strings["Display Settings"] = "Kuvasätted"; +$a->strings["Display Theme:"] = "Kuvatateema:"; +$a->strings["Mobile Theme:"] = "Mobiilne teema:"; +$a->strings["Suppress warning of insecure networks"] = "Vaigista hoiatus ebaturvalistest võrkudest"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; +$a->strings["Update browser every xx seconds"] = "Värskenda sirviku sisu iga xx sekundi tagant"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Miinimum on 10 sekundit. Sisesta -1 väljalülitamiseks. "; +$a->strings["Number of items to display per page:"] = "Elementide arv, mida lehel kuvatakse:"; +$a->strings["Maximum of 100 items"] = "Maksimaalselt 100 elementi"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Mobiilse seadme puhul lehel kuvatav elementide arv:"; +$a->strings["Don't show emoticons"] = "Ära näita emotikone"; +$a->strings["Calendar"] = "Kalender"; +$a->strings["Beginning of week:"] = "Nädala algus:"; +$a->strings["Don't show notices"] = "Ära näita teateid"; +$a->strings["Infinite scroll"] = ""; +$a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["Bandwidth Saver Mode"] = "Andmamahtu säästev režiim"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["Disable Smart Threading"] = ""; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = ""; +$a->strings["General Theme Settings"] = "Üldised teemasätted"; +$a->strings["Custom Theme Settings"] = "Kohandatud teema sätted"; +$a->strings["Content Settings"] = "Sisu sätted"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Ei leia sinu profiili. Palun kontakteeru adminniga. "; +$a->strings["Account Types"] = "Kontode tüübid"; +$a->strings["Personal Page Subtypes"] = "Isikliku lehe alltüübid"; +$a->strings["Community Forum Subtypes"] = "Kogukonnafoorumi alltüübid"; +$a->strings["Account for a personal profile."] = "Personaalse profiili konto."; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto organisatsioonile, mis automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". "; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Uudistelevitaja konto, kes automaatselt kiidab kontaktitaotlused heaks kui \"Jälgijad\". "; +$a->strings["Account for community discussions."] = "Kogukondlike arutluste konto."; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Tavalise inimese konto, mis nõuab \"Sõprade\" ja \"Jälgijate\" käsitsi heaks kiitmist. "; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Avaliku profiili konto, mis kiidab automaatselt heaks kontaktitaotlused kui \"Jälgijad\". "; +$a->strings["Automatically approves all contact requests."] = "Kiidab automaatselt kõik kontaktitaotlused heaks. "; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Kuulsuse profiili konto, mis kiidab automaatselt kontaktitaotlused heaks kui \"Sõbrad\". "; +$a->strings["Private Forum [Experimental]"] = "Privaatne Foorum [Eksperimentaalne]"; +$a->strings["Requires manual approval of contact requests."] = "Nõuab käsitsi kontaktitaotluste heakskiitu. "; +$a->strings["OpenID:"] = ""; +$a->strings["(Optional) Allow this OpenID to login to this account."] = ""; +$a->strings["Publish your default profile in your local site directory?"] = "Kas avaldada sinu põhiprofiil sinu kohaliku saidi kataloogis? "; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Publish your default profile in the global social directory?"] = "Kas avaldada sinu põhiprofiil globaalses sotsiaalses kataloogis?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Kas peita sinu kontaktide/sõprade nimekiri põhiprofiili vaatajate eest?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Sinu kontaktide nimekirja ei näidata su põhiprofiili lehel. Saad otsustada iga loodava profiili kohta eraldi,kas näidata nimekirja või mitte. "; +$a->strings["Hide your profile details from anonymous viewers?"] = "Kas peita sinu profiili andmed anonüümsete vaatajate eest?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonüümsed külastajad näevad vaid sinu profiilipilti, sinu ekraaninime ja hüüdnime, mida kasutad oma profiililehel. Sinu avalikud postitused on kättesaadavad teistel viisidel. "; +$a->strings["Allow friends to post to your profile page?"] = "Kas lubada sõpradel sinu profiililehele postitada?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Allow friends to tag your posts?"] = "Kas lubada sõpradel sinu postitusi tag`ida?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Kas lubad soovitad sind kui potentsiaalset sõpra uutele liitujatele?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Kui soovid, siis Friendica võib soovitada uuel liitujal sind kontaktina lisada."; +$a->strings["Permit unknown people to send you private mail?"] = "Kas lubada tundmatutel inimestele sulle privaatmeili saata? "; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica kasutajad saavad sulle privaatsõnumeid saada isegi siis, kui nad ei ole su kontaktide nimekirjas. "; +$a->strings["Profile is not published."] = ""; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Sinu ID Aadress on '%s' või '%s'. "; +$a->strings["Automatically expire posts after this many days:"] = "Märgi sõnumid automaatselt loetuks selle hulga päevade möödudes: "; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Kui väli tühi, siis sõnumid ei aegu. Aegunud sõnumid kustutatakse"; +$a->strings["Advanced expiration settings"] = "Täpsemad aegumissätted"; +$a->strings["Advanced Expiration"] = "Täpsem aegumine"; +$a->strings["Expire posts:"] = "Postitused aeguvad:"; +$a->strings["Expire personal notes:"] = "Personaalsed märkmed aeguvad:"; +$a->strings["Expire starred posts:"] = "Tähekesega postitused aeguvad:"; +$a->strings["Expire photos:"] = "Fotod aeguvad:"; +$a->strings["Only expire posts by others:"] = "Aeguvad vaid teiste postitused:"; +$a->strings["Account Settings"] = "Konto sätted"; +$a->strings["Password Settings"] = "Parooli sätted"; +$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"] = "Jäta väljad tühjaks kui sa ei muuda"; +$a->strings["Current Password:"] = "Kehtiv parool"; +$a->strings["Your current password to confirm the changes"] = "Sinu kehtiv parool muutuste kinnitamiseks"; +$a->strings["Password:"] = "Parool:"; +$a->strings["Delete OpenID URL"] = ""; +$a->strings["Basic Settings"] = "Peamised sätted"; +$a->strings["Email Address:"] = "E-posti aadress:"; +$a->strings["Your Timezone:"] = "Sinu ajatsoon:"; +$a->strings["Your Language:"] = "Sinu keel:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Vali keel friendica kuvamiseks ja sulle e-posti saatmiseks. "; +$a->strings["Default Post Location:"] = "Postitamise baasasukoht:"; +$a->strings["Use Browser Location:"] = "Kasuta sirviku asukohta:"; +$a->strings["Security and Privacy Settings"] = "Turva ja privaatsuse sätted"; +$a->strings["Maximum Friend Requests/Day:"] = "Maksimum sõbrakutseid/Päevas:"; +$a->strings["(to prevent spam abuse)"] = "(et rämpspost tõrjuda)"; +$a->strings["Default Post Permissions"] = "Postituste baasõigused"; +$a->strings["(click to open/close)"] = ""; +$a->strings["Default Private Post"] = "Peamine privaatpostitus"; +$a->strings["Default Public Post"] = "Peamine avalik postitus"; +$a->strings["Default Permissions for New Posts"] = "Baasõigused uutele postitustele"; +$a->strings["Maximum private messages per day from unknown people:"] = "Privaatsõnumite maksimum päevas tundmatutelt inimestelt:"; +$a->strings["Notification Settings"] = "Teadete sätted"; +$a->strings["Send a notification email when:"] = "Saada meiliteavitus kui:"; +$a->strings["You receive an introduction"] = "Sulle saabub tutvustus"; +$a->strings["Your introductions are confirmed"] = "Sinu tutvustused on kinnitatud"; +$a->strings["Someone writes on your profile wall"] = "Keegi kirjutab sinu profiili seinale"; +$a->strings["Someone writes a followup comment"] = "Keegi kirjutab järgneva kommentaari"; +$a->strings["You receive a private message"] = "Saabub privaatsõnum"; +$a->strings["You receive a friend suggestion"] = "Saabub sõbrasoovitus"; +$a->strings["You are tagged in a post"] = "Sind on postituses tag`itud"; +$a->strings["You are poked/prodded/etc. in a post"] = "Sind on postituses müksatud vms. "; +$a->strings["Activate desktop notifications"] = "Aktiveeri töölaua teavitused"; +$a->strings["Show desktop popup on new notifications"] = "Näita hüpikakent uute teadetega"; +$a->strings["Text-only notification emails"] = "Ainult tekstipõhised teavitusmeilid"; +$a->strings["Send text only notification emails, without the html part"] = "Saada ainut tekstimeile ilma html-ita"; +$a->strings["Show detailled notifications"] = "Kuva detailseid teavitusi"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; +$a->strings["Advanced Account/Page Type Settings"] = "Konto/Lehetüübi sätted edasijõudnutele"; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Import Contacts"] = ""; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = ""; +$a->strings["Upload File"] = ""; +$a->strings["Relocate"] = ""; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Resend relocate message to contacts"] = ""; +$a->strings["Contact suggestion successfully ignored."] = ""; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; +$a->strings["Do you really want to delete this suggestion?"] = ""; +$a->strings["Ignore/Hide"] = "Ignoreeri/Peida"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; +$a->strings["Response from remote site was not understood."] = ""; +$a->strings["Unexpected response from remote site: "] = ""; +$a->strings["Confirmation completed successfully."] = "Kinnitamine edukalt lõpetatud."; +$a->strings["Temporary failure. Please wait and try again."] = "Ajutine viga. Palun oodake ja proovige uuesti. "; +$a->strings["Introduction failed or was revoked."] = ""; +$a->strings["Remote site reported: "] = ""; +$a->strings["No user record found for '%s' "] = ""; +$a->strings["Our site encryption key is apparently messed up."] = ""; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = ""; +$a->strings["Contact record was not found for you on our site."] = ""; +$a->strings["Site public key not available in contact record for URL %s."] = ""; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = ""; +$a->strings["Unable to set your contact credentials on our system."] = ""; +$a->strings["Unable to update your contact profile details on our system"] = ""; +$a->strings["User deleted their account"] = "Kasutaja kustutas oma konto"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = ""; +$a->strings["The user id is %d"] = "Kasutajatunnud on %d "; +$a->strings["Remove My Account"] = "Eemalda Minu Konto"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "See eemaldab sinu konto täielikult. Kui kord tehtud, siis taastada ei saa. "; +$a->strings["Please enter your password for verification:"] = "Palun sisesta oma parool kontrollimiseks:"; +$a->strings["Wall Photos"] = "Seina fotod"; +$a->strings["Item not found"] = "Ei leitud"; +$a->strings["Edit post"] = "Muuda postitust"; +$a->strings["web link"] = "hüperlink"; +$a->strings["Insert video link"] = "Lisa videolink"; +$a->strings["video link"] = "videolink"; +$a->strings["Insert audio link"] = "Lisa audiolink"; +$a->strings["audio link"] = "audiolink"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["Unable to locate contact information."] = "Ei leia kontakti infot."; +$a->strings["Do you really want to delete this message?"] = "Soovid tõesti selle sõnumi kustutada?"; +$a->strings["Conversation not found."] = "Vestlust ei leitud."; +$a->strings["Message deleted."] = "Sõnum kustutatud."; +$a->strings["Conversation removed."] = "Vestlus eemaldatud."; +$a->strings["No messages."] = "Sõnumeid pole."; +$a->strings["Message not available."] = "Sõnum pole saadaval. "; +$a->strings["Delete message"] = "Kustuta sõnum"; +$a->strings["D, d M Y - g:i A"] = ""; +$a->strings["Delete conversation"] = "Kustuta vestlus"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Turvaline suhtlus pole saadaval. Vastamine võib õnnestuda saatja profiili lehel. "; +$a->strings["Send Reply"] = "Saada vastus"; +$a->strings["Unknown sender - %s"] = "Tundmatu saatja - %s"; +$a->strings["You and %s"] = "Sina ja %s "; +$a->strings["%s and You"] = "%s ja Sina"; +$a->strings["%d message"] = [ + 0 => "%d sõnum", + 1 => "%d sõnumid", +]; +$a->strings["Resubscribing to OStatus contacts"] = ""; +$a->strings["No profile"] = "Profiili ei ole"; +$a->strings["Permission denied"] = "Õigused ebapiisavad"; +$a->strings["Invalid profile identifier."] = ""; +$a->strings["Profile Visibility Editor"] = "Profiili nähtavuse muutja"; +$a->strings["Visible To"] = "On nähtav "; +$a->strings["All Contacts (with secure profile access)"] = "Kõigile kontaktidele (koos turvalise profiiliga ligipääsuga)"; +$a->strings["Tag(s) removed"] = "Eemaldatud tag (id)"; +$a->strings["Remove Item Tag"] = "Eemalda elemendi Silt"; +$a->strings["Select a tag to remove: "] = "Vali tag mida eemaldada: "; +$a->strings["No videos selected"] = "Videoid pole valitud"; +$a->strings["Recent Videos"] = "Hiljutised videod"; +$a->strings["Upload New Videos"] = "Lae uued videod üles"; diff --git a/view/lang/ja/messages.po b/view/lang/ja/messages.po index d0efd04e8b..b3d54bae11 100644 --- a/view/lang/ja/messages.po +++ b/view/lang/ja/messages.po @@ -5,12 +5,13 @@ # Translators: # Antron Samurai , 2018 # ozero dien , 2019 +# ozero dien , 2019 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-06 16:52+0200\n" -"PO-Revision-Date: 2019-08-29 13:02+0000\n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-20 02:40+0000\n" "Last-Translator: ozero dien \n" "Language-Team: Japanese (http://www.transifex.com/Friendica/friendica/language/ja/)\n" "MIME-Version: 1.0\n" @@ -19,270 +20,297 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: include/enotify.php:57 +#: include/api.php:1124 +#, php-format +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "一日の最大投稿数 %d 件を超えたため、投稿できませんでした。" + +#: include/api.php:1138 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "一週間の最大投稿数 %d 件を超えたため、投稿できませんでした。" + +#: include/api.php:1152 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "月間の最大投稿数 %d 件を超えたため、投稿できませんでした。" + +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: mod/profile_photo.php:103 mod/profile_photo.php:210 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 +msgid "Profile Photos" +msgstr "プロフィール写真" + +#: include/enotify.php:58 msgid "Friendica Notification" msgstr "Friendica の通知" -#: include/enotify.php:60 +#: include/enotify.php:61 msgid "Thank You," msgstr "ありがとうございます " -#: include/enotify.php:63 +#: include/enotify.php:64 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s 管理者" -#: include/enotify.php:65 +#: include/enotify.php:66 #, php-format msgid "%s Administrator" msgstr "%s 管理者" -#: include/enotify.php:134 +#: include/enotify.php:135 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica:Notify] 新着メール: %s " -#: include/enotify.php:136 +#: include/enotify.php:137 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s さんが %2$s に あなたにプライベートメッセージを送りました" -#: include/enotify.php:137 +#: include/enotify.php:138 msgid "a private message" msgstr "プライベートメッセージ" -#: include/enotify.php:137 +#: include/enotify.php:138 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s があなたに %2$s を送りました" -#: include/enotify.php:139 +#: include/enotify.php:140 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "%s を開いて、プライベートメッセージを確認・返信してください" -#: include/enotify.php:172 +#: include/enotify.php:173 #, php-format msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" msgstr "%1$s が [url=%2$s]%3$s[/url] で あなたをタグ付けしました" -#: include/enotify.php:178 +#: include/enotify.php:179 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s が [url=%2$s]%3$s[/url] で コメントしました" -#: include/enotify.php:188 +#: include/enotify.php:189 #, php-format msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s が [url=%2$s]%3$s の %4$s[/url]で あなたをタグ付けしました" -#: include/enotify.php:195 +#: include/enotify.php:196 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s が [url=%2$s]%3$sの%4$s[/url] で コメントしました" -#: include/enotify.php:207 +#: include/enotify.php:208 #, php-format msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" msgstr "%1$s が [url=%2$s]あなたの %3$s[/url] で あなたをタグ付けしました" -#: include/enotify.php:213 +#: include/enotify.php:214 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s が [url=%2$s]あなたの %3$s[/url]で コメントしました" -#: include/enotify.php:224 +#: include/enotify.php:225 #, php-format msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" msgstr "%1$s が [url=%2$s]彼らの %3$s[/url]で あなたをタグ付けしました" -#: include/enotify.php:230 +#: include/enotify.php:231 #, php-format msgid "%1$s commented on [url=%2$s]their %3$s[/url]" msgstr "%1$s が [url=%2$s]彼らの %3$s[/url]で コメントしました" -#: include/enotify.php:243 +#: include/enotify.php:244 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Notify] %s があなたをタグ付けしました" -#: include/enotify.php:245 +#: include/enotify.php:246 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s さんが %2$s にて あなたをタグ付けしました" -#: include/enotify.php:247 +#: include/enotify.php:248 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica:Notify] 会話 #%1$d に %2$s がコメントしました" -#: include/enotify.php:249 +#: include/enotify.php:250 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s さんが、あなたがフォローしているアイテム/会話にコメントしました" -#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr " %s を開いて、コメントを確認・返信してください" -#: include/enotify.php:261 +#: include/enotify.php:262 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica:Notify] %s が あなたのプロフィール ウォールへ投稿しました" -#: include/enotify.php:263 +#: include/enotify.php:264 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s が %2$s に あなたのプロフィールウォールへ投稿しました" -#: include/enotify.php:264 +#: include/enotify.php:265 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s が [url=%2$s]あなたのウォール[/url] に投稿しました" -#: include/enotify.php:276 +#: include/enotify.php:277 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica:Notify] %s が投稿を共有しました" -#: include/enotify.php:278 +#: include/enotify.php:279 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "%1$s が %2$s に 投稿を共有しました" -#: include/enotify.php:279 +#: include/enotify.php:280 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "%1$s が [url=%2$s]投稿を共有しました[/url]." -#: include/enotify.php:291 +#: include/enotify.php:292 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Notify] %1$s からPokeがありました" -#: include/enotify.php:293 +#: include/enotify.php:294 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s からあなたへ %2$s に Pokeがありました" -#: include/enotify.php:294 +#: include/enotify.php:295 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s から [url=%2$s]Pokeがありました[/url]." -#: include/enotify.php:311 +#: include/enotify.php:312 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Notify] %s があなたの投稿をタグ付けしました" -#: include/enotify.php:313 +#: include/enotify.php:314 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s が %2$s に あなたの投稿をタグ付けしました" -#: include/enotify.php:314 +#: include/enotify.php:315 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s が [url=%2$s]あなたの投稿[/url] をタグ付けしました" -#: include/enotify.php:326 +#: include/enotify.php:327 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Notify] 招待が来ています" -#: include/enotify.php:328 +#: include/enotify.php:329 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "'%1$s' から %2$s に 招待が来ています" -#: include/enotify.php:329 +#: include/enotify.php:330 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "[url=%1$s]招待[/url] が %2$s から来ています。" -#: include/enotify.php:334 include/enotify.php:380 +#: include/enotify.php:335 include/enotify.php:381 #, php-format msgid "You may visit their profile at %s" msgstr "彼らのプロフィールを %s に訪問するようです" -#: include/enotify.php:336 +#: include/enotify.php:337 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr " %s を開いて、招待を承諾・拒否してください。" -#: include/enotify.php:343 +#: include/enotify.php:344 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica:Notify] あなたの投稿が新しく共有されました" -#: include/enotify.php:345 include/enotify.php:346 +#: include/enotify.php:346 include/enotify.php:347 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s さんが %2$s にて あなたの投稿を共有しました" -#: include/enotify.php:353 +#: include/enotify.php:354 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica:Notify] 新しいフォロワーがいます" -#: include/enotify.php:355 include/enotify.php:356 +#: include/enotify.php:356 include/enotify.php:357 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "新しいフォロワーです %2$s : %1$s" -#: include/enotify.php:369 +#: include/enotify.php:370 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica:Notify] 友達の候補があります" -#: include/enotify.php:371 +#: include/enotify.php:372 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "'%1$s' より %2$s に 友達の候補を受け取りました" -#: include/enotify.php:372 +#: include/enotify.php:373 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "%3$s から %2$s への [url=%1$s]友達の候補[/url] を受け取りました。" -#: include/enotify.php:378 +#: include/enotify.php:379 msgid "Name:" msgstr "名前:" -#: include/enotify.php:379 +#: include/enotify.php:380 msgid "Photo:" msgstr "写真:" -#: include/enotify.php:382 +#: include/enotify.php:383 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "%s を開いて、候補を承諾・拒否してください。" -#: include/enotify.php:390 include/enotify.php:405 +#: include/enotify.php:391 include/enotify.php:406 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Notify] つながりが承諾されました" -#: include/enotify.php:392 include/enotify.php:407 +#: include/enotify.php:393 include/enotify.php:408 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' は %2$s に あなたからのつながりの申込みを承諾しました" -#: include/enotify.php:393 include/enotify.php:408 +#: include/enotify.php:394 include/enotify.php:409 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$s は あなたからの [url=%1$s]つながりの申し込み[/url] を承諾しました。" -#: include/enotify.php:398 +#: include/enotify.php:399 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "あなたたちは友達になりました。ステータスの更新、写真、メールを制限なくやりとりできます。" -#: include/enotify.php:400 +#: include/enotify.php:401 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "このつながりを変更する場合は %s を開いてください。" -#: include/enotify.php:413 +#: include/enotify.php:414 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -291,37 +319,37 @@ msgid "" "automatically." msgstr "'%1$s' はあなたをファンとして受け入れました。プライベートメッセージやプロフィール インタラクションなど、一部のやりとりは制限されています。 有名人またはコミュニティページの場合、これらの設定は自動的に適用されます。" -#: include/enotify.php:415 +#: include/enotify.php:416 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' は後日、これを双方向・より寛容な関係へと拡張する場合があります。" -#: include/enotify.php:417 +#: include/enotify.php:418 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "このつながりを変更する場合は %s を開いてください。" -#: include/enotify.php:427 mod/removeme.php:46 +#: include/enotify.php:428 mod/removeme.php:46 msgid "[Friendica System Notify]" msgstr "[Friendica システム通知]" -#: include/enotify.php:427 +#: include/enotify.php:428 msgid "registration request" msgstr "登録リクエスト" -#: include/enotify.php:429 +#: include/enotify.php:430 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "'%1$s' より %2$s に 登録リクエストを受け取りました" -#: include/enotify.php:430 +#: include/enotify.php:431 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "[url=%1$s]登録リクエスト[/url] が %2$s から来ています。" -#: include/enotify.php:435 +#: include/enotify.php:436 #, php-format msgid "" "Full Name:\t%s\n" @@ -329,3856 +357,676 @@ msgid "" "Login Name:\t%s (%s)" msgstr "フルネーム:\t%s\nサイト:\t%s\nログイン名:\t%s (%s)" -#: include/enotify.php:441 +#: include/enotify.php:442 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "%s を開いて、リクエストを承諾・拒否してください。" -#: include/api.php:1119 -#, php-format -msgid "Daily posting limit of %d post reached. The post was rejected." -msgid_plural "Daily posting limit of %d posts reached. The post was rejected." -msgstr[0] "一日の最大投稿数 %d 件を超えたため、投稿できませんでした。" - -#: include/api.php:1133 -#, php-format -msgid "Weekly posting limit of %d post reached. The post was rejected." -msgid_plural "" -"Weekly posting limit of %d posts reached. The post was rejected." -msgstr[0] "一週間の最大投稿数 %d 件を超えたため、投稿できませんでした。" - -#: include/api.php:1147 -#, php-format -msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "月間の最大投稿数 %d 件を超えたため、投稿できませんでした。" - -#: include/api.php:4587 mod/photos.php:91 mod/photos.php:196 -#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 -#: mod/profile_photo.php:103 mod/profile_photo.php:210 -#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 -#: src/Model/User.php:804 src/Model/User.php:812 -msgid "Profile Photos" -msgstr "プロフィール写真" - -#: include/conversation.php:161 include/conversation.php:298 -#: src/Model/Item.php:3300 +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 msgid "event" msgstr "イベント" -#: include/conversation.php:164 include/conversation.php:174 -#: include/conversation.php:301 include/conversation.php:310 -#: mod/subthread.php:88 mod/tagger.php:69 +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 msgid "status" msgstr "ステータス" -#: include/conversation.php:169 include/conversation.php:306 -#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3302 +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 msgid "photo" msgstr "写真" -#: include/conversation.php:182 +#: include/conversation.php:188 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s が %2$s の %3$s をいいねしました" -#: include/conversation.php:184 +#: include/conversation.php:190 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s は %2$sの %3$s を好きではないようです" -#: include/conversation.php:186 +#: include/conversation.php:192 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "%1$s は %2$s の %3$s に参加します" -#: include/conversation.php:188 +#: include/conversation.php:194 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "%1$s は %2$s の %3$s を欠席します" -#: include/conversation.php:190 +#: include/conversation.php:196 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "%1$s は %2$s の %3$s を様子見しています" -#: include/conversation.php:225 +#: include/conversation.php:231 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s は %2$s と友達になりました" -#: include/conversation.php:266 +#: include/conversation.php:272 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s が %2$s にpokeを送りました" -#: include/conversation.php:320 mod/tagger.php:102 +#: include/conversation.php:326 mod/tagger.php:105 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s が %2$s の %3$s を %4$s としてタグ付けしました" -#: include/conversation.php:342 +#: include/conversation.php:348 msgid "post/item" msgstr "投稿/アイテム" -#: include/conversation.php:343 +#: include/conversation.php:349 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s が %2$sの %3$s をお気に入りとしてマークしました" -#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 msgid "Likes" msgstr "いいねしたもの" -#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 msgid "Dislikes" msgstr "良くなかったもの" -#: include/conversation.php:571 include/conversation.php:1565 -#: mod/photos.php:1443 +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 msgid "Attending" msgid_plural "Attending" msgstr[0] "参加" -#: include/conversation.php:572 mod/photos.php:1443 +#: include/conversation.php:577 mod/photos.php:1408 msgid "Not attending" msgstr "欠席します" -#: include/conversation.php:573 mod/photos.php:1443 +#: include/conversation.php:578 mod/photos.php:1408 msgid "Might attend" msgstr "様子見" -#: include/conversation.php:574 +#: include/conversation.php:579 msgid "Reshares" msgstr "再共有" -#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 msgid "Select" msgstr "選択" -#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830 -#: src/Module/Contact.php:1101 +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 msgid "Delete" msgstr "削除" -#: include/conversation.php:680 src/Object/Post.php:383 -#: src/Object/Post.php:384 +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 #, php-format msgid "View %s's profile @ %s" msgstr "%sのプロフィールを確認 @ %s" -#: include/conversation.php:693 src/Object/Post.php:371 +#: include/conversation.php:702 src/Object/Post.php:395 msgid "Categories:" msgstr "カテゴリ:" -#: include/conversation.php:694 src/Object/Post.php:372 +#: include/conversation.php:703 src/Object/Post.php:396 msgid "Filed under:" msgstr "格納先:" -#: include/conversation.php:701 src/Object/Post.php:397 +#: include/conversation.php:710 src/Object/Post.php:421 #, php-format msgid "%s from %s" msgstr "%s から %s" -#: include/conversation.php:716 +#: include/conversation.php:725 msgid "View in context" msgstr "文脈で表示する" -#: include/conversation.php:718 include/conversation.php:1231 -#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 -#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 -#: src/Object/Post.php:424 +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 msgid "Please wait" msgstr "お待ち下さい" -#: include/conversation.php:782 +#: include/conversation.php:791 msgid "remove" msgstr "削除" -#: include/conversation.php:786 +#: include/conversation.php:795 msgid "Delete Selected Items" msgstr "選択した項目を削除" -#: include/conversation.php:941 view/theme/frio/theme.php:363 +#: include/conversation.php:956 view/theme/frio/theme.php:363 msgid "Follow Thread" msgstr "このスレッドをフォロー" -#: include/conversation.php:942 src/Model/Contact.php:1198 +#: include/conversation.php:957 src/Model/Contact.php:1255 msgid "View Status" msgstr "ステータスを見る" -#: include/conversation.php:943 include/conversation.php:961 mod/match.php:87 -#: mod/suggest.php:87 src/Model/Contact.php:1138 src/Model/Contact.php:1191 -#: src/Model/Contact.php:1199 src/Module/AllFriends.php:74 -#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 msgid "View Profile" msgstr "プロフィールを見る" -#: include/conversation.php:944 src/Model/Contact.php:1200 +#: include/conversation.php:959 src/Model/Contact.php:1257 msgid "View Photos" msgstr "写真を見る" -#: include/conversation.php:945 src/Model/Contact.php:1192 -#: src/Model/Contact.php:1201 +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 msgid "Network Posts" msgstr "ネットワーク投稿" -#: include/conversation.php:946 src/Model/Contact.php:1193 -#: src/Model/Contact.php:1202 +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 msgid "View Contact" msgstr "コンタクトを見る" -#: include/conversation.php:947 src/Model/Contact.php:1204 +#: include/conversation.php:962 src/Model/Contact.php:1261 msgid "Send PM" msgstr "PMを送る" -#: include/conversation.php:948 src/Module/Admin/Blocklist/Contact.php:67 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:623 -#: src/Module/Contact.php:827 src/Module/Contact.php:1076 +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 msgid "Block" msgstr "ブロック" -#: include/conversation.php:949 mod/notifications.php:60 -#: mod/notifications.php:189 mod/notifications.php:282 -#: src/Module/Contact.php:624 src/Module/Contact.php:828 -#: src/Module/Contact.php:1084 +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 msgid "Ignore" msgstr "無視" -#: include/conversation.php:953 src/Model/Contact.php:1205 +#: include/conversation.php:968 src/Model/Contact.php:1262 msgid "Poke" msgstr "Pokeを送る" -#: include/conversation.php:958 mod/match.php:88 mod/follow.php:160 -#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 -#: src/Model/Contact.php:1194 src/Module/AllFriends.php:75 -#: src/Module/BaseSearchModule.php:134 +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 msgid "Connect/Follow" msgstr "つながる/フォローする" -#: include/conversation.php:1083 +#: include/conversation.php:1101 #, php-format msgid "%s likes this." msgstr "%s がいいねしました" -#: include/conversation.php:1086 +#: include/conversation.php:1104 #, php-format msgid "%s doesn't like this." msgstr "%s はこれを好きではないようです" -#: include/conversation.php:1089 +#: include/conversation.php:1107 #, php-format msgid "%s attends." msgstr "%s が参加します。" -#: include/conversation.php:1092 +#: include/conversation.php:1110 #, php-format msgid "%s doesn't attend." msgstr "%s は欠席します。" -#: include/conversation.php:1095 +#: include/conversation.php:1113 #, php-format msgid "%s attends maybe." msgstr "%s は様子見しています。" -#: include/conversation.php:1098 include/conversation.php:1141 +#: include/conversation.php:1116 include/conversation.php:1159 #, php-format msgid "%s reshared this." msgstr "%s が再共有しました。" -#: include/conversation.php:1106 +#: include/conversation.php:1124 msgid "and" msgstr "と" -#: include/conversation.php:1112 +#: include/conversation.php:1130 #, php-format msgid "and %d other people" msgstr "と他 %d 人" -#: include/conversation.php:1120 +#: include/conversation.php:1138 #, php-format msgid "%2$d people like this" msgstr "%2$d 人 がいいねしました" -#: include/conversation.php:1121 +#: include/conversation.php:1139 #, php-format msgid "%s like this." msgstr "%s がいいねしました" -#: include/conversation.php:1124 +#: include/conversation.php:1142 #, php-format msgid "%2$d people don't like this" msgstr "%2$d 人 がこれを好きでは無いようです" -#: include/conversation.php:1125 +#: include/conversation.php:1143 #, php-format msgid "%s don't like this." msgstr "%s はこれを好きではないようです" -#: include/conversation.php:1128 +#: include/conversation.php:1146 #, php-format msgid "%2$d people attend" msgstr "%2$d 人 が参加します" -#: include/conversation.php:1129 +#: include/conversation.php:1147 #, php-format msgid "%s attend." msgstr "%s が参加します。" -#: include/conversation.php:1132 +#: include/conversation.php:1150 #, php-format msgid "%2$d people don't attend" msgstr "%2$d 人 が欠席します" -#: include/conversation.php:1133 +#: include/conversation.php:1151 #, php-format msgid "%s don't attend." msgstr "%s は欠席します。" -#: include/conversation.php:1136 +#: include/conversation.php:1154 #, php-format msgid "%2$d people attend maybe" msgstr "%2$d 人 が様子見しています" -#: include/conversation.php:1137 +#: include/conversation.php:1155 #, php-format msgid "%s attend maybe." msgstr "%s は様子見しています。" -#: include/conversation.php:1140 +#: include/conversation.php:1158 #, php-format msgid "%2$d people reshared this" msgstr "%2$d 人 が再共有しました" -#: include/conversation.php:1170 +#: include/conversation.php:1188 msgid "Visible to everybody" msgstr "すべての人 が閲覧可能です" -#: include/conversation.php:1171 src/Module/Item/Compose.php:187 -#: src/Object/Post.php:887 +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 msgid "Please enter a image/video/audio/webpage URL:" msgstr "画像/動画/音声/ウェブページのURLを入力してください:" -#: include/conversation.php:1172 +#: include/conversation.php:1190 msgid "Tag term:" msgstr "用語のタグ付け:" -#: include/conversation.php:1173 src/Module/Filer/SaveTag.php:48 +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 msgid "Save to Folder:" msgstr "保存先のフォルダ:" -#: include/conversation.php:1174 +#: include/conversation.php:1192 msgid "Where are you right now?" msgstr "どこにいますか?:" -#: include/conversation.php:1175 +#: include/conversation.php:1193 msgid "Delete item(s)?" -msgstr "削除しますか?" +msgstr "これ(ら)の項目を削除しますか?" -#: include/conversation.php:1207 +#: include/conversation.php:1225 msgid "New Post" msgstr "新しい投稿" -#: include/conversation.php:1210 +#: include/conversation.php:1228 msgid "Share" msgstr "共有" -#: include/conversation.php:1211 mod/wallmessage.php:139 mod/editpost.php:72 +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 #: mod/message.php:258 mod/message.php:439 msgid "Upload photo" msgstr "写真をアップロード" -#: include/conversation.php:1212 mod/editpost.php:73 +#: include/conversation.php:1230 mod/editpost.php:74 msgid "upload photo" msgstr "写真をアップロード" -#: include/conversation.php:1213 mod/editpost.php:74 +#: include/conversation.php:1231 mod/editpost.php:75 msgid "Attach file" msgstr "ファイルを添付" -#: include/conversation.php:1214 mod/editpost.php:75 +#: include/conversation.php:1232 mod/editpost.php:76 msgid "attach file" msgstr "ファイルを添付" -#: include/conversation.php:1215 src/Module/Item/Compose.php:179 -#: src/Object/Post.php:879 +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 msgid "Bold" msgstr "太字" -#: include/conversation.php:1216 src/Module/Item/Compose.php:180 -#: src/Object/Post.php:880 +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 msgid "Italic" msgstr "斜体" -#: include/conversation.php:1217 src/Module/Item/Compose.php:181 -#: src/Object/Post.php:881 +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 msgid "Underline" msgstr "下線" -#: include/conversation.php:1218 src/Module/Item/Compose.php:182 -#: src/Object/Post.php:882 +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 msgid "Quote" msgstr "引用" -#: include/conversation.php:1219 src/Module/Item/Compose.php:183 -#: src/Object/Post.php:883 +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 msgid "Code" msgstr "コード" -#: include/conversation.php:1220 src/Module/Item/Compose.php:184 -#: src/Object/Post.php:884 +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 msgid "Image" msgstr "画像" -#: include/conversation.php:1221 src/Module/Item/Compose.php:185 -#: src/Object/Post.php:885 +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 msgid "Link" msgstr "リンク" -#: include/conversation.php:1222 src/Module/Item/Compose.php:186 -#: src/Object/Post.php:886 +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 msgid "Link or Media" msgstr "リンク/メディア" -#: include/conversation.php:1223 mod/editpost.php:82 -#: src/Module/Item/Compose.php:189 +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 msgid "Set your location" msgstr "現在地を設定" -#: include/conversation.php:1224 mod/editpost.php:83 +#: include/conversation.php:1242 mod/editpost.php:84 msgid "set location" msgstr "現在地を設定" -#: include/conversation.php:1225 mod/editpost.php:84 +#: include/conversation.php:1243 mod/editpost.php:85 msgid "Clear browser location" msgstr "ブラウザの現在地を解除" -#: include/conversation.php:1226 mod/editpost.php:85 +#: include/conversation.php:1244 mod/editpost.php:86 msgid "clear location" msgstr "現在地を解除" -#: include/conversation.php:1228 mod/editpost.php:99 -#: src/Module/Item/Compose.php:194 +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 msgid "Set title" msgstr "件名を設定" -#: include/conversation.php:1230 mod/editpost.php:101 -#: src/Module/Item/Compose.php:195 +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 msgid "Categories (comma-separated list)" msgstr "カテゴリ(半角カンマ区切り)" -#: include/conversation.php:1232 mod/editpost.php:87 +#: include/conversation.php:1250 mod/editpost.php:88 msgid "Permission settings" msgstr "権限設定" -#: include/conversation.php:1233 mod/editpost.php:116 +#: include/conversation.php:1251 mod/editpost.php:117 msgid "permissions" msgstr "権限" -#: include/conversation.php:1242 mod/editpost.php:96 +#: include/conversation.php:1260 mod/editpost.php:97 msgid "Public post" msgstr "一般公開の投稿" -#: include/conversation.php:1246 mod/editpost.php:107 mod/events.php:550 -#: mod/photos.php:1433 mod/photos.php:1472 mod/photos.php:1532 -#: src/Module/Item/Compose.php:188 src/Object/Post.php:888 +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 msgid "Preview" msgstr "プレビュー" -#: include/conversation.php:1250 include/items.php:397 mod/tagrm.php:20 -#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 -#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 -#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 -#: mod/photos.php:1191 mod/settings.php:678 mod/settings.php:704 -#: mod/suggest.php:76 src/Module/Contact.php:464 +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 msgid "Cancel" msgstr "キャンセル" -#: include/conversation.php:1255 +#: include/conversation.php:1273 msgid "Post to Groups" msgstr "グループへの投稿" -#: include/conversation.php:1256 +#: include/conversation.php:1274 msgid "Post to Contacts" msgstr "知り合いへの限定公開" -#: include/conversation.php:1257 +#: include/conversation.php:1275 msgid "Private post" msgstr "プライベート投稿" -#: include/conversation.php:1262 mod/editpost.php:114 -#: src/Model/Profile.php:542 src/Module/Contact.php:339 +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 msgid "Message" msgstr "メッセージ" -#: include/conversation.php:1263 mod/editpost.php:115 +#: include/conversation.php:1281 mod/editpost.php:116 msgid "Browser" msgstr "ブラウザ" -#: include/conversation.php:1535 +#: include/conversation.php:1573 msgid "View all" msgstr "ずべて表示" -#: include/conversation.php:1559 +#: include/conversation.php:1597 msgid "Like" msgid_plural "Likes" msgstr[0] "いいねしたもの" -#: include/conversation.php:1562 +#: include/conversation.php:1600 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "好きではないもの" -#: include/conversation.php:1568 +#: include/conversation.php:1606 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "欠席" -#: include/conversation.php:1571 src/Content/ContactSelector.php:167 +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 msgid "Undecided" msgid_plural "Undecided" msgstr[0] "未定" -#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 -#: src/Module/Admin/Themes/Index.php:41 src/Module/Debug/ItemBody.php:27 +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 #: src/Module/Debug/ItemBody.php:40 msgid "Item not found." msgstr "見つかりませんでした。" -#: include/items.php:392 +#: include/items.php:387 msgid "Do you really want to delete this item?" msgstr "このアイテムを本当に削除していいですか?" -#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 -#: mod/follow.php:163 mod/message.php:150 mod/settings.php:1089 -#: mod/settings.php:1095 mod/settings.php:1102 mod/settings.php:1106 -#: mod/settings.php:1110 mod/settings.php:1114 mod/settings.php:1118 -#: mod/settings.php:1122 mod/settings.php:1142 mod/settings.php:1143 +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 #: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 -#: mod/suggest.php:73 src/Module/Contact.php:461 src/Module/Register.php:97 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 msgid "Yes" msgstr "はい" -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 -#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 -#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 -#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 -#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 -#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 -#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 -#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/events.php:208 -#: mod/follow.php:57 mod/follow.php:134 mod/fsuggest.php:63 mod/item.php:170 -#: mod/manage.php:130 mod/message.php:56 mod/message.php:101 -#: mod/network.php:37 mod/notes.php:27 mod/notifications.php:70 -#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 -#: mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:197 mod/settings.php:52 mod/settings.php:165 -#: mod/settings.php:667 mod/suggest.php:39 src/Module/Attach.php:42 -#: src/Module/Contact.php:378 src/Module/FollowConfirm.php:27 -#: src/Module/Group.php:31 src/Module/Group.php:77 src/Module/Invite.php:22 -#: src/Module/Invite.php:110 src/Module/Notifications/Notify.php:19 -#: src/Module/Profile/Contacts.php:50 src/Module/Register.php:192 -#: src/Module/Search/Directory.php:17 +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 msgid "Permission denied." msgstr "必要な権限が有りません。" -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "アプリからの接続を承認します" - -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "アプリの画面に戻り、以下のセキュリティコードを入力してください:" - -#: mod/api.php:94 src/Module/BaseAdminModule.php:56 -msgid "Please login to continue." -msgstr "この先に進むにはログインしてください。" - -#: mod/api.php:108 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "このアプリケーションによる、あなたの投稿・コンタクトの読み取りや、新しい投稿の作成を許可しますか?" - -#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 -#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:98 -msgid "No" -msgstr "いいえ" - -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "親となるユーザが見つかりません。" - -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "親となるユーザが存在しません。" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "親パスワード:" - -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "リクエストの確認のため、親アカウントのパスワードを入力してください。" - -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "親ユーザ" - -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "親ユーザは、このアカウントについてアカウント設定を含む全ての権限を持ちます。 このアクセスを許可するユーザ名を再確認してください。" - -#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 -#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Site.php:569 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50 -msgid "Save Settings" -msgstr "設定を保存" - -#: mod/delegate.php:176 src/Content/Nav.php:263 -msgid "Delegate Page Management" -msgstr "ベージの管理を移譲" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "移譲" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "移譲された人は、このアカウント/ページの管理について、基本的なアカウント設定を除いた、すべての権限を得ます。 完全に信頼していない人には、あなたの個人アカウントを移譲しないでください。" - -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "既存のページの移譲" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "移譲先の候補" - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "削除" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "追加" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "エントリは有りません。" - -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "投稿しました。" - -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Ostatusコンタクトを購読しています。" - -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "コンタクトは提供されていません。" - -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "コンタクトの情報を取得できませんでした。" - -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "コンタクトの友達関係を取得できませんでした。" - -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "完了" - -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "成功" - -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "失敗" - -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 -msgid "ignored" -msgstr "無視" - -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "ウィンドウを閉じずにお待ちください…" - -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "必要な権限が有りません" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "無効なプロフィールidentifierです。" - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "プロフィールの公開範囲を編集" - -#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 -#: src/Model/Profile.php:881 src/Model/Profile.php:917 -#: src/Module/Contact.php:656 src/Module/Contact.php:872 -#: src/Module/Welcome.php:38 -msgid "Profile" -msgstr "プロフィール" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "コンタクトをクリックして追加・削除" - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "以下に公開しています" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "すべてのコンタクト(保護されたアクセスを含む)" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "アカウントが認証されました。" - -#: mod/regmod.php:77 +#: update.php:218 #, php-format -msgid "Registration revoked for %s" -msgstr "%s への登録は取り消されました" +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "%s :アイテムとスレッドテーブルの作成者IDと所有者IDを更新しています。" -#: mod/regmod.php:84 -msgid "Please login." -msgstr "ログインしてください。" - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "このユーザはアカウントを削除しました。" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。" - -#: mod/removeme.php:48 +#: update.php:273 #, php-format -msgid "The user id is %d" -msgstr "ユーザIDは %d です" +msgid "%s: Updating post-type." +msgstr "%s :投稿タイプを更新しています。" -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "自分のアカウントを削除します" +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "コミュニティプロフィール" -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。" +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "最後のユーザー" -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "確認のため、あなたのパスワードを入力してください。" +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "人を見つけます" -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Ostatusコンタクトをもう一度購読します" +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "名前または興味を入力してください" -#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "エラー" +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "例:Robert Morgenstein、釣り" -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "タグ(達)が削除されました" +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "見つける" -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "タグの削除" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "削除するタグを選択:" - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "クローズドなサーバでのユーザーインポートは、管理者のみが実行できます。" - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "このサイトは、1日あたりに許可されているアカウント登録数の上限を超えています。 明日再度お試しください。" - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "インポート" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "アカウントの移動" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "別のFriendicaサーバーからアカウントをインポートできます。" - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "古いサーバからアカウントをエクスポートして、このサーバにアップロードする必要があります。 アップロード後、このサーバが、すべてのコンタクト・元のアカウントを再作成します。 また、あなたがこのサーバに移転したことを友人にお知らせします。" - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "この機能はまだ実験的なものです。 OStatusネットワーク(GNU Social / Statusnet)またはDiasporaからのコンタクトはインポートできません。" - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "アカウントファイル" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "アカウントをエクスポートするには、「設定」->「個人データのエクスポート」に進み、「アカウントのエクスポート」を選択します" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "あなたはこのコンタクトをフォローしていません" - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "現在、フォロー解除はあなたのネットワークではサポートされていません" - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "コンタクトのフォロー解除" - -#: mod/unfollow.php:118 -msgid "Disconnect/Unfollow" -msgstr "接続・フォローを解除" - -#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 -msgid "Your Identity Address:" -msgstr "あなたのIdentityアドレス:" - -#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 -msgid "Submit Request" -msgstr "リクエストを送る" - -#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:182 -#: mod/notifications.php:274 src/Module/Admin/Blocklist/Contact.php:83 -#: src/Module/Contact.php:641 -msgid "Profile URL" -msgstr "プロフィールURL" - -#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:912 -#: src/Module/Contact.php:867 -msgid "Status Messages and Posts" -msgstr "ステータスメッセージと投稿" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[埋め込みコンテンツ - ページを再読み込みして表示]" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "無効なリクエストです。" - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "すいません、サーバのPHP設定で許可されたサイズよりも大きいファイルをアップロードしている可能性があります。" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "または、空のファイルをアップロードしようとしていませんか?" - -#: mod/wall_attach.php:114 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "ファイルサイズ上限 %s を超えています。" - -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "アップロードが失敗しました。" - -#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 -#: mod/photos.php:715 mod/profile_photo.php:152 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "画像サイズ上限 %s を超えています。" - -#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 -msgid "Unable to process image." -msgstr "画像を処理できません。" - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "ウォール写真" - -#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 -msgid "Image upload failed." -msgstr "画像アップロードに失敗しました。" - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "一日のウォールメッセージ上限 %s 通を超えました。投稿できません。" - -#: mod/wallmessage.php:60 mod/message.php:70 -msgid "No recipient selected." -msgstr "宛先が未指定です。" - -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "あなたのホームロケーションを確認できません。" - -#: mod/wallmessage.php:66 mod/message.php:77 -msgid "Message could not be sent." -msgstr "メッセージを送信できませんでした。" - -#: mod/wallmessage.php:69 mod/message.php:80 -msgid "Message collection failure." -msgstr "メッセージの収集に失敗しました。" - -#: mod/wallmessage.php:72 mod/message.php:83 -msgid "Message sent." -msgstr "メッセージを送信しました。" - -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "宛先がありません。" - -#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 -msgid "Please enter a link URL:" -msgstr "リンクURLを入力してください。" - -#: mod/wallmessage.php:128 mod/message.php:246 -msgid "Send Private Message" -msgstr "プライベートメッセージを送信する" - -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "%s からの返信を受け取りたい場合は、サイトのプライバシー設定で「不明な送信者からのプライベートメール」を許可しているか確認してください。" - -#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 -msgid "To:" -msgstr "送信先:" - -#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 -msgid "Subject:" -msgstr "件名" - -#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "メッセージ" - -#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 -#: mod/message.php:440 -msgid "Insert web link" -msgstr "webリンクを挿入" - -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "合致するキーワードが有りません。あなたの既定のプロフィールにキーワードを追加してください。" - -#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 -#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 -msgid "Connect" -msgstr "つながる" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "最初" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "次" - -#: mod/match.php:130 src/Module/BaseSearchModule.php:92 -msgid "No matches" -msgstr "一致する項目がありません" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "一致するプロフィール" - -#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 -#: mod/profiles.php:511 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "プロフィールが見つかりません。" - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "プロフィールが削除されました。" - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "プロフィール - " - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "プロフィールを新規作成しました。" - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "このプロフィールはクローンできません。" - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "プロフィール名が必要です。" - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "配偶者の有無" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "恋愛関係にあるパートナー" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "勤務先" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "宗教" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "政治観" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "性別" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "性的嗜好" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "ホームページ" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "興味" - -#: mod/profiles.php:382 -msgid "Address" -msgstr "住所" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "位置情報" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "プロフィールを更新しました。" - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "コンタクトや友人を非表示にする:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "このプロフィールの閲覧者からコンタクト/友達リストを非表示にしますか?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "他のプロフィールフィールドを表示:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "プロフィールアクション" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "プロフィールの詳細を編集" - -#: mod/profiles.php:562 mod/crepair.php:149 mod/events.php:552 -#: mod/fsuggest.php:92 mod/manage.php:183 mod/message.php:261 -#: mod/message.php:441 mod/photos.php:991 mod/photos.php:1101 -#: mod/photos.php:1387 mod/photos.php:1432 mod/photos.php:1471 -#: mod/photos.php:1531 mod/poke.php:184 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 -#: view/theme/vier/config.php:120 src/Module/Contact.php:598 -#: src/Module/Debug/Localtime.php:45 src/Module/Install.php:213 -#: src/Module/Install.php:253 src/Module/Install.php:289 -#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 -#: src/Object/Post.php:878 -msgid "Submit" -msgstr "提出する" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "プロフィール写真の変更" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "このプロフィールを見る" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "すべてのプロフィールを表示" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 -msgid "Edit visibility" -msgstr "可視性を編集" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "これらの設定を使用して新しいプロフィールを作成します" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "このプロフィールを複製" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "このプロフィールを削除" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "基本情報" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "プロフィールの写真" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "プリファレンス" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "ステータス情報" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "追加情報" - -#: mod/profiles.php:579 mod/network.php:992 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "パーソナル" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "関係" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "その他" - -#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 -msgid "Upload Profile Photo" -msgstr "プロフィール写真をアップロード" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "あなたの性別:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr "婚姻:" - -#: mod/profiles.php:586 src/Model/Profile.php:800 -msgid "Sexual Preference:" -msgstr "性的嗜好:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "例:釣りを撮影するソフトウェア" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "プロフィール名:" - -#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 -msgid "Required" -msgstr "必須" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "これはあなたの一般公開プロフィールです。
インターネットを使用している人なら誰でも見ることができます。" - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "あなたのフルネーム:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "タイトル説明:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "住所:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "地域/市:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "地域/州:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "郵便番号:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "国:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "年齢:" - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "誰:(該当する場合)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "例:cathy123、Cathy Williams、cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "[日付]以降:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "あなた自身について教えてください..." - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP(Jabber)アドレス:" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "XMPPアドレスがコンタクトに伝達され、コンタクトがあなたをフォローできるようになります。" - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "ホームページのURL:" - -#: mod/profiles.php:613 src/Model/Profile.php:808 -msgid "Hometown:" -msgstr "出身地:" - -#: mod/profiles.php:614 src/Model/Profile.php:816 -msgid "Political Views:" -msgstr "政見:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "宗教的見解:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "公開キーワード:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(友人を候補を提案するために使用ます。また他の人が見ることができます。)" - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "プライベートキーワード:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(プロフィールの検索に使用され、他のユーザーには表示されません)" - -#: mod/profiles.php:618 src/Model/Profile.php:832 -msgid "Likes:" -msgstr "好きなもの:" - -#: mod/profiles.php:619 src/Model/Profile.php:836 -msgid "Dislikes:" -msgstr "嫌いなもの:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "音楽的興味" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "本、文学" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "テレビ" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "映画/ダンス/文化/エンターテイメント" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "趣味/興味" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "愛/ロマンス" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "仕事/雇用" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "学校教育" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "コンタクト情報とソーシャルネットワーク" - -#: mod/profiles.php:659 src/Model/Profile.php:419 -msgid "Profile Image" -msgstr "プロフィール画像" - -#: mod/profiles.php:661 src/Model/Profile.php:422 -msgid "visible to everybody" -msgstr "みんなに見える" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "プロフィールの編集/管理" - -#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 -msgid "Change profile photo" -msgstr "プロフィール写真を変更" - -#: mod/profiles.php:670 src/Model/Profile.php:410 -msgid "Create New Profile" -msgstr "新しいプロフィールを作成" - -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 -#: src/Module/Debug/ItemBody.php:18 -msgid "Access denied." -msgstr "アクセスが拒否されました。" - -#: mod/cal.php:140 mod/display.php:301 src/Module/Profile.php:177 -msgid "Access to this profile has been restricted." -msgstr "このプロフィールへのアクセスは制限されています。" - -#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 -#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 -#: src/Content/Nav.php:228 src/Model/Profile.php:945 src/Model/Profile.php:956 -msgid "Events" -msgstr "イベント" - -#: mod/cal.php:272 mod/events.php:384 -msgid "View" -msgstr "表示する" - -#: mod/cal.php:273 mod/events.php:386 -msgid "Previous" -msgstr "前" - -#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:175 -msgid "Next" -msgstr "次" - -#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 -msgid "today" -msgstr "今日" - -#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 -#: src/Model/Event.php:429 -msgid "month" -msgstr "月" - -#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 -#: src/Model/Event.php:430 -msgid "week" -msgstr "週間" - -#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 -#: src/Model/Event.php:431 -msgid "day" -msgstr "日" - -#: mod/cal.php:281 mod/events.php:396 -msgid "list" -msgstr "リスト" - -#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 -msgid "User not found" -msgstr "ユーザーが見つかりません" - -#: mod/cal.php:310 -msgid "This calendar format is not supported" -msgstr "このカレンダー形式はサポートされていません" - -#: mod/cal.php:312 -msgid "No exportable data found" -msgstr "エクスポート可能なデータが見つかりません" - -#: mod/cal.php:329 -msgid "calendar" -msgstr "カレンダー" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "共通のコンタクトはありません。" - -#: mod/common.php:141 src/Module/Contact.php:895 -msgid "Common Friends" -msgstr "共通の友達" - -#: mod/community.php:33 mod/dfrn_request.php:597 mod/display.php:199 -#: mod/photos.php:850 mod/search.php:87 mod/search.php:93 mod/videos.php:118 -#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 -#: src/Module/Directory.php:30 -msgid "Public access denied." -msgstr "パブリックアクセスが拒否されました。" - -#: mod/community.php:76 -msgid "Community option not available." -msgstr "コミュニティオプションは利用できません。" - -#: mod/community.php:93 -msgid "Not available." -msgstr "利用不可。" - -#: mod/community.php:103 -msgid "Local Community" -msgstr "地域コミュニティ" - -#: mod/community.php:106 -msgid "Posts from local users on this server" -msgstr "このサーバー上のローカルユーザーからの投稿" - -#: mod/community.php:114 -msgid "Global Community" -msgstr "グローバルコミュニティ" - -#: mod/community.php:117 -msgid "Posts from users of the whole federated network" -msgstr "フェデレーションネットワーク全体のユーザーからの投稿" - -#: mod/community.php:163 mod/search.php:222 -msgid "No results." -msgstr "結果がありません。" - -#: mod/community.php:215 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。" - -#: mod/crepair.php:79 -msgid "Contact settings applied." -msgstr "コンタクト設定が適用されました。" - -#: mod/crepair.php:81 -msgid "Contact update failed." -msgstr "コンタクトの更新に失敗しました。" - -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 -#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 -#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 -msgid "Contact not found." -msgstr "コンタクトが見つかりません。" - -#: mod/crepair.php:115 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "警告:これは非常に高度です。誤った情報を入力すると、このコンタクトとのコミュニケーションが機能しなくなる場合があります。" - -#: mod/crepair.php:116 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "このページで何をすべきかわからない場合は、ブラウザの \"戻る\" ボタンを *今すぐ*クリックしてください。" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "No mirroring" -msgstr "ミラーリングなし" - -#: mod/crepair.php:130 -msgid "Mirror as forwarded posting" -msgstr "転送された投稿としてミラー" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "Mirror as my own posting" -msgstr "自分の投稿としてミラー" - -#: mod/crepair.php:145 -msgid "Return to contact editor" -msgstr "コンタクトエディターに戻る" - -#: mod/crepair.php:147 -msgid "Refetch contact data" -msgstr "コンタクトデータを再取得する" - -#: mod/crepair.php:150 -msgid "Remote Self" -msgstr "リモートセルフ" - -#: mod/crepair.php:153 -msgid "Mirror postings from this contact" -msgstr "このコンタクトからの投稿をミラーリングする" - -#: mod/crepair.php:155 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。" - -#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 -#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:313 -msgid "Name" -msgstr "名" - -#: mod/crepair.php:160 -msgid "Account Nickname" -msgstr "アカウントのニックネーム" - -#: mod/crepair.php:161 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tagname - 名前/ニックネームをオーバーライドします" - -#: mod/crepair.php:162 -msgid "Account URL" -msgstr "アカウントURL" - -#: mod/crepair.php:163 -msgid "Account URL Alias" -msgstr "アカウントURLエイリアス" - -#: mod/crepair.php:164 -msgid "Friend Request URL" -msgstr "フレンドリクエストURL" - -#: mod/crepair.php:165 -msgid "Friend Confirm URL" -msgstr "友人確認URL" - -#: mod/crepair.php:166 -msgid "Notification Endpoint URL" -msgstr "通知エンドポイントURL" - -#: mod/crepair.php:167 -msgid "Poll/Feed URL" -msgstr "ポーリング/フィードURL" - -#: mod/crepair.php:168 -msgid "New photo from this URL" -msgstr "このURLからの新しい写真" - -#: mod/dfrn_confirm.php:126 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "これは、連絡が両方の人から要求され、すでに承認されている場合に発生することがあります。" - -#: mod/dfrn_confirm.php:227 -msgid "Response from remote site was not understood." -msgstr "リモートサイトから解釈できない応答がありました。" - -#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " -msgstr "リモートサイトからの予期しない応答:" - -#: mod/dfrn_confirm.php:249 -msgid "Confirmation completed successfully." -msgstr "確認が正常に完了しました。" - -#: mod/dfrn_confirm.php:261 -msgid "Temporary failure. Please wait and try again." -msgstr "一時的な障害。しばらくしてからもう一度お試しください。" - -#: mod/dfrn_confirm.php:264 -msgid "Introduction failed or was revoked." -msgstr "紹介が失敗したか取り消されました。" - -#: mod/dfrn_confirm.php:269 -msgid "Remote site reported: " -msgstr "報告されたリモートサイト:" - -#: mod/dfrn_confirm.php:374 -#, php-format -msgid "No user record found for '%s' " -msgstr "' %s 'のユーザーレコードが見つかりません" - -#: mod/dfrn_confirm.php:384 -msgid "Our site encryption key is apparently messed up." -msgstr "当サイトの暗号化キーが破損しているようです。" - -#: mod/dfrn_confirm.php:395 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "空のサイトURLが提供されたか、URLを解読できませんでした。" - -#: mod/dfrn_confirm.php:411 -msgid "Contact record was not found for you on our site." -msgstr "私たちのサイトでコンタクトレコードが見つかりませんでした。" - -#: mod/dfrn_confirm.php:425 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "URL %sのコンタクトレコードに対応したサイトの公開鍵がありません。" - -#: mod/dfrn_confirm.php:441 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "あなたのシステムから提供されたIDは、このサーバ上で重複しています。再試行すると使えるかもしれません。" - -#: mod/dfrn_confirm.php:452 -msgid "Unable to set your contact credentials on our system." -msgstr "このサーバ上のあなたのコンタクトの資格情報を設定できません。" - -#: mod/dfrn_confirm.php:508 -msgid "Unable to update your contact profile details on our system" -msgstr "このサーバ上のあなたのコンタクトプロフィールの詳細を更新できません" - -#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2457 -msgid "[Name Withheld]" -msgstr "[名前の差し止め]" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$sは%2$s歓迎します" - -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "この紹介はすでに承諾されています。" - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:354 -msgid "Profile location is not valid or does not contain profile information." -msgstr "プロフィールに書かれた場所が無効であるか、プロフィール情報が含まれていません。" - -#: mod/dfrn_request.php:120 mod/dfrn_request.php:358 -msgid "Warning: profile location has no identifiable owner name." -msgstr "警告:プロフィールに書かれた場所には識別可能な所有者名がありません。" - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:361 -msgid "Warning: profile location has no profile photo." -msgstr "警告:プロフィールに書かれた場所にはプロフィール写真がありません。" - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:365 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "指定された場所に%d必須パラメータが見つかりませんでした" - -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "紹介が完了しました。" - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "回復不能なプロトコルエラー。" - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "プロフィールを利用できません。" - -#: mod/dfrn_request.php:249 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "今日、 %sが受信したつながりリクエストが多すぎます。" - -#: mod/dfrn_request.php:250 -msgid "Spam protection measures have been invoked." -msgstr "スパム対策が呼び出されました。" - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "24時間以内にもう一度お試しください。" - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "無効なロケーター" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "あなたはすでにここで自己紹介しています。" - -#: mod/dfrn_request.php:314 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "どうやらあなたはすでに%sと友達です。" - -#: mod/dfrn_request.php:334 -msgid "Invalid profile URL." -msgstr "無効なプロフィールURL。" - -#: mod/dfrn_request.php:340 src/Model/Contact.php:2099 -msgid "Disallowed profile URL." -msgstr "許可されていないプロフィールURL。" - -#: mod/dfrn_request.php:346 src/Model/Contact.php:2104 -#: src/Module/Friendica.php:59 -msgid "Blocked domain" -msgstr "ブロックされたドメイン" - -#: mod/dfrn_request.php:413 src/Module/Contact.php:143 -msgid "Failed to update contact record." -msgstr "コンタクトレコードを更新できませんでした。" - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "紹介文が送信されました。" - -#: mod/dfrn_request.php:471 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "あなたのネットワークでリモートサブスクリプションを行うことはできません。あなたのシステム上で直接購読してください。" - -#: mod/dfrn_request.php:487 -msgid "Please login to confirm introduction." -msgstr "ログインして紹介を確認してください。" - -#: mod/dfrn_request.php:495 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "現在ログインしているIDが正しくありません。こちらのプロフィールにログインしてください。" - -#: mod/dfrn_request.php:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "確認する" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "このコンタクトを非表示" - -#: mod/dfrn_request.php:522 -#, php-format -msgid "Welcome home %s." -msgstr "おかえりなさい%s 。" - -#: mod/dfrn_request.php:523 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "%sへの紹介/接続リクエストを確認してください。" - -#: mod/dfrn_request.php:632 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "次のサポートされている通信ネットワークのいずれかから「IDアドレス」を入力してください。" - -#: mod/dfrn_request.php:634 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow " -"this link to find a public Friendica site and join us today." -msgstr "まだ'自由なソーシャルウェブ'のメンバーでない場合は、このリンクをクリックして、Friendicaの公開サイトを見つけて、今すぐ参加してください。" - -#: mod/dfrn_request.php:637 -msgid "Friend/Connection Request" -msgstr "友達/接続リクエスト" - -#: mod/dfrn_request.php:638 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "例: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" - -#: mod/dfrn_request.php:639 mod/follow.php:162 -msgid "Please answer the following:" -msgstr "以下に答えてください。" - -#: mod/dfrn_request.php:640 mod/follow.php:163 -#, php-format -msgid "Does %s know you?" -msgstr "%sはあなたを知っていますか?" - -#: mod/dfrn_request.php:641 mod/follow.php:164 -msgid "Add a personal note:" -msgstr "個人メモを追加します。" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "フレンドカ" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "GNU Social(Pleroma、Mastodon)" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "Diaspora(Socialhome、Hubzilla)" - -#: mod/dfrn_request.php:646 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "-このフォームは使用しないでください。代わりに、Diaspora検索バーに%sを入力してください。" - -#: mod/display.php:252 mod/display.php:337 -msgid "The requested item doesn't exist or has been deleted." -msgstr "要求されたアイテムは存在しないか、削除されました。" - -#: mod/display.php:412 -msgid "The feed for this item is unavailable." -msgstr "このアイテムのフィードは利用できません。" - -#: mod/editpost.php:28 mod/editpost.php:38 -msgid "Item not found" -msgstr "アイテムが見つかりません" - -#: mod/editpost.php:45 -msgid "Edit post" -msgstr "投稿を編集" - -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:883 -#: src/Module/Filer/SaveTag.php:49 -msgid "Save" -msgstr "保存する" - -#: mod/editpost.php:77 -msgid "web link" -msgstr "ウェブリンク" - -#: mod/editpost.php:78 -msgid "Insert video link" -msgstr "ビデオリンクを挿入" - -#: mod/editpost.php:79 -msgid "video link" -msgstr "ビデオリンク" - -#: mod/editpost.php:80 -msgid "Insert audio link" -msgstr "オーディオリンクを挿入" - -#: mod/editpost.php:81 -msgid "audio link" -msgstr "オーディオリンク" - -#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 -msgid "CC: email addresses" -msgstr "CC:メールアドレス" - -#: mod/editpost.php:102 src/Core/ACL.php:309 -msgid "Example: bob@example.com, mary@example.com" -msgstr "例:bob @ example.com、mary @ example.com" - -#: mod/events.php:118 mod/events.php:120 -msgid "Event can not end before it has started." -msgstr "イベントは開始する前に終了できません。" - -#: mod/events.php:127 mod/events.php:129 -msgid "Event title and start time are required." -msgstr "イベントのタイトルと開始時間が必要です。" - -#: mod/events.php:385 -msgid "Create New Event" -msgstr "新しいイベントを作成" - -#: mod/events.php:508 -msgid "Event details" -msgstr "イベントの詳細" - -#: mod/events.php:509 -msgid "Starting date and Title are required." -msgstr "開始日とタイトルが必要です。" - -#: mod/events.php:510 mod/events.php:515 -msgid "Event Starts:" -msgstr "イベント開始:" - -#: mod/events.php:523 mod/events.php:548 -msgid "Finish date/time is not known or not relevant" -msgstr "終了日時が不明であるか、関連性がない" - -#: mod/events.php:525 mod/events.php:530 -msgid "Event Finishes:" -msgstr "イベント終了:" - -#: mod/events.php:536 mod/events.php:549 -msgid "Adjust for viewer timezone" -msgstr "視聴者のタイムゾーンに合わせて調整する" - -#: mod/events.php:538 -msgid "Description:" -msgstr "説明:" - -#: mod/events.php:540 mod/notifications.php:264 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:447 src/Module/Contact.php:645 -#: src/Module/Directory.php:137 -msgid "Location:" -msgstr "ロケーション:" - -#: mod/events.php:542 mod/events.php:544 -msgid "Title:" -msgstr "タイトル:" - -#: mod/events.php:545 mod/events.php:546 -msgid "Share this event" -msgstr "このイベントを共有する" - -#: mod/events.php:553 src/Model/Profile.php:882 -msgid "Basic" -msgstr "ベーシック" - -#: mod/events.php:554 src/Model/Profile.php:883 src/Module/Admin/Site.php:574 -#: src/Module/Contact.php:905 -msgid "Advanced" -msgstr "高度な" - -#: mod/events.php:555 mod/photos.php:1009 mod/photos.php:1383 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "許可" - -#: mod/events.php:571 -msgid "Failed to remove event" -msgstr "イベントを削除できませんでした" - -#: mod/events.php:573 -msgid "Event removed" -msgstr "イベントを削除しました" - -#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 -#: src/Model/Profile.php:925 -msgid "Photos" -msgstr "写真" - -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 -#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 -#: src/Model/Photo.php:583 -msgid "Contact Photos" -msgstr "コンタクトの写真" - -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 -msgid "Upload" -msgstr "アップロードする" - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "ファイル" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "コンタクトを追加できませんでした。" - -#: mod/follow.php:87 -msgid "You already added this contact." -msgstr "このコンタクトは既に追加されています。" - -#: mod/follow.php:99 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diasporaのサポートは有効になっていません。コンタクトを追加できません。" - -#: mod/follow.php:106 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatusサポートは無効です。コンタクトを追加できません。" - -#: mod/follow.php:113 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "ネットワークタイプを検出できませんでした。コンタクトを追加できません。" - -#: mod/follow.php:183 mod/notifications.php:268 src/Model/Profile.php:812 -#: src/Module/Contact.php:651 -msgid "Tags:" -msgstr "タグ:" - -#: mod/fsuggest.php:44 -msgid "Suggested contact not found." -msgstr "推奨コンタクトが見つかりません。" - -#: mod/fsuggest.php:57 -msgid "Friend suggestion sent." -msgstr "友達の提案が送信されました。" - -#: mod/fsuggest.php:79 -msgid "Suggest Friends" -msgstr "友人を示唆しています" - -#: mod/fsuggest.php:81 -#, php-format -msgid "Suggest a friend for %s" -msgstr "%s友達を提案する" - -#: mod/hcard.php:20 -msgid "No profile" -msgstr "プロフィールなし" - -#: mod/item.php:123 -msgid "Unable to locate original post." -msgstr "元の投稿が見つかりません。" - -#: mod/item.php:323 -msgid "Empty post discarded." -msgstr "空の投稿は破棄されました。" - -#: mod/item.php:803 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "このメッセージは、Friendicaソーシャルネットワークのメンバーである%sから送信されました。" - -#: mod/item.php:805 -#, php-format -msgid "You may visit them online at %s" -msgstr "あなたは%sでそれらをオンラインで訪れることができます" - -#: mod/item.php:806 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "これらのメッセージを受信したくない場合は、この投稿に返信して送信者に連絡してください。" - -#: mod/item.php:810 -#, php-format -msgid "%s posted an update." -msgstr "%sが更新を投稿しました。" - -#: mod/lockview.php:47 mod/lockview.php:58 -msgid "Remote privacy information not available." -msgstr "リモートプライバシー情報は利用できません。" - -#: mod/lockview.php:67 -msgid "Visible to:" -msgstr "に表示:" - -#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 -#: src/Module/Contact.php:797 src/Module/Item/Compose.php:97 -#: src/Module/Profile/Contacts.php:126 -msgid "Followers" -msgstr "フォロワー" - -#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 -msgid "Mutuals" -msgstr "相互" - -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "有効なアカウントが見つかりません。" - -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "パスワードリセット要求が発行されました。あなたのメールをチェックしてください。" - -#: mod/lostpass.php:44 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\n\t\tDear %1$s 、\n\t\t\tAアカウントをリセットするため%2$sリクエストが\" %2$s \"で最近受信されました\n\t\tpassword。このリクエストを確認するには、確認リンクを選択してください\n\t\t以下またはウェブブラウザのアドレスバーに貼り付けてください。\n\n\t\tこの変更をリクエストしていない場合は、リンクをたどらないでください\n\t\tこのメールを提供し、無視および/または削除すると、リクエストはまもなく期限切れになります。\n\n\t\tこのリクエストを発行したことを確認できない限り、パスワードは変更されません。" - -#: mod/lostpass.php:55 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "\n\t\tこのリンクをたどって本人確認を行ってください:\n\n\t\t%1$s\n\n\t\t新しいパスワードを含むフォローアップメッセージが届きます。\n\t\tログイン後にアカウント設定ページからそのパスワードを変更できます。\n\n\t\tログインの詳細は次のとおりです。\n\n\t\tサイトの場所:\t%2$s\n\t\tログイン名:\t%3$s" - -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "パスワードのリセット要求が有りました: %s" - -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "リクエストを確認できませんでした。 (以前に送信した可能性があります。)パスワードのリセットに失敗しました。" - -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "リクエストの有効期限が切れています。新しいものを作成してください。" - -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "パスワードをお忘れですか?" - -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "メールアドレスを入力して送信し、パスワードをリセットしてください。その後、メールで詳細な手順を確認してください。" - -#: mod/lostpass.php:119 src/Module/Login.php:318 -msgid "Nickname or Email: " -msgstr "ニックネームまたはメール:" - -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "リセットする" - -#: mod/lostpass.php:135 src/Module/Login.php:330 -msgid "Password Reset" -msgstr "パスワードのリセット" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "パスワードは要求どおりにリセットされました。" - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "新しいパスワードは" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "新しいパスワードを保存またはコピーします-その後" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "ここをクリックしてログイン" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "ログインに成功すると、パスワードは設定ページから変更される場合があります。" - -#: mod/lostpass.php:147 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "\n\t\t\tDear %1$s 、\n\t\t\t\tパスワードは要求に応じて変更されました。記録のためにこの情報を保持してください(または、パスワードをすぐに覚えているものに変更してください)。\n\t\t" - -#: mod/lostpass.php:153 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "\n\t\t\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1$s\n\t\t\tログイン名:\t%2$s\n\t\t\tパスワード:\t%3$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t" - -#: mod/lostpass.php:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "パスワードは%s変更されました" - -#: mod/manage.php:179 -msgid "Manage Identities and/or Pages" -msgstr "IDやページを管理する" - -#: mod/manage.php:180 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "アカウントの詳細を共有する、または「管理」権限が付与されているさまざまなIDまたはコミュニティ/グループページを切り替える" - -#: mod/manage.php:181 -msgid "Select an identity to manage: " -msgstr "管理するIDを選択します。" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 -msgid "New Message" -msgstr "新しいメッセージ" - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "コンタクト情報が見つかりません。" - -#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:190 -#: mod/notifications.php:246 -msgid "Discard" -msgstr "捨てる" - -#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Messages" -msgstr "メッセージ" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "このメッセージを本当に削除しますか?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "会話が見つかりません。" - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "メッセージを削除しました。" - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "会話を削除しました。" - -#: mod/message.php:289 -msgid "No messages." -msgstr "メッセージはありません。" - -#: mod/message.php:352 -msgid "Message not available." -msgstr "メッセージは利用できません。" - -#: mod/message.php:406 -msgid "Delete message" -msgstr "メッセージを削除" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "D、d MY-g:i A" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "会話を削除" - -#: mod/message.php:425 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "安全な通信は利用できません。送信者のプロフィールページから返信できる場合があります。" - -#: mod/message.php:429 -msgid "Send Reply" -msgstr "返信する" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "不明な送信者です - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "あなたと%s" - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%sとあなた" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%dメッセージ" - -#: mod/network.php:183 mod/search.php:35 -msgid "Remove term" -msgstr "用語を削除" - -#: mod/network.php:190 mod/search.php:44 -msgid "Saved Searches" -msgstr "保存された検索" - -#: mod/network.php:191 src/Model/Group.php:483 -msgid "add" -msgstr "加える" - -#: mod/network.php:571 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "警告:このグループには、非公開メッセージを許可しないネットワーク上の %s 人のメンバーが含まれています。" - -#: mod/network.php:574 -msgid "Messages in this group won't be send to these receivers." -msgstr "このグループのメッセージは、これらの受信者には送信されません。" - -#: mod/network.php:641 -msgid "No such group" -msgstr "そのようなグループはありません" - -#: mod/network.php:662 src/Module/Group.php:288 -msgid "Group is empty" -msgstr "グループは空です" - -#: mod/network.php:666 -#, php-format -msgid "Group: %s" -msgstr "グループ: %s" - -#: mod/network.php:692 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "この人へのプライベートメッセージは、公開される危険があります。" - -#: mod/network.php:695 src/Module/AllFriends.php:35 -#: src/Module/AllFriends.php:43 -msgid "Invalid contact." -msgstr "無効なコンタクト。" - -#: mod/network.php:974 -msgid "Commented Order" -msgstr "コメント付きの注文" - -#: mod/network.php:977 -msgid "Sort by Comment Date" -msgstr "コメントの日付で並べ替え" - -#: mod/network.php:982 -msgid "Posted Order" -msgstr "投稿注文" - -#: mod/network.php:985 -msgid "Sort by Post Date" -msgstr "投稿日で並べ替え" - -#: mod/network.php:995 -msgid "Posts that mention or involve you" -msgstr "あなたに言及または関与している投稿" - -#: mod/network.php:1002 -msgid "New" -msgstr "新しい" - -#: mod/network.php:1005 -msgid "Activity Stream - by date" -msgstr "アクティビティストリーム-日付別" - -#: mod/network.php:1013 -msgid "Shared Links" -msgstr "共有リンク" - -#: mod/network.php:1016 -msgid "Interesting Links" -msgstr "興味深いリンク" - -#: mod/network.php:1023 -msgid "Starred" -msgstr "スター付き" - -#: mod/network.php:1026 -msgid "Favourite Posts" -msgstr "お気に入りの投稿" - -#: mod/notes.php:34 src/Model/Profile.php:967 -msgid "Personal Notes" -msgstr "個人メモ" - -#: mod/notifications.php:38 -msgid "Invalid request identifier." -msgstr "無効なリクエスト識別子。" - -#: mod/notifications.php:93 src/Content/Nav.php:249 -msgid "Notifications" -msgstr "通知" - -#: mod/notifications.php:107 -msgid "Network Notifications" -msgstr "ネットワーク通知" - -#: mod/notifications.php:112 -msgid "System Notifications" -msgstr "システム通知" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "個人的な通知" - -#: mod/notifications.php:122 -msgid "Home Notifications" -msgstr "ホーム通知" - -#: mod/notifications.php:145 -msgid "Show unread" -msgstr "未読を表示" - -#: mod/notifications.php:145 -msgid "Show all" -msgstr "すべて表示する" - -#: mod/notifications.php:156 -msgid "Show Ignored Requests" -msgstr "無視されたリクエストを表示" - -#: mod/notifications.php:156 -msgid "Hide Ignored Requests" -msgstr "無視されたリクエストを隠す" - -#: mod/notifications.php:169 mod/notifications.php:254 -msgid "Notification type:" -msgstr "通知タイプ:" - -#: mod/notifications.php:172 -msgid "Suggested by:" -msgstr "によって提案されました:" - -#: mod/notifications.php:184 mod/notifications.php:271 -#: src/Module/Contact.php:632 -msgid "Hide this contact from others" -msgstr "このコンタクトを他の人から隠す" - -#: mod/notifications.php:186 mod/notifications.php:280 -#: src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "承認する" - -#: mod/notifications.php:206 -msgid "Claims to be known to you: " -msgstr "あなたに知られているという主張:" - -#: mod/notifications.php:207 -msgid "yes" -msgstr "はい" - -#: mod/notifications.php:207 -msgid "no" -msgstr "いや" - -#: mod/notifications.php:208 mod/notifications.php:212 -msgid "Shall your connection be bidirectional or not?" -msgstr "接続は双方向ですか?" - -#: mod/notifications.php:209 mod/notifications.php:213 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "受け入れ%s友人などができます%sあなたの記事を購読すると、あなたもあなたのニュースフィードにそれらから更新を受信します。" - -#: mod/notifications.php:210 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "購読者として%sを受け入れると、投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。" - -#: mod/notifications.php:214 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "共有者として%sを受け入れると、彼らはあなたの投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。" - -#: mod/notifications.php:225 -msgid "Friend" -msgstr "ともだち" - -#: mod/notifications.php:226 -msgid "Sharer" -msgstr "共有者" - -#: mod/notifications.php:226 -msgid "Subscriber" -msgstr "加入者" - -#: mod/notifications.php:266 src/Model/Profile.php:453 -#: src/Model/Profile.php:824 src/Module/Contact.php:649 -#: src/Module/Directory.php:145 -msgid "About:" -msgstr "約:" - -#: mod/notifications.php:270 src/Model/Profile.php:450 -#: src/Model/Profile.php:763 src/Module/Directory.php:142 -msgid "Gender:" -msgstr "性別:" - -#: mod/notifications.php:277 src/Model/Profile.php:550 -#: src/Module/Contact.php:333 -msgid "Network:" -msgstr "ネットワーク:" - -#: mod/notifications.php:291 -msgid "No introductions." -msgstr "紹介はありません。" - -#: mod/notifications.php:325 -#, php-format -msgid "No more %s notifications." -msgstr "これ以上%s通知はありません。" - -#: mod/openid.php:31 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenIDプロトコルエラー。 IDは返されません。" - -#: mod/openid.php:67 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "このサイトではアカウントが見つからず、OpenIDの登録は許可されていません。" - -#: mod/openid.php:117 src/Module/Login.php:88 src/Module/Login.php:139 -msgid "Login failed." -msgstr "ログインに失敗しました。" - -#: mod/photos.php:113 src/Model/Profile.php:928 -msgid "Photo Albums" -msgstr "フォトアルバム" - -#: mod/photos.php:114 mod/photos.php:1639 -msgid "Recent Photos" -msgstr "最近の写真" - -#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 -msgid "Upload New Photos" -msgstr "新しい写真をアップロード" - -#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 -msgid "everybody" -msgstr "みなさん" - -#: mod/photos.php:185 -msgid "Contact information unavailable" -msgstr "コンタクト情報は利用できません" - -#: mod/photos.php:207 -msgid "Album not found." -msgstr "アルバムが見つかりません。" - -#: mod/photos.php:265 -msgid "Album successfully deleted" -msgstr "アルバムを削除しました" - -#: mod/photos.php:267 -msgid "Album was empty." -msgstr "アルバムは空でした。" - -#: mod/photos.php:590 -msgid "a photo" -msgstr "写真" - -#: mod/photos.php:590 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$sが%2$sで%3$sによってタグ付けされました" - -#: mod/photos.php:689 -msgid "Image upload didn't complete, please try again" -msgstr "画像のアップロードが完了しませんでした。もう一度お試しください" - -#: mod/photos.php:692 -msgid "Image file is missing" -msgstr "画像ファイルがありません" - -#: mod/photos.php:697 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください" - -#: mod/photos.php:723 -msgid "Image file is empty." -msgstr "画像ファイルが空です。" - -#: mod/photos.php:855 -msgid "No photos selected" -msgstr "写真が選択されていません" - -#: mod/photos.php:947 mod/videos.php:210 -msgid "Access to this item is restricted." -msgstr "このアイテムへのアクセスは制限されています。" - -#: mod/photos.php:1001 -msgid "Upload Photos" -msgstr "写真をアップロードする" - -#: mod/photos.php:1005 mod/photos.php:1097 -msgid "New album name: " -msgstr "新しいアルバム名:" - -#: mod/photos.php:1006 -msgid "or select existing album:" -msgstr "または既存のアルバムを選択:" - -#: mod/photos.php:1007 -msgid "Do not show a status post for this upload" -msgstr "このアップロードのステータス投稿を表示しません" - -#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 -msgid "Show to Groups" -msgstr "グループに表示" - -#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 -msgid "Show to Contacts" -msgstr "コンタクトに表示" - -#: mod/photos.php:1079 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "このフォトアルバムとそのすべての写真を本当に削除しますか?" - -#: mod/photos.php:1081 mod/photos.php:1102 -msgid "Delete Album" -msgstr "アルバムを削除" - -#: mod/photos.php:1108 -msgid "Edit Album" -msgstr "アルバムを編集" - -#: mod/photos.php:1109 -msgid "Drop Album" -msgstr "ドロップアルバム" - -#: mod/photos.php:1114 -msgid "Show Newest First" -msgstr "最新を最初に表示" - -#: mod/photos.php:1116 -msgid "Show Oldest First" -msgstr "最も古いものを最初に表示" - -#: mod/photos.php:1137 mod/photos.php:1624 -msgid "View Photo" -msgstr "写真を見る" - -#: mod/photos.php:1174 -msgid "Permission denied. Access to this item may be restricted." -msgstr "アクセス拒否。このアイテムへのアクセスは制限される場合があります。" - -#: mod/photos.php:1176 -msgid "Photo not available" -msgstr "写真は利用できません" - -#: mod/photos.php:1186 -msgid "Do you really want to delete this photo?" -msgstr "この写真を本当に削除しますか?" - -#: mod/photos.php:1188 mod/photos.php:1388 -msgid "Delete Photo" -msgstr "写真を削除" - -#: mod/photos.php:1279 -msgid "View photo" -msgstr "写真を見る" - -#: mod/photos.php:1281 -msgid "Edit photo" -msgstr "写真を編集する" - -#: mod/photos.php:1282 -msgid "Delete photo" -msgstr "写真を削除" - -#: mod/photos.php:1283 -msgid "Use as profile photo" -msgstr "プロフィール写真として使用" - -#: mod/photos.php:1290 -msgid "Private Photo" -msgstr "プライベート写真" - -#: mod/photos.php:1296 -msgid "View Full Size" -msgstr "フルサイズを表示" - -#: mod/photos.php:1356 -msgid "Tags: " -msgstr "タグ:" - -#: mod/photos.php:1359 -msgid "[Select tags to remove]" -msgstr "[削除するタグを選択]" - -#: mod/photos.php:1374 -msgid "New album name" -msgstr "新しいアルバム名" - -#: mod/photos.php:1375 -msgid "Caption" -msgstr "キャプション" - -#: mod/photos.php:1376 -msgid "Add a Tag" -msgstr "タグを追加する" - -#: mod/photos.php:1376 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping" - -#: mod/photos.php:1377 -msgid "Do not rotate" -msgstr "回転させないでください" - -#: mod/photos.php:1378 -msgid "Rotate CW (right)" -msgstr "CWを回転(右)" - -#: mod/photos.php:1379 -msgid "Rotate CCW (left)" -msgstr "CCWを回転(左)" - -#: mod/photos.php:1413 src/Object/Post.php:313 -msgid "I like this (toggle)" -msgstr "私はこれが好きです(トグル)" - -#: mod/photos.php:1414 src/Object/Post.php:314 -msgid "I don't like this (toggle)" -msgstr "気に入らない(トグル)" - -#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 -#: src/Module/Contact.php:1017 src/Module/Item/Compose.php:176 -#: src/Object/Post.php:875 -msgid "This is you" -msgstr "これはあなたです" - -#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 -#: src/Object/Post.php:420 src/Object/Post.php:877 -msgid "Comment" -msgstr "コメント" - -#: mod/photos.php:1559 -msgid "Map" -msgstr "地図" - -#: mod/photos.php:1630 mod/videos.php:287 -msgid "View Album" -msgstr "アルバムを見る" - -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0}は友達になりたい" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0}は登録をリクエストしました" - -#: mod/poke.php:177 -msgid "Poke/Prod" -msgstr "突く/製品" - -#: mod/poke.php:178 -msgid "poke, prod or do other things to somebody" -msgstr "誰かに突く、突く、または他のことをする" - -#: mod/poke.php:179 -msgid "Recipient" -msgstr "受取人" - -#: mod/poke.php:180 -msgid "Choose what you wish to do to recipient" -msgstr "受信者にしたいことを選択してください" - -#: mod/poke.php:183 -msgid "Make this post private" -msgstr "この投稿を非公開にします" - -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "画像はアップロードされましたが、画像の切り取りに失敗しました。" - -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:311 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "画像サイズの縮小[ %s ]に失敗しました。" - -#: mod/profile_photo.php:125 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "新しい写真がすぐに表示されない場合は、Shiftキーを押しながらページをリロードするか、ブラウザーのキャッシュをクリアします。" - -#: mod/profile_photo.php:133 -msgid "Unable to process image" -msgstr "画像を処理できません" - -#: mod/profile_photo.php:244 -msgid "Upload File:" -msgstr "ファイルをアップロードする:" - -#: mod/profile_photo.php:245 -msgid "Select a profile:" -msgstr "プロフィールを選択:" - -#: mod/profile_photo.php:250 -msgid "or" -msgstr "または" - -#: mod/profile_photo.php:251 -msgid "skip this step" -msgstr "このステップを飛ばす" - -#: mod/profile_photo.php:251 -msgid "select a photo from your photo albums" -msgstr "フォトアルバムから写真を選択する" - -#: mod/profile_photo.php:264 -msgid "Crop Image" -msgstr "クロップ画像" - -#: mod/profile_photo.php:265 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "最適な表示になるように画像のトリミングを調整してください。" - -#: mod/profile_photo.php:267 -msgid "Done Editing" -msgstr "編集完了" - -#: mod/profile_photo.php:301 -msgid "Image uploaded successfully." -msgstr "画像が正常にアップロードされました。" - -#: mod/search.php:92 -msgid "Only logged in users are permitted to perform a search." -msgstr "ログインしたユーザーのみが検索を実行できます。" - -#: mod/search.php:114 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "ログインしていないユーザーには、1分間に1つの検索のみが許可されます。" - -#: mod/search.php:134 src/Content/Text/HTML.php:889 src/Content/Nav.php:200 -msgid "Search" -msgstr "サーチ" - -#: mod/search.php:228 -#, php-format -msgid "Items tagged with: %s" -msgstr "タグ付けされたアイテム: %s" - -#: mod/search.php:230 src/Module/Contact.php:819 -#, php-format -msgid "Results for: %s" -msgstr "結果: %s" - -#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "アカウント" - -#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:89 -#: src/Module/TwoFactor/Verify.php:62 -msgid "Two-factor authentication" -msgstr "二要素認証" - -#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "プロフィール" - -#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "追加機能" - -#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "表示" - -#: mod/settings.php:103 mod/settings.php:843 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "ソーシャルネットワーク" - -#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "アドオン" - -#: mod/settings.php:117 src/Content/Nav.php:263 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "代表団" - -#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "接続されたアプリ" - -#: mod/settings.php:131 mod/uexport.php:59 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "個人データのエクスポート" - -#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "アカウントを削除" - -#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 -msgid "Settings" -msgstr "設定" - -#: mod/settings.php:190 -msgid "Missing some important data!" -msgstr "重要なデータがありません!" - -#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:826 -msgid "Update" -msgstr "更新" - -#: mod/settings.php:302 -msgid "Failed to connect with email account using the settings provided." -msgstr "提供された設定を使用してメールアカウントに接続できませんでした。" - -#: mod/settings.php:307 -msgid "Email settings updated." -msgstr "メール設定が更新されました。" - -#: mod/settings.php:323 -msgid "Features updated" -msgstr "更新された機能" - -#: mod/settings.php:384 -msgid "The theme you chose isn't available." -msgstr "選択したテーマは使用できません。" - -#: mod/settings.php:396 -msgid "Relocate message has been send to your contacts" -msgstr "再配置メッセージがコンタクトに送信されました" - -#: mod/settings.php:408 -msgid "Passwords do not match." -msgstr "パスワードが一致していません。" - -#: mod/settings.php:416 src/Console/NewPassword.php:101 -msgid "Password update failed. Please try again." -msgstr "パスワードの更新に失敗しました。もう一度試してください。" - -#: mod/settings.php:419 src/Console/NewPassword.php:104 -msgid "Password changed." -msgstr "パスワード変更済み。" - -#: mod/settings.php:422 -msgid "Password unchanged." -msgstr "パスワードは変更されていません。" - -#: mod/settings.php:503 -msgid " Please use a shorter name." -msgstr "短い名前を使用してください。" - -#: mod/settings.php:506 -msgid " Name too short." -msgstr "名前が短すぎます。" - -#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 -msgid "Wrong Password" -msgstr "間違ったパスワード" - -#: mod/settings.php:518 -msgid "Invalid email." -msgstr "無効なメール。" - -#: mod/settings.php:524 -msgid "Cannot change to that email." -msgstr "そのメールに変更できません。" - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "プライベートフォーラムにはプライバシー権限がありません。デフォルトのプライバシーグループを使用します。" - -#: mod/settings.php:577 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "プライベートフォーラムにはプライバシー権限がなく、デフォルトのプライバシーグループもありません。" - -#: mod/settings.php:617 -msgid "Settings updated." -msgstr "設定が更新されました。" - -#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 -msgid "Add application" -msgstr "アプリケーションを追加" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Consumer Key" -msgstr "消費者キー" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Secret" -msgstr "消費者の秘密" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Redirect" -msgstr "リダイレクト" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Icon url" -msgstr "アイコンのURL" - -#: mod/settings.php:694 -msgid "You can't edit this application." -msgstr "このアプリケーションを編集することはできません。" - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "接続されたアプリ" - -#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 -msgid "Edit" -msgstr "編集" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "クライアントキーで始まる" - -#: mod/settings.php:740 -msgid "No name" -msgstr "ノーネーム" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "承認を削除" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "アドオン設定は構成されていません" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "アドオン設定" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "オフ" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "に" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "追加機能" - -#: mod/settings.php:806 src/Content/ContactSelector.php:87 -msgid "Diaspora" -msgstr "ディアスポラ" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "enabled" -msgstr "有効" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "disabled" -msgstr "障害者" - -#: mod/settings.php:806 mod/settings.php:807 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "%s接続の組み込みサポートは%s" - -#: mod/settings.php:807 -msgid "GNU Social (OStatus)" -msgstr "GNU Social(OStatus)" - -#: mod/settings.php:838 -msgid "Email access is disabled on this site." -msgstr "このサイトではメールアクセスが無効になっています。" - -#: mod/settings.php:848 -msgid "General Social Media Settings" -msgstr "一般的なソーシャルメディア設定" - -#: mod/settings.php:849 -msgid "Accept only top level posts by contacts you follow" -msgstr "フォローしているコンタクトによるトップレベルの投稿のみを受け入れます" - -#: mod/settings.php:849 -msgid "" -"The system does an auto completion of threads when a comment arrives. This " -"has got the side effect that you can receive posts that had been started by " -"a non-follower but had been commented by someone you follow. This setting " -"deactivates this behaviour. When activated, you strictly only will receive " -"posts from people you really do follow." -msgstr "システムは、コメントが到着するとスレッドの自動補完を行います。これには、非フォロワーによって開始されたが、フォローしているユーザーによってコメントされた投稿を受信できるという副作用があります。この設定により、この動作が無効になります。有効にすると、あなたが本当にフォローしている人からの投稿のみを厳密に受け取ります。" - -#: mod/settings.php:850 -msgid "Disable Content Warning" -msgstr "コンテンツ警告を無効にする" - -#: mod/settings.php:850 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "MastodonやPleromaなどのネットワーク上のユーザーは、デフォルトで投稿を折りたたむコンテンツ警告フィールドを設定できます。これにより、自動折りたたみが無効になり、コンテンツの警告が投稿タイトルとして設定されます。最終的に設定する他のコンテンツフィルタリングには影響しません。" - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "インテリジェントな短縮を無効にする" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "通常、システムは短縮された投稿に追加するのに最適なリンクを見つけようとします。このオプションを有効にすると、すべての短縮された投稿は常に元のfriendica投稿を指すようになります。" - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "GNU Social(OStatus)のフォロワー/メンショナーを自動的にフォローする" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "不明なOStatusユーザーからメッセージを受信した場合、このオプションは何をするかを決定します。チェックされている場合、未知のユーザーごとに新しいコンタクトが作成されます。" - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "OStatusコンタクトのデフォルトグループ" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "レガシーGNU Socialアカウント" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "ここに古いGNU Social / Statusnetアカウント名を入力すると(user@domain.tldの形式で)、コンタクトが自動的に追加されます。完了すると、フィールドは空になります。" - -#: mod/settings.php:857 -msgid "Repair OStatus subscriptions" -msgstr "OStatusサブスクリプションを修復する" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "メール/メールボックスのセットアップ" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "このサービス(オプション)を使用してメールコンタクトと通信する場合は、メールボックスへの接続方法を指定してください。" - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "最後に成功したメールチェック:" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "IMAPサーバー名:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "IMAPポート:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "セキュリティ:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "無し" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "メールのログイン名:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "メールのパスワード:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "返信先アドレス:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "すべてのメールコンタクトに一般公開投稿を送信します。" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "インポート後のアクション:" - -#: mod/settings.php:872 src/Content/Nav.php:251 -msgid "Mark as seen" -msgstr "見られるようにマークする" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "フォルダへ移動" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "フォルダへ移動:" - -#: mod/settings.php:897 src/Module/Admin/Site.php:434 -msgid "No special theme for mobile devices" -msgstr "モバイルデバイス向けの特別なテーマはありません" - -#: mod/settings.php:905 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s (サポートされていません)" - -#: mod/settings.php:907 src/Module/Admin/Site.php:451 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s (実験的)" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 -msgid "Sunday" -msgstr "日曜日" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 -msgid "Monday" -msgstr "月曜" - -#: mod/settings.php:951 -msgid "Display Settings" -msgstr "ディスプレイの設定" - -#: mod/settings.php:957 -msgid "Display Theme:" -msgstr "ディスプレイテーマ:" - -#: mod/settings.php:958 -msgid "Mobile Theme:" -msgstr "モバイルテーマ:" - -#: mod/settings.php:959 -msgid "Suppress warning of insecure networks" -msgstr "安全でないネットワークの警告を抑制する" - -#: mod/settings.php:959 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "\"現在のグループに非公開の投稿を受信できないネットワークのメンバーが含まれている\"という警告をシステムが抑制した場合。" - -#: mod/settings.php:960 -msgid "Update browser every xx seconds" -msgstr "xx秒ごとにブラウザーを更新する" - -#: mod/settings.php:960 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "10秒以上。 -1を入力して無効にします。" - -#: mod/settings.php:961 -msgid "Number of items to display per page:" -msgstr "ページごとに表示するアイテムの数:" - -#: mod/settings.php:961 mod/settings.php:962 -msgid "Maximum of 100 items" -msgstr "最大100アイテム" - -#: mod/settings.php:962 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "モバイルデバイスから表示したときにページごとに表示するアイテムの数:" - -#: mod/settings.php:963 -msgid "Don't show emoticons" -msgstr "絵文字を表示しない" - -#: mod/settings.php:964 -msgid "Calendar" -msgstr "カレンダー" - -#: mod/settings.php:965 -msgid "Beginning of week:" -msgstr "週の始まり:" - -#: mod/settings.php:966 -msgid "Don't show notices" -msgstr "通知を表示しない" - -#: mod/settings.php:967 -msgid "Infinite scroll" -msgstr "無限スクロール" - -#: mod/settings.php:968 -msgid "Automatic updates only at the top of the network page" -msgstr "ネットワークページの上部でのみ自動更新" - -#: mod/settings.php:968 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "無効にすると、ネットワークページが常に更新され、読み取り中に混乱する可能性があります。" - -#: mod/settings.php:969 -msgid "Bandwidth Saver Mode" -msgstr "帯域幅節約モード" - -#: mod/settings.php:969 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "有効にすると、埋め込みコンテンツは自動更新では表示されず、ページの再読み込みでのみ表示されます。" - -#: mod/settings.php:970 -msgid "Smart Threading" -msgstr "スマートスレッド" - -#: mod/settings.php:970 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "有効にすると、無関係なスレッドのインデントを抑制し、重要な場所に保持します。スレッドが使用可能で有効になっている場合にのみ機能します。" - -#: mod/settings.php:972 -msgid "General Theme Settings" -msgstr "一般的なテーマ設定" - -#: mod/settings.php:973 -msgid "Custom Theme Settings" -msgstr "カスタムテーマ設定" - -#: mod/settings.php:974 -msgid "Content Settings" -msgstr "コンテンツ設定" - -#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "テーマ設定" - -#: mod/settings.php:989 -msgid "Unable to find your profile. Please contact your admin." -msgstr "プロフィールが見つかりません。管理者に連絡してください。" - -#: mod/settings.php:1028 -msgid "Account Types" -msgstr "アカウントの種類" - -#: mod/settings.php:1029 -msgid "Personal Page Subtypes" -msgstr "個人ページのサブタイプ" - -#: mod/settings.php:1030 -msgid "Community Forum Subtypes" -msgstr "コミュニティフォーラムのサブタイプ" - -#: mod/settings.php:1037 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "個人ページ" - -#: mod/settings.php:1038 -msgid "Account for a personal profile." -msgstr "個人プロフィールを説明します。" - -#: mod/settings.php:1041 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "組織ページ" - -#: mod/settings.php:1042 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "コンタクトリクエストを「フォロワー」として自動的に承認する組織のアカウント。" - -#: mod/settings.php:1045 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "ニュースページ" - -#: mod/settings.php:1046 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "コンタクトのリクエストを「フォロワー」として自動的に承認するニュースリフレクターのアカウント。" - -#: mod/settings.php:1049 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "コミュニティフォーラム" - -#: mod/settings.php:1050 -msgid "Account for community discussions." -msgstr "コミュニティディスカッションのアカウント。" - -#: mod/settings.php:1053 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "通常のアカウントページ" - -#: mod/settings.php:1054 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。" - -#: mod/settings.php:1057 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Soapboxページ" - -#: mod/settings.php:1058 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "コンタクトリクエストを「フォロワー」として自動的に承認する一般公開プロフィールのアカウント。" - -#: mod/settings.php:1061 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "一般公開フォーラム" - -#: mod/settings.php:1062 -msgid "Automatically approves all contact requests." -msgstr "すべてのコンタクトリクエストを自動的に承認します。" - -#: mod/settings.php:1065 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "自動友達ページ" - -#: mod/settings.php:1066 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "コンタクトのリクエストを「フレンド」として自動的に承認する人気のあるプロフィールのアカウント。" - -#: mod/settings.php:1069 -msgid "Private Forum [Experimental]" -msgstr "プライベートフォーラム[実験的]" - -#: mod/settings.php:1070 -msgid "Requires manual approval of contact requests." -msgstr "コンタクトリクエストの手動承認が必要です。" - -#: mod/settings.php:1081 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1081 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(オプション)このOpenIDがこのアカウントにログインできるようにします。" - -#: mod/settings.php:1089 -msgid "Publish your default profile in your local site directory?" -msgstr "ローカルサイトディレクトリにデフォルトプロフィールを公開しますか?" - -#: mod/settings.php:1089 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "プロフィールはこのノードのローカルディレクトリで公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。" - -#: mod/settings.php:1095 -msgid "Publish your default profile in the global social directory?" -msgstr "グローバル ソーシャルディレクトリで既定のプロフィールを公開しますか?" - -#: mod/settings.php:1095 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例: %s )。あなたのプロフィールは一般公開されます。" - -#: mod/settings.php:1102 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "デフォルトプロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?" - -#: mod/settings.php:1102 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "コンタクトリストは、既定のプロフィールページに表示されません。作成する追加のプロフィールごとにコンタクトリストを個別に表示することを決定できます" - -#: mod/settings.php:1106 -msgid "Hide your profile details from anonymous viewers?" -msgstr "匿名の閲覧者からプロフィールの詳細を非表示にしますか?" - -#: mod/settings.php:1106 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "匿名の訪問者には、プロフィールページで使用しているプロフィール写真、表示名、ニックネームのみが表示されます。一般公開の投稿と返信には、他の方法で引き続きアクセスできます。" - -#: mod/settings.php:1110 -msgid "Allow friends to post to your profile page?" -msgstr "友人があなたのプロフィールページに投稿することを許可しますか?" - -#: mod/settings.php:1110 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "コンタクトは、プロフィールウォールに投稿を書くことができます。これらの投稿はコンタクトに配信されます" - -#: mod/settings.php:1114 -msgid "Allow friends to tag your posts?" -msgstr "友達があなたの投稿にタグを付けることを許可しますか?" - -#: mod/settings.php:1114 -msgid "Your contacts can add additional tags to your posts." -msgstr "コンタクトは、投稿にタグを追加できます。" - -#: mod/settings.php:1118 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "あなたを新しいメンバーの潜在的な友人として提案させてください。" - -#: mod/settings.php:1118 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "必要に応じて、Friendicaはコンタクトとしてあなたを追加する新しいメンバーを提案する場合があります。" - -#: mod/settings.php:1122 -msgid "Permit unknown people to send you private mail?" -msgstr "知らない人にプライベートメールを送ることを許可しますか?" - -#: mod/settings.php:1122 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。" - -#: mod/settings.php:1126 -msgid "Profile is not published." -msgstr "プロフィールは公開されていません。" - -#: mod/settings.php:1132 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "IDアドレスは ' %s ' または ' %s 'です。" - -#: mod/settings.php:1139 -msgid "Automatically expire posts after this many days:" -msgstr "この数日後に投稿を自動的に期限切れにします:" - -#: mod/settings.php:1139 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます" - -#: mod/settings.php:1140 -msgid "Advanced expiration settings" -msgstr "高度な有効期限設定" - -#: mod/settings.php:1141 -msgid "Advanced Expiration" -msgstr "高度な有効期限" - -#: mod/settings.php:1142 -msgid "Expire posts:" -msgstr "投稿の有効期限:" - -#: mod/settings.php:1143 -msgid "Expire personal notes:" -msgstr "個人メモの有効期限:" - -#: mod/settings.php:1144 -msgid "Expire starred posts:" -msgstr "スター付き投稿を期限切れにする:" - -#: mod/settings.php:1145 -msgid "Expire photos:" -msgstr "写真の有効期限:" - -#: mod/settings.php:1146 -msgid "Only expire posts by others:" -msgstr "他のユーザーによる投稿のみを期限切れにする:" - -#: mod/settings.php:1176 -msgid "Account Settings" -msgstr "アカウント設定" - -#: mod/settings.php:1184 -msgid "Password Settings" -msgstr "パスワード設定" - -#: mod/settings.php:1185 src/Module/Register.php:130 -msgid "New Password:" -msgstr "新しいパスワード:" - -#: mod/settings.php:1185 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "使用できる文字は、a〜z、A〜Z、0〜9、および空白、アクセント文字、コロン(:)を除く特殊文字です。" - -#: mod/settings.php:1186 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "確認:" - -#: mod/settings.php:1186 -msgid "Leave password fields blank unless changing" -msgstr "変更しない限り、パスワードフィールドは空白のままにしてください" - -#: mod/settings.php:1187 -msgid "Current Password:" -msgstr "現在のパスワード:" - -#: mod/settings.php:1187 mod/settings.php:1188 -msgid "Your current password to confirm the changes" -msgstr "変更を確認するための現在のパスワード" - -#: mod/settings.php:1188 -msgid "Password:" -msgstr "パスワード:" - -#: mod/settings.php:1192 -msgid "Basic Settings" -msgstr "基本設定" - -#: mod/settings.php:1193 src/Model/Profile.php:756 -msgid "Full Name:" -msgstr "フルネーム:" - -#: mod/settings.php:1194 -msgid "Email Address:" -msgstr "電子メールアドレス:" - -#: mod/settings.php:1195 -msgid "Your Timezone:" -msgstr "あなたのタイムゾーン:" - -#: mod/settings.php:1196 -msgid "Your Language:" -msgstr "あなたの言語:" - -#: mod/settings.php:1196 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します" - -#: mod/settings.php:1197 -msgid "Default Post Location:" -msgstr "デフォルトの投稿場所:" - -#: mod/settings.php:1198 -msgid "Use Browser Location:" -msgstr "ブラウザのロケーションを使用:" - -#: mod/settings.php:1201 -msgid "Security and Privacy Settings" -msgstr "セキュリティとプライバシーの設定" - -#: mod/settings.php:1203 -msgid "Maximum Friend Requests/Day:" -msgstr "1日あたりの友達リクエスト上限:" - -#: mod/settings.php:1203 mod/settings.php:1232 -msgid "(to prevent spam abuse)" -msgstr "(スパムの悪用を防ぐため)" - -#: mod/settings.php:1204 -msgid "Default Post Permissions" -msgstr "投稿の既定の権限" - -#: mod/settings.php:1205 -msgid "(click to open/close)" -msgstr "(クリックして開く・閉じる)" - -#: mod/settings.php:1215 -msgid "Default Private Post" -msgstr "既定のプライベート投稿" - -#: mod/settings.php:1216 -msgid "Default Public Post" -msgstr "既定の一般公開投稿" - -#: mod/settings.php:1220 -msgid "Default Permissions for New Posts" -msgstr "新しい投稿の既定の権限" - -#: mod/settings.php:1232 -msgid "Maximum private messages per day from unknown people:" -msgstr "不明な人からの 1日あたりのプライベートメッセージ上限:" - -#: mod/settings.php:1235 -msgid "Notification Settings" -msgstr "通知設定" - -#: mod/settings.php:1236 -msgid "Send a notification email when:" -msgstr "次の場合に通知メールを送信します。" - -#: mod/settings.php:1237 -msgid "You receive an introduction" -msgstr "紹介を受けます" - -#: mod/settings.php:1238 -msgid "Your introductions are confirmed" -msgstr "あなたの紹介が確認されました" - -#: mod/settings.php:1239 -msgid "Someone writes on your profile wall" -msgstr "誰かがあなたのプロフィールウォールに書き込みます" - -#: mod/settings.php:1240 -msgid "Someone writes a followup comment" -msgstr "誰かがフォローアップコメントを書く" - -#: mod/settings.php:1241 -msgid "You receive a private message" -msgstr "プライベートメッセージを受け取ります" - -#: mod/settings.php:1242 -msgid "You receive a friend suggestion" -msgstr "友達の提案を受け取ります" - -#: mod/settings.php:1243 -msgid "You are tagged in a post" -msgstr "あなたは投稿でタグ付けされています" - -#: mod/settings.php:1244 -msgid "You are poked/prodded/etc. in a post" -msgstr "あなたは突かれた/突かれた/などです。投稿で" - -#: mod/settings.php:1246 -msgid "Activate desktop notifications" -msgstr "デスクトップ通知を有効にする" - -#: mod/settings.php:1246 -msgid "Show desktop popup on new notifications" -msgstr "新しい通知にデスクトップポップアップを表示する" - -#: mod/settings.php:1248 -msgid "Text-only notification emails" -msgstr "テキストのみの通知メール" - -#: mod/settings.php:1250 -msgid "Send text only notification emails, without the html part" -msgstr "HTML部分なしで、テキストのみの通知メールを送信します" - -#: mod/settings.php:1252 -msgid "Show detailled notifications" -msgstr "詳細な通知を表示" - -#: mod/settings.php:1254 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "デフォルトでは、通知はアイテムごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。" - -#: mod/settings.php:1256 -msgid "Advanced Account/Page Type Settings" -msgstr "アカウント/ページタイプの詳細設定" - -#: mod/settings.php:1257 -msgid "Change the behaviour of this account for special situations" -msgstr "特別な状況でこのアカウントの動作を変更する" - -#: mod/settings.php:1260 -msgid "Relocate" -msgstr "再配置" - -#: mod/settings.php:1261 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。" - -#: mod/settings.php:1262 -msgid "Resend relocate message to contacts" -msgstr "再配置メッセージをコンタクトに再送信する" - -#: mod/subthread.php:104 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$sは%2$sの%3$s をフォローしています" - -#: mod/suggest.php:28 -msgid "Contact suggestion successfully ignored." -msgstr "コンタクトの提案は無視されました。" - -#: mod/suggest.php:52 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。" - -#: mod/suggest.php:71 -msgid "Do you really want to delete this suggestion?" -msgstr "この提案を本当に削除しますか?" - -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "無視/非表示" - -#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 msgid "Friend Suggestions" msgstr "友達の提案" -#: mod/uexport.php:52 -msgid "Export account" -msgstr "アカウントのエクスポート" +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "同様の興味" -#: mod/uexport.php:52 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "アカウント情報とコンタクトをエクスポートします。これを使用して、アカウントのバックアップを作成したり、別のサーバーに移動したりします。" +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "ランダムプロフィール" -#: mod/uexport.php:53 -msgid "Export all" -msgstr "すべてエクスポート" +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "友達を招待" -#: mod/uexport.php:53 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "アカウント情報、コンタクト、すべてのアイテムをjsonとしてエクスポートします。非常に大きなファイルになる可能性があり、時間がかかる可能性があります。これを使用して、アカウントの完全バックアップを作成します(写真はエクスポートされません)" +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "グローバルディレクトリ" -#: mod/videos.php:123 -msgid "No videos selected" -msgstr "動画が選択されていません" +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "ローカルディレクトリ" -#: mod/videos.php:280 src/Model/Item.php:3468 -msgid "View Video" -msgstr "ビデオを見る" +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "フォーラム" -#: mod/videos.php:295 -msgid "Recent Videos" -msgstr "最近の動画" +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "フォーラムへの外部リンク" -#: mod/videos.php:297 -msgid "Upload New Videos" -msgstr "新しい動画をアップロード" +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "もっと見せる" -#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "クイックスタート" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "ヘルプ" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "接続サービス" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "ヘルパーフォーラムのカンマ区切りリスト" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "見せない" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "見せる" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "送信する" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 +#: mod/settings.php:976 +msgid "Theme settings" +msgstr "テーマ設定" + +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "スタイルを設定" + +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "コミュニティページ" + +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "ヘルプまたは@NewHere?" + +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "友達を見つける" + +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 msgid "default" msgstr "デフォルト" @@ -4246,6 +1094,107 @@ msgstr "モザイク" msgid "Repeat image to fill the screen." msgstr "画面いっぱいに画像を繰り返します。" +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "ゲスト" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "ビジター" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "状態" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "あなたの投稿と会話" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "プロフィール" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "あなたのプロフィールページ" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "写真" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "あなたの写真" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "動画" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "あなたの動画" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "イベント" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "あなたのイベント" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Network" +msgstr "ネットワーク" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "友達からの会話" + +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "イベントとカレンダー" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "メッセージ" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "プライベートメール" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "設定" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "アカウント設定" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "コンタクト" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "友達とコンタクトを管理/編集する" + #: view/theme/frio/config.php:111 msgid "Custom" msgstr "カスタム" @@ -4322,79 +1271,6 @@ msgstr "ログインページの背景色" msgid "Leave background image and color empty for theme defaults" msgstr "テーマのデフォルトの背景画像と色を空のままにします" -#: view/theme/frio/theme.php:246 -msgid "Guest" -msgstr "ゲスト" - -#: view/theme/frio/theme.php:251 -msgid "Visitor" -msgstr "ビジター" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Model/Profile.php:909 src/Module/Contact.php:654 -#: src/Module/Contact.php:856 src/Module/Settings/TwoFactor/Index.php:91 -msgid "Status" -msgstr "状態" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Content/Nav.php:244 -msgid "Your posts and conversations" -msgstr "あなたの投稿と会話" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 -msgid "Your profile page" -msgstr "あなたのプロフィールページ" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 -msgid "Your photos" -msgstr "あなたの写真" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -#: src/Model/Profile.php:933 src/Model/Profile.php:936 -msgid "Videos" -msgstr "動画" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -msgid "Your videos" -msgstr "あなたの動画" - -#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 -msgid "Your events" -msgstr "あなたのイベント" - -#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 -#: src/Content/Nav.php:241 -msgid "Network" -msgstr "ネットワーク" - -#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 -msgid "Conversations from your friends" -msgstr "友達からの会話" - -#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 -#: src/Model/Profile.php:948 src/Model/Profile.php:959 -msgid "Events and Calendar" -msgstr "イベントとカレンダー" - -#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Private mail" -msgstr "プライベートメール" - -#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 -msgid "Account settings" -msgstr "アカウント設定" - -#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:900 -#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:988 -#: src/Model/Profile.php:991 src/Module/Contact.php:800 -#: src/Module/Contact.php:884 -msgid "Contacts" -msgstr "コンタクト" - -#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 -msgid "Manage/edit friends and contacts" -msgstr "友達とコンタクトを管理/編集する" - #: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "アライメント" @@ -4419,922 +1295,301 @@ msgstr "投稿のフォントサイズ" msgid "Textareas font size" msgstr "テキストエリアのフォントサイズ" -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "ヘルパーフォーラムのカンマ区切りリスト" +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "MyISAMにはテーブルがありません。" -#: view/theme/vier/config.php:116 src/Core/ACL.php:302 -msgid "don't show" -msgstr "見せない" +#: src/Database/DBStructure.php:74 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nデータベースの更新中にエラー%dが発生しました:\n%s\n" -#: view/theme/vier/config.php:116 src/Core/ACL.php:301 -msgid "show" -msgstr "見せる" +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "データベース変更の実行中に発生したエラー:" -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "スタイルを設定" +#: src/Database/DBStructure.php:266 +#, php-format +msgid "%s: Database update" +msgstr "%s :データベースの更新" -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "コミュニティページ" +#: src/Database/DBStructure.php:527 +#, php-format +msgid "%s: updating %s table." +msgstr "%s : %sテーブルを更新しています。" -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "コミュニティプロフィール" +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "このエントリは編集されました" -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "ヘルプまたは@NewHere?" +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "自分のみ" -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "接続サービス" +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "編集" -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "友達を見つける" +#: src/Object/Post.php:197 +msgid "pinned item" +msgstr "ピン留め項目" -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "最後のユーザー" +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "ローカルで削除" -#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 -msgid "Find People" -msgstr "人を見つけます" +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "グローバルに削除" -#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 -msgid "Enter name or interest" -msgstr "名前または興味を入力してください" +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "ローカルで削除" -#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "例:Robert Morgenstein、釣り" +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "フォルダーに保存" -#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 -#: src/Module/Contact.php:820 src/Module/Directory.php:86 -msgid "Find" -msgstr "見つける" +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "参加します" -#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 -msgid "Similar Interests" -msgstr "同様の興味" +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "私は出席しません" -#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 -msgid "Random Profile" -msgstr "ランダムプロフィール" +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "私は出席するかもしれません" -#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 -msgid "Invite Friends" -msgstr "友達を招待" +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "スレッドを無視" -#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 -#: src/Module/Directory.php:78 -msgid "Global Directory" -msgstr "グローバルディレクトリ" +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "無視しないスレッド" -#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 -msgid "Local Directory" -msgstr "ローカルディレクトリ" +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "トグル無視ステータス" -#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:903 -#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 -msgid "Forums" -msgstr "フォーラム" +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "無視" -#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 -msgid "External link to forum" -msgstr "フォーラムへの外部リンク" +#: src/Object/Post.php:296 +msgid "pin" +msgstr "ピン留め" -#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:135 -#: src/Content/Widget.php:407 src/Content/Widget.php:507 -msgid "show more" +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "ピン留めを解除" + +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "ピン留めを切り替え" + +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "ピン留めされました" + +#: src/Object/Post.php:308 +msgid "add star" +msgstr "スターを追加" + +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "スターを削除" + +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "スターの状態を切り替える" + +#: src/Object/Post.php:313 +msgid "starred" +msgstr "スター付き" + +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "タグ付けする" + +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "私はこれが好きです(トグル)" + +#: src/Object/Post.php:328 +msgid "like" +msgstr "いいね" + +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "気に入らない(トグル)" + +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "嫌い" + +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "これを共有" + +#: src/Object/Post.php:332 +msgid "share" +msgstr "共有" + +#: src/Object/Post.php:384 +#, php-format +msgid "%s (Received %s)" +msgstr "%s (%s を受け取りました)" + +#: src/Object/Post.php:409 +msgid "to" +msgstr "に" + +#: src/Object/Post.php:410 +msgid "via" +msgstr "経由で" + +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "壁間" + +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "Wall-to-Wall経由:" + +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "コメント" + +#: src/Object/Post.php:448 +#, php-format +msgid "Reply to %s" +msgstr "%sへの返信" + +#: src/Object/Post.php:464 +msgid "Notifier task is pending" +msgstr "通知タスクは保留中です" + +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "リモートサーバーへの配信は保留中です" + +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "リモートサーバーへの配信が進行中です" + +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "リモートサーバーへの配信はもうすぐ完了します" + +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "リモートサーバーへの配信が完了しました" + +#: src/Object/Post.php:488 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%dコメント" + +#: src/Object/Post.php:489 +msgid "Show more" msgstr "もっと見せる" -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "クイックスタート" - -#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 -#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 -#: src/Module/Settings/TwoFactor/Index.php:90 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 -msgid "Help" -msgstr "助けて" - -#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 -msgid "Post to Email" -msgstr "メールに投稿" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "誰にでも見える" - -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "コネクター" - -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "不明な視聴者からプロフィールの詳細を非表示にしますか?" - -#: src/Core/ACL.php:313 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "\"%s\"が有効になっているため、コネクタは無効です。" - -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "閉じる" - -#: src/Core/Installer.php:163 -msgid "" -"The database configuration file \"config/local.config.php\" could not be " -"written. Please use the enclosed text to create a configuration file in your" -" web server root." -msgstr "データベース構成ファイル \"config/local.config.php\" に書き込めませんでした。同封のテキストを使用して、Webサーバーのルートに構成ファイルを作成してください。" - -#: src/Core/Installer.php:182 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "phpmyadminまたはmysqlを使用して、手動でファイル\"database.sql \"をインポートする必要がある場合があります。" - -#: src/Core/Installer.php:183 src/Module/Install.php:174 -#: src/Module/Install.php:330 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "ファイル\"INSTALL.txt \"をご覧ください。" - -#: src/Core/Installer.php:244 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "WebサーバーPATHに CLI版のPHPが見つかりませんでした。" - -#: src/Core/Installer.php:245 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" -msgstr "PHP CLIがサーバーにインストールされていない場合、バックグラウンド処理を実行できません。 'ワーカーのセットアップ' をご覧ください。" - -#: src/Core/Installer.php:250 -msgid "PHP executable path" -msgstr "PHP実行可能ファイルへのPath" - -#: src/Core/Installer.php:250 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "php実行可能ファイルへのフルパスを入力します。これを空白のままにしてインストールを続行できます。" - -#: src/Core/Installer.php:255 -msgid "Command line PHP" -msgstr "コマンドライン, CLI PHP" - -#: src/Core/Installer.php:264 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "PHP実行可能ファイルはphp cliバイナリではありません(cgi-fgciバージョンである可能性があります)" - -#: src/Core/Installer.php:265 -msgid "Found PHP version: " -msgstr "PHPバージョンが見つかりました:" - -#: src/Core/Installer.php:267 -msgid "PHP cli binary" -msgstr "PHP CLIバイナリ" - -#: src/Core/Installer.php:280 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "ご使用のシステムのコマンドラインバージョンのPHPでは、\"register_argc_argv \"が有効になっていません。" - -#: src/Core/Installer.php:281 -msgid "This is required for message delivery to work." -msgstr "これは、メッセージ配信が機能するために必要です。" - -#: src/Core/Installer.php:286 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: src/Core/Installer.php:318 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "エラー:このシステムの\"openssl_pkey_new \"関数は暗号化キーを生成できません" - -#: src/Core/Installer.php:319 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Windowsで実行している場合は、「 http://www.php.net/manual/en/openssl.installation.php 」を参照してください。" - -#: src/Core/Installer.php:322 -msgid "Generate encryption keys" -msgstr "暗号化キーを生成する" - -#: src/Core/Installer.php:374 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:379 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewriteモジュール" - -#: src/Core/Installer.php:385 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:390 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "エラー:PDO用のMySQLドライバーがインストールされていません。" - -#: src/Core/Installer.php:394 -msgid "PDO or MySQLi PHP module" -msgstr "PDOまたはMySQLi PHPモジュール" - -#: src/Core/Installer.php:402 -msgid "Error, XML PHP module required but not installed." -msgstr "エラー、XML PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:406 -msgid "XML PHP module" -msgstr "XML PHPモジュール" - -#: src/Core/Installer.php:409 -msgid "libCurl PHP module" -msgstr "libCurl PHPモジュール" - -#: src/Core/Installer.php:410 -msgid "Error: libCURL PHP module required but not installed." -msgstr "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:416 -msgid "GD graphics PHP module" -msgstr "GDグラフィックスPHPモジュール" - -#: src/Core/Installer.php:417 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:423 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHPモジュール" - -#: src/Core/Installer.php:424 -msgid "Error: openssl PHP module required but not installed." -msgstr "エラー:openssl PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:430 -msgid "mb_string PHP module" -msgstr "mb_string PHPモジュール" - -#: src/Core/Installer.php:431 -msgid "Error: mb_string PHP module required but not installed." -msgstr "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:437 -msgid "iconv PHP module" -msgstr "iconv PHPモジュール" - -#: src/Core/Installer.php:438 -msgid "Error: iconv PHP module required but not installed." -msgstr "エラー:iconv PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:444 -msgid "POSIX PHP module" -msgstr "POSIX PHPモジュール" - -#: src/Core/Installer.php:445 -msgid "Error: POSIX PHP module required but not installed." -msgstr "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:451 -msgid "JSON PHP module" -msgstr "JSON PHPモジュール" - -#: src/Core/Installer.php:452 -msgid "Error: JSON PHP module required but not installed." -msgstr "エラー:JSON PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:458 -msgid "File Information PHP module" -msgstr "ファイル情報PHPモジュール" - -#: src/Core/Installer.php:459 -msgid "Error: File Information PHP module required but not installed." -msgstr "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。" - -#: src/Core/Installer.php:482 -msgid "" -"The web installer needs to be able to create a file called " -"\"local.config.php\" in the \"config\" folder of your web server and it is " -"unable to do so." -msgstr "Webインストーラーは、Webサーバーの\"config \"フォルダーに\"local.config.php \"というファイルを作成できる必要がありますが、作成できません。" - -#: src/Core/Installer.php:483 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "これはほとんどの場合、Webサーバーがフォルダーにファイルを書き込むことができない場合でも、許可設定です。" - -#: src/Core/Installer.php:484 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named local.config.php in your Friendica \"config\" folder." -msgstr "この手順の最後に、Friendica \"config \"フォルダーのlocal.config.phpという名前のファイルに保存するテキストを提供します。" - -#: src/Core/Installer.php:485 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "または、この手順をスキップして、手動インストールを実行することもできます。手順については、ファイル「INSTALL.txt」を参照してください。" - -#: src/Core/Installer.php:488 -msgid "config/local.config.php is writable" -msgstr "config / local.config.phpは書き込み可能です" - -#: src/Core/Installer.php:508 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "FriendicaはSmarty3テンプレートエンジンを使用してWebビューをレンダリングします。 Smarty3はテンプレートをPHPにコンパイルして、レンダリングを高速化します。" - -#: src/Core/Installer.php:509 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "これらのコンパイル済みテンプレートを保存するには、WebサーバーがFriendica最上位フォルダーの下のディレクトリview / smarty3 /への書き込みアクセス権を持っている必要があります。" - -#: src/Core/Installer.php:510 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Webサーバーを実行するユーザー(www-dataなど)がこのフォルダーへの書き込みアクセス権を持っていることを確認してください。" - -#: src/Core/Installer.php:511 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "注:セキュリティ対策として、Webサーバーにview / smarty3 /のみへの書き込みアクセス権を与える必要があります。含まれるテンプレートファイル(.tpl)ではありません。" - -#: src/Core/Installer.php:514 -msgid "view/smarty3 is writable" -msgstr "view / smarty3は書き込み可能です" - -#: src/Core/Installer.php:543 -msgid "" -"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" -" to .htaccess." -msgstr ".htaccessのURL書き換えが機能していません。 .htaccess-distを.htaccessにコピーしたことを確認してください。" - -#: src/Core/Installer.php:545 -msgid "Error message from Curl when fetching" -msgstr "取得時のCurlからのエラーメッセージ" - -#: src/Core/Installer.php:550 -msgid "Url rewrite is working" -msgstr "URLの書き換えが機能しています" - -#: src/Core/Installer.php:579 -msgid "ImageMagick PHP extension is not installed" -msgstr "ImageMagick PHP拡張機能がインストールされていません" - -#: src/Core/Installer.php:581 -msgid "ImageMagick PHP extension is installed" -msgstr "ImageMagick PHP拡張機能がインストールされています" - -#: src/Core/Installer.php:583 tests/src/Core/InstallerTest.php:372 -#: tests/src/Core/InstallerTest.php:400 -msgid "ImageMagick supports GIF" -msgstr "ImageMagickはGIFをサポートします" - -#: src/Core/Installer.php:606 -msgid "Database already in use." -msgstr "データベースはすでに使用されています。" - -#: src/Core/Installer.php:611 -msgid "Could not connect to database." -msgstr "データベースに接続できません。" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "火曜日" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "水曜日" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 -msgid "Thursday" -msgstr "木曜日" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 -msgid "Friday" -msgstr "金曜日" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 -msgid "Saturday" -msgstr "土曜日" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 -msgid "January" -msgstr "1月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 -msgid "February" -msgstr "2月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 -msgid "March" -msgstr "3月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 -msgid "April" -msgstr "4月" - -#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 -#: src/Model/Event.php:407 -msgid "May" -msgstr "5月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 -msgid "June" -msgstr "6月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 -msgid "July" -msgstr "7月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 -msgid "August" -msgstr "8月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 -msgid "September" -msgstr "9月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 -msgid "October" -msgstr "10月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 -msgid "November" -msgstr "11月" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 -msgid "December" -msgstr "12月" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "月" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "火" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "水" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "木" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "金" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "土" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 -msgid "Sun" -msgstr "日" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 -msgid "Jan" -msgstr "1月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 -msgid "Feb" -msgstr "2月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 -msgid "Mar" -msgstr "3月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 -msgid "Apr" -msgstr "4月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 -msgid "Jun" -msgstr "6月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 -msgid "Jul" -msgstr "7月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 -msgid "Aug" -msgstr "8月" - -#: src/Core/L10n/L10n.php:394 -msgid "Sep" -msgstr "9月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 -msgid "Oct" -msgstr "10月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 -msgid "Nov" -msgstr "11月" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 -msgid "Dec" -msgstr "12月" - -#: src/Core/L10n/L10n.php:413 -msgid "poke" -msgstr "poke" - -#: src/Core/L10n/L10n.php:413 -msgid "poked" -msgstr "pokeされました" - -#: src/Core/L10n/L10n.php:414 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n/L10n.php:414 -msgid "pinged" -msgstr "pingされました" - -#: src/Core/L10n/L10n.php:415 -msgid "prod" -msgstr "製品" - -#: src/Core/L10n/L10n.php:415 -msgid "prodded" -msgstr "prodされた" - -#: src/Core/L10n/L10n.php:416 -msgid "slap" -msgstr "slap" - -#: src/Core/L10n/L10n.php:416 -msgid "slapped" -msgstr "slappされました" - -#: src/Core/L10n/L10n.php:417 -msgid "finger" -msgstr "フィンガー" - -#: src/Core/L10n/L10n.php:417 -msgid "fingered" -msgstr "フィンガーされました" - -#: src/Core/L10n/L10n.php:418 -msgid "rebuff" -msgstr "拒絶" - -#: src/Core/L10n/L10n.php:418 -msgid "rebuffed" -msgstr "拒否された" - -#: src/Core/NotificationsManager.php:144 -msgid "System" -msgstr "システム" - -#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 -#: src/Content/Nav.php:244 -msgid "Home" -msgstr "ホーム" - -#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 -msgid "Introductions" -msgstr "はじめに" - -#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 -#, php-format -msgid "%s commented on %s's post" -msgstr "%sが%sの投稿にコメントしました" - -#: src/Core/NotificationsManager.php:245 -#, php-format -msgid "%s created a new post" -msgstr "%sが新しい投稿を作成しました" - -#: src/Core/NotificationsManager.php:259 -#, php-format -msgid "%s liked %s's post" -msgstr "%sが%sの投稿を高く評価しました" - -#: src/Core/NotificationsManager.php:272 -#, php-format -msgid "%s disliked %s's post" -msgstr "%sは%sの投稿を好きではないようです" - -#: src/Core/NotificationsManager.php:285 -#, php-format -msgid "%s is attending %s's event" -msgstr "%sは%sのイベントに参加しています" - -#: src/Core/NotificationsManager.php:298 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%sは%sのイベントを欠席します" - -#: src/Core/NotificationsManager.php:311 -#, php-format -msgid "%s may attend %s's event" -msgstr "%sは%sのイベントに参加できます" - -#: src/Core/NotificationsManager.php:344 -#, php-format -msgid "%s is now friends with %s" -msgstr "%sは%sと友達になりました" - -#: src/Core/NotificationsManager.php:622 -msgid "Friend Suggestion" -msgstr "友達の提案" - -#: src/Core/NotificationsManager.php:656 -msgid "Friend/Connect Request" -msgstr "フレンド/接続リクエスト" - -#: src/Core/NotificationsManager.php:656 -msgid "New Follower" -msgstr "新しいフォロワー" - -#: src/Core/Session.php:188 -#, php-format -msgid "Welcome %s" -msgstr "ようこそ%s" - -#: src/Core/Session.php:189 -msgid "Please upload a profile photo." -msgstr "プロフィール写真をアップロードしてください。" - -#: src/Core/Session.php:192 -#, php-format -msgid "Welcome back %s" -msgstr "おかえりなさい%s" - -#: src/Core/Update.php:193 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "%sの更新に失敗しました。エラーログを参照してください。" - -#: src/Core/Update.php:257 -#, php-format -msgid "" -"\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "\n\t\t\t\tfriendicaの開発者はアップデート %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。" - -#: src/Core/Update.php:263 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "エラーメッセージは\n[pre] %s [/ pre]です" - -#: src/Core/Update.php:269 src/Core/Update.php:308 -msgid "[Friendica Notify] Database update" -msgstr "[Friendica Notify]データベースの更新" - -#: src/Core/Update.php:300 -#, php-format -msgid "" -"\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "\n\t\t\t\tfriendicaデータベースは %s から %s に正常に更新されました。" - -#: src/Core/UserImport.php:107 -msgid "Error decoding account file" -msgstr "アカウントファイルのデコードエラー" - -#: src/Core/UserImport.php:113 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "エラー!ファイルにバージョンデータがありません!これはFriendicaアカウントファイルではなさそうです。" - -#: src/Core/UserImport.php:121 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "ユーザー '%s' はこのサーバーに既に存在します!" - -#: src/Core/UserImport.php:157 -msgid "User creation error" -msgstr "ユーザ作成エラー" - -#: src/Core/UserImport.php:175 -msgid "User profile creation error" -msgstr "ユーザープロフィール作成エラー" - -#: src/Core/UserImport.php:219 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%dコンタクトはインポートされませんでした" - -#: src/Core/UserImport.php:284 -msgid "Done. You can now login with your username and password" -msgstr "完了しました。これでであなたのユーザー名とパスワードでログインできます。 " - -#: src/Util/Temporal.php:147 src/Model/Profile.php:776 -msgid "Birthday:" -msgstr "お誕生日:" - -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DDまたはMM-DD" - -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "決してしない" - -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "少し前" - -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "年" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "年" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "数ヶ月" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "週間" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "日々" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "時間" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "時間" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "分" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "分" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "秒" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "秒" - -#: src/Util/Temporal.php:329 -#, php-format -msgid "in %1$d %2$s" -msgstr "場所: %1$d %2$s" - -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s前" - -#: src/Content/Text/BBCode.php:457 +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "表示を減らす" + +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "コメント" + +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "これはあなたです" + +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "システムテーマの構成値が設定されていません。" + +#: src/Content/Text/BBCode.php:490 msgid "view full size" msgstr "フルサイズを表示" -#: src/Content/Text/BBCode.php:891 src/Content/Text/BBCode.php:1533 -#: src/Content/Text/BBCode.php:1534 +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 msgid "Image/photo" msgstr "画像/写真" -#: src/Content/Text/BBCode.php:1009 +#: src/Content/Text/BBCode.php:1045 #, php-format msgid "%2$s %3$s" msgstr " %2$s %3$s" -#: src/Content/Text/BBCode.php:1460 src/Content/Text/BBCode.php:1482 -msgid "$1 wrote:" -msgstr "$1 の投稿:" - -#: src/Content/Text/BBCode.php:1536 src/Content/Text/BBCode.php:1537 -msgid "Encrypted content" -msgstr "暗号化されたコンテンツ" - -#: src/Content/Text/BBCode.php:1758 -msgid "Invalid source protocol" -msgstr "無効なソースプロトコル" - -#: src/Content/Text/BBCode.php:1769 -msgid "Invalid link protocol" -msgstr "無効なリンクプロトコル" - -#: src/Content/Text/HTML.php:789 -msgid "Loading more entries..." -msgstr "さらにエントリを読み込んでいます..." - -#: src/Content/Text/HTML.php:790 -msgid "The end" -msgstr "終わり" - -#: src/Content/Text/HTML.php:883 src/Model/Profile.php:536 -#: src/Module/Contact.php:335 -msgid "Follow" -msgstr "フォロー" - -#: src/Content/Text/HTML.php:892 src/Content/Nav.php:79 -msgid "@name, !forum, #tags, content" -msgstr "@name, !forum, #tags, コンテンツ" - -#: src/Content/Text/HTML.php:898 src/Content/Nav.php:203 -msgid "Full Text" -msgstr "全文" - -#: src/Content/Text/HTML.php:899 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:204 -msgid "Tags" -msgstr "タグ" - -#: src/Content/Text/HTML.php:940 src/Model/Item.php:3518 -#: src/Model/Item.php:3529 +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 msgid "Click to open/close" msgstr "クリックして開閉" -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "輸出する" +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "$1 の投稿:" -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "カレンダーをicalとしてエクスポート" +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "暗号化されたコンテンツ" -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "カレンダーをcsvとしてエクスポート" +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "無効なソースプロトコル" -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "コンタクトなし" +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "無効なリンクプロトコル" -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%dコンタクト" +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "さらにエントリを読み込んでいます..." -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "コンタクトを表示" +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "終わり" -#: src/Content/Widget/TrendingTags.php:34 -#, php-format -msgid "Trending Tags (last %d hour)" -msgid_plural "Trending Tags (last %d hours)" -msgstr[0] "トレンドタグ(過去%d時間)" +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "保存する" -#: src/Content/Widget/TrendingTags.php:35 -msgid "More Trending Tags" -msgstr "よりトレンドのタグ" +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "フォロー" -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "新しい" +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "検索" -#: src/Content/Pager.php:158 -msgid "older" -msgstr "過去の" +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@name, !forum, #tags, コンテンツ" -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "前の" +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "全文" -#: src/Content/Pager.php:263 -msgid "last" -msgstr "最終" +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "タグ" #: src/Content/ContactSelector.php:58 msgid "Frequently" @@ -5360,297 +1615,391 @@ msgstr "毎週" msgid "Monthly" msgstr "毎月" -#: src/Content/ContactSelector.php:83 +#: src/Content/ContactSelector.php:116 msgid "DFRN" msgstr "DFRN" -#: src/Content/ContactSelector.php:84 +#: src/Content/ContactSelector.php:117 msgid "OStatus" msgstr "OStatus" -#: src/Content/ContactSelector.php:85 +#: src/Content/ContactSelector.php:118 msgid "RSS/Atom" msgstr "RSS / Atom" -#: src/Content/ContactSelector.php:86 src/Module/Admin/Users.php:272 +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 #: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 #: src/Module/Admin/Users.php:315 msgid "Email" msgstr "Eメール" -#: src/Content/ContactSelector.php:88 +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "ディアスポラ" + +#: src/Content/ContactSelector.php:121 msgid "Zot!" msgstr "Zot!" -#: src/Content/ContactSelector.php:89 +#: src/Content/ContactSelector.php:122 msgid "LinkedIn" msgstr "LinkedIn" -#: src/Content/ContactSelector.php:90 +#: src/Content/ContactSelector.php:123 msgid "XMPP/IM" msgstr "XMPP / IM" -#: src/Content/ContactSelector.php:91 +#: src/Content/ContactSelector.php:124 msgid "MySpace" msgstr "MySpace" -#: src/Content/ContactSelector.php:92 +#: src/Content/ContactSelector.php:125 msgid "Google+" msgstr "Google+" -#: src/Content/ContactSelector.php:93 +#: src/Content/ContactSelector.php:126 msgid "pump.io" msgstr "pump.io" -#: src/Content/ContactSelector.php:94 +#: src/Content/ContactSelector.php:127 msgid "Twitter" msgstr "Twitter" -#: src/Content/ContactSelector.php:95 +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "Discourse" + +#: src/Content/ContactSelector.php:129 msgid "Diaspora Connector" msgstr "Diaspora コネクタ" -#: src/Content/ContactSelector.php:96 +#: src/Content/ContactSelector.php:130 msgid "GNU Social Connector" msgstr "GNU Social Connector" -#: src/Content/ContactSelector.php:97 +#: src/Content/ContactSelector.php:131 msgid "ActivityPub" msgstr "ActivityPub" -#: src/Content/ContactSelector.php:98 +#: src/Content/ContactSelector.php:132 msgid "pnut" msgstr "pnut" -#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193 -#: src/Content/ContactSelector.php:231 +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 msgid "No answer" msgstr "無回答" -#: src/Content/ContactSelector.php:154 +#: src/Content/ContactSelector.php:232 msgid "Male" msgstr "男性" -#: src/Content/ContactSelector.php:155 +#: src/Content/ContactSelector.php:233 msgid "Female" msgstr "女性" -#: src/Content/ContactSelector.php:156 +#: src/Content/ContactSelector.php:234 msgid "Currently Male" msgstr "現在男性" -#: src/Content/ContactSelector.php:157 +#: src/Content/ContactSelector.php:235 msgid "Currently Female" msgstr "現在女性" -#: src/Content/ContactSelector.php:158 +#: src/Content/ContactSelector.php:236 msgid "Mostly Male" msgstr "主に男性" -#: src/Content/ContactSelector.php:159 +#: src/Content/ContactSelector.php:237 msgid "Mostly Female" msgstr "主に女性" -#: src/Content/ContactSelector.php:160 +#: src/Content/ContactSelector.php:238 msgid "Transgender" msgstr "トランスジェンダー" -#: src/Content/ContactSelector.php:161 +#: src/Content/ContactSelector.php:239 msgid "Intersex" msgstr "インターセックス" -#: src/Content/ContactSelector.php:162 +#: src/Content/ContactSelector.php:240 msgid "Transsexual" msgstr "性転換" -#: src/Content/ContactSelector.php:163 +#: src/Content/ContactSelector.php:241 msgid "Hermaphrodite" msgstr "両性具有" -#: src/Content/ContactSelector.php:164 +#: src/Content/ContactSelector.php:242 msgid "Neuter" msgstr "中性" -#: src/Content/ContactSelector.php:165 +#: src/Content/ContactSelector.php:243 msgid "Non-specific" msgstr "非特異的" -#: src/Content/ContactSelector.php:166 +#: src/Content/ContactSelector.php:244 msgid "Other" msgstr "その他" -#: src/Content/ContactSelector.php:194 +#: src/Content/ContactSelector.php:272 msgid "Males" msgstr "男性" -#: src/Content/ContactSelector.php:195 +#: src/Content/ContactSelector.php:273 msgid "Females" msgstr "女性" -#: src/Content/ContactSelector.php:196 +#: src/Content/ContactSelector.php:274 msgid "Gay" msgstr "ゲイ" -#: src/Content/ContactSelector.php:197 +#: src/Content/ContactSelector.php:275 msgid "Lesbian" msgstr "レズビアン" -#: src/Content/ContactSelector.php:198 +#: src/Content/ContactSelector.php:276 msgid "No Preference" msgstr "指定なし" -#: src/Content/ContactSelector.php:199 +#: src/Content/ContactSelector.php:277 msgid "Bisexual" msgstr "バイセクシャル" -#: src/Content/ContactSelector.php:200 +#: src/Content/ContactSelector.php:278 msgid "Autosexual" msgstr "Autosexual" -#: src/Content/ContactSelector.php:201 +#: src/Content/ContactSelector.php:279 msgid "Abstinent" msgstr "禁欲" -#: src/Content/ContactSelector.php:202 +#: src/Content/ContactSelector.php:280 msgid "Virgin" msgstr "バージン" -#: src/Content/ContactSelector.php:203 +#: src/Content/ContactSelector.php:281 msgid "Deviant" msgstr "逸脱" -#: src/Content/ContactSelector.php:204 +#: src/Content/ContactSelector.php:282 msgid "Fetish" msgstr "フェチ" -#: src/Content/ContactSelector.php:205 +#: src/Content/ContactSelector.php:283 msgid "Oodles" msgstr "Oodles" -#: src/Content/ContactSelector.php:206 +#: src/Content/ContactSelector.php:284 msgid "Nonsexual" msgstr "非性的" -#: src/Content/ContactSelector.php:232 +#: src/Content/ContactSelector.php:310 msgid "Single" msgstr "シングル" -#: src/Content/ContactSelector.php:233 +#: src/Content/ContactSelector.php:311 msgid "Lonely" msgstr "寂しい" -#: src/Content/ContactSelector.php:234 +#: src/Content/ContactSelector.php:312 msgid "In a relation" msgstr "関係を有する" -#: src/Content/ContactSelector.php:235 +#: src/Content/ContactSelector.php:313 msgid "Has crush" msgstr "クラッシュしている" -#: src/Content/ContactSelector.php:236 +#: src/Content/ContactSelector.php:314 msgid "Infatuated" msgstr "夢中になって" -#: src/Content/ContactSelector.php:237 +#: src/Content/ContactSelector.php:315 msgid "Dating" msgstr "デート" -#: src/Content/ContactSelector.php:238 +#: src/Content/ContactSelector.php:316 msgid "Unfaithful" msgstr "不誠実な" -#: src/Content/ContactSelector.php:239 +#: src/Content/ContactSelector.php:317 msgid "Sex Addict" msgstr "性中毒" -#: src/Content/ContactSelector.php:240 src/Model/User.php:762 +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 msgid "Friends" msgstr "友だち" -#: src/Content/ContactSelector.php:241 +#: src/Content/ContactSelector.php:319 msgid "Friends/Benefits" msgstr "友達/特典" -#: src/Content/ContactSelector.php:242 +#: src/Content/ContactSelector.php:320 msgid "Casual" msgstr "カジュアル" -#: src/Content/ContactSelector.php:243 +#: src/Content/ContactSelector.php:321 msgid "Engaged" msgstr "従事" -#: src/Content/ContactSelector.php:244 +#: src/Content/ContactSelector.php:322 msgid "Married" msgstr "既婚" -#: src/Content/ContactSelector.php:245 +#: src/Content/ContactSelector.php:323 msgid "Imaginarily married" msgstr "想像上の結婚" -#: src/Content/ContactSelector.php:246 +#: src/Content/ContactSelector.php:324 msgid "Partners" msgstr "パートナー" -#: src/Content/ContactSelector.php:247 +#: src/Content/ContactSelector.php:325 msgid "Cohabiting" msgstr "同棲" -#: src/Content/ContactSelector.php:248 +#: src/Content/ContactSelector.php:326 msgid "Common law" msgstr "コモンロー" -#: src/Content/ContactSelector.php:249 +#: src/Content/ContactSelector.php:327 msgid "Happy" msgstr "ハッピー" -#: src/Content/ContactSelector.php:250 +#: src/Content/ContactSelector.php:328 msgid "Not looking" msgstr "見てない" -#: src/Content/ContactSelector.php:251 +#: src/Content/ContactSelector.php:329 msgid "Swinger" msgstr "Swinger" -#: src/Content/ContactSelector.php:252 +#: src/Content/ContactSelector.php:330 msgid "Betrayed" msgstr "裏切られた" -#: src/Content/ContactSelector.php:253 +#: src/Content/ContactSelector.php:331 msgid "Separated" msgstr "離れた" -#: src/Content/ContactSelector.php:254 +#: src/Content/ContactSelector.php:332 msgid "Unstable" msgstr "不安定" -#: src/Content/ContactSelector.php:255 +#: src/Content/ContactSelector.php:333 msgid "Divorced" msgstr "離婚した" -#: src/Content/ContactSelector.php:256 +#: src/Content/ContactSelector.php:334 msgid "Imaginarily divorced" msgstr "想像上の離婚" -#: src/Content/ContactSelector.php:257 +#: src/Content/ContactSelector.php:335 msgid "Widowed" msgstr "未亡人" -#: src/Content/ContactSelector.php:258 +#: src/Content/ContactSelector.php:336 msgid "Uncertain" msgstr "不確実" -#: src/Content/ContactSelector.php:259 +#: src/Content/ContactSelector.php:337 msgid "It's complicated" msgstr "それは複雑です" -#: src/Content/ContactSelector.php:260 +#: src/Content/ContactSelector.php:338 msgid "Don't care" msgstr "気にしない" -#: src/Content/ContactSelector.php:261 +#: src/Content/ContactSelector.php:339 msgid "Ask me" msgstr "私に聞いて" +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "新しいコンタクトを追加" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "住所またはウェブの場所を入力してください" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "例: bob@example.com, http://example.com/barbara" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "つながる" + +#: src/Content/Widget.php:59 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d通の招待が利用できます" + +#: src/Content/Widget.php:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "フォロワー" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "以下" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "共通の友人" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "関係" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "すべてのコンタクト" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "プロトコル" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "すべてのプロトコル" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "保存されたフォルダー" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "すべて" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "カテゴリー" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "共通の %d 件のコンタクト" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "アーカイブ" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "埋め込みが無効です" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "埋め込みコンテンツ" + #: src/Content/Feature.php:82 msgid "General Features" msgstr "一般的な機能" @@ -5718,10 +2067,6 @@ msgstr "コメントボックスに明示的なメンションを追加して、 msgid "Network Sidebar" msgstr "ネットワークサイドバー" -#: src/Content/Feature.php:100 src/Content/Widget.php:501 -msgid "Archives" -msgstr "アーカイブ" - #: src/Content/Feature.php:100 msgid "Ability to select posts by date ranges" msgstr "日付範囲で投稿を選択する機能" @@ -5802,7 +2147,7 @@ msgstr "ここに新しいものはありません" msgid "Clear notifications" msgstr "クリア通知" -#: src/Content/Nav.php:153 src/Module/Login.php:315 +#: src/Content/Nav.php:153 src/Module/Login.php:136 msgid "Logout" msgstr "ログアウト" @@ -5810,8 +2155,8 @@ msgstr "ログアウト" msgid "End this session" msgstr "このセッションを終了" -#: src/Content/Nav.php:155 src/Module/Bookmarklet.php:25 -#: src/Module/Login.php:316 +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 msgid "Login" msgstr "ログイン" @@ -5827,12 +2172,15 @@ msgstr "個人メモ" msgid "Your personal notes" msgstr "あなたの個人的なメモ" +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "ホーム" + #: src/Content/Nav.php:182 msgid "Home Page" msgstr "ホームページ" -#: src/Content/Nav.php:186 src/Module/Login.php:287 -#: src/Module/Register.php:136 +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 msgid "Register" msgstr "登録" @@ -5880,8 +2228,9 @@ msgstr "情報" msgid "Information about this friendica instance" msgstr "このfriendicaインスタンスに関する情報" -#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 msgid "Terms of Service" msgstr "利用規約" @@ -5897,14 +2246,26 @@ msgstr "ネットワークリセット" msgid "Load Network page with no filters" msgstr "フィルターなしでネットワークページを読み込む" +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "招待" + #: src/Content/Nav.php:248 msgid "Friend Requests" msgstr "友達リクエスト" +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "通知" + #: src/Content/Nav.php:250 msgid "See all notifications" msgstr "すべての通知を見る" +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "既読にする" + #: src/Content/Nav.php:251 msgid "Mark all system notifications seen" msgstr "すべてのシステム通知を確認済みにする" @@ -5917,666 +2278,728 @@ msgstr "受信トレイ" msgid "Outbox" msgstr "送信トレイ" +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "新しいメッセージ" + #: src/Content/Nav.php:260 -msgid "Manage" -msgstr "管理する" +msgid "Delegation" +msgstr "移譲" #: src/Content/Nav.php:260 msgid "Manage other pages" msgstr "他のページを管理する" -#: src/Content/Nav.php:268 +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "プロフィール" + +#: src/Content/Nav.php:266 msgid "Manage/Edit Profiles" msgstr "プロフィールの管理/編集" -#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 msgid "Admin" msgstr "管理者" -#: src/Content/Nav.php:276 +#: src/Content/Nav.php:274 msgid "Site setup and configuration" msgstr "サイトのセットアップと構成" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:277 msgid "Navigation" msgstr "ナビゲーション" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:277 msgid "Site map" msgstr "サイトマップ" -#: src/Content/OEmbed.php:254 -msgid "Embedding disabled" -msgstr "埋め込みが無効です" +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "用語を削除" -#: src/Content/OEmbed.php:377 -msgid "Embedded content" -msgstr "埋め込みコンテンツ" +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "保存された検索" -#: src/Content/Widget.php:38 -msgid "Add New Contact" -msgstr "新しいコンタクトを追加" +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "輸出する" -#: src/Content/Widget.php:39 -msgid "Enter address or web location" -msgstr "住所またはウェブの場所を入力してください" +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "カレンダーをicalとしてエクスポート" -#: src/Content/Widget.php:40 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "例: bob@example.com, http://example.com/barbara" +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "カレンダーをcsvとしてエクスポート" -#: src/Content/Widget.php:58 +#: src/Content/Widget/TrendingTags.php:34 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d通の招待が利用できます" +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "トレンドタグ(過去%d時間)" -#: src/Content/Widget.php:193 src/Module/Contact.php:798 -#: src/Module/Profile/Contacts.php:127 -msgid "Following" -msgstr "以下" +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "よりトレンドのタグ" -#: src/Content/Widget.php:194 src/Module/Contact.php:799 -#: src/Module/Profile/Contacts.php:128 -msgid "Mutual friends" -msgstr "共通の友人" +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "コンタクトなし" -#: src/Content/Widget.php:199 -msgid "Relationships" -msgstr "関係" - -#: src/Content/Widget.php:201 src/Module/Contact.php:694 -#: src/Module/Group.php:287 -msgid "All Contacts" -msgstr "すべてのコンタクト" - -#: src/Content/Widget.php:244 -msgid "Protocols" -msgstr "プロトコル" - -#: src/Content/Widget.php:246 -msgid "All Protocols" -msgstr "すべてのプロトコル" - -#: src/Content/Widget.php:279 -msgid "Saved Folders" -msgstr "保存されたフォルダー" - -#: src/Content/Widget.php:281 src/Content/Widget.php:320 -msgid "Everything" -msgstr "すべて" - -#: src/Content/Widget.php:318 -msgid "Categories" -msgstr "カテゴリー" - -#: src/Content/Widget.php:402 +#: src/Content/Widget/ContactBlock.php:90 #, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "共通の%d件の県コンタクト" +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%dコンタクト" -#: src/Database/DBStructure.php:50 -msgid "There are no tables on MyISAM." -msgstr "MyISAMにはテーブルがありません。" +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "コンタクトを表示" -#: src/Database/DBStructure.php:74 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nデータベースの更新中にエラー%dが発生しました:\n%s\n" +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "新しい" -#: src/Database/DBStructure.php:77 -msgid "Errors encountered performing database changes: " -msgstr "データベース変更の実行中に発生したエラー:" +#: src/Content/Pager.php:158 +msgid "older" +msgstr "過去の" -#: src/Database/DBStructure.php:266 -#, php-format -msgid "%s: Database update" -msgstr "%s :データベースの更新" +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "最初" -#: src/Database/DBStructure.php:527 -#, php-format -msgid "%s: updating %s table." -msgstr "%s : %sテーブルを更新しています。" +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "前の" -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "ファイルシステムストレージは\"%s\" の作成に失敗しました。書き込み権限を確認してください。" +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "次" -#: src/Model/Storage/Filesystem.php:105 -#, php-format -msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "ファイルシステムストレージは、データを\"%s\"に保存できませんでした。書き込み権限を確認してください" +#: src/Content/Pager.php:263 +msgid "last" +msgstr "最終" -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "ストレージのbase path" - -#: src/Model/Storage/Filesystem.php:128 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "アップロードされたファイルが保存されるフォルダです。最大限のセキュリティを確保するために、これはWebサーバーフォルダツリー外のパスである必要があります" - -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "有効な既存のフォルダを入力してください" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "データベースストレージは%sを更新できませんました" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "データベースストレージがデータの挿入に失敗しました" - -#: src/Model/Contact.php:1203 -msgid "Drop Contact" -msgstr "コンタクトをドロップ" - -#: src/Model/Contact.php:1705 -msgid "Organisation" -msgstr "組織" - -#: src/Model/Contact.php:1709 -msgid "News" -msgstr "ニュース" - -#: src/Model/Contact.php:1713 -msgid "Forum" -msgstr "フォーラム" - -#: src/Model/Contact.php:2109 -msgid "Connect URL missing." -msgstr "接続URLがありません。" - -#: src/Model/Contact.php:2118 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "コンタクトを追加できませんでした。ページの \"設定\" -> \"ソーシャルネットワーク\" で、関連するネットワーク認証情報を確認してください。" - -#: src/Model/Contact.php:2159 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "このサイトは、他のネットワークとの通信を許可するように構成されていません。" - -#: src/Model/Contact.php:2160 src/Model/Contact.php:2173 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "互換性のある通信プロトコルまたはフィードは見つかりませんでした。" - -#: src/Model/Contact.php:2171 -msgid "The profile address specified does not provide adequate information." -msgstr "指定されたプロフィールアドレスは、適切な情報を提供しません。" - -#: src/Model/Contact.php:2176 -msgid "An author or name was not found." -msgstr "著者または名前が見つかりませんでした。" - -#: src/Model/Contact.php:2179 -msgid "No browser URL could be matched to this address." -msgstr "このアドレスに一致するブラウザURLはありません。" - -#: src/Model/Contact.php:2182 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。" - -#: src/Model/Contact.php:2183 -msgid "Use mailto: in front of address to force email check." -msgstr "メールチェックを強制するには、アドレスの前にmailto:を使用します。" - -#: src/Model/Contact.php:2189 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "指定されたプロフィールアドレスは、このサイトで無効にされたネットワークに属します。" - -#: src/Model/Contact.php:2194 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。" - -#: src/Model/Contact.php:2249 -msgid "Unable to retrieve contact information." -msgstr "コンタクト情報を取得できません。" - -#: src/Model/Event.php:34 src/Model/Event.php:847 -#: src/Module/Debug/Localtime.php:17 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "開始:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "終了:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "一日中" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "9月" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "表示するイベントはありません" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "l, F j" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "イベントを編集" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "重複イベント" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "イベントを削除" - -#: src/Model/Event.php:626 src/Model/Item.php:3569 src/Model/Item.php:3576 -msgid "link to source" -msgstr "ソースへのリンク" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "D g:i A" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "g:i A" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "地図を表示" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "地図を隠す" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%sの誕生日" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "ハッピーバースデー %s" - -#: src/Model/FileTag.php:265 -msgid "Item filed" -msgstr "提出されたアイテム" - -#: src/Model/Group.php:77 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"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 "この名前の削除されたグループが復活しました。既存の項目の権限は、このグループと将来のメンバーに適用される可能性があります。これが意図したものでない場合は、別の名前で別のグループを作成してください。" - -#: src/Model/Group.php:407 -msgid "Default privacy group for new contacts" -msgstr "新しいコンタクトのデフォルトのプライバシーグループ" - -#: src/Model/Group.php:439 -msgid "Everybody" -msgstr "みんな" - -#: src/Model/Group.php:458 -msgid "edit" -msgstr "編集する" - -#: src/Model/Group.php:484 src/Module/Contact.php:734 -#: src/Module/Welcome.php:57 -msgid "Groups" -msgstr "グループ" - -#: src/Model/Group.php:488 -msgid "Edit group" -msgstr "グループを編集" - -#: src/Model/Group.php:489 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "どのグループにも属していないコンタクト" - -#: src/Model/Group.php:491 -msgid "Create a new group" -msgstr "新しいグループを作成する" - -#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "グループ名:" - -#: src/Model/Group.php:493 -msgid "Edit groups" -msgstr "グループを編集" - -#: src/Model/Item.php:3304 -msgid "activity" -msgstr "アクティビティ" - -#: src/Model/Item.php:3306 src/Object/Post.php:473 -msgid "comment" -msgid_plural "comments" -msgstr[0] "コメント" - -#: src/Model/Item.php:3309 -msgid "post" -msgstr "投稿" - -#: src/Model/Item.php:3408 -#, php-format -msgid "Content warning: %s" -msgstr "コンテンツの警告: %s" - -#: src/Model/Item.php:3485 -msgid "bytes" -msgstr "バイト" - -#: src/Model/Item.php:3563 -msgid "View on separate page" -msgstr "別のページで見る" - -#: src/Model/Item.php:3564 -msgid "view on separate page" -msgstr "別のページで見る" - -#: src/Model/Mail.php:112 src/Model/Mail.php:247 -msgid "[no subject]" -msgstr "[件名なし]" - -#: src/Model/Profile.php:212 src/Model/Profile.php:428 -#: src/Model/Profile.php:877 +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 msgid "Edit profile" msgstr "プロフィール編集" -#: src/Model/Profile.php:402 +#: src/Model/Profile.php:398 msgid "Manage/edit profiles" msgstr "プロフィールの管理/編集" -#: src/Model/Profile.php:451 src/Model/Profile.php:787 -#: src/Module/Directory.php:143 +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "プロフィール写真を変更" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "新しいプロフィールを作成" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "プロフィール画像" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "みんなに見える" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "可視性を編集" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "ロケーション:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "性別:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 msgid "Status:" msgstr "状態:" -#: src/Model/Profile.php:452 src/Model/Profile.php:804 -#: src/Module/Directory.php:144 +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 msgid "Homepage:" msgstr "ホームページ:" -#: src/Model/Profile.php:454 src/Module/Contact.php:647 +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "この場所について:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 msgid "XMPP:" msgstr "XMPP:" -#: src/Model/Profile.php:538 src/Module/Contact.php:337 +#: src/Model/Profile.php:542 src/Module/Contact.php:320 msgid "Unfollow" msgstr "フォロー解除" -#: src/Model/Profile.php:540 +#: src/Model/Profile.php:544 msgid "Atom feed" msgstr "Atomフィード" -#: src/Model/Profile.php:580 src/Model/Profile.php:677 +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "ネットワーク:" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 msgid "g A l F d" msgstr "g A l F d" -#: src/Model/Profile.php:581 +#: src/Model/Profile.php:585 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:643 src/Model/Profile.php:728 +#: src/Model/Profile.php:647 src/Model/Profile.php:732 msgid "[today]" msgstr "[今日]" -#: src/Model/Profile.php:653 +#: src/Model/Profile.php:657 msgid "Birthday Reminders" msgstr "誕生日のリマインダー" -#: src/Model/Profile.php:654 +#: src/Model/Profile.php:658 msgid "Birthdays this week:" msgstr "今週の誕生日:" -#: src/Model/Profile.php:715 +#: src/Model/Profile.php:719 msgid "[No description]" msgstr "[説明なし]" -#: src/Model/Profile.php:741 +#: src/Model/Profile.php:745 msgid "Event Reminders" msgstr "イベントリマインダー" -#: src/Model/Profile.php:742 +#: src/Model/Profile.php:746 msgid "Upcoming events the next 7 days:" msgstr "今後7日間の今後のイベント:" -#: src/Model/Profile.php:759 +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "フルネーム:" + +#: src/Model/Profile.php:763 msgid "Member since:" msgstr "以来のメンバー:" -#: src/Model/Profile.php:767 +#: src/Model/Profile.php:771 msgid "j F, Y" msgstr "j F, Y" -#: src/Model/Profile.php:768 +#: src/Model/Profile.php:772 msgid "j F" msgstr "j F" -#: src/Model/Profile.php:783 +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "お誕生日:" + +#: src/Model/Profile.php:787 msgid "Age:" msgstr "年齢:" -#: src/Model/Profile.php:796 +#: src/Model/Profile.php:800 #, php-format msgid "for %1$d %2$s" msgstr "%1$d %2$s の間" -#: src/Model/Profile.php:820 +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "性的嗜好:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "出身地:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "タグ:" + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "政見:" + +#: src/Model/Profile.php:824 msgid "Religion:" msgstr "宗教:" -#: src/Model/Profile.php:828 +#: src/Model/Profile.php:832 msgid "Hobbies/Interests:" msgstr "趣味/興味:" -#: src/Model/Profile.php:840 +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "好きなもの:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "嫌いなもの:" + +#: src/Model/Profile.php:844 msgid "Contact information and Social Networks:" msgstr "コンタクト情報とソーシャルネットワーク:" -#: src/Model/Profile.php:844 +#: src/Model/Profile.php:848 msgid "Musical interests:" msgstr "音楽的興味:" -#: src/Model/Profile.php:848 +#: src/Model/Profile.php:852 msgid "Books, literature:" msgstr "書籍、文学:" -#: src/Model/Profile.php:852 +#: src/Model/Profile.php:856 msgid "Television:" msgstr "テレビ:" -#: src/Model/Profile.php:856 +#: src/Model/Profile.php:860 msgid "Film/dance/culture/entertainment:" msgstr "映画/ダンス/文化/エンターテイメント:" -#: src/Model/Profile.php:860 +#: src/Model/Profile.php:864 msgid "Love/Romance:" msgstr "愛/ロマンス:" -#: src/Model/Profile.php:864 +#: src/Model/Profile.php:868 msgid "Work/employment:" msgstr "仕事/雇用:" -#: src/Model/Profile.php:868 +#: src/Model/Profile.php:872 msgid "School/education:" msgstr "学校教育:" -#: src/Model/Profile.php:873 +#: src/Model/Profile.php:877 msgid "Forums:" msgstr "フォーラム:" -#: src/Model/Profile.php:920 src/Module/Contact.php:875 +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "ベーシック" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 +msgid "Advanced" +msgstr "詳細" + +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "ステータスメッセージと投稿" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 msgid "Profile Details" msgstr "プロフィールの詳細" -#: src/Model/Profile.php:970 +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "フォトアルバム" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "個人メモ" + +#: src/Model/Profile.php:974 msgid "Only You Can See This" msgstr "これしか見えない" -#: src/Model/Profile.php:978 src/Model/Profile.php:981 +#: src/Model/Profile.php:982 src/Model/Profile.php:985 msgid "Tips for New Members" msgstr "新会員のためのヒント" -#: src/Model/Profile.php:1178 +#: src/Model/Profile.php:1180 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" -msgstr "OpenWebAuth: %1$sは%2$s歓迎します" +msgstr "OpenWebAuth: %2$sさん、%1$sへようこそ" -#: src/Model/User.php:331 +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "開始:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "終了:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "一日中" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 +msgid "Sun" +msgstr "日" + +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "月" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "火" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "水" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "木" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "金" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "土" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "日曜日" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "月曜" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "火曜日" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "水曜日" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "木曜日" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "金曜日" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "土曜日" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 +msgid "Jan" +msgstr "1月" + +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 +msgid "Feb" +msgstr "2月" + +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 +msgid "Mar" +msgstr "3月" + +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 +msgid "Apr" +msgstr "4月" + +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "5月" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 +msgid "Jun" +msgstr "6月" + +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 +msgid "Jul" +msgstr "7月" + +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 +msgid "Aug" +msgstr "8月" + +#: src/Model/Event.php:412 +msgid "Sept" +msgstr "9月" + +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 +msgid "Oct" +msgstr "10月" + +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 +msgid "Nov" +msgstr "11月" + +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 +msgid "Dec" +msgstr "12月" + +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "1月" + +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "2月" + +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "3月" + +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "4月" + +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "6月" + +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "7月" + +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "8月" + +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "9月" + +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "10月" + +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "11月" + +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "12月" + +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "今日" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "月" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "週間" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "日" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "表示するイベントはありません" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "イベントを編集" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "重複イベント" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "イベントを削除" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "ソースへのリンク" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "地図を表示" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "地図を隠す" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%sの誕生日" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "ハッピーバースデー %s" + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "コンタクトの写真" + +#: src/Model/User.php:357 msgid "Login failed" msgstr "ログインに失敗しました" -#: src/Model/User.php:362 +#: src/Model/User.php:389 msgid "Not enough information to authenticate" msgstr "認証に十分な情報がありません" -#: src/Model/User.php:440 +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "ユーザーが見つかりません" + +#: src/Model/User.php:483 msgid "Password can't be empty" msgstr "パスワードは空にできません" -#: src/Model/User.php:459 +#: src/Model/User.php:502 msgid "Empty passwords are not allowed." msgstr "空のパスワードは許可されていません。" -#: src/Model/User.php:463 +#: src/Model/User.php:506 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "新しいパスワードは公開データダンプで公開されています。別のパスワードを選択してください。" -#: src/Model/User.php:469 +#: src/Model/User.php:512 msgid "" "The password can't contain accentuated letters, white spaces or colons (:)" msgstr "パスワードには、アクセント文字、空白、またはコロン(:)を含めることはできません" -#: src/Model/User.php:569 +#: src/Model/User.php:612 msgid "Passwords do not match. Password unchanged." msgstr "パスワードが一致していません。パスワードは変更されていません。" -#: src/Model/User.php:576 +#: src/Model/User.php:619 msgid "An invitation is required." msgstr "招待状が必要です。" -#: src/Model/User.php:580 +#: src/Model/User.php:623 msgid "Invitation could not be verified." msgstr "招待を確認できませんでした。" -#: src/Model/User.php:587 +#: src/Model/User.php:631 msgid "Invalid OpenID url" msgstr "無効なOpenID URL" -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Model/User.php:644 src/Core/Authentication.php:190 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "指定したOpenIDでログイン中に問題が発生しました。 IDの正しいスペルを確認してください。" -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Model/User.php:644 src/Core/Authentication.php:190 msgid "The error message was:" msgstr "エラーメッセージは次のとおりです。" -#: src/Model/User.php:606 +#: src/Model/User.php:650 msgid "Please enter the required information." msgstr "必要な情報を入力してください。" -#: src/Model/User.php:620 +#: src/Model/User.php:664 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "system.username_min_length( %s )とsystem.username_max_length( %s )は、お互いを除外し、値を交換しています。" -#: src/Model/User.php:627 +#: src/Model/User.php:671 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." msgstr[0] "ユーザー名は少なくとも%s文字である必要があります。" -#: src/Model/User.php:631 +#: src/Model/User.php:675 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." msgstr[0] "ユーザー名は最大で%s文字にする必要があります。" -#: src/Model/User.php:639 +#: src/Model/User.php:683 msgid "That doesn't appear to be your full (First Last) name." msgstr "それはあなたのフルネーム(ファースト/ラスト)ではないようです。" -#: src/Model/User.php:644 +#: src/Model/User.php:688 msgid "Your email domain is not among those allowed on this site." msgstr "あなたのメールドメインは、このサイトで許可されているものではありません。" -#: src/Model/User.php:648 +#: src/Model/User.php:692 msgid "Not a valid email address." msgstr "有効な電子メールアドレスではありません。" -#: src/Model/User.php:651 +#: src/Model/User.php:695 msgid "The nickname was blocked from registration by the nodes admin." msgstr "そのニックネームは、ノード管理者によって登録がブロックされました。" -#: src/Model/User.php:655 src/Model/User.php:663 +#: src/Model/User.php:699 src/Model/User.php:707 msgid "Cannot use that email." msgstr "そのメールは使用できません。" -#: src/Model/User.php:670 +#: src/Model/User.php:714 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "ニックネームにはa-z、0-9、および _ のみを含めることができます。" -#: src/Model/User.php:677 src/Model/User.php:734 +#: src/Model/User.php:722 src/Model/User.php:779 msgid "Nickname is already registered. Please choose another." msgstr "ニックネームはすでに登録されています。別のものを選択してください。" -#: src/Model/User.php:687 +#: src/Model/User.php:732 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "重大なエラー:セキュリティキーの生成に失敗しました。" -#: src/Model/User.php:721 src/Model/User.php:725 +#: src/Model/User.php:766 src/Model/User.php:770 msgid "An error occurred during registration. Please try again." msgstr "登録中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:750 +#: src/Model/User.php:795 msgid "An error occurred creating your default profile. Please try again." msgstr "既定のプロフィールの作成中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:757 +#: src/Model/User.php:802 msgid "An error occurred creating your self contact. Please try again." msgstr "自己コンタクトの作成中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:766 +#: src/Model/User.php:811 msgid "" "An error occurred creating your default contact group. Please try again." msgstr "既定のコンタクトグループの作成中にエラーが発生しました。もう一度試してください。" -#: src/Model/User.php:842 +#: src/Model/User.php:888 #, php-format msgid "" "\n" @@ -6591,21 +3014,21 @@ msgid "" "\t\t" msgstr "\\n\t\t\t%1$s さん、\\n\t\t\t\t%2$s で登録していただきありがとうございます。アカウントは管理者による承認待ちです。\\n\\n\t\t\tログインの詳細は次のとおりです。\\n\\n\t\t\tサイトの場所:\t%3$s\\n\t\t\tログイン名:\t\t%4$s\\n\t\t\tパスワード:\t\t%5$s\\n\t\t" -#: src/Model/User.php:859 +#: src/Model/User.php:909 #, php-format msgid "Registration at %s" msgstr "%s登録" -#: src/Model/User.php:878 +#: src/Model/User.php:929 #, php-format msgid "" "\n" -"\t\t\tDear %1$s,\n" +"\t\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" +"\t\t\t" msgstr "\n\t\t\t%1$sさん、\n\t\t\t\t%2$sで登録していただきありがとうございます。アカウントが作成されました。\n\t\t" -#: src/Model/User.php:884 +#: src/Model/User.php:937 #, php-format msgid "" "\n" @@ -6637,56 +3060,896 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "ログインの詳細は次のとおりです:\n\nサイトの場所:\t%1$s\nログイン名:\t\t%2$s\nPassword:\t\t%3$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1$s/removeme\nから可能です。\n\nありがとうございます。%4$sへようこそ。" -#: src/Model/User.php:919 src/Module/Admin/Users.php:88 +#: src/Model/User.php:976 src/Module/Admin/Users.php:88 #, php-format msgid "Registration details for %s" msgstr "%s の登録の詳細" -#: src/Protocol/Diaspora.php:2495 -msgid "Sharing notification from Diaspora network" -msgstr "Diasporaネットワークからの通知の共有" +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[件名なし]" -#: src/Protocol/Diaspora.php:3640 -msgid "Attachments:" -msgstr "添付ファイル:" +#: src/Model/Group.php:77 +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 "この名前の削除されたグループが復活しました。既存の項目の権限は、このグループと将来のメンバーに適用される可能性があります。これが意図したものでない場合は、別の名前で別のグループを作成してください。" -#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:111 -#: src/Module/Profile.php:114 +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "新しいコンタクトのデフォルトのプライバシーグループ" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "みんな" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "編集する" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "加える" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "グループ" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "グループを編集" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "どのグループにも属していないコンタクト" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "新しいグループを作成する" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "グループ名:" + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "グループを編集" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "提出されたアイテム" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "フォロー解除" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "コンタクトをドロップ" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "承認する" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "組織" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "ニュース" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "フォーラム" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "許可されていないプロフィールURL。" + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "ブロックされたドメイン" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "接続URLがありません。" + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "コンタクトを追加できませんでした。ページの \"設定\" -> \"ソーシャルネットワーク\" で、関連するネットワーク認証情報を確認してください。" + +#: src/Model/Contact.php:2276 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "このサイトは、他のネットワークとの通信を許可するように構成されていません。" + +#: src/Model/Contact.php:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "互換性のある通信プロトコルまたはフィードは見つかりませんでした。" + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "指定されたプロフィールアドレスは、適切な情報を提供しません。" + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "著者または名前が見つかりませんでした。" + +#: src/Model/Contact.php:2296 +msgid "No browser URL could be matched to this address." +msgstr "このアドレスに一致するブラウザURLはありません。" + +#: src/Model/Contact.php:2299 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。" + +#: src/Model/Contact.php:2300 +msgid "Use mailto: in front of address to force email check." +msgstr "メールチェックを強制するには、アドレスの前にmailto:を使用します。" + +#: src/Model/Contact.php:2306 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "指定されたプロフィールアドレスは、このサイトで無効にされたネットワークに属します。" + +#: src/Model/Contact.php:2311 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。" + +#: src/Model/Contact.php:2372 +msgid "Unable to retrieve contact information." +msgstr "コンタクト情報を取得できません。" + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "[名前の差し止め]" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "アクティビティ" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "投稿" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "コンテンツの警告: %s" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "ビデオを見る" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "バイト" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "個別のページで見る" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "個別のページで見る" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "データベースストレージは%sを更新できませんました" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "データベースストレージがデータの挿入に失敗しました" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "ファイルシステムストレージは\"%s\" の作成に失敗しました。書き込み権限を確認してください。" + +#: src/Model/Storage/Filesystem.php:105 +#, php-format +msgid "" +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "ファイルシステムストレージは、データを\"%s\"に保存できませんでした。書き込み権限を確認してください" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "ストレージのbase path" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "アップロードされたファイルが保存されるフォルダです。最大限のセキュリティを確保するために、これはWebサーバーフォルダツリー外のパスである必要があります" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "有効な既存のフォルダを入力してください" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%sが%sの投稿にコメントしました" + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%sが新しい投稿を作成しました" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%sが%sの投稿を高く評価しました" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%sは%sの投稿を好きではないようです" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%sは%sのイベントに参加しています" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%sは%sのイベントを欠席します" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%sは%sのイベントに参加できます" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%sは%sと友達になりました" + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "友達の提案" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "フレンド/接続リクエスト" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "新しいフォロワー" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 #, php-format msgid "%s's timeline" msgstr "%sのタイムライン" -#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:112 +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 #, php-format msgid "%s's posts" msgstr "%sの投稿" -#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:113 +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 #, php-format msgid "%s's comments" msgstr "%sのコメント" -#: src/Protocol/OStatus.php:1861 +#: src/Protocol/OStatus.php:1839 #, php-format msgid "%s is now following %s." msgstr "%sは現在 %s をフォローしています。" -#: src/Protocol/OStatus.php:1862 +#: src/Protocol/OStatus.php:1840 msgid "following" msgstr "フォローしている" -#: src/Protocol/OStatus.php:1865 +#: src/Protocol/OStatus.php:1843 #, php-format msgid "%s stopped following %s." msgstr "%s は %s のフォローを解除しました" -#: src/Protocol/OStatus.php:1866 +#: src/Protocol/OStatus.php:1844 msgid "stopped following" msgstr "フォローを解除しました" -#: src/Worker/Delivery.php:461 -msgid "(no subject)" -msgstr "(件名なし)" +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "添付ファイル:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "レガシーモジュールファイルが見つかりません: %s" + +#: src/Core/Update.php:193 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "%sの更新に失敗しました。エラーログを参照してください。" + +#: src/Core/Update.php:257 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tfriendicaの開発者はアップデート %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。" + +#: src/Core/Update.php:263 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "エラーメッセージは\n[pre] %s [/ pre]です" + +#: src/Core/Update.php:269 src/Core/Update.php:308 +msgid "[Friendica Notify] Database update" +msgstr "[Friendica Notify]データベースの更新" + +#: src/Core/Update.php:300 +#, php-format +msgid "" +"\n" +"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "\n\t\t\t\tfriendicaデータベースは %s から %s に正常に更新されました。" + +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "9月" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "poke" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "pokeされました" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "pingされました" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "製品" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "prodされた" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "slap" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "slappされました" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "フィンガー" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "フィンガーされました" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "拒絶" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "拒否された" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "ログインに失敗しました。" + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "ログインに失敗しました。認証情報を確かめてください。" + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "ようこそ%s" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "プロフィール写真をアップロードしてください。" + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "おかえりなさい%s" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "相互" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "メールに投稿" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "一般公開" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "このコンテンツはすべてのフォロワーに表示され、コミュニティページやリンクを知っている人なら誰でも見ることができます。" + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "限定/プライベート" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "このコンテンツは、最初のボックスに記載されたメンバーから、2番目のボックスに記載されている人を除いた範囲に対して表示されます。 一般公開はされません。" + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "限定公開先:" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "この連絡先を除く:" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "CC:メールアドレス" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "例:bob @ example.com、mary @ example.com" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "コネクター" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "不明な視聴者からプロフィールの詳細を非表示にしますか?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "\"%s\"が有効になっているため、コネクタは無効です。" + +#: src/Core/UserImport.php:107 +msgid "Error decoding account file" +msgstr "アカウントファイルのデコードエラー" + +#: src/Core/UserImport.php:113 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "エラー!ファイルにバージョンデータがありません!これはFriendicaアカウントファイルではなさそうです。" + +#: src/Core/UserImport.php:121 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "ユーザー '%s' はこのサーバーに既に存在します!" + +#: src/Core/UserImport.php:157 +msgid "User creation error" +msgstr "ユーザ作成エラー" + +#: src/Core/UserImport.php:175 +msgid "User profile creation error" +msgstr "ユーザープロフィール作成エラー" + +#: src/Core/UserImport.php:219 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%dコンタクトはインポートされませんでした" + +#: src/Core/UserImport.php:284 +msgid "Done. You can now login with your username and password" +msgstr "完了しました。これでであなたのユーザー名とパスワードでログインできます。 " + +#: src/Core/Installer.php:162 +msgid "" +"The database configuration file \"config/local.config.php\" could not be " +"written. Please use the enclosed text to create a configuration file in your" +" web server root." +msgstr "データベース構成ファイル \"config/local.config.php\" に書き込めませんでした。同封のテキストを使用して、Webサーバーのルートに構成ファイルを作成してください。" + +#: src/Core/Installer.php:181 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "phpmyadminまたはmysqlを使用して、手動でファイル\"database.sql \"をインポートする必要がある場合があります。" + +#: src/Core/Installer.php:182 src/Module/Install.php:173 +#: src/Module/Install.php:329 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "ファイル\"INSTALL.txt \"をご覧ください。" + +#: src/Core/Installer.php:243 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "WebサーバーPATHに CLI版のPHPが見つかりませんでした。" + +#: src/Core/Installer.php:244 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "PHP CLIがサーバーにインストールされていない場合、バックグラウンド処理を実行できません。 'ワーカーのセットアップ' をご覧ください。" + +#: src/Core/Installer.php:249 +msgid "PHP executable path" +msgstr "PHP実行可能ファイルへのPath" + +#: src/Core/Installer.php:249 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "php実行可能ファイルへのフルパスを入力します。これを空白のままにしてインストールを続行できます。" + +#: src/Core/Installer.php:254 +msgid "Command line PHP" +msgstr "コマンドライン, CLI PHP" + +#: src/Core/Installer.php:263 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP実行可能ファイルはphp cliバイナリではありません(cgi-fgciバージョンである可能性があります)" + +#: src/Core/Installer.php:264 +msgid "Found PHP version: " +msgstr "PHPバージョンが見つかりました:" + +#: src/Core/Installer.php:266 +msgid "PHP cli binary" +msgstr "PHP CLIバイナリ" + +#: src/Core/Installer.php:279 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "ご使用のシステムのコマンドラインバージョンのPHPでは、\"register_argc_argv \"が有効になっていません。" + +#: src/Core/Installer.php:280 +msgid "This is required for message delivery to work." +msgstr "これは、メッセージ配信が機能するために必要です。" + +#: src/Core/Installer.php:285 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: src/Core/Installer.php:317 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "エラー:このシステムの\"openssl_pkey_new \"関数は暗号化キーを生成できません" + +#: src/Core/Installer.php:318 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Windowsで実行している場合は、「 http://www.php.net/manual/en/openssl.installation.php 」を参照してください。" + +#: src/Core/Installer.php:321 +msgid "Generate encryption keys" +msgstr "暗号化キーを生成する" + +#: src/Core/Installer.php:373 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:378 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewriteモジュール" + +#: src/Core/Installer.php:384 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:389 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "エラー:PDO用のMySQLドライバーがインストールされていません。" + +#: src/Core/Installer.php:393 +msgid "PDO or MySQLi PHP module" +msgstr "PDOまたはMySQLi PHPモジュール" + +#: src/Core/Installer.php:401 +msgid "Error, XML PHP module required but not installed." +msgstr "エラー、XML PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:405 +msgid "XML PHP module" +msgstr "XML PHPモジュール" + +#: src/Core/Installer.php:408 +msgid "libCurl PHP module" +msgstr "libCurl PHPモジュール" + +#: src/Core/Installer.php:409 +msgid "Error: libCURL PHP module required but not installed." +msgstr "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:415 +msgid "GD graphics PHP module" +msgstr "GDグラフィックスPHPモジュール" + +#: src/Core/Installer.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:422 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHPモジュール" + +#: src/Core/Installer.php:423 +msgid "Error: openssl PHP module required but not installed." +msgstr "エラー:openssl PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:429 +msgid "mb_string PHP module" +msgstr "mb_string PHPモジュール" + +#: src/Core/Installer.php:430 +msgid "Error: mb_string PHP module required but not installed." +msgstr "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:436 +msgid "iconv PHP module" +msgstr "iconv PHPモジュール" + +#: src/Core/Installer.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "エラー:iconv PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:443 +msgid "POSIX PHP module" +msgstr "POSIX PHPモジュール" + +#: src/Core/Installer.php:444 +msgid "Error: POSIX PHP module required but not installed." +msgstr "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:450 +msgid "JSON PHP module" +msgstr "JSON PHPモジュール" + +#: src/Core/Installer.php:451 +msgid "Error: JSON PHP module required but not installed." +msgstr "エラー:JSON PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:457 +msgid "File Information PHP module" +msgstr "ファイル情報PHPモジュール" + +#: src/Core/Installer.php:458 +msgid "Error: File Information PHP module required but not installed." +msgstr "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。" + +#: src/Core/Installer.php:481 +msgid "" +"The web installer needs to be able to create a file called " +"\"local.config.php\" in the \"config\" folder of your web server and it is " +"unable to do so." +msgstr "Webインストーラーは、Webサーバーの\"config \"フォルダーに\"local.config.php \"というファイルを作成できる必要がありますが、作成できません。" + +#: src/Core/Installer.php:482 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "これはほとんどの場合、Webサーバーがフォルダーにファイルを書き込むことができない場合でも、許可設定です。" + +#: src/Core/Installer.php:483 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named local.config.php in your Friendica \"config\" folder." +msgstr "この手順の最後に、Friendica \"config \"フォルダーのlocal.config.phpという名前のファイルに保存するテキストを提供します。" + +#: src/Core/Installer.php:484 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "または、この手順をスキップして、手動インストールを実行することもできます。手順については、ファイル「INSTALL.txt」を参照してください。" + +#: src/Core/Installer.php:487 +msgid "config/local.config.php is writable" +msgstr "config/local.config.php は書き込み可能です" + +#: src/Core/Installer.php:507 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "FriendicaはSmarty3テンプレートエンジンを使用してWebビューをレンダリングします。 Smarty3はテンプレートをPHPにコンパイルして、レンダリングを高速化します。" + +#: src/Core/Installer.php:508 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "これらのコンパイル済みテンプレートを保存するには、WebサーバーがFriendica最上位フォルダーの下のディレクトリview / smarty3 /への書き込みアクセス権を持っている必要があります。" + +#: src/Core/Installer.php:509 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Webサーバーを実行するユーザー(www-dataなど)がこのフォルダーへの書き込みアクセス権を持っていることを確認してください。" + +#: src/Core/Installer.php:510 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "注:セキュリティ対策として、Webサーバーにview / smarty3 /のみへの書き込みアクセス権を与える必要があります。含まれるテンプレートファイル(.tpl)ではありません。" + +#: src/Core/Installer.php:513 +msgid "view/smarty3 is writable" +msgstr "view / smarty3は書き込み可能です" + +#: src/Core/Installer.php:542 +msgid "" +"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" +" to .htaccess." +msgstr ".htaccessのURL書き換えが機能していません。 .htaccess-distを.htaccessにコピーしたことを確認してください。" + +#: src/Core/Installer.php:544 +msgid "Error message from Curl when fetching" +msgstr "取得時のCurlからのエラーメッセージ" + +#: src/Core/Installer.php:549 +msgid "Url rewrite is working" +msgstr "URLの書き換えが機能しています" + +#: src/Core/Installer.php:578 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP拡張機能がインストールされていません" + +#: src/Core/Installer.php:580 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP拡張機能がインストールされています" + +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 +msgid "ImageMagick supports GIF" +msgstr "ImageMagickはGIFをサポートします" + +#: src/Core/Installer.php:604 +msgid "Database already in use." +msgstr "データベースはすでに使用されています。" + +#: src/Core/Installer.php:609 +msgid "Could not connect to database." +msgstr "データベースに接続できません。" + +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "パブリックアクセスが拒否されました。" + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "エントリなし(一部のエントリは非表示になる場合があります)" + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "このサイトで見つける" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "の結果:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" +msgstr "サイトディレクトリ" + +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "要求の形式が正しくありません" + +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "認証されていません" + +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "禁止されています" + +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "見つかりません" + +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "内部サーバーエラー" + +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "サービスは利用できません" + +#: src/Module/Special/HTTPException.php:44 +msgid "" +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "明らかなクライアントエラーのため、サーバーは要求を処理できないか、処理しません。" + +#: src/Module/Special/HTTPException.php:45 +msgid "" +"Authentication is required and has failed or has not yet been provided." +msgstr "認証が必要であり、失敗したか、まだ提供されていません。" + +#: src/Module/Special/HTTPException.php:46 +msgid "" +"The request was valid, but the server is refusing action. The user might not" +" have the necessary permissions for a resource, or may need an account." +msgstr "要求は有効でしたが、サーバーはアクションを拒否しています。ユーザーがリソースに必要な権限を持っていないか、アカウントが必要な場合があります。" + +#: src/Module/Special/HTTPException.php:47 +msgid "" +"The requested resource could not be found but may be available in the " +"future." +msgstr "要求されたリソースは見つかりませんでしたが、将来利用可能になる可能性があります。" + +#: src/Module/Special/HTTPException.php:48 +msgid "" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "予期しない状態が発生したため、適切な特定のメッセージはありません。" + +#: src/Module/Special/HTTPException.php:49 +msgid "" +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "サーバーは現在使用できません(メンテナンスのために過負荷になっているか、停止しているため)。後でもう一度やり直してください。" + +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "戻る" + +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "ヘルプ:" + +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "IDやページを管理する" + +#: src/Module/Delegation.php:131 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "アカウントの詳細を共有する、または「管理」権限が付与されているさまざまなIDまたはコミュニティ/グループページを切り替える" + +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "管理するIDを選択します。" #: src/Module/Tos.php:35 src/Module/Tos.php:77 msgid "" @@ -6712,182 +3975,442 @@ msgstr "このデータは通信に必要であり、通信パートナーのノ #, php-format msgid "" "At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " "be permanent. Deletion of the data will also be requested from the nodes of " "the communication partners." -msgstr "ログインしたユーザーは、いつでもアカウント設定からアカウントデータをエクスポートできます。ユーザーがアカウントを削除する場合は、 %1$s/removeme で削除できます。アカウントの削除は永続的です。データの削除も、通信パートナーのノードから要求されます。" +msgstr "ログインしたユーザーは、いつでもアカウント設定からアカウントデータをエクスポートできます。 ユーザーがアカウントを削除する場合は、 %1$s/removeme で削除できます。 アカウントの削除は取り消しできません。 データの削除は、通信パートナーのノードからも要求されます。" #: src/Module/Tos.php:40 src/Module/Tos.php:76 msgid "Privacy Statement" msgstr "プライバシーに関する声明" -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "アプリケーションがインストールされていません。" +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server-セットアップ" -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "用途" +#: src/Module/Install.php:170 +msgid "System check" +msgstr "システムチェック" -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "クレジット" +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "次" -#: src/Module/Credits.php:26 +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "再び確かめる" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "SSLポリシーはありません。リンクはページのSSL状態を追跡します" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "すべてのリンクに強制的にSSLを使用させる" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "自己署名証明書、ローカルリンクのみにSSLを使用(非開示)" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "基本設定" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 +msgid "SSL link policy" +msgstr "SSLリンクポリシー" + +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "生成されたリンクにSSLの使用を強制する必要があるかどうかを決定します" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "ホスト名" + +#: src/Module/Install.php:199 msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendicaはコミュニティプロジェクトであり、多くの人々の助けがなければ不可能です。以下は、Friendicaのコードまたは翻訳に貢献した人のリストです。皆さん、ありがとうございました!" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "決定されたホスト名が正しくない場合、このフィールドを上書きします。そうでない場合はそのままにします。" -#: src/Module/Admin/Addons/Details.php:51 -msgid "Addon not found." -msgstr "アドオンが見つかりません。" +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "インストールへの基本パス" -#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 -#, php-format -msgid "Addon %s disabled." -msgstr "アドオン%sを無効にしました。" +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "システムがインストールへの正しいパスを検出できない場合は、ここに正しいパスを入力します。この設定は、制限されたシステムとWebルートへのシンボリックリンクを使用している場合にのみ設定する必要があります。" -#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 -#, php-format -msgid "Addon %s enabled." -msgstr "アドオン%sが有効になりました。" +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "URLのサブパス" -#: src/Module/Admin/Addons/Details.php:76 -#: src/Module/Admin/Themes/Details.php:60 -msgid "Disable" -msgstr "無効にする" +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "サブパスの決定が正しくない場合はこのフィールドを上書きし、そうでない場合はそのままにしておきます。このフィールドを空白のままにすると、サブパスなしでベースURLにインストールされます。" -#: src/Module/Admin/Addons/Details.php:79 -#: src/Module/Admin/Themes/Details.php:63 -msgid "Enable" -msgstr "有効にする" +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "データベース接続" -#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:61 -#: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:567 -#: src/Module/Admin/Summary.php:175 src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 -msgid "Administration" -msgstr "運営管理" +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Friendicaをインストールするには、データベースへの接続方法を知る必要があります。" -#: src/Module/Admin/Addons/Details.php:101 -#: src/Module/Admin/Themes/Details.php:106 -msgid "Toggle" -msgstr "トグル" +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "これらの設定について質問がある場合は、ホスティングプロバイダーまたはサイト管理者にお問い合わせください。" -#: src/Module/Admin/Addons/Details.php:109 -#: src/Module/Admin/Themes/Details.php:115 -msgid "Author: " -msgstr "著者:" +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "以下で指定するデータベースはすでに存在している必要があります。存在しない場合は、続行する前に作成してください。" -#: src/Module/Admin/Addons/Details.php:110 -#: src/Module/Admin/Themes/Details.php:116 -msgid "Maintainer: " -msgstr "メンテナー:" +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "データベースサーバー名" -#: src/Module/Admin/Addons/Index.php:36 -#, php-format -msgid "Addon %s failed to install." -msgstr "アドオン %s のインストールに失敗しました。" +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "データベースのログイン名" -#: src/Module/Admin/Addons/Index.php:53 -msgid "Reload active addons" -msgstr "アクティブなアドオンをリロードする" +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "データベースログインパスワード" -#: src/Module/Admin/Addons/Index.php:58 +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "セキュリティ上の理由から、パスワードを空にしないでください" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "データベース名" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "ウェブサイトのデフォルトのタイムゾーンを選択してください" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "サイト設定" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "サイト管理者のメールアドレス" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "ウェブ管理パネルを使用するには、アカウントのメールアドレスがこれと一致する必要があります。" + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "システム言語:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Friendicaインストールインターフェイスのデフォルト言語を設定し、メールを送信します。" + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Friendicaサイトデータベースがインストールされました。" + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "インストール完了" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

次は何でしょうか

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "重要:ワーカーのスケジュールされたタスクを[手動で]設定する必要があります。" + +#: src/Module/Install.php:331 #, php-format msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "現在、ノードで使用可能なアドオンはありません。公式のアドオンリポジトリは %1$s にあり、他の興味深いアドオンは %2$s オープン アドオン レジストリにあります。" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "新しいFriendicaノード登録ページに移動して、新しいユーザーとして登録します。管理者の電子メールとして入力したものと同じ電子メールを使用することを忘れないでください。これにより、サイト管理者パネルに入ることができます。" -#: src/Module/Admin/Blocklist/Contact.php:28 -#: src/Console/GlobalCommunityBlock.php:87 -msgid "The contact has been blocked from the node" -msgstr "このコンタクトはノードからブロックされています" +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "この先に進むにはログインしてください。" -#: src/Module/Admin/Blocklist/Contact.php:30 -#: src/Console/GlobalCommunityBlock.php:82 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "このURL( %s )のコンタクトエントリが見つかりませんでした" - -#: src/Module/Admin/Blocklist/Contact.php:38 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "%s はコンタクトのブロックを解除しました" - -#: src/Module/Admin/Blocklist/Contact.php:62 -msgid "Remote Contact Blocklist" -msgstr "リモートコンタクトブロックリスト" - -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/BaseAdminModule.php:62 msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "このページを使用すると、リモートコンタクトからのメッセージがあなたのノードに届かないようにできます。" +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "サブ管理アカウントは管理ページにアクセスできません。マスターアカウントとしてログインし直してください。" -#: src/Module/Admin/Blocklist/Contact.php:64 -msgid "Block Remote Contact" -msgstr "リモートコンタクトをブロック" +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "概要" -#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 -msgid "select all" -msgstr "すべて選択" +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" +msgstr "フェデレーション統計" -#: src/Module/Admin/Blocklist/Contact.php:66 -msgid "select none" -msgstr "どれも選択しない" +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "構成" -#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:623 src/Module/Contact.php:827 -#: src/Module/Contact.php:1076 -msgid "Unblock" -msgstr "ブロック解除" +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "サイト" -#: src/Module/Admin/Blocklist/Contact.php:69 -msgid "No remote contact is blocked from this node." -msgstr "このノードからのリモートコンタクトはブロックされていません。" +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "ユーザー" -#: src/Module/Admin/Blocklist/Contact.php:71 -msgid "Blocked Remote Contacts" -msgstr "ブロックされたリモートコンタクト" +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "アドオン" -#: src/Module/Admin/Blocklist/Contact.php:72 -msgid "Block New Remote Contact" -msgstr "新しいリモートコンタクトをブロック" +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "テーマ" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Photo" -msgstr "写真" +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "追加機能" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Reason" -msgstr "理由" +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "データベース" -#: src/Module/Admin/Blocklist/Contact.php:81 +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "DBの更新" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "非同期実行ワーカーの検査" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "ワーカーキューの検査" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "ツール" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "コンタクトブロックリスト" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "サーバーブロックリスト" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "アイテムを削除" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "ログ" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "ログを見る" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "診断" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "PHP情報" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "プローブアドレス" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "webfingerで診断" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "アイテムソース" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" +msgstr "Babel" + +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "アドオン機能" + +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "確認待ちのユーザー登録" + +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "新しいアカウントを作成する" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " +msgstr "あなたの OpenID: " + +#: src/Module/Login.php:124 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "ユーザー名とパスワードを入力して、既存のアカウントにOpenIDを追加してください。" + +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " +msgstr "または、OpenIDを使用してログインします。" + +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "ニックネームまたはメール:" + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "パスワード:" + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "私を覚えてますか" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "パスワードをお忘れですか?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "パスワードのリセット" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "ウェブサイト利用規約" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "利用規約" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "ウェブサイトのプライバシーポリシー" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "個人情報保護方針" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "このプロフィールへのアクセスは制限されています。" + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "無効なコードです。再試行してください。" + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "二要素認証" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "

デバイスで二要素認証アプリを開き、認証コードを取得して本人確認を行います。

" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "エラー" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 #, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "%s 件のブロック済みコンタクト" +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "お使いの携帯電話を持ってませんか? 2要素認証の回復コードを入力" -#: src/Module/Admin/Blocklist/Contact.php:83 -msgid "URL of the remote contact to block." -msgstr "ブロックするリモートコンタクトのURL。" +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "認証アプリからコードを入力してください" -#: src/Module/Admin/Blocklist/Contact.php:84 -msgid "Block Reason" -msgstr "ブロックの理由" +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "コードを確認してログインを完了する" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "残りの復旧コード: %d" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "二要素回復" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "

モバイルデバイスにアクセスできなくなった場合に備えて、ワンタイムリカバリコードのいずれかを入力できます。

" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "復旧コードを入力してください" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "復旧コードを送信してログインを完了する" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "メンテナンスのためのシステムダウン" + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "このページにはurlパラメーターがありません。" + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "投稿が作成されました" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "ID %s の写真が無効です。" + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "アイテムが見つかりませんでした。" #: src/Module/Admin/Blocklist/Server.php:31 msgid "Server domain pattern added to blocklist." @@ -6915,6 +4438,18 @@ msgstr "サーバードメインパターンの削除" msgid "Check to delete this entry from the blocklist" msgstr "ブロックリストからこのエントリを削除する場合にチェックします" +#: src/Module/Admin/Blocklist/Server.php:73 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 +msgid "Administration" +msgstr "運営管理" + #: src/Module/Admin/Blocklist/Server.php:74 msgid "Server Domain Pattern Blocklist" msgstr "サーバードメインパターンブロックリスト" @@ -6985,1405 +4520,97 @@ msgstr "ブロックリストからエントリを削除" msgid "Delete entry from blocklist?" msgstr "ブロックリストからエントリを削除しますか?" -#: src/Module/Admin/DBSync.php:32 -msgid "Update has been marked successful" -msgstr "更新に成功のマークが付けられました" +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "このコンタクトはノードからブロックされています" -#: src/Module/Admin/DBSync.php:42 +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 #, php-format -msgid "Database structure update %s was successfully applied." -msgstr "データベース構造の更新 %s が正常に適用されました。" +msgid "Could not find any contact entry for this URL (%s)" +msgstr "このURL( %s )のコンタクトエントリが見つかりませんでした" -#: src/Module/Admin/DBSync.php:46 +#: src/Module/Admin/Blocklist/Contact.php:38 #, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "データベース構造の更新 %s は次のエラーで失敗しました: %s" +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s はコンタクトのブロックを解除しました" -#: src/Module/Admin/DBSync.php:63 +#: src/Module/Admin/Blocklist/Contact.php:62 +msgid "Remote Contact Blocklist" +msgstr "リモートコンタクトブロックリスト" + +#: src/Module/Admin/Blocklist/Contact.php:63 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "このページを使用すると、リモートコンタクトからのメッセージがあなたのノードに届かないようにできます。" + +#: src/Module/Admin/Blocklist/Contact.php:64 +msgid "Block Remote Contact" +msgstr "リモートコンタクトをブロック" + +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 +msgid "select all" +msgstr "すべて選択" + +#: src/Module/Admin/Blocklist/Contact.php:66 +msgid "select none" +msgstr "どれも選択しない" + +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 +msgid "Unblock" +msgstr "ブロック解除" + +#: src/Module/Admin/Blocklist/Contact.php:69 +msgid "No remote contact is blocked from this node." +msgstr "このノードからのリモートコンタクトはブロックされていません。" + +#: src/Module/Admin/Blocklist/Contact.php:71 +msgid "Blocked Remote Contacts" +msgstr "ブロックされたリモートコンタクト" + +#: src/Module/Admin/Blocklist/Contact.php:72 +msgid "Block New Remote Contact" +msgstr "新しいリモートコンタクトをブロック" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Photo" +msgstr "写真" + +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "名" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "理由" + +#: src/Module/Admin/Blocklist/Contact.php:81 #, php-format -msgid "Executing %s failed with error: %s" -msgstr "次のエラーで %s の実行に失敗しました: %s" - -#: src/Module/Admin/DBSync.php:65 -#, php-format -msgid "Update %s was successfully applied." -msgstr "更新 %s が正常に適用されました。" - -#: src/Module/Admin/DBSync.php:68 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "更新 %s はステータスを返しませんでした。成功した場合は不明です。" - -#: src/Module/Admin/DBSync.php:71 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "呼び出される必要のある機能 %s について追加の更新はありませんでした。" - -#: src/Module/Admin/DBSync.php:91 -msgid "No failed updates." -msgstr "失敗した更新はありません。" - -#: src/Module/Admin/DBSync.php:92 -msgid "Check database structure" -msgstr "データベース構造を確認する" - -#: src/Module/Admin/DBSync.php:97 -msgid "Failed Updates" -msgstr "失敗した更新" - -#: src/Module/Admin/DBSync.php:98 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "これには、ステータスを返さなかった1139より前の更新は含まれません。" - -#: src/Module/Admin/DBSync.php:99 -msgid "Mark success (if update was manually applied)" -msgstr "成功をマーク(更新が手動で適用された場合)" - -#: src/Module/Admin/DBSync.php:100 -msgid "Attempt to execute this update step automatically" -msgstr "この更新手順を自動的に実行しようとします" - -#: src/Module/Admin/Features.php:59 -#, php-format -msgid "Lock feature %s" -msgstr "機能 %s をロック" - -#: src/Module/Admin/Features.php:67 -msgid "Manage Additional Features" -msgstr "追加機能を管理する" - -#: src/Module/Admin/Federation.php:76 -msgid "unknown" -msgstr "未知の" - -#: src/Module/Admin/Federation.php:181 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "このページでは、Friendicaノードが属するフェデレーションソーシャルネットワークの既知の部分にいくつかの番号を提供します。これらの数値は完全なものではなく、ノードが認識しているネットワークの部分のみを反映しています。" - -#: src/Module/Admin/Federation.php:182 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "自動検出されたコンタクトのディレクトリ機能は有効ではありません。それによりこのデータ一覧が改善されるばあいがあります。" - -#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 -msgid "Federation Statistics" -msgstr "フェデレーション統計" - -#: src/Module/Admin/Federation.php:194 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "現在、このノードは %d ノードと、以下のプラットフォームからの登録ユーザー %d 人を認識しています:" - -#: src/Module/Admin/Item/Delete.php:35 -msgid "Item marked for deletion." -msgstr "削除対象としてマークされたアイテム。" - -#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95 -msgid "Delete Item" -msgstr "アイテムを削除" - -#: src/Module/Admin/Item/Delete.php:48 -msgid "Delete this Item" -msgstr "このアイテムを削除" - -#: src/Module/Admin/Item/Delete.php:49 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "このページでは、ノードからアイテムを削除できます。アイテムがトップレベルの投稿である場合、スレッド全体が削除されます。" - -#: src/Module/Admin/Item/Delete.php:50 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "項目のGUIDを知る必要があります。たとえば、表示URLを調べることで見つけることができます。たとえば http://example.com/display/123456 の最後の部分がGUIDであり、ここでは123456です。" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "The GUID of the item you want to delete." -msgstr "削除する項目のGUID。" - -#: src/Module/Admin/Item/Source.php:46 -msgid "Item Guid" -msgstr "項目GUID" - -#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 -#: src/Module/Admin/Summary.php:90 -#, php-format -msgid "The logfile '%s' is not writable. No logging possible" -msgstr "ログファイル ' %s ' は書き込みできません。ログ機能が使用できません。" - -#: src/Module/Admin/Logs/Settings.php:36 -msgid "Log settings updated." -msgstr "ログ設定が更新されました。" - -#: src/Module/Admin/Logs/Settings.php:55 -msgid "PHP log currently enabled." -msgstr "現在有効なPHPログ。" - -#: src/Module/Admin/Logs/Settings.php:57 -msgid "PHP log currently disabled." -msgstr "PHPログは現在無効になっています。" - -#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 -#: src/Module/BaseAdminModule.php:98 -msgid "Logs" -msgstr "ログ" - -#: src/Module/Admin/Logs/Settings.php:66 -msgid "Clear" -msgstr "クリア" - -#: src/Module/Admin/Logs/Settings.php:70 -msgid "Enable Debugging" -msgstr "デバッグを有効にする" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "Log file" -msgstr "ログファイル" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Webサーバーから書き込み可能である必要があります。 Friendicaの最上位ディレクトリからの相対パス。" - -#: src/Module/Admin/Logs/Settings.php:72 -msgid "Log level" -msgstr "ログレベル" - -#: src/Module/Admin/Logs/Settings.php:74 -msgid "PHP logging" -msgstr "PHPロギング" - -#: src/Module/Admin/Logs/Settings.php:75 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the" -" following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "PHPのエラーと警告のログを一時的に有効にするには、インストールのindex.phpファイルに次を追加します。 「error_log」行に設定されたファイル名は、Friendicaの最上位ディレクトリに関連しており、Webサーバーが書き込み可能である必要があります。 「log_errors」および「display_errors」のオプション「1」はこれらのオプションを有効にすることであり、「0」に設定すると無効になります。" - -#: src/Module/Admin/Logs/View.php:22 -#, php-format -msgid "" -"Error trying to open %1$s log file.\\r\\n
Check to see " -"if file %1$s exist and is readable." -msgstr "ログファイル %1$s を開こうとしてエラーが発生しました。
\nファイル%1$sが存在し、読み取り可能かどうかを確認してください。" - -#: src/Module/Admin/Logs/View.php:26 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
Check to see if file" -" %1$s is readable." -msgstr "ログファイル %1$s を開けませんでした。
\nファイル %1$s が読み取り可能かどうかを確認してください。" - -#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99 -msgid "View Logs" -msgstr "ログを見る" - -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "遅延ワーカーキューの詳細を見る" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "このページには、遅延ワーカージョブが一覧表示されます。これは、投入時に実行できなかったジョブです。" - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "ワーカーキューの詳細を見る" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "このページには、現在キューに入れられているワーカージョブが一覧表示されます。これらのジョブは、インストール中に設定したワーカーcronジョブによって処理されます。" - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "ジョブパラメータ" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "作成した" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "優先度" - -#: src/Module/Admin/Site.php:50 -msgid "Can not parse base url. Must have at least ://" -msgstr "ベースURLを解析できません。少なくとも://が必要です" - -#: src/Module/Admin/Site.php:235 -msgid "Invalid storage backend setting value." -msgstr "無効なストレージバックエンド設定値です。" - -#: src/Module/Admin/Site.php:411 -msgid "Site settings updated." -msgstr "サイト設定が更新されました。" - -#: src/Module/Admin/Site.php:463 -msgid "No community page for local users" -msgstr "ローカルユーザー向けのコミュニティページはありません" - -#: src/Module/Admin/Site.php:464 -msgid "No community page" -msgstr "コミュニティページなし" - -#: src/Module/Admin/Site.php:465 -msgid "Public postings from users of this site" -msgstr "このサイトのユーザーからの一般公開投稿" - -#: src/Module/Admin/Site.php:466 -msgid "Public postings from the federated network" -msgstr "フェデレーションネットワークからの一般公開投稿" - -#: src/Module/Admin/Site.php:467 -msgid "Public postings from local users and the federated network" -msgstr "ローカルユーザーとフェデレーションネットワークからの一般公開投稿" - -#: src/Module/Admin/Site.php:471 src/Module/Admin/Site.php:666 -#: src/Module/Admin/Site.php:676 src/Module/Contact.php:563 -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Disabled" -msgstr "無効" - -#: src/Module/Admin/Site.php:472 src/Module/Admin/Users.php:278 -#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "ユーザー" - -#: src/Module/Admin/Site.php:473 -msgid "Users, Global Contacts" -msgstr "ユーザー、グローバルコンタクト" - -#: src/Module/Admin/Site.php:474 -msgid "Users, Global Contacts/fallback" -msgstr "ユーザー、グローバルコンタクト/フォールバック" - -#: src/Module/Admin/Site.php:478 -msgid "One month" -msgstr "1ヶ月" - -#: src/Module/Admin/Site.php:479 -msgid "Three months" -msgstr "3ヶ月" - -#: src/Module/Admin/Site.php:480 -msgid "Half a year" -msgstr "半年" - -#: src/Module/Admin/Site.php:481 -msgid "One year" -msgstr "一年" - -#: src/Module/Admin/Site.php:487 -msgid "Multi user instance" -msgstr "マルチユーザーインスタンス" - -#: src/Module/Admin/Site.php:509 -msgid "Closed" -msgstr "閉まっている" - -#: src/Module/Admin/Site.php:510 -msgid "Requires approval" -msgstr "承認が必要" - -#: src/Module/Admin/Site.php:511 -msgid "Open" -msgstr "開いた" - -#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 -msgid "No SSL policy, links will track page SSL state" -msgstr "SSLポリシーはありません。リンクはページのSSL状態を追跡します" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 -msgid "Force all links to use SSL" -msgstr "すべてのリンクに強制的にSSLを使用させる" - -#: src/Module/Admin/Site.php:517 src/Module/Install.php:185 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "自己署名証明書、ローカルリンクのみにSSLを使用(非開示)" - -#: src/Module/Admin/Site.php:521 -msgid "Don't check" -msgstr "チェックしない" - -#: src/Module/Admin/Site.php:522 -msgid "check the stable version" -msgstr "安定版を確認してください" - -#: src/Module/Admin/Site.php:523 -msgid "check the development version" -msgstr "開発バージョンを確認する" - -#: src/Module/Admin/Site.php:543 -msgid "Database (legacy)" -msgstr "データベース(レガシー)" - -#: src/Module/Admin/Site.php:568 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "サイト" - -#: src/Module/Admin/Site.php:570 -msgid "Republish users to directory" -msgstr "ユーザーをディレクトリに再公開する" - -#: src/Module/Admin/Site.php:571 src/Module/Register.php:121 -msgid "Registration" -msgstr "登録" - -#: src/Module/Admin/Site.php:572 -msgid "File upload" -msgstr "ファイルのアップロード" - -#: src/Module/Admin/Site.php:573 -msgid "Policies" -msgstr "ポリシー" - -#: src/Module/Admin/Site.php:575 -msgid "Auto Discovered Contact Directory" -msgstr "自動検出されたコンタクトディレクトリ" - -#: src/Module/Admin/Site.php:576 -msgid "Performance" -msgstr "性能" - -#: src/Module/Admin/Site.php:577 -msgid "Worker" -msgstr "ワーカー" - -#: src/Module/Admin/Site.php:578 -msgid "Message Relay" -msgstr "メッセージリレー" - -#: src/Module/Admin/Site.php:579 -msgid "Relocate Instance" -msgstr "インスタンスの再配置" - -#: src/Module/Admin/Site.php:580 -msgid "Warning! Advanced function. Could make this server unreachable." -msgstr "警告!高度な機能。このサーバーに到達できない可能性があります。" - -#: src/Module/Admin/Site.php:584 -msgid "Site name" -msgstr "サイト名" - -#: src/Module/Admin/Site.php:585 -msgid "Sender Email" -msgstr "送信者のメール" - -#: src/Module/Admin/Site.php:585 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "サーバーが通知メールの送信に使用するメールアドレス。" - -#: src/Module/Admin/Site.php:586 -msgid "Banner/Logo" -msgstr "バナー/ロゴ" - -#: src/Module/Admin/Site.php:587 -msgid "Shortcut icon" -msgstr "ショートカットアイコン" - -#: src/Module/Admin/Site.php:587 -msgid "Link to an icon that will be used for browsers." -msgstr "ブラウザーに使用されるアイコンへのリンク。" - -#: src/Module/Admin/Site.php:588 -msgid "Touch icon" -msgstr "タッチアイコン" - -#: src/Module/Admin/Site.php:588 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "タブレットやモバイルで使用されるアイコンへのリンク。" - -#: src/Module/Admin/Site.php:589 -msgid "Additional Info" -msgstr "追加情報" - -#: src/Module/Admin/Site.php:589 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "パブリックサーバーの場合:追加の情報をここに追加して、 %s/servers にリストできます。" - -#: src/Module/Admin/Site.php:590 -msgid "System language" -msgstr "システム言語" - -#: src/Module/Admin/Site.php:591 -msgid "System theme" -msgstr "システムテーマ" - -#: src/Module/Admin/Site.php:591 -msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "既定のシステムテーマ - ユーザープロフィールによって上書きされる場合があります -既定のテーマ設定を変更します" - -#: src/Module/Admin/Site.php:592 -msgid "Mobile system theme" -msgstr "モバイルシステムのテーマ" - -#: src/Module/Admin/Site.php:592 -msgid "Theme for mobile devices" -msgstr "モバイルデバイスのテーマ" - -#: src/Module/Admin/Site.php:593 src/Module/Install.php:193 -msgid "SSL link policy" -msgstr "SSLリンクポリシー" - -#: src/Module/Admin/Site.php:593 src/Module/Install.php:195 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "生成されたリンクにSSLの使用を強制する必要があるかどうかを決定します" - -#: src/Module/Admin/Site.php:594 -msgid "Force SSL" -msgstr "SSLを強制する" - -#: src/Module/Admin/Site.php:594 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "すべての非SSL要求をSSLに強制する-注意:一部のシステムでは、無限ループにつながる可能性があります。" - -#: src/Module/Admin/Site.php:595 -msgid "Hide help entry from navigation menu" -msgstr "ナビゲーションメニューからヘルプエントリを非表示にする" - -#: src/Module/Admin/Site.php:595 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "ナビゲーションメニューからヘルプページのメニューエントリを非表示にします。 / helpを直接呼び出してアクセスできます。" - -#: src/Module/Admin/Site.php:596 -msgid "Single user instance" -msgstr "シングルユーザーインスタンス" - -#: src/Module/Admin/Site.php:596 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "指定されたユーザーに対してこのインスタンスをマルチユーザーまたはシングルユーザーにします" - -#: src/Module/Admin/Site.php:598 -msgid "File storage backend" -msgstr "ファイルストレージバックエンド" - -#: src/Module/Admin/Site.php:598 -msgid "" -"The backend used to store uploaded data. If you change the storage backend, " -"you can manually move the existing files. If you do not do so, the files " -"uploaded before the change will still be available at the old backend. " -"Please see the settings documentation" -" for more information about the choices and the moving procedure." -msgstr "アップロードされたデータを保存するために使用されるバックエンド。ストレージバックエンドを変更する場合、既存のファイルを手動で移動できます。変更しない場合、変更前にアップロードされたファイルは古いバックエンドで引き続き利用できます。選択肢と移動手順の詳細については、設定ドキュメントをご覧ください。" - -#: src/Module/Admin/Site.php:600 -msgid "Maximum image size" -msgstr "最大画像サイズ" - -#: src/Module/Admin/Site.php:600 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "アップロードされる画像の最大サイズ(バイト単位)。デフォルトは0で、制限がないことを意味します。" - -#: src/Module/Admin/Site.php:601 -msgid "Maximum image length" -msgstr "最大画像長" - -#: src/Module/Admin/Site.php:601 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "アップロードされた画像の最長辺のピクセル単位の最大長。デフォルトは-1で、制限がないことを意味します。" - -#: src/Module/Admin/Site.php:602 -msgid "JPEG image quality" -msgstr "JPEG画像品質" - -#: src/Module/Admin/Site.php:602 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "アップロードされたJPEGSは、この品質設定[0-100]で保存されます。デフォルトは100で、完全な品質です。" - -#: src/Module/Admin/Site.php:604 -msgid "Register policy" -msgstr "登録ポリシー" - -#: src/Module/Admin/Site.php:605 -msgid "Maximum Daily Registrations" -msgstr "毎日の最大登録数" - -#: src/Module/Admin/Site.php:605 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "上記で登録が許可されている場合、これは1日に受け入れる新しいユーザー登録の最大数を設定します。レジスタがクローズに設定されている場合、この設定は効果がありません。" - -#: src/Module/Admin/Site.php:606 -msgid "Register text" -msgstr "登録テキスト" - -#: src/Module/Admin/Site.php:606 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." -msgstr "登録ページに目立つように表示されます。ここでBBCodeを使用できます。" - -#: src/Module/Admin/Site.php:607 -msgid "Forbidden Nicknames" -msgstr "禁止されたニックネーム" - -#: src/Module/Admin/Site.php:607 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." -msgstr "登録が禁止されているニックネームのカンマ区切りリスト。プリセットは、RFC 2142に基づくロール名のリストです。" - -#: src/Module/Admin/Site.php:608 -msgid "Accounts abandoned after x days" -msgstr "x日の間 放置されたアカウント" - -#: src/Module/Admin/Site.php:608 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "放置アカウントの外部サイトについてポーリングを停止しシステムリソースを節約します。時間制限なしの場合は0を入力します。" - -#: src/Module/Admin/Site.php:609 -msgid "Allowed friend domains" -msgstr "許可された友達ドメイン" - -#: src/Module/Admin/Site.php:609 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "このサイトとの友達関係を確立できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。" - -#: src/Module/Admin/Site.php:610 -msgid "Allowed email domains" -msgstr "許可されたメールドメイン" - -#: src/Module/Admin/Site.php:610 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "このサイトへの登録用の電子メールアドレスで許可されるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。" - -#: src/Module/Admin/Site.php:611 -msgid "No OEmbed rich content" -msgstr "OEmbed リッチコンテンツなし" - -#: src/Module/Admin/Site.php:611 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "以下にリストされているドメインを除き、リッチコンテンツ(埋め込みPDFなど)を表示しないでください。" - -#: src/Module/Admin/Site.php:612 -msgid "Allowed OEmbed domains" -msgstr "許可されたドメイン" - -#: src/Module/Admin/Site.php:612 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "コンテンツを表示できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。" - -#: src/Module/Admin/Site.php:613 -msgid "Block public" -msgstr "一般公開をブロック" - -#: src/Module/Admin/Site.php:613 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "このサイトの一般公開済み個人ページを除き、すべてのページで非ログイン状態のアクセスをブロックするには、ここをチェックします。" - -#: src/Module/Admin/Site.php:614 -msgid "Force publish" -msgstr "公開を強制する" - -#: src/Module/Admin/Site.php:614 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "このサイトのすべてのプロフィールがサイトディレクトリにリストされるように強制するには、チェックします。" - -#: src/Module/Admin/Site.php:614 -msgid "Enabling this may violate privacy laws like the GDPR" -msgstr "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります" - -#: src/Module/Admin/Site.php:615 -msgid "Global directory URL" -msgstr "グローバルディレクトリURL" - -#: src/Module/Admin/Site.php:615 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "グローバルディレクトリへのURL。これが設定されていない場合、グローバルディレクトリはアプリケーションで全く利用できなくなります。" - -#: src/Module/Admin/Site.php:616 -msgid "Private posts by default for new users" -msgstr "新規ユーザー向けの 既定のプライベート投稿" - -#: src/Module/Admin/Site.php:616 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "すべての新しいメンバーの既定の投稿許可を、一般公開ではなく既定のプライバシーグループに設定します。" - -#: src/Module/Admin/Site.php:617 -msgid "Don't include post content in email notifications" -msgstr "メール通知に投稿本文を含めないでください" - -#: src/Module/Admin/Site.php:617 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "投稿/コメント/プライベートメッセージ/などの内容を含めないでください。プライバシー対策として、このサイトから送信される電子メール通知で。" - -#: src/Module/Admin/Site.php:618 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "アプリメニューにリストされているアドオンへの公開アクセスを許可しません。" - -#: src/Module/Admin/Site.php:618 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "このチェックボックスをオンにすると、アプリメニューにリストされているアドオンがメンバーのみに制限されます。" - -#: src/Module/Admin/Site.php:619 -msgid "Don't embed private images in posts" -msgstr "投稿にプライベート画像を埋め込まないでください" - -#: src/Module/Admin/Site.php:619 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "投稿内のローカルでホストされているプライベート写真を画像の埋め込みコピーで置き換えないでください。つまり、プライベート写真を含む投稿を受け取ったコンタクトは、各画像を認証して読み込む必要があり、時間がかかる場合があります。" - -#: src/Module/Admin/Site.php:620 -msgid "Explicit Content" -msgstr "明示的なコンテンツ" - -#: src/Module/Admin/Site.php:620 -msgid "" -"Set this to announce that your node is used mostly for explicit content that" -" might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." -msgstr "これを設定して、このノードが主に未成年者には適さない可能性のある露骨なコンテンツを目的とすることを通知します。この情報はノード情報で公開され、たとえばグローバルディレクトリによって使用され、参加するノードのリストからノードをフィルタリングします。さらに、これに関するメモがユーザー登録ページに表示されます。" - -#: src/Module/Admin/Site.php:621 -msgid "Allow Users to set remote_self" -msgstr "ユーザーがremote_selfを設定できるようにする" - -#: src/Module/Admin/Site.php:621 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "これをチェックすると、すべてのユーザーがコンタクトの修復ダイアログですべてのコンタクトをremote_selfとしてマークできます。コンタクトにこのフラグを設定すると、ユーザーストリームでそのコンタクトのすべての投稿がミラーリングされます。" - -#: src/Module/Admin/Site.php:622 -msgid "Block multiple registrations" -msgstr "複数の登録をブロックする" - -#: src/Module/Admin/Site.php:622 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "ユーザーがページとして使用する追加のアカウントを登録できないようにします。" - -#: src/Module/Admin/Site.php:623 -msgid "Disable OpenID" -msgstr "OpenIDを無効にする" - -#: src/Module/Admin/Site.php:623 -msgid "Disable OpenID support for registration and logins." -msgstr "登録とログインのOpenIDサポートを無効にします。" - -#: src/Module/Admin/Site.php:624 -msgid "No Fullname check" -msgstr "氏名チェックなし" - -#: src/Module/Admin/Site.php:624 -msgid "" -"Allow users to register without a space between the first name and the last " -"name in their full name." -msgstr "ユーザーがフルネームの名と姓の間にスペースを入れずに登録できるようにします。" - -#: src/Module/Admin/Site.php:625 -msgid "Community pages for visitors" -msgstr "訪問者向けのコミュニティページ" - -#: src/Module/Admin/Site.php:625 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "訪問者が利用できるコミュニティページ。ローカルユーザーには常に両方のページが表示されます。" - -#: src/Module/Admin/Site.php:626 -msgid "Posts per user on community page" -msgstr "コミュニティページのユーザーごとの投稿" - -#: src/Module/Admin/Site.php:626 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "コミュニティページのユーザーごとの投稿の最大数。 (「グローバルコミュニティ」には無効)" - -#: src/Module/Admin/Site.php:627 -msgid "Disable OStatus support" -msgstr "OStatusサポートを無効にする" - -#: src/Module/Admin/Site.php:627 -msgid "" -"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "組み込みのOStatus(StatusNet、GNU Socialなど)互換機能を無効にします。 OStatusの通信はすべて公開されているため、プライバシーに関する警告がときどき表示されます。" - -#: src/Module/Admin/Site.php:628 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatusサポートは、スレッドが有効な場合にのみ有効にできます。" - -#: src/Module/Admin/Site.php:630 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "Friendicaがサブディレクトリにインストールされたため、Diasporaサポートを有効にできません。" - -#: src/Module/Admin/Site.php:631 -msgid "Enable Diaspora support" -msgstr "Diasporaサポートを有効にする" - -#: src/Module/Admin/Site.php:631 -msgid "Provide built-in Diaspora network compatibility." -msgstr "組み込みのDiasporaネットワーク互換機能を提供します。" - -#: src/Module/Admin/Site.php:632 -msgid "Only allow Friendica contacts" -msgstr "Friendicaコンタクトのみを許可する" - -#: src/Module/Admin/Site.php:632 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "すべてのコンタクトはFriendicaプロトコルを使用する必要があります。他のすべての組み込み通信プロトコルは無効です。" - -#: src/Module/Admin/Site.php:633 -msgid "Verify SSL" -msgstr "SSLを検証する" - -#: src/Module/Admin/Site.php:633 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "必要に応じて、厳密な証明書チェックをオンにすることができます。これは、自己署名SSLサイトに(まったく)接続できないことを意味します。" - -#: src/Module/Admin/Site.php:634 -msgid "Proxy user" -msgstr "プロキシユーザー" - -#: src/Module/Admin/Site.php:635 -msgid "Proxy URL" -msgstr "プロキシURL" - -#: src/Module/Admin/Site.php:636 -msgid "Network timeout" -msgstr "ネットワークタイムアウト" - -#: src/Module/Admin/Site.php:636 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "値は秒単位です。無制限の場合は0に設定します(推奨されません)。" - -#: src/Module/Admin/Site.php:637 -msgid "Maximum Load Average" -msgstr "最大負荷平均" - -#: src/Module/Admin/Site.php:637 -#, php-format -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default %d." -msgstr "配信およびポーリングプロセス前の最大システム負荷は延期されます-デフォルトは%dです。" - -#: src/Module/Admin/Site.php:638 -msgid "Maximum Load Average (Frontend)" -msgstr "最大負荷平均(フロントエンド)" - -#: src/Module/Admin/Site.php:638 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "フロントエンドがサービスを終了する前の最大システム負荷-デフォルト50" - -#: src/Module/Admin/Site.php:639 -msgid "Minimal Memory" -msgstr "最小限のメモリ" - -#: src/Module/Admin/Site.php:639 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "ワーカーの最小空きメモリ(MB)。 / proc / meminfoへのアクセスが必要-デフォルトは0(無効)。" - -#: src/Module/Admin/Site.php:640 -msgid "Maximum table size for optimization" -msgstr "最適化のための最大テーブルサイズ" - -#: src/Module/Admin/Site.php:640 -msgid "" -"Maximum table size (in MB) for the automatic optimization. Enter -1 to " -"disable it." -msgstr "自動最適化の最大テーブルサイズ(MB)。 -1を入力して無効にします。" - -#: src/Module/Admin/Site.php:641 -msgid "Minimum level of fragmentation" -msgstr "断片化の最小レベル" - -#: src/Module/Admin/Site.php:641 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "自動最適化を開始する最小フラグメンテーションレベル-デフォルト値は30%です。" - -#: src/Module/Admin/Site.php:643 -msgid "Periodical check of global contacts" -msgstr "グローバルなコンタクトの定期的なチェック" - -#: src/Module/Admin/Site.php:643 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "有効にした場合、グローバルなコンタクトは定期的に、欠落または古いデータ、およびコンタクトとサーバーの活力をチェックされます。" - -#: src/Module/Admin/Site.php:644 -msgid "Days between requery" -msgstr "再クエリの間隔" - -#: src/Module/Admin/Site.php:644 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "コンタクトについてサーバーが再照会されるまでの日数。" - -#: src/Module/Admin/Site.php:645 -msgid "Discover contacts from other servers" -msgstr "他のサーバーからコンタクトを発見する" - -#: src/Module/Admin/Site.php:645 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"\"Users\": the users on the remote system, \"Global Contacts\": active " -"contacts that are known on the system. The fallback is meant for Redmatrix " -"servers and older friendica servers, where global contacts weren't " -"available. The fallback increases the server load, so the recommended " -"setting is \"Users, Global Contacts\"." -msgstr "コンタクトについて定期的に他のサーバーを照会します。 \"Users \":リモートシステム上のユーザー、\"Global Contacts \":システム上で既知のアクティブなコンタクトから選択できます。フォールバックは、グローバルなコンタクトが利用できなかったRedmatrixサーバーおよび古いfriendicaサーバーを対象としています。フォールバックによりサーバーの負荷が増加するため、推奨設定は\"Users、Global Contacts \"です。" - -#: src/Module/Admin/Site.php:646 -msgid "Timeframe for fetching global contacts" -msgstr "グローバルなコンタクトを取得するための時間枠" - -#: src/Module/Admin/Site.php:646 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "探索がアクティベートされた際、この値は、他のサーバーからフェッチされるグローバルコンタクトのアクティビティの時間枠を定義します。" - -#: src/Module/Admin/Site.php:647 -msgid "Search the local directory" -msgstr "ローカルディレクトリを検索する" - -#: src/Module/Admin/Site.php:647 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "グローバルディレクトリではなくローカルディレクトリを検索します。ローカルで検索する場合、すべての検索はバックグラウンドでグローバルディレクトリで実行されます。これにより、同じ検索を繰り返した場合の検索結果が改善されます。" - -#: src/Module/Admin/Site.php:649 -msgid "Publish server information" -msgstr "サーバー情報を公開する" - -#: src/Module/Admin/Site.php:649 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "有効にすると、一般的なサーバーと使用状況データが公開されます。データには、サーバーの名前とバージョン、パブリックプロフィールを持つユーザーの数、投稿の数、およびアクティブ化されたプロトコルとコネクタが含まれます。詳細については、 the-federation.info をご覧ください。" - -#: src/Module/Admin/Site.php:651 -msgid "Check upstream version" -msgstr "アップストリームバージョンを確認する" - -#: src/Module/Admin/Site.php:651 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "githubで新しいFriendicaバージョンのチェックを有効にします。新しいバージョンがある場合は、管理パネルの概要で通知されます。" - -#: src/Module/Admin/Site.php:652 -msgid "Suppress Tags" -msgstr "タグを非表示" - -#: src/Module/Admin/Site.php:652 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "投稿の最後にハッシュタグのリストを表示しないようにします。" - -#: src/Module/Admin/Site.php:653 -msgid "Clean database" -msgstr "データベースを消去" - -#: src/Module/Admin/Site.php:653 -msgid "" -"Remove old remote items, orphaned database records and old content from some" -" other helper tables." -msgstr "古いリモートアイテム、孤立したデータベースレコード、および古いコンテンツを他のヘルパーテーブルから削除します。" - -#: src/Module/Admin/Site.php:654 -msgid "Lifespan of remote items" -msgstr "リモートアイテムの寿命" - -#: src/Module/Admin/Site.php:654 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"remote items will be deleted. Own items, and marked or filed items are " -"always kept. 0 disables this behaviour." -msgstr "データベースのクリーンアップが有効な場合、これはリモートアイテムが削除されるまでの日数を定義します。自身のアイテム、およびマークまたはファイルされたアイテムは常に保持されます。 0はこの動作を無効にします。" - -#: src/Module/Admin/Site.php:655 -msgid "Lifespan of unclaimed items" -msgstr "請求されていないアイテムの寿命" - -#: src/Module/Admin/Site.php:655 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." -msgstr "データベースのクリーンアップが有効になっている場合、これは、要求されていないリモートアイテム(主にリレーからのコンテンツ)が削除されるまでの日数を定義します。デフォルト値は90日です。 0に設定されている場合、リモートアイテムの一般的なライフスパン値がデフォルトになります。" - -#: src/Module/Admin/Site.php:656 -msgid "Lifespan of raw conversation data" -msgstr "Raw会話データの寿命" - -#: src/Module/Admin/Site.php:656 -msgid "" -"The conversation data is used for ActivityPub and OStatus, as well as for " -"debug purposes. It should be safe to remove it after 14 days, default is 90 " -"days." -msgstr "会話データは、ActivityPubおよびOStatusに使用されるほか、デバッグにも使用されます。 14日後に削除しても安全です。デフォルトは90日です。" - -#: src/Module/Admin/Site.php:657 -msgid "Path to item cache" -msgstr "アイテムキャッシュへのパス" - -#: src/Module/Admin/Site.php:657 -msgid "The item caches buffers generated bbcode and external images." -msgstr "アイテムは、生成されたbbcodeと外部画像のバッファーをキャッシュします。" - -#: src/Module/Admin/Site.php:658 -msgid "Cache duration in seconds" -msgstr "秒単位のキャッシュ期間" - -#: src/Module/Admin/Site.php:658 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day). To disable the item cache, set the value to -1." -msgstr "キャッシュファイルを保持する期間デフォルト値は86400秒(1日)です。アイテムキャッシュを無効にするには、値を-1に設定します。" - -#: src/Module/Admin/Site.php:659 -msgid "Maximum numbers of comments per post" -msgstr "投稿あたりのコメントの最大数" - -#: src/Module/Admin/Site.php:659 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "各投稿に表示されるコメントの数は?デフォルト値は100です。" - -#: src/Module/Admin/Site.php:660 -msgid "Temp path" -msgstr "一時パス" - -#: src/Module/Admin/Site.php:660 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Webサーバーがシステムの一時パスにアクセスできない制限されたシステムがある場合は、ここに別のパスを入力します。" - -#: src/Module/Admin/Site.php:661 -msgid "Disable picture proxy" -msgstr "画像プロキシを無効にする" - -#: src/Module/Admin/Site.php:661 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwidth." -msgstr "画像プロキシは、パフォーマンスとプライバシーを向上させます。帯域幅が非常に低いシステムでは使用しないでください。" - -#: src/Module/Admin/Site.php:662 -msgid "Only search in tags" -msgstr "タグでのみ検索" - -#: src/Module/Admin/Site.php:662 -msgid "On large systems the text search can slow down the system extremely." -msgstr "大規模なシステムでは、テキスト検索によりシステムの速度が著しく低下する可能性があります。" - -#: src/Module/Admin/Site.php:664 -msgid "New base url" -msgstr "新しいベースURL" - -#: src/Module/Admin/Site.php:664 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "このサーバーのベースURLを変更します。すべてのユーザーのFriendicaおよびDiaspora *のすべてのコンタクトに再配置メッセージを送信します。" - -#: src/Module/Admin/Site.php:666 -msgid "RINO Encryption" -msgstr "RINO暗号化" - -#: src/Module/Admin/Site.php:666 -msgid "Encryption layer between nodes." -msgstr "ノード間の暗号化レイヤー。" - -#: src/Module/Admin/Site.php:666 -msgid "Enabled" -msgstr "有効化" - -#: src/Module/Admin/Site.php:668 -msgid "Maximum number of parallel workers" -msgstr "並列ワーカーの最大数" - -#: src/Module/Admin/Site.php:668 -#, php-format -msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great." -" Default value is %d." -msgstr "共有ホスティング事業者では、これを%dに設定します。大規模なシステムでは、 %dの値は素晴らしいでしょう。既定の値は%dです。" - -#: src/Module/Admin/Site.php:669 -msgid "Don't use \"proc_open\" with the worker" -msgstr "ワーカーで\"proc_open \"を使用しないでください" - -#: src/Module/Admin/Site.php:669 -msgid "" -"Enable this if your system doesn't allow the use of \"proc_open\". This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "システムが\"proc_open \"の使用を許可していない場合、これを有効にします。これは、共有ホスティング事業者で発生する可能性があります。これが有効になっている場合、crontabでワーカー呼び出しの頻度を増やす必要があります。" - -#: src/Module/Admin/Site.php:670 -msgid "Enable fastlane" -msgstr "fastlaneを有効にする" - -#: src/Module/Admin/Site.php:670 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "有効にすると、優先度の高いプロセスが優先度の低いプロセスによってブロックされた場合、fastlaneメカニズムは追加のワーカーを開始します。" - -#: src/Module/Admin/Site.php:671 -msgid "Enable frontend worker" -msgstr "フロントエンドワーカーを有効にする" - -#: src/Module/Admin/Site.php:671 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call %s/worker on a regular basis via an external cron job. You should " -"only enable this option if you cannot utilize cron/scheduled jobs on your " -"server." -msgstr "有効にすると、バックエンドアクセスが実行されたときにワーカープロセスがトリガーされます(メッセージの配信など)。小規模なサイトでは、外部のcronジョブを介して定期的に%s / workerを呼び出したい場合があります。サーバーでcron /スケジュールされたジョブを利用できない場合にのみ、このオプションを有効にしてください。" - -#: src/Module/Admin/Site.php:673 -msgid "Subscribe to relay" -msgstr "リレーを購読する" - -#: src/Module/Admin/Site.php:673 -msgid "" -"Enables the receiving of public posts from the relay. They will be included " -"in the search, subscribed tags and on the global community page." -msgstr "リレーからの一般公開投稿の受信を有効にします。それらは、検索、サブスクライブされたタグ、およびグローバルコミュニティページに含まれます。" - -#: src/Module/Admin/Site.php:674 -msgid "Relay server" -msgstr "中継サーバー" - -#: src/Module/Admin/Site.php:674 -msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" -msgstr "公開投稿の送信先となる中継サーバーのアドレス。たとえば、https://relay.diasp.org" - -#: src/Module/Admin/Site.php:675 -msgid "Direct relay transfer" -msgstr "直接リレー転送" - -#: src/Module/Admin/Site.php:675 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "中継サーバーを使用せずに他のサーバーに直接転送できるようにします" - -#: src/Module/Admin/Site.php:676 -msgid "Relay scope" -msgstr "中継スコープ" - -#: src/Module/Admin/Site.php:676 -msgid "" -"Can be \"all\" or \"tags\". \"all\" means that every public post should be " -"received. \"tags\" means that only posts with selected tags should be " -"received." -msgstr "\"all \"または\"tags \"にすることができます。 「すべて」は、すべての一般公開投稿を受信することを意味します。 「タグ」は、選択したタグのある投稿のみを受信することを意味します。" - -#: src/Module/Admin/Site.php:676 -msgid "all" -msgstr "すべて" - -#: src/Module/Admin/Site.php:676 -msgid "tags" -msgstr "タグ" - -#: src/Module/Admin/Site.php:677 -msgid "Server tags" -msgstr "サーバータグ" - -#: src/Module/Admin/Site.php:677 -msgid "Comma separated list of tags for the \"tags\" subscription." -msgstr "\"tags \"サブスクリプションのタグのコンマ区切りリスト。" - -#: src/Module/Admin/Site.php:678 -msgid "Allow user tags" -msgstr "ユーザータグを許可する" - -#: src/Module/Admin/Site.php:678 -msgid "" -"If enabled, the tags from the saved searches will used for the \"tags\" " -"subscription in addition to the \"relay_server_tags\"." -msgstr "有効にすると、保存された検索のタグが、\"relay_server_tags \"に加えて\"tags \"サブスクリプションに使用されます。" - -#: src/Module/Admin/Site.php:681 -msgid "Start Relocation" -msgstr "再配置を開始" - -#: src/Module/Admin/Summary.php:30 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"bin/console.php dbstructure toinnodb of your Friendica installation for" -" an automatic conversion.
" -msgstr "DBは引き続きMyISAMテーブルで実行されます。エンジンタイプをInnoDBに変更する必要があります。 Friendicaは今後InnoDBのみの機能を使用するため、これを変更する必要があります。テーブルエンジンの変換に役立つガイドについては、こちらをご覧ください。 Friendicaインストールの php bin/console.php dbstructure toinnodb コマンドを使用して自動変換することもできます。
" - -#: src/Module/Admin/Summary.php:38 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "ダウンロード可能なFriendicaの新しいバージョンがあります。現在のバージョンは%1$s 、アップストリームバージョンは%2$sです。" - -#: src/Module/Admin/Summary.php:47 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "データベースの更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。" - -#: src/Module/Admin/Summary.php:51 -msgid "" -"The last update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear. (Some of the errors are possibly inside the logfile.)" -msgstr "最後の更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。 (エラーの一部は、おそらくログファイル内にあります。)" - -#: src/Module/Admin/Summary.php:56 -msgid "The worker was never executed. Please check your database structure!" -msgstr "ワーカーは実行されませんでした。データベース構造を確認してください!" - -#: src/Module/Admin/Summary.php:58 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "最後のワーカー実行は%s UTCでした。これは1時間以上前です。 crontabの設定を確認してください。" - -#: src/Module/Admin/Summary.php:63 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -".htconfig.php. See the Config help page for " -"help with the transition." -msgstr "Friendicaの設定はconfig/local.config.phpに保存されるようになりました。config/local-sample.config.phpをコピーし、設定を .htconfig.php から移動してください。移行のヘルプについては、 Configヘルプページをご覧ください。" - -#: src/Module/Admin/Summary.php:67 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -"config/local.ini.php. See the Config help " -"page for help with the transition." -msgstr "Friendicaの設定はconfig/local.config.phpに保存されるようになりました。config/ local-sample.config.phpをコピーして、設定を config / local.ini.php から移動してください。移行のヘルプについては、 Configヘルプページをご覧ください。" - -#: src/Module/Admin/Summary.php:73 -#, php-format -msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." -msgstr "システムで %s に到達できません。これは、サーバー間の通信を妨げる重大な構成の問題です。ヘルプについては、インストールページをご覧ください。" - -#: src/Module/Admin/Summary.php:106 -#, php-format -msgid "" -"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" -" system.basepath from your db to avoid differences." -msgstr "Friendicaのsystem.basepathは '%s' から '%s' に更新されました。差異を避けるために、データベースからsystem.basepathを削除してください。" - -#: src/Module/Admin/Summary.php:114 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is wrong and the config file '%s' " -"isn't used." -msgstr "Friendicaの現在のsystem.basepath '%s' は間違っています。構成ファイル '%s'は使用されていません。" - -#: src/Module/Admin/Summary.php:122 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is not equal to the config file " -"'%s'. Please fix your configuration." -msgstr "Friendicaの現在のsystem.basepath '%s'は、構成ファイル '%s'と等しくありません。設定を修正してください。" - -#: src/Module/Admin/Summary.php:129 -msgid "Normal Account" -msgstr "通常アカウント" - -#: src/Module/Admin/Summary.php:130 -msgid "Automatic Follower Account" -msgstr "自動フォロワーアカウント" - -#: src/Module/Admin/Summary.php:131 -msgid "Public Forum Account" -msgstr "公開フォーラムアカウント" - -#: src/Module/Admin/Summary.php:132 -msgid "Automatic Friend Account" -msgstr "自動友達アカウント" - -#: src/Module/Admin/Summary.php:133 -msgid "Blog Account" -msgstr "ブログアカウント" - -#: src/Module/Admin/Summary.php:134 -msgid "Private Forum Account" -msgstr "プライベートフォーラムアカウント" - -#: src/Module/Admin/Summary.php:156 -msgid "Message queues" -msgstr "メッセージキュー" - -#: src/Module/Admin/Summary.php:162 -msgid "Server Settings" -msgstr "サーバー設定" - -#: src/Module/Admin/Summary.php:176 -msgid "Summary" -msgstr "概要" - -#: src/Module/Admin/Summary.php:178 -msgid "Registered users" -msgstr "登録ユーザー" - -#: src/Module/Admin/Summary.php:180 -msgid "Pending registrations" -msgstr "保留中の登録" - -#: src/Module/Admin/Summary.php:181 -msgid "Version" -msgstr "バージョン" - -#: src/Module/Admin/Summary.php:185 -msgid "Active addons" -msgstr "アクティブなアドオン" - -#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 -msgid "Theme settings updated." -msgstr "テーマ設定が更新されました。" - -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:47 -#, php-format -msgid "Theme %s disabled." -msgstr "テーマ%sを無効にしました。" - -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:49 -#, php-format -msgid "Theme %s successfully enabled." -msgstr "テーマ%sが有効になりました。" - -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:51 -#, php-format -msgid "Theme %s failed to install." -msgstr "テーマ%sのインストールに失敗しました。" - -#: src/Module/Admin/Themes/Details.php:97 -msgid "Screenshot" -msgstr "スクリーンショット" - -#: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:94 src/Module/BaseAdminModule.php:83 -msgid "Themes" -msgstr "テーマ" - -#: src/Module/Admin/Themes/Embed.php:67 -msgid "Unknown theme." -msgstr "不明なテーマ。" - -#: src/Module/Admin/Themes/Index.php:96 -msgid "Reload active themes" -msgstr "アクティブなテーマをリロードする" - -#: src/Module/Admin/Themes/Index.php:101 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "システムにテーマが見つかりません。 %1$sに配置する必要があります" - -#: src/Module/Admin/Themes/Index.php:102 -msgid "[Experimental]" -msgstr "[実験的]" - -#: src/Module/Admin/Themes/Index.php:103 -msgid "[Unsupported]" -msgstr "[サポートされていません]" +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s 件のブロック済みコンタクト" + +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "プロフィールURL" + +#: src/Module/Admin/Blocklist/Contact.php:83 +msgid "URL of the remote contact to block." +msgstr "ブロックするリモートコンタクトのURL。" + +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "ブロックの理由" #: src/Module/Admin/Tos.php:30 msgid "The Terms of Service settings have been updated." @@ -8408,7 +4635,7 @@ msgstr "プライバシーに関する声明を表示する" msgid "" "Show some informations regarding the needed information to operate the node " "according e.g. to EU-GDPR." -msgstr " EU-GDPR に従ってノードを操作するために必要な情報に関する情報を表示します。" +msgstr " EU-GDPR などに準拠したノード運営に必要な情報を表示します。" #: src/Module/Admin/Tos.php:46 msgid "Privacy Statement Preview" @@ -8424,6 +4651,115 @@ msgid "" "of sections should be [h2] and below." msgstr "ここにノードの利用規約を入力します。 BBCodeを使用できます。セクションのヘッダーは[h2]以下である必要があります。" +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "設定を保存" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." +msgstr "アドオンが見つかりません。" + +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "アドオン%sを無効にしました。" + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "アドオン%sが有効になりました。" + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "無効にする" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "有効にする" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "トグル" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "著者:" + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "メンテナー:" + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "アドオン %s のインストールに失敗しました。" + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "アクティブなアドオンをリロードする" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "現在、ノードで使用可能なアドオンはありません。公式のアドオンリポジトリは %1$s にあり、他の興味深いアドオンは %2$s オープン アドオン レジストリにあります。" + +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "テーマ設定が更新されました。" + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." +msgstr "不明なテーマ。" + +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 +#, php-format +msgid "Theme %s disabled." +msgstr "テーマ%sを無効にしました。" + +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "テーマ%sが有効になりました。" + +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 +#, php-format +msgid "Theme %s failed to install." +msgstr "テーマ%sのインストールに失敗しました。" + +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "スクリーンショット" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "アクティブなテーマをリロードする" + +#: src/Module/Admin/Themes/Index.php:103 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "システムにテーマが見つかりません。 %1$sに配置する必要があります" + +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" +msgstr "[実験的]" + +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" +msgstr "[サポートされていません]" + #: src/Module/Admin/Users.php:48 #, php-format msgid "" @@ -8501,10 +4837,42 @@ msgstr "ユーザー\"%s\"がブロックされました" msgid "User \"%s\" unblocked" msgstr "ユーザー\"%s\"のブロックを解除しました" +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 +msgid "Normal Account Page" +msgstr "通常のアカウントページ" + +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 +msgid "Soapbox Page" +msgstr "Soapboxページ" + +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 +msgid "Public Forum" +msgstr "一般公開フォーラム" + +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 +msgid "Automatic Friend Page" +msgstr "自動友達ページ" + #: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "プライベートフォーラム" +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 +msgid "Personal Page" +msgstr "個人ページ" + +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 +msgid "Organisation Page" +msgstr "組織ページ" + +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 +msgid "News Page" +msgstr "ニュースページ" + +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 +msgid "Community Forum" +msgstr "コミュニティフォーラム" + #: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "リレー" @@ -8547,7 +4915,7 @@ msgstr "登録なし。" #: src/Module/Admin/Users.php:285 msgid "Note from the user" -msgstr "ユーザーからの注意" +msgstr "ユーザーからのメモ" #: src/Module/Admin/Users.php:287 msgid "Deny" @@ -8601,451 +4969,1896 @@ msgstr "新しいユーザーのニックネーム。" msgid "Email address of the new user." msgstr "新しいユーザーのメールアドレス。" -#: src/Module/AllFriends.php:55 -msgid "No friends to display." -msgstr "表示する友達はいません。" +#: src/Module/Admin/Site.php:49 +msgid "Can not parse base url. Must have at least ://" +msgstr "ベースURLを解析できません。少なくとも://が必要です" -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "アイテムが見つかりませんでした。" +#: src/Module/Admin/Site.php:234 +msgid "Invalid storage backend setting value." +msgstr "無効なストレージバックエンド設定値です。" -#: src/Module/BaseAdminModule.php:62 +#: src/Module/Admin/Site.php:410 +msgid "Site settings updated." +msgstr "サイト設定が更新されました。" + +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "モバイルデバイス向けの特別なテーマはありません" + +#: src/Module/Admin/Site.php:450 mod/settings.php:908 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s (実験的)" + +#: src/Module/Admin/Site.php:462 +msgid "No community page for local users" +msgstr "ローカルユーザー向けのコミュニティページはありません" + +#: src/Module/Admin/Site.php:463 +msgid "No community page" +msgstr "コミュニティページなし" + +#: src/Module/Admin/Site.php:464 +msgid "Public postings from users of this site" +msgstr "このサイトのユーザーからの一般公開投稿" + +#: src/Module/Admin/Site.php:465 +msgid "Public postings from the federated network" +msgstr "フェデレーションネットワークからの一般公開投稿" + +#: src/Module/Admin/Site.php:466 +msgid "Public postings from local users and the federated network" +msgstr "ローカルユーザーとフェデレーションネットワークからの一般公開投稿" + +#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 +#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 +#: src/Module/Contact.php:546 +msgid "Disabled" +msgstr "無効" + +#: src/Module/Admin/Site.php:472 +msgid "Users, Global Contacts" +msgstr "ユーザー、グローバルコンタクト" + +#: src/Module/Admin/Site.php:473 +msgid "Users, Global Contacts/fallback" +msgstr "ユーザー、グローバルコンタクト/フォールバック" + +#: src/Module/Admin/Site.php:477 +msgid "One month" +msgstr "1ヶ月" + +#: src/Module/Admin/Site.php:478 +msgid "Three months" +msgstr "3ヶ月" + +#: src/Module/Admin/Site.php:479 +msgid "Half a year" +msgstr "半年" + +#: src/Module/Admin/Site.php:480 +msgid "One year" +msgstr "一年" + +#: src/Module/Admin/Site.php:486 +msgid "Multi user instance" +msgstr "マルチユーザーインスタンス" + +#: src/Module/Admin/Site.php:508 +msgid "Closed" +msgstr "閉まっている" + +#: src/Module/Admin/Site.php:509 +msgid "Requires approval" +msgstr "承認が必要" + +#: src/Module/Admin/Site.php:510 +msgid "Open" +msgstr "開いた" + +#: src/Module/Admin/Site.php:520 +msgid "Don't check" +msgstr "チェックしない" + +#: src/Module/Admin/Site.php:521 +msgid "check the stable version" +msgstr "安定版を確認してください" + +#: src/Module/Admin/Site.php:522 +msgid "check the development version" +msgstr "開発バージョンを確認する" + +#: src/Module/Admin/Site.php:542 +msgid "Database (legacy)" +msgstr "データベース(レガシー)" + +#: src/Module/Admin/Site.php:569 +msgid "Republish users to directory" +msgstr "ユーザーをディレクトリに再公開する" + +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 +msgid "Registration" +msgstr "登録" + +#: src/Module/Admin/Site.php:571 +msgid "File upload" +msgstr "ファイルのアップロード" + +#: src/Module/Admin/Site.php:572 +msgid "Policies" +msgstr "ポリシー" + +#: src/Module/Admin/Site.php:574 +msgid "Auto Discovered Contact Directory" +msgstr "自動検出されたコンタクトディレクトリ" + +#: src/Module/Admin/Site.php:575 +msgid "Performance" +msgstr "性能" + +#: src/Module/Admin/Site.php:576 +msgid "Worker" +msgstr "ワーカー" + +#: src/Module/Admin/Site.php:577 +msgid "Message Relay" +msgstr "メッセージリレー" + +#: src/Module/Admin/Site.php:578 +msgid "Relocate Instance" +msgstr "インスタンスの再配置" + +#: src/Module/Admin/Site.php:579 +msgid "Warning! Advanced function. Could make this server unreachable." +msgstr "警告!高度な機能。このサーバーに到達できない可能性があります。" + +#: src/Module/Admin/Site.php:583 +msgid "Site name" +msgstr "サイト名" + +#: src/Module/Admin/Site.php:584 +msgid "Sender Email" +msgstr "送信者のメール" + +#: src/Module/Admin/Site.php:584 msgid "" -"Submanaged account can't access the administation pages. Please log back in " -"as the master account." -msgstr "サブ管理アカウントは管理ページにアクセスできません。マスターアカウントとしてログインし直してください。" +"The email address your server shall use to send notification emails from." +msgstr "サーバーが通知メールの送信に使用するメールアドレス。" -#: src/Module/BaseAdminModule.php:76 -msgid "Overview" +#: src/Module/Admin/Site.php:585 +msgid "Banner/Logo" +msgstr "バナー/ロゴ" + +#: src/Module/Admin/Site.php:586 +msgid "Shortcut icon" +msgstr "ショートカットアイコン" + +#: src/Module/Admin/Site.php:586 +msgid "Link to an icon that will be used for browsers." +msgstr "ブラウザーに使用されるアイコンへのリンク。" + +#: src/Module/Admin/Site.php:587 +msgid "Touch icon" +msgstr "タッチアイコン" + +#: src/Module/Admin/Site.php:587 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "タブレットやモバイルで使用されるアイコンへのリンク。" + +#: src/Module/Admin/Site.php:588 +msgid "Additional Info" +msgstr "追加情報" + +#: src/Module/Admin/Site.php:588 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "パブリックサーバーの場合:追加の情報をここに追加して、 %s/servers にリストできます。" + +#: src/Module/Admin/Site.php:589 +msgid "System language" +msgstr "システム言語" + +#: src/Module/Admin/Site.php:590 +msgid "System theme" +msgstr "システムテーマ" + +#: src/Module/Admin/Site.php:590 +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgstr "既定のシステムテーマ - ユーザープロフィールによって上書きされる場合があります -既定のテーマ設定を変更します" + +#: src/Module/Admin/Site.php:591 +msgid "Mobile system theme" +msgstr "モバイルシステムのテーマ" + +#: src/Module/Admin/Site.php:591 +msgid "Theme for mobile devices" +msgstr "モバイルデバイスのテーマ" + +#: src/Module/Admin/Site.php:593 +msgid "Force SSL" +msgstr "SSLを強制する" + +#: src/Module/Admin/Site.php:593 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "すべての非SSL要求をSSLに強制する-注意:一部のシステムでは、無限ループにつながる可能性があります。" + +#: src/Module/Admin/Site.php:594 +msgid "Hide help entry from navigation menu" +msgstr "ナビゲーションメニューからヘルプエントリを非表示にする" + +#: src/Module/Admin/Site.php:594 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "ナビゲーションメニューからヘルプページのメニューエントリを非表示にします。 / helpを直接呼び出してアクセスできます。" + +#: src/Module/Admin/Site.php:595 +msgid "Single user instance" +msgstr "シングルユーザーインスタンス" + +#: src/Module/Admin/Site.php:595 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "指定されたユーザーに対してこのインスタンスをマルチユーザーまたはシングルユーザーにします" + +#: src/Module/Admin/Site.php:597 +msgid "File storage backend" +msgstr "ファイルストレージバックエンド" + +#: src/Module/Admin/Site.php:597 +msgid "" +"The backend used to store uploaded data. If you change the storage backend, " +"you can manually move the existing files. If you do not do so, the files " +"uploaded before the change will still be available at the old backend. " +"Please see the settings documentation" +" for more information about the choices and the moving procedure." +msgstr "アップロードされたデータを保存するために使用されるバックエンド。ストレージバックエンドを変更する場合、既存のファイルを手動で移動できます。変更しない場合、変更前にアップロードされたファイルは古いバックエンドで引き続き利用できます。選択肢と移動手順の詳細については、設定ドキュメントをご覧ください。" + +#: src/Module/Admin/Site.php:599 +msgid "Maximum image size" +msgstr "最大画像サイズ" + +#: src/Module/Admin/Site.php:599 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "アップロードされる画像の最大サイズ(バイト単位)。デフォルトは0で、制限がないことを意味します。" + +#: src/Module/Admin/Site.php:600 +msgid "Maximum image length" +msgstr "最大画像長" + +#: src/Module/Admin/Site.php:600 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "アップロードされた画像の最長辺のピクセル単位の最大長。デフォルトは-1で、制限がないことを意味します。" + +#: src/Module/Admin/Site.php:601 +msgid "JPEG image quality" +msgstr "JPEG画像品質" + +#: src/Module/Admin/Site.php:601 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "アップロードされたJPEGSは、この品質設定[0-100]で保存されます。デフォルトは100で、完全な品質です。" + +#: src/Module/Admin/Site.php:603 +msgid "Register policy" +msgstr "登録ポリシー" + +#: src/Module/Admin/Site.php:604 +msgid "Maximum Daily Registrations" +msgstr "毎日の最大登録数" + +#: src/Module/Admin/Site.php:604 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "上記で登録が許可されている場合、これは1日に受け入れる新しいユーザー登録の最大数を設定します。レジスタがクローズに設定されている場合、この設定は効果がありません。" + +#: src/Module/Admin/Site.php:605 +msgid "Register text" +msgstr "登録テキスト" + +#: src/Module/Admin/Site.php:605 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "登録ページに目立つように表示されます。ここでBBCodeを使用できます。" + +#: src/Module/Admin/Site.php:606 +msgid "Forbidden Nicknames" +msgstr "禁止されたニックネーム" + +#: src/Module/Admin/Site.php:606 +msgid "" +"Comma separated list of nicknames that are forbidden from registration. " +"Preset is a list of role names according RFC 2142." +msgstr "登録が禁止されているニックネームのカンマ区切りリスト。プリセットは、RFC 2142に基づくロール名のリストです。" + +#: src/Module/Admin/Site.php:607 +msgid "Accounts abandoned after x days" +msgstr "x日の間 放置されたアカウント" + +#: src/Module/Admin/Site.php:607 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "放置アカウントの外部サイトについてポーリングを停止しシステムリソースを節約します。時間制限なしの場合は0を入力します。" + +#: src/Module/Admin/Site.php:608 +msgid "Allowed friend domains" +msgstr "許可された友達ドメイン" + +#: src/Module/Admin/Site.php:608 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "このサイトとの友達関係を確立できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。" + +#: src/Module/Admin/Site.php:609 +msgid "Allowed email domains" +msgstr "許可されたメールドメイン" + +#: src/Module/Admin/Site.php:609 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "このサイトへの登録用の電子メールアドレスで許可されるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。" + +#: src/Module/Admin/Site.php:610 +msgid "No OEmbed rich content" +msgstr "OEmbed リッチコンテンツなし" + +#: src/Module/Admin/Site.php:610 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "以下にリストされているドメインを除き、リッチコンテンツ(埋め込みPDFなど)を表示しないでください。" + +#: src/Module/Admin/Site.php:611 +msgid "Allowed OEmbed domains" +msgstr "許可されたドメイン" + +#: src/Module/Admin/Site.php:611 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "コンテンツを表示できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。" + +#: src/Module/Admin/Site.php:612 +msgid "Block public" +msgstr "一般公開をブロック" + +#: src/Module/Admin/Site.php:612 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "このサイトの一般公開済み個人ページを除き、すべてのページで非ログイン状態のアクセスをブロックするには、ここをチェックします。" + +#: src/Module/Admin/Site.php:613 +msgid "Force publish" +msgstr "公開を強制する" + +#: src/Module/Admin/Site.php:613 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "このサイトのすべてのプロフィールがサイトディレクトリにリストされるように強制するには、チェックします。" + +#: src/Module/Admin/Site.php:613 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります。" + +#: src/Module/Admin/Site.php:614 +msgid "Global directory URL" +msgstr "グローバルディレクトリURL" + +#: src/Module/Admin/Site.php:614 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "グローバルディレクトリへのURL。これが設定されていない場合、グローバルディレクトリはアプリケーションで全く利用できなくなります。" + +#: src/Module/Admin/Site.php:615 +msgid "Private posts by default for new users" +msgstr "新規ユーザー向けの 既定のプライベート投稿" + +#: src/Module/Admin/Site.php:615 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "すべての新しいメンバーの既定の投稿許可を、一般公開ではなく既定のプライバシーグループに設定します。" + +#: src/Module/Admin/Site.php:616 +msgid "Don't include post content in email notifications" +msgstr "メール通知に投稿本文を含めないでください" + +#: src/Module/Admin/Site.php:616 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "投稿/コメント/プライベートメッセージ/などの内容を含めないでください。プライバシー対策として、このサイトから送信される電子メール通知で。" + +#: src/Module/Admin/Site.php:617 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "アプリメニューにリストされているアドオンへの公開アクセスを許可しません。" + +#: src/Module/Admin/Site.php:617 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "このチェックボックスをオンにすると、アプリメニューにリストされているアドオンがメンバーのみに制限されます。" + +#: src/Module/Admin/Site.php:618 +msgid "Don't embed private images in posts" +msgstr "投稿にプライベート画像を埋め込まないでください" + +#: src/Module/Admin/Site.php:618 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "投稿内のローカルでホストされているプライベート写真を画像の埋め込みコピーで置き換えないでください。つまり、プライベート写真を含む投稿を受け取ったコンタクトは、各画像を認証して読み込む必要があり、時間がかかる場合があります。" + +#: src/Module/Admin/Site.php:619 +msgid "Explicit Content" +msgstr "明示的なコンテンツ" + +#: src/Module/Admin/Site.php:619 +msgid "" +"Set this to announce that your node is used mostly for explicit content that" +" might not be suited for minors. This information will be published in the " +"node information and might be used, e.g. by the global directory, to filter " +"your node from listings of nodes to join. Additionally a note about this " +"will be shown at the user registration page." +msgstr "これを設定して、このノードが主に未成年者には適さない可能性のある露骨なコンテンツを目的とすることを通知します。この情報はノード情報で公開され、たとえばグローバルディレクトリによって使用され、参加するノードのリストからノードをフィルタリングします。さらに、これに関するメモがユーザー登録ページに表示されます。" + +#: src/Module/Admin/Site.php:620 +msgid "Allow Users to set remote_self" +msgstr "ユーザーがremote_selfを設定できるようにする" + +#: src/Module/Admin/Site.php:620 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "これをチェックすると、すべてのユーザーがコンタクトの修復ダイアログですべてのコンタクトをremote_selfとしてマークできます。コンタクトにこのフラグを設定すると、ユーザーストリームでそのコンタクトのすべての投稿がミラーリングされます。" + +#: src/Module/Admin/Site.php:621 +msgid "Block multiple registrations" +msgstr "複数の登録をブロックする" + +#: src/Module/Admin/Site.php:621 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "ユーザーがページとして使用する追加のアカウントを登録できないようにします。" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID" +msgstr "OpenIDを無効にする" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID support for registration and logins." +msgstr "登録とログインのOpenIDサポートを無効にします。" + +#: src/Module/Admin/Site.php:623 +msgid "No Fullname check" +msgstr "氏名チェックなし" + +#: src/Module/Admin/Site.php:623 +msgid "" +"Allow users to register without a space between the first name and the last " +"name in their full name." +msgstr "ユーザーがフルネームの名と姓の間にスペースを入れずに登録できるようにします。" + +#: src/Module/Admin/Site.php:624 +msgid "Community pages for visitors" +msgstr "訪問者向けのコミュニティページ" + +#: src/Module/Admin/Site.php:624 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "訪問者が利用できるコミュニティページ。ローカルユーザーには常に両方のページが表示されます。" + +#: src/Module/Admin/Site.php:625 +msgid "Posts per user on community page" +msgstr "コミュニティページのユーザーごとの投稿" + +#: src/Module/Admin/Site.php:625 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"\"Global Community\")" +msgstr "コミュニティページのユーザーごとの投稿の最大数。 (「グローバルコミュニティ」には無効)" + +#: src/Module/Admin/Site.php:626 +msgid "Disable OStatus support" +msgstr "OStatusサポートを無効にする" + +#: src/Module/Admin/Site.php:626 +msgid "" +"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "組み込みのOStatus(StatusNet、GNU Socialなど)互換機能を無効にします。 OStatusの通信はすべて公開されているため、プライバシーに関する警告がときどき表示されます。" + +#: src/Module/Admin/Site.php:627 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatusサポートは、スレッドが有効な場合にのみ有効にできます。" + +#: src/Module/Admin/Site.php:629 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Friendicaがサブディレクトリにインストールされたため、Diasporaサポートを有効にできません。" + +#: src/Module/Admin/Site.php:630 +msgid "Enable Diaspora support" +msgstr "Diasporaサポートを有効にする" + +#: src/Module/Admin/Site.php:630 +msgid "Provide built-in Diaspora network compatibility." +msgstr "組み込みのDiasporaネットワーク互換機能を提供します。" + +#: src/Module/Admin/Site.php:631 +msgid "Only allow Friendica contacts" +msgstr "Friendicaコンタクトのみを許可する" + +#: src/Module/Admin/Site.php:631 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "すべてのコンタクトはFriendicaプロトコルを使用する必要があります。他のすべての組み込み通信プロトコルは無効です。" + +#: src/Module/Admin/Site.php:632 +msgid "Verify SSL" +msgstr "SSLを検証する" + +#: src/Module/Admin/Site.php:632 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "必要に応じて、厳密な証明書チェックをオンにすることができます。これは、自己署名SSLサイトに(まったく)接続できないことを意味します。" + +#: src/Module/Admin/Site.php:633 +msgid "Proxy user" +msgstr "プロキシユーザー" + +#: src/Module/Admin/Site.php:634 +msgid "Proxy URL" +msgstr "プロキシURL" + +#: src/Module/Admin/Site.php:635 +msgid "Network timeout" +msgstr "ネットワークタイムアウト" + +#: src/Module/Admin/Site.php:635 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "値は秒単位です。無制限の場合は0に設定します(推奨されません)。" + +#: src/Module/Admin/Site.php:636 +msgid "Maximum Load Average" +msgstr "最大負荷平均" + +#: src/Module/Admin/Site.php:636 +#, php-format +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." +msgstr "配信およびポーリングプロセス前の最大システム負荷は延期されます-デフォルトは%dです。" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum Load Average (Frontend)" +msgstr "最大負荷平均(フロントエンド)" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "フロントエンドがサービスを終了する前の最大システム負荷-デフォルト50" + +#: src/Module/Admin/Site.php:638 +msgid "Minimal Memory" +msgstr "最小限のメモリ" + +#: src/Module/Admin/Site.php:638 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "ワーカーの最小空きメモリ(MB)。 / proc / meminfoへのアクセスが必要-デフォルトは0(無効)。" + +#: src/Module/Admin/Site.php:639 +msgid "Maximum table size for optimization" +msgstr "最適化のための最大テーブルサイズ" + +#: src/Module/Admin/Site.php:639 +msgid "" +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." +msgstr "自動最適化の最大テーブルサイズ(MB)。 -1を入力して無効にします。" + +#: src/Module/Admin/Site.php:640 +msgid "Minimum level of fragmentation" +msgstr "断片化の最小レベル" + +#: src/Module/Admin/Site.php:640 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "自動最適化を開始する最小フラグメンテーションレベル-デフォルト値は30%です。" + +#: src/Module/Admin/Site.php:642 +msgid "Periodical check of global contacts" +msgstr "グローバルなコンタクトの定期的なチェック" + +#: src/Module/Admin/Site.php:642 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "有効にした場合、グローバルなコンタクトは定期的に、欠落または古いデータ、およびコンタクトとサーバーが引き続き有効かをチェックされます。" + +#: src/Module/Admin/Site.php:643 +msgid "Days between requery" +msgstr "再クエリの間隔" + +#: src/Module/Admin/Site.php:643 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "コンタクトについてサーバーが再照会されるまでの日数。" + +#: src/Module/Admin/Site.php:644 +msgid "Discover contacts from other servers" +msgstr "他のサーバーからコンタクトを発見する" + +#: src/Module/Admin/Site.php:644 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"\"Users\": the users on the remote system, \"Global Contacts\": active " +"contacts that are known on the system. The fallback is meant for Redmatrix " +"servers and older friendica servers, where global contacts weren't " +"available. The fallback increases the server load, so the recommended " +"setting is \"Users, Global Contacts\"." +msgstr "コンタクトについて定期的に他のサーバーを照会します。 \"Users \":リモートシステム上のユーザー、\"Global Contacts \":システム上で既知のアクティブなコンタクトから選択できます。フォールバックは、グローバルなコンタクトが利用できなかったRedmatrixサーバーおよび古いfriendicaサーバーを対象としています。フォールバックによりサーバーの負荷が増加するため、推奨設定は\"Users、Global Contacts \"です。" + +#: src/Module/Admin/Site.php:645 +msgid "Timeframe for fetching global contacts" +msgstr "グローバルなコンタクトを取得するための時間枠" + +#: src/Module/Admin/Site.php:645 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "探索がアクティベートされた際、この値は、他のサーバーからフェッチされるグローバルコンタクトのアクティビティの時間枠を定義します。" + +#: src/Module/Admin/Site.php:646 +msgid "Search the local directory" +msgstr "ローカルディレクトリを検索する" + +#: src/Module/Admin/Site.php:646 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "グローバルディレクトリではなくローカルディレクトリを検索します。ローカルで検索する場合、すべての検索はバックグラウンドでグローバルディレクトリで実行されます。これにより、同じ検索を繰り返した場合の検索結果が改善されます。" + +#: src/Module/Admin/Site.php:648 +msgid "Publish server information" +msgstr "サーバー情報を公開する" + +#: src/Module/Admin/Site.php:648 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "有効にすると、一般的なサーバーと使用状況データが公開されます。データには、サーバーの名前とバージョン、パブリックプロフィールを持つユーザーの数、投稿の数、およびアクティブ化されたプロトコルとコネクタが含まれます。詳細については、 the-federation.info をご覧ください。" + +#: src/Module/Admin/Site.php:650 +msgid "Check upstream version" +msgstr "アップストリームバージョンを確認する" + +#: src/Module/Admin/Site.php:650 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "githubで新しいFriendicaバージョンのチェックを有効にします。新しいバージョンがある場合は、管理パネルの概要で通知されます。" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress Tags" +msgstr "タグを非表示" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "投稿の最後にハッシュタグのリストを表示しないようにします。" + +#: src/Module/Admin/Site.php:652 +msgid "Clean database" +msgstr "データベースを消去" + +#: src/Module/Admin/Site.php:652 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "古いリモートアイテム、孤立したデータベースレコード、および古いコンテンツを他のヘルパーテーブルから削除します。" + +#: src/Module/Admin/Site.php:653 +msgid "Lifespan of remote items" +msgstr "リモートアイテムの寿命" + +#: src/Module/Admin/Site.php:653 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"remote items will be deleted. Own items, and marked or filed items are " +"always kept. 0 disables this behaviour." +msgstr "データベースのクリーンアップが有効な場合、これはリモートアイテムが削除されるまでの日数を定義します。自身のアイテム、およびマークまたはファイルされたアイテムは常に保持されます。 0はこの動作を無効にします。" + +#: src/Module/Admin/Site.php:654 +msgid "Lifespan of unclaimed items" +msgstr "請求されていないアイテムの寿命" + +#: src/Module/Admin/Site.php:654 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"unclaimed remote items (mostly content from the relay) will be deleted. " +"Default value is 90 days. Defaults to the general lifespan value of remote " +"items if set to 0." +msgstr "データベースのクリーンアップが有効になっている場合、これは、要求されていないリモートアイテム(主にリレーからのコンテンツ)が削除されるまでの日数を定義します。デフォルト値は90日です。 0に設定されている場合、リモートアイテムの一般的なライフスパン値がデフォルトになります。" + +#: src/Module/Admin/Site.php:655 +msgid "Lifespan of raw conversation data" +msgstr "Raw会話データの寿命" + +#: src/Module/Admin/Site.php:655 +msgid "" +"The conversation data is used for ActivityPub and OStatus, as well as for " +"debug purposes. It should be safe to remove it after 14 days, default is 90 " +"days." +msgstr "会話データは、ActivityPubおよびOStatusに使用されるほか、デバッグにも使用されます。 14日後に削除しても安全です。デフォルトは90日です。" + +#: src/Module/Admin/Site.php:656 +msgid "Path to item cache" +msgstr "アイテムキャッシュへのパス" + +#: src/Module/Admin/Site.php:656 +msgid "The item caches buffers generated bbcode and external images." +msgstr "アイテムは、生成されたbbcodeと外部画像のバッファーをキャッシュします。" + +#: src/Module/Admin/Site.php:657 +msgid "Cache duration in seconds" +msgstr "秒単位のキャッシュ期間" + +#: src/Module/Admin/Site.php:657 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "キャッシュファイルを保持する期間デフォルト値は86400秒(1日)です。アイテムキャッシュを無効にするには、値を-1に設定します。" + +#: src/Module/Admin/Site.php:658 +msgid "Maximum numbers of comments per post" +msgstr "投稿あたりのコメントの最大数" + +#: src/Module/Admin/Site.php:658 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "各投稿に表示されるコメントの数は?デフォルト値は100です。" + +#: src/Module/Admin/Site.php:659 +msgid "Temp path" +msgstr "一時パス" + +#: src/Module/Admin/Site.php:659 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Webサーバーがシステムの一時パスにアクセスできない制限されたシステムがある場合は、ここに別のパスを入力します。" + +#: src/Module/Admin/Site.php:660 +msgid "Disable picture proxy" +msgstr "画像プロキシを無効にする" + +#: src/Module/Admin/Site.php:660 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwidth." +msgstr "画像プロキシは、パフォーマンスとプライバシーを向上させます。帯域幅が非常に低いシステムでは使用しないでください。" + +#: src/Module/Admin/Site.php:661 +msgid "Only search in tags" +msgstr "タグでのみ検索" + +#: src/Module/Admin/Site.php:661 +msgid "On large systems the text search can slow down the system extremely." +msgstr "大規模なシステムでは、テキスト検索によりシステムの速度が著しく低下する可能性があります。" + +#: src/Module/Admin/Site.php:663 +msgid "New base url" +msgstr "新しいベースURL" + +#: src/Module/Admin/Site.php:663 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "このサーバーのベースURLを変更します。すべてのユーザーのFriendicaおよびDiaspora *のすべてのコンタクトに再配置メッセージを送信します。" + +#: src/Module/Admin/Site.php:665 +msgid "RINO Encryption" +msgstr "RINO暗号化" + +#: src/Module/Admin/Site.php:665 +msgid "Encryption layer between nodes." +msgstr "ノード間の暗号化レイヤー。" + +#: src/Module/Admin/Site.php:665 +msgid "Enabled" +msgstr "有効化" + +#: src/Module/Admin/Site.php:667 +msgid "Maximum number of parallel workers" +msgstr "並列ワーカーの最大数" + +#: src/Module/Admin/Site.php:667 +#, php-format +msgid "" +"On shared hosters set this to %d. On larger systems, values of %d are great." +" Default value is %d." +msgstr "共有ホスティング事業者では、これを%dに設定します。大規模なシステムでは、 %dの値は素晴らしいでしょう。既定の値は%dです。" + +#: src/Module/Admin/Site.php:668 +msgid "Don't use \"proc_open\" with the worker" +msgstr "ワーカーで\"proc_open \"を使用しないでください" + +#: src/Module/Admin/Site.php:668 +msgid "" +"Enable this if your system doesn't allow the use of \"proc_open\". This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "システムが\"proc_open \"の使用を許可していない場合、これを有効にします。これは、共有ホスティング事業者で発生する可能性があります。これが有効になっている場合、crontabでワーカー呼び出しの頻度を増やす必要があります。" + +#: src/Module/Admin/Site.php:669 +msgid "Enable fastlane" +msgstr "fastlaneを有効にする" + +#: src/Module/Admin/Site.php:669 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "有効にすると、優先度の高いプロセスが優先度の低いプロセスによってブロックされた場合、fastlaneメカニズムは追加のワーカーを開始します。" + +#: src/Module/Admin/Site.php:670 +msgid "Enable frontend worker" +msgstr "フロントエンドワーカーを有効にする" + +#: src/Module/Admin/Site.php:670 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed (e.g. messages being delivered). On smaller sites you might want " +"to call %s/worker on a regular basis via an external cron job. You should " +"only enable this option if you cannot utilize cron/scheduled jobs on your " +"server." +msgstr "有効にすると、バックエンドアクセスが実行されたときにワーカープロセスがトリガーされます(メッセージの配信など)。小規模なサイトでは、外部のcronジョブを介して定期的に%s / workerを呼び出したい場合があります。サーバーでcron /スケジュールされたジョブを利用できない場合にのみ、このオプションを有効にしてください。" + +#: src/Module/Admin/Site.php:672 +msgid "Subscribe to relay" +msgstr "リレーを購読する" + +#: src/Module/Admin/Site.php:672 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "リレーからの一般公開投稿の受信を有効にします。それらは、検索、サブスクライブされたタグ、およびグローバルコミュニティページに含まれます。" + +#: src/Module/Admin/Site.php:673 +msgid "Relay server" +msgstr "中継サーバー" + +#: src/Module/Admin/Site.php:673 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "公開投稿の送信先となる中継サーバーのアドレス。たとえば、https://relay.diasp.org" + +#: src/Module/Admin/Site.php:674 +msgid "Direct relay transfer" +msgstr "直接リレー転送" + +#: src/Module/Admin/Site.php:674 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "中継サーバーを使用せずに他のサーバーに直接転送できるようにします" + +#: src/Module/Admin/Site.php:675 +msgid "Relay scope" +msgstr "中継スコープ" + +#: src/Module/Admin/Site.php:675 +msgid "" +"Can be \"all\" or \"tags\". \"all\" means that every public post should be " +"received. \"tags\" means that only posts with selected tags should be " +"received." +msgstr "\"all \"または\"tags \"にすることができます。 「すべて」は、すべての一般公開投稿を受信することを意味します。 「タグ」は、選択したタグのある投稿のみを受信することを意味します。" + +#: src/Module/Admin/Site.php:675 +msgid "all" +msgstr "すべて" + +#: src/Module/Admin/Site.php:675 +msgid "tags" +msgstr "タグ" + +#: src/Module/Admin/Site.php:676 +msgid "Server tags" +msgstr "サーバータグ" + +#: src/Module/Admin/Site.php:676 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "\"tags \"サブスクリプションのタグのコンマ区切りリスト。" + +#: src/Module/Admin/Site.php:677 +msgid "Allow user tags" +msgstr "ユーザータグを許可する" + +#: src/Module/Admin/Site.php:677 +msgid "" +"If enabled, the tags from the saved searches will used for the \"tags\" " +"subscription in addition to the \"relay_server_tags\"." +msgstr "有効にすると、保存された検索のタグが、\"relay_server_tags \"に加えて\"tags \"サブスクリプションに使用されます。" + +#: src/Module/Admin/Site.php:680 +msgid "Start Relocation" +msgstr "再配置を開始" + +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "未知の" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "このページでは、Friendicaノードが属するフェデレーションソーシャルネットワークの既知の部分について統計を提供します。これらの数値は完全なものではなく、ノードが認識しているネットワークの部分のみを反映しています。" + +#: src/Module/Admin/Federation.php:182 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "自動検出されたコンタクトのディレクトリ機能は有効ではありません。それによりこのデータ一覧が改善されるばあいがあります。" + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "現在、このノードは %d ノードと、以下のプラットフォームからの登録ユーザー %d 人を認識しています:" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "オフ" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "に" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "機能 %s をロック" + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "追加機能を管理する" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "遅延ワーカーキューの詳細を見る" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "このページには、遅延ワーカージョブが一覧表示されます。これは、投入時に実行できなかったジョブです。" + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "ワーカーキューの詳細を見る" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "このページには、現在キューに入れられているワーカージョブが一覧表示されます。これらのジョブは、インストール中に設定したワーカーcronジョブによって処理されます。" + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "ジョブパラメータ" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "作成した" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "優先度" + +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "削除対象としてマークされたアイテム。" + +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "このアイテムを削除" + +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "このページでは、ノードからアイテムを削除できます。アイテムがトップレベルの投稿である場合、スレッド全体が削除されます。" + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "項目のGUIDを知る必要があります。たとえば、表示URLを調べることで見つけることができます。たとえば http://example.com/display/123456 の最後の部分がGUIDであり、ここでは123456です。" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "削除する項目のGUID。" + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "項目GUID" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "ログファイル ' %s ' は書き込みできません。ログ機能が使用できません。" + +#: src/Module/Admin/Logs/Settings.php:36 +msgid "Log settings updated." +msgstr "ログ設定が更新されました。" + +#: src/Module/Admin/Logs/Settings.php:55 +msgid "PHP log currently enabled." +msgstr "現在有効なPHPログ。" + +#: src/Module/Admin/Logs/Settings.php:57 +msgid "PHP log currently disabled." +msgstr "PHPログは現在無効になっています。" + +#: src/Module/Admin/Logs/Settings.php:66 +msgid "Clear" +msgstr "クリア" + +#: src/Module/Admin/Logs/Settings.php:70 +msgid "Enable Debugging" +msgstr "デバッグを有効にする" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "Log file" +msgstr "ログファイル" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Webサーバーから書き込み可能である必要があります。 Friendicaの最上位ディレクトリからの相対パス。" + +#: src/Module/Admin/Logs/Settings.php:72 +msgid "Log level" +msgstr "ログレベル" + +#: src/Module/Admin/Logs/Settings.php:74 +msgid "PHP logging" +msgstr "PHPロギング" + +#: src/Module/Admin/Logs/Settings.php:75 +msgid "" +"To temporarily enable logging of PHP errors and warnings you can prepend the" +" following to the index.php file of your installation. The filename set in " +"the 'error_log' line is relative to the friendica top-level directory and " +"must be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "PHPのエラーと警告のログを一時的に有効にするには、インストールのindex.phpファイルに次を追加します。 「error_log」行に設定されたファイル名は、Friendicaの最上位ディレクトリに関連しており、Webサーバーが書き込み可能である必要があります。 「log_errors」および「display_errors」のオプション「1」はこれらのオプションを有効にすることであり、「0」に設定すると無効になります。" + +#: src/Module/Admin/Logs/View.php:22 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
Check to see " +"if file %1$s exist and is readable." +msgstr "ログファイル %1$s を開こうとしてエラーが発生しました。
\nファイル%1$sが存在し、読み取り可能かどうかを確認してください。" + +#: src/Module/Admin/Logs/View.php:26 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
Check to see if file" +" %1$s is readable." +msgstr "ログファイル %1$s を開けませんでした。
\nファイル %1$s が読み取り可能かどうかを確認してください。" + +#: src/Module/Admin/Summary.php:32 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" +msgstr "DBは引き続きMyISAMテーブルで実行されます。エンジンタイプをInnoDBに変更する必要があります。 Friendicaは今後InnoDBのみの機能を使用するため、これを変更する必要があります。テーブルエンジンの変換に役立つガイドについては、こちらをご覧ください。 Friendicaインストールの php bin/console.php dbstructure toinnodb コマンドを使用して自動変換することもできます。
" + +#: src/Module/Admin/Summary.php:40 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "ダウンロード可能なFriendicaの新しいバージョンがあります。現在のバージョンは%1$s 、アップストリームバージョンは%2$sです。" + +#: src/Module/Admin/Summary.php:49 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "データベースの更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。" + +#: src/Module/Admin/Summary.php:53 +msgid "" +"The last update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear. (Some of the errors are possibly inside the logfile.)" +msgstr "最後の更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。 (エラーの一部は、おそらくログファイル内にあります。)" + +#: src/Module/Admin/Summary.php:58 +msgid "The worker was never executed. Please check your database structure!" +msgstr "ワーカーは実行されませんでした。データベース構造を確認してください!" + +#: src/Module/Admin/Summary.php:60 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "最後のワーカー実行は%s UTCでした。これは1時間以上前です。 crontabの設定を確認してください。" + +#: src/Module/Admin/Summary.php:65 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +".htconfig.php. See the Config help page for " +"help with the transition." +msgstr "Friendicaの設定はconfig/local.config.phpに保存されるようになりました。config/local-sample.config.phpをコピーし、設定を .htconfig.php から移動してください。移行のヘルプについては、 Configヘルプページをご覧ください。" + +#: src/Module/Admin/Summary.php:69 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." +msgstr "Friendicaの設定はconfig/local.config.phpに保存されるようになりました。config/ local-sample.config.phpをコピーして、設定を config / local.ini.php から移動してください。移行のヘルプについては、 Configヘルプページをご覧ください。" + +#: src/Module/Admin/Summary.php:75 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." +msgstr "システムで %s に到達できません。これは、サーバー間の通信を妨げる重大な構成の問題です。ヘルプについては、インストールページをご覧ください。" + +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "ログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )" + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "デバッグログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )" + +#: src/Module/Admin/Summary.php:125 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." +msgstr "Friendicaのsystem.basepathは '%s' から '%s' に更新されました。差異を避けるために、データベースからsystem.basepathを削除してください。" + +#: src/Module/Admin/Summary.php:133 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." +msgstr "Friendicaの現在のsystem.basepath '%s' は間違っています。構成ファイル '%s'は使用されていません。" + +#: src/Module/Admin/Summary.php:141 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." +msgstr "Friendicaの現在のsystem.basepath '%s'は、構成ファイル '%s'と等しくありません。設定を修正してください。" + +#: src/Module/Admin/Summary.php:148 +msgid "Normal Account" +msgstr "通常アカウント" + +#: src/Module/Admin/Summary.php:149 +msgid "Automatic Follower Account" +msgstr "自動フォロワーアカウント" + +#: src/Module/Admin/Summary.php:150 +msgid "Public Forum Account" +msgstr "公開フォーラムアカウント" + +#: src/Module/Admin/Summary.php:151 +msgid "Automatic Friend Account" +msgstr "自動友達アカウント" + +#: src/Module/Admin/Summary.php:152 +msgid "Blog Account" +msgstr "ブログアカウント" + +#: src/Module/Admin/Summary.php:153 +msgid "Private Forum Account" +msgstr "プライベートフォーラムアカウント" + +#: src/Module/Admin/Summary.php:173 +msgid "Message queues" +msgstr "メッセージキュー" + +#: src/Module/Admin/Summary.php:179 +msgid "Server Settings" +msgstr "サーバー設定" + +#: src/Module/Admin/Summary.php:193 +msgid "Summary" msgstr "概要" -#: src/Module/BaseAdminModule.php:79 -msgid "Configuration" -msgstr "構成" +#: src/Module/Admin/Summary.php:195 +msgid "Registered users" +msgstr "登録ユーザー" -#: src/Module/BaseAdminModule.php:87 -msgid "Database" -msgstr "データベース" +#: src/Module/Admin/Summary.php:197 +msgid "Pending registrations" +msgstr "保留中の登録" -#: src/Module/BaseAdminModule.php:88 -msgid "DB updates" -msgstr "DBの更新" +#: src/Module/Admin/Summary.php:198 +msgid "Version" +msgstr "バージョン" -#: src/Module/BaseAdminModule.php:89 -msgid "Inspect Deferred Workers" -msgstr "非同期実行ワーカーの検査" +#: src/Module/Admin/Summary.php:202 +msgid "Active addons" +msgstr "アクティブなアドオン" -#: src/Module/BaseAdminModule.php:90 -msgid "Inspect worker Queue" -msgstr "ワーカーキューの検査" +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" +msgstr "更新は正常にマークされました" -#: src/Module/BaseAdminModule.php:92 -msgid "Tools" -msgstr "道具" +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "データベース構造の更新 %s が正常に適用されました。" -#: src/Module/BaseAdminModule.php:93 -msgid "Contact Blocklist" -msgstr "コンタクトブロックリスト" +#: src/Module/Admin/DBSync.php:46 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "データベース構造の更新 %s は次のエラーで失敗しました: %s" -#: src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "サーバーブロックリスト" +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "次のエラーで %s の実行に失敗しました: %s" -#: src/Module/BaseAdminModule.php:101 -msgid "Diagnostics" -msgstr "診断" +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." +msgstr "更新 %s が正常に適用されました。" -#: src/Module/BaseAdminModule.php:102 -msgid "PHP Info" -msgstr "PHP情報" +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "更新 %s はステータスを返しませんでした。成功した場合は不明です。" -#: src/Module/BaseAdminModule.php:103 -msgid "probe address" -msgstr "プローブアドレス" +#: src/Module/Admin/DBSync.php:71 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "呼び出される必要のある機能 %s について追加の更新はありませんでした。" -#: src/Module/BaseAdminModule.php:104 -msgid "check webfinger" -msgstr "webfingerを確認してください" +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." +msgstr "失敗した更新はありません。" -#: src/Module/BaseAdminModule.php:105 -msgid "Item Source" -msgstr "アイテムソース" +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" +msgstr "データベース構造を確認する" -#: src/Module/BaseAdminModule.php:106 -msgid "Babel" -msgstr "Babel" +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" +msgstr "失敗した更新" -#: src/Module/BaseAdminModule.php:115 -msgid "Addon Features" -msgstr "アドオン機能" +#: src/Module/Admin/DBSync.php:98 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "これには、ステータスを返さなかった1139より前の更新は含まれません。" -#: src/Module/BaseAdminModule.php:116 -msgid "User registrations waiting for confirmation" -msgstr "確認待ちのユーザー登録" +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" +msgstr "成功をマークする(更新が手動で適用された場合)" -#: src/Module/BaseSearchModule.php:52 +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" +msgstr "この更新手順を自動的に実行しようとします" + +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." +msgstr "委任が正常に許可されました。" + +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "親ユーザーが見つからないか、利用できないか、パスワードが一致しません。" + +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "委任が正常に取り消されました。" + +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "委任された管理者は、委任権限を確認できますが、変更はできません。" + +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "移譲ユーザーが見つかりません。" + +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "親となるユーザが存在しません。" + +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "親パスワード:" + +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "リクエストの確認のため、親アカウントのパスワードを入力してください。" + +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "親ユーザ" + +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "親ユーザは、このアカウントについてアカウント設定を含む全ての権限を持ちます。 このアクセスを許可するユーザ名を再確認してください。" + +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "ベージの管理を移譲" + +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "移譲" + +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "移譲された人は、このアカウント/ページの管理について、基本的なアカウント設定を除いた、すべての権限を得ます。 完全に信頼していない人には、あなたの個人アカウントを移譲しないでください。" + +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "既存のページの移譲" + +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "移譲先の候補" + +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "削除" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "追加" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "エントリは有りません。" + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "アカウントのエクスポート" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "アカウント情報とコンタクトをエクスポートします。これを使用して、アカウントのバックアップを作成したり、別のサーバーに移動したりします。" + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "すべてエクスポート" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "アカウント情報、コンタクト、すべてのアイテムをjsonとしてエクスポートします。非常に大きなファイルになる可能性があり、時間がかかる可能性があります。これを使用して、アカウントの完全バックアップを作成します(写真はエクスポートされません)" + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "連絡先をCSV形式でエクスポート" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "フォローしているアカウントのリストをCSVファイルとしてエクスポートします。 マストドンなどに対応します。" + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "個人データのエクスポート" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "このページにアクセスするには、パスワードを入力してください。" + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "二要素認証が正常にアクティブ化されました。" + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "

または認証設定を手動で送信できます:

\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "二要素コード検証" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "

このQRコードを認証アプリでスキャンして、提供されたコードを送信してください。

" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "

または、モバイルデバイスで次のURLを開くことができます。

%s

" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "コードを確認し、二要素認証を有効にします" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "アプリ固有のパスワード生成に失敗しました:説明は空です。" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "アプリ固有のパスワード生成に失敗しました:この説明は既に存在します。" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "新しいアプリ固有のパスワードが生成されました。" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "アプリ固有のパスワードが正常に取り消されました。" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "アプリ固有のパスワードが正常に取り消されました。" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "二要素アプリ固有のパスワード" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "

アプリ固有のパスワードは、2要素認証をサポートしないサードパーティアプリケーションでアカウントを認証するために、通常のパスワードの代わりに使用されるランダムに生成されたパスワードです。

" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "今すぐ新しいアプリ固有のパスワードをコピーしてください。あなたは再びそれを見ることができなくなります!" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "説明" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "最終使用" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "取り消す" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "すべて取り消す" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "新しいアプリ固有のパスワードを生成するときは、すぐに使用する必要があります。生成後、一度表示されます。" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "新しいアプリ固有のパスワードを生成する" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "フェアフォン2のFriendiqa ..." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "生成する" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "二要素認証が正常に無効になりました。" + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "間違ったパスワード" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "

ログイン時にプロンプトが表示されたら、モバイルデバイスのアプリケーションを使用して2要素認証コードを取得します。

" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "認証アプリ" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "設定済み" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "設定されていません" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "

認証アプリの設定が完了していません。

" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "

認証アプリが正しく構成されています。

" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "回復コード" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "残りの有効なコード" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "

これらの使い捨てコードは、認証アプリのコードにアクセスできなくなった場合に、認証アプリのコードを置き換えることができます。

" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "アプリ固有のパスワード" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "生成されたアプリ固有のパスワード" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "

これらのランダムに生成されたパスワードを使用すると、2要素認証をサポートしていないアプリで認証できます。

" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "操作" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "現在のパスワード:" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "2要素認証設定を変更するには、現在のパスワードを入力する必要があります。" + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "二要素認証を有効にする" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "二要素認証を無効にする" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "復旧コードを表示" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "アプリ固有のパスワードを管理する" + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "アプリの構成を完了する" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "新しい回復コードが正常に生成されました。" + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "二要素回復コード" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "

リカバリコードは、デバイスへのアクセスを失い、二要素認証コードを受信できない場合にアカウントにアクセスするために使用できます。

これらを安全な場所に置いてください!デバイスを紛失し、復旧コードをお持ちでない場合、アカウントにアクセスできなくなります。

" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "新しい回復コードを生成する場合、新しいコードをコピーする必要があります。古いコードはもう機能しません。" + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "新しい回復コードを生成する" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "次:検証" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "そのメソッドは許可されていません。" + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 +msgid "Page not found." +msgstr "ページが見つかりません。" + +#: src/Module/BaseSearchModule.php:54 #, php-format msgid "People Search - %s" -msgstr "人の検索- %s" +msgstr "人を検索- %s" -#: src/Module/BaseSearchModule.php:62 +#: src/Module/BaseSearchModule.php:64 #, php-format msgid "Forum Search - %s" msgstr "フォーラム検索- %s" -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "このページにはurlパラメーターがありません。" +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "一致する項目がありません" -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "投稿が作成されました" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "アプリケーションがインストールされていません。" -#: src/Module/Contact.php:72 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%dコンタクトを編集しました。" +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "アプリケーション" -#: src/Module/Contact.php:99 -msgid "Could not access contact record." -msgstr "コンタクトレコードにアクセスできませんでした。" +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "クレジット" -#: src/Module/Contact.php:109 -msgid "Could not locate selected profile." -msgstr "選択したプロフィールが見つかりませんでした。" - -#: src/Module/Contact.php:141 -msgid "Contact updated." -msgstr "コンタクトが更新されました。" - -#: src/Module/Contact.php:393 -msgid "Contact not found" -msgstr "コンタクトが見つかりません" - -#: src/Module/Contact.php:412 -msgid "Contact has been blocked" -msgstr "コンタクトがブロックされました" - -#: src/Module/Contact.php:412 -msgid "Contact has been unblocked" -msgstr "コンタクトのブロックが解除されました" - -#: src/Module/Contact.php:422 -msgid "Contact has been ignored" -msgstr "コンタクトは無視されました" - -#: src/Module/Contact.php:422 -msgid "Contact has been unignored" -msgstr "コンタクトは無視されていません" - -#: src/Module/Contact.php:432 -msgid "Contact has been archived" -msgstr "コンタクトがアーカイブされました" - -#: src/Module/Contact.php:432 -msgid "Contact has been unarchived" -msgstr "コンタクトのアーカイブを解除しました" - -#: src/Module/Contact.php:456 -msgid "Drop contact" -msgstr "コンタクトを削除" - -#: src/Module/Contact.php:459 src/Module/Contact.php:823 -msgid "Do you really want to delete this contact?" -msgstr "このコンタクトを本当に削除しますか?" - -#: src/Module/Contact.php:473 -msgid "Contact has been removed." -msgstr "コンタクトは削除されました。" - -#: src/Module/Contact.php:503 -#, php-format -msgid "You are mutual friends with %s" -msgstr "あなたは%sと共通の友達です" - -#: src/Module/Contact.php:508 -#, php-format -msgid "You are sharing with %s" -msgstr "%sと共有しています" - -#: src/Module/Contact.php:513 -#, php-format -msgid "%s is sharing with you" -msgstr "%sはあなたと共有しています" - -#: src/Module/Contact.php:537 -msgid "Private communications are not available for this contact." -msgstr "このコンタクトへのプライベート通信は利用できません。" - -#: src/Module/Contact.php:539 -msgid "Never" -msgstr "決してしない" - -#: src/Module/Contact.php:542 -msgid "(Update was successful)" -msgstr "(更新は成功しました)" - -#: src/Module/Contact.php:542 -msgid "(Update was not successful)" -msgstr "(更新は成功しませんでした)" - -#: src/Module/Contact.php:544 src/Module/Contact.php:1057 -msgid "Suggest friends" -msgstr "友人のおすすめ" - -#: src/Module/Contact.php:548 -#, php-format -msgid "Network type: %s" -msgstr "ネットワークの種類: %s" - -#: src/Module/Contact.php:553 -msgid "Communications lost with this contact!" -msgstr "このコンタクトとの通信が失われました!" - -#: src/Module/Contact.php:559 -msgid "Fetch further information for feeds" -msgstr "フィードの詳細情報を取得する" - -#: src/Module/Contact.php:561 +#: src/Module/Credits.php:26 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 "フィードアイテムからプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィードアイテムのメタヘッダーから取得され、ハッシュタグとして投稿されます。" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendicaはコミュニティプロジェクトであり、多くの人々の助けがなければ不可能です。以下は、Friendicaのコードまたは翻訳に貢献した人のリストです。皆さん、ありがとうございました!" -#: src/Module/Contact.php:564 -msgid "Fetch information" -msgstr "情報を取得する" +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "ログアウトしました。" -#: src/Module/Contact.php:565 -msgid "Fetch keywords" -msgstr "キーワードを取得する" +#: src/Module/Group.php:42 +msgid "Group created." +msgstr "グループが作成されました。" -#: src/Module/Contact.php:566 -msgid "Fetch information and keywords" -msgstr "情報とキーワードを取得する" +#: src/Module/Group.php:48 +msgid "Could not create group." +msgstr "グループを作成できませんでした。" -#: src/Module/Contact.php:585 -msgid "Profile Visibility" -msgstr "プロフィールの可視性" +#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 +msgid "Group not found." +msgstr "グループが見つかりません。" -#: src/Module/Contact.php:586 -msgid "Contact Information / Notes" -msgstr "コンタクト/メモ" +#: src/Module/Group.php:65 +msgid "Group name changed." +msgstr "グループ名が変更されました。" -#: src/Module/Contact.php:587 -msgid "Contact Settings" -msgstr "コンタクト設定" +#: src/Module/Group.php:87 +msgid "Unknown group." +msgstr "不明なグループ。" -#: src/Module/Contact.php:596 -msgid "Contact" -msgstr "コンタクト" +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "コンタクトが見つかりません。" -#: src/Module/Contact.php:600 +#: src/Module/Group.php:96 +msgid "Contact is unavailable." +msgstr "コンタクトは利用できません。" + +#: src/Module/Group.php:100 +msgid "Contact is deleted." +msgstr "コンタクトが削除されます。" + +#: src/Module/Group.php:106 +msgid "Contact is blocked, unable to add it to a group." +msgstr "コンタクトはブロックされているため、グループに追加できません。" + +#: src/Module/Group.php:110 +msgid "Unable to add the contact to the group." +msgstr "グループにコンタクトを追加できません。" + +#: src/Module/Group.php:112 +msgid "Contact successfully added to group." +msgstr "グループにコンタクトを追加しました。" + +#: src/Module/Group.php:116 +msgid "Unable to remove the contact from the group." +msgstr "グループからコンタクトを削除できません。" + +#: src/Module/Group.php:118 +msgid "Contact successfully removed from group." +msgstr "グループからコンタクトを削除しました。" + +#: src/Module/Group.php:121 +msgid "Unknown group command." +msgstr "不明なグループコマンド。" + +#: src/Module/Group.php:124 +msgid "Bad request." +msgstr "要求の形式が正しくありません。" + +#: src/Module/Group.php:163 +msgid "Save Group" +msgstr "グループを保存" + +#: src/Module/Group.php:164 +msgid "Filter" +msgstr "フィルタ" + +#: src/Module/Group.php:170 +msgid "Create a group of contacts/friends." +msgstr "コンタクト/友人のグループを作成します。" + +#: src/Module/Group.php:212 +msgid "Group removed." +msgstr "グループが削除されました。" + +#: src/Module/Group.php:214 +msgid "Unable to remove group." +msgstr "グループを削除できません。" + +#: src/Module/Group.php:265 +msgid "Delete Group" +msgstr "グループを削除" + +#: src/Module/Group.php:275 +msgid "Edit Group Name" +msgstr "グループ名を編集" + +#: src/Module/Group.php:285 +msgid "Members" +msgstr "会員" + +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "グループは空です" + +#: src/Module/Group.php:301 +msgid "Remove contact from group" +msgstr "グループからコンタクトを削除" + +#: src/Module/Group.php:321 mod/profperm.php:119 +msgid "Click on a contact to add or remove." +msgstr "コンタクトをクリックして追加・削除" + +#: src/Module/Group.php:335 +msgid "Add contact to group" +msgstr "グループにコンタクトを追加" + +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "コンタクトなし。" + +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "ログインしているユーザーのみがプローブを実行できます。" + +#: src/Module/Debug/Localtime.php:30 +msgid "Time Conversion" +msgstr "時間変換" + +#: src/Module/Debug/Localtime.php:31 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendicaは、未知のタイムゾーンで他のネットワークや友人とイベントを共有するためにこのサービスを提供します。" + +#: src/Module/Debug/Localtime.php:32 #, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "プロフィールを安全に表示するときに、 %sに表示するプロフィールを選択してください。" +msgid "UTC time: %s" +msgstr "UTC時間: %s" -#: src/Module/Contact.php:602 -msgid "Their personal note" -msgstr "彼らの個人的なメモ" - -#: src/Module/Contact.php:604 -msgid "Edit contact notes" -msgstr "コンタクトメモを編集する" - -#: src/Module/Contact.php:607 src/Module/Contact.php:1023 -#: src/Module/Profile/Contacts.php:93 +#: src/Module/Debug/Localtime.php:35 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "%sのプロフィール[ %s ]を開く" +msgid "Current timezone: %s" +msgstr "現在のタイムゾーン: %s" -#: src/Module/Contact.php:608 -msgid "Block/Unblock contact" -msgstr "コンタクトのブロック/ブロック解除" +#: src/Module/Debug/Localtime.php:39 +#, php-format +msgid "Converted localtime: %s" +msgstr "変換された現地時間: %s" -#: src/Module/Contact.php:609 -msgid "Ignore contact" -msgstr "コンタクトを無視" - -#: src/Module/Contact.php:610 -msgid "Repair URL settings" -msgstr "修復URL設定" - -#: src/Module/Contact.php:611 -msgid "View conversations" -msgstr "会話を見る" - -#: src/Module/Contact.php:616 -msgid "Last update:" -msgstr "最後の更新:" - -#: src/Module/Contact.php:618 -msgid "Update public posts" -msgstr "一般公開の投稿を更新" - -#: src/Module/Contact.php:620 src/Module/Contact.php:1067 -msgid "Update now" -msgstr "今すぐアップデート" - -#: src/Module/Contact.php:624 src/Module/Contact.php:828 -#: src/Module/Contact.php:1084 -msgid "Unignore" -msgstr "無視しない" - -#: src/Module/Contact.php:628 -msgid "Currently blocked" -msgstr "現在ブロックされています" - -#: src/Module/Contact.php:629 -msgid "Currently ignored" -msgstr "現在無視されます" - -#: src/Module/Contact.php:630 -msgid "Currently archived" -msgstr "現在アーカイブ済み" - -#: src/Module/Contact.php:631 -msgid "Awaiting connection acknowledge" -msgstr "接続確認応答待ち" - -#: src/Module/Contact.php:632 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "一般公開の投稿への返信・いいねは、引き続き表示される場合があります" - -#: src/Module/Contact.php:633 -msgid "Notification for new posts" -msgstr "新しい投稿の通知" - -#: src/Module/Contact.php:633 -msgid "Send a notification of every new post of this contact" -msgstr "このコンタクトの新しい投稿ごとに通知を送信する" - -#: src/Module/Contact.php:635 -msgid "Blacklisted keywords" -msgstr "ブラックリストに登録されたキーワード" - -#: src/Module/Contact.php:635 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト" - -#: src/Module/Contact.php:652 src/Module/Settings/TwoFactor/Index.php:111 -msgid "Actions" -msgstr "行動" - -#: src/Module/Contact.php:697 -msgid "Show all contacts" -msgstr "すべてのコンタクトを表示" - -#: src/Module/Contact.php:702 src/Module/Contact.php:804 -msgid "Blocked" -msgstr "ブロックされました" - -#: src/Module/Contact.php:705 -msgid "Only show blocked contacts" -msgstr "ブロックされたコンタクトのみを表示" - -#: src/Module/Contact.php:710 src/Module/Contact.php:806 -msgid "Ignored" -msgstr "無視された" - -#: src/Module/Contact.php:713 -msgid "Only show ignored contacts" -msgstr "無視されたコンタクトのみを表示" - -#: src/Module/Contact.php:718 src/Module/Contact.php:807 -msgid "Archived" -msgstr "アーカイブ済み" - -#: src/Module/Contact.php:721 -msgid "Only show archived contacts" -msgstr "アーカイブされたコンタクトのみを表示" - -#: src/Module/Contact.php:726 src/Module/Contact.php:805 -msgid "Hidden" -msgstr "非表示" - -#: src/Module/Contact.php:729 -msgid "Only show hidden contacts" -msgstr "非表示のコンタクトのみを表示" - -#: src/Module/Contact.php:737 -msgid "Organize your contact groups" -msgstr "コンタクトグループを整理する" - -#: src/Module/Contact.php:818 -msgid "Search your contacts" -msgstr "コンタクトを検索する" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1093 -msgid "Archive" -msgstr "アーカイブ" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1093 -msgid "Unarchive" -msgstr "アーカイブ解除" - -#: src/Module/Contact.php:832 -msgid "Batch Actions" -msgstr "バッチアクション" - -#: src/Module/Contact.php:859 -msgid "Conversations started by this contact" -msgstr "このコンタクトが開始した会話" - -#: src/Module/Contact.php:864 -msgid "Posts and Comments" -msgstr "投稿とコメント" - -#: src/Module/Contact.php:887 -msgid "View all contacts" -msgstr "すべてのコンタクトを表示" - -#: src/Module/Contact.php:898 -msgid "View all common friends" -msgstr "一般的な友達をすべて表示" - -#: src/Module/Contact.php:908 -msgid "Advanced Contact Settings" -msgstr "高度なコンタクト設定" - -#: src/Module/Contact.php:990 -msgid "Mutual Friendship" -msgstr "相互の友情" - -#: src/Module/Contact.php:995 -msgid "is a fan of yours" -msgstr "あなたのファンです" - -#: src/Module/Contact.php:1000 -msgid "you are a fan of" -msgstr "あなたはファンです" - -#: src/Module/Contact.php:1024 -msgid "Edit contact" -msgstr "コンタクトを編集" - -#: src/Module/Contact.php:1078 -msgid "Toggle Blocked status" -msgstr "ブロック状態の切り替え" - -#: src/Module/Contact.php:1086 -msgid "Toggle Ignored status" -msgstr "無視ステータスの切り替え" - -#: src/Module/Contact.php:1095 -msgid "Toggle Archive status" -msgstr "アーカイブステータスの切り替え" - -#: src/Module/Contact.php:1103 -msgid "Delete contact" -msgstr "コンタクトを削除" +#: src/Module/Debug/Localtime.php:43 +msgid "Please select your timezone:" +msgstr "タイムゾーンを選択してください:" #: src/Module/Debug/Babel.php:32 msgid "Source input" @@ -9159,6 +6972,12 @@ msgstr "マークダウン" msgid "HTML" msgstr "HTML" +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "アクセスが拒否されました。" + #: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 msgid "You must be logged in to use this module" msgstr "このモジュールを使用するにはログインする必要があります" @@ -9167,1051 +6986,15 @@ msgstr "このモジュールを使用するにはログインする必要があ msgid "Source URL" msgstr "ソースURL" -#: src/Module/Debug/Localtime.php:30 -msgid "Time Conversion" -msgstr "時間変換" - -#: src/Module/Debug/Localtime.php:31 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendicaは、未知のタイムゾーンで他のネットワークや友人とイベントを共有するためにこのサービスを提供します。" - -#: src/Module/Debug/Localtime.php:32 -#, php-format -msgid "UTC time: %s" -msgstr "UTC時間: %s" - -#: src/Module/Debug/Localtime.php:35 -#, php-format -msgid "Current timezone: %s" -msgstr "現在のタイムゾーン: %s" - -#: src/Module/Debug/Localtime.php:39 -#, php-format -msgid "Converted localtime: %s" -msgstr "変換された現地時間: %s" - -#: src/Module/Debug/Localtime.php:43 -msgid "Please select your timezone:" -msgstr "タイムゾーンを選択してください:" - -#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "ログインしているユーザーのみがプローブを実行できます。" - #: src/Module/Debug/Probe.php:35 msgid "Lookup address" msgstr "ルックアップアドレス" -#: src/Module/Directory.php:61 -msgid "No entries (some entries may be hidden)." -msgstr "エントリなし(一部のエントリは非表示になる場合があります)" - -#: src/Module/Directory.php:80 -msgid "Find on this site" -msgstr "このサイトで見つける" - -#: src/Module/Directory.php:82 -msgid "Results for:" -msgstr "の結果:" - -#: src/Module/Directory.php:84 -msgid "Site Directory" -msgstr "サイトディレクトリ" - -#: src/Module/Filer/SaveTag.php:39 -#, php-format -msgid "Filetag %s saved to item" -msgstr "ファイルタグ%sがアイテムに保存されました" - -#: src/Module/Filer/SaveTag.php:48 -msgid "- select -" -msgstr "-選択-" - -#: src/Module/FollowConfirm.php:37 -msgid "No given contact." -msgstr "コンタクトなし。" - -#: src/Module/Friendica.php:40 -msgid "Installed addons/apps:" -msgstr "インストールされたアドオン/アプリ:" - -#: src/Module/Friendica.php:45 -msgid "No installed addons/apps" -msgstr "アドオン/アプリがインストールされていません" - -#: src/Module/Friendica.php:50 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "このノードの利用規約について読んでください。" - -#: src/Module/Friendica.php:57 -msgid "On this server the following remote servers are blocked." -msgstr "このサーバーでは、次のリモートサーバーがブロックされています。" - -#: src/Module/Friendica.php:75 -#, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." -msgstr "これは、Webロケーション%s実行されているFriendicaバージョン%sです。データベースのバージョンは%s 、更新後のバージョンは%sです。" - -#: src/Module/Friendica.php:80 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Friendicaプロジェクトの詳細については、 Friendi.ca をご覧ください。" - -#: src/Module/Friendica.php:81 -msgid "Bug reports and issues: please visit" -msgstr "バグレポートと問題:をご覧ください" - -#: src/Module/Friendica.php:81 -msgid "the bugtracker at github" -msgstr "githubのバグトラッカー" - -#: src/Module/Friendica.php:82 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。" - -#: src/Module/Group.php:42 -msgid "Group created." -msgstr "グループが作成されました。" - -#: src/Module/Group.php:48 -msgid "Could not create group." -msgstr "グループを作成できませんでした。" - -#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 -msgid "Group not found." -msgstr "グループが見つかりません。" - -#: src/Module/Group.php:65 -msgid "Group name changed." -msgstr "グループ名が変更されました。" - -#: src/Module/Group.php:87 -msgid "Unknown group." -msgstr "不明なグループ。" - -#: src/Module/Group.php:96 -msgid "Contact is unavailable." -msgstr "コンタクトは利用できません。" - -#: src/Module/Group.php:100 -msgid "Contact is deleted." -msgstr "コンタクトが削除されます。" - -#: src/Module/Group.php:106 -msgid "Contact is blocked, unable to add it to a group." -msgstr "コンタクトはブロックされているため、グループに追加できません。" - -#: src/Module/Group.php:110 -msgid "Unable to add the contact to the group." -msgstr "グループにコンタクトを追加できません。" - -#: src/Module/Group.php:112 -msgid "Contact successfully added to group." -msgstr "グループにコンタクトを追加しました。" - -#: src/Module/Group.php:116 -msgid "Unable to remove the contact from the group." -msgstr "グループからコンタクトを削除できません。" - -#: src/Module/Group.php:118 -msgid "Contact successfully removed from group." -msgstr "グループからコンタクトを削除しました。" - -#: src/Module/Group.php:121 -msgid "Unknown group command." -msgstr "不明なグループコマンド。" - -#: src/Module/Group.php:124 -msgid "Bad request." -msgstr "要求の形式が正しくありません。" - -#: src/Module/Group.php:163 -msgid "Save Group" -msgstr "グループを保存" - -#: src/Module/Group.php:164 -msgid "Filter" -msgstr "フィルタ" - -#: src/Module/Group.php:170 -msgid "Create a group of contacts/friends." -msgstr "コンタクト/友人のグループを作成します。" - -#: src/Module/Group.php:212 -msgid "Group removed." -msgstr "グループが削除されました。" - -#: src/Module/Group.php:214 -msgid "Unable to remove group." -msgstr "グループを削除できません。" - -#: src/Module/Group.php:265 -msgid "Delete Group" -msgstr "グループを削除" - -#: src/Module/Group.php:275 -msgid "Edit Group Name" -msgstr "グループ名を編集" - -#: src/Module/Group.php:285 -msgid "Members" -msgstr "会員" - -#: src/Module/Group.php:301 -msgid "Remove contact from group" -msgstr "グループからコンタクトを削除" - -#: src/Module/Group.php:335 -msgid "Add contact to group" -msgstr "グループにコンタクトを追加" - -#: src/Module/Help.php:43 -msgid "Help:" -msgstr "助けて:" - -#: src/Module/Home.php:42 +#: src/Module/Home.php:34 #, php-format msgid "Welcome to %s" msgstr "%sへようこそ" -#: src/Module/Install.php:160 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server-セットアップ" - -#: src/Module/Install.php:171 -msgid "System check" -msgstr "システムチェック" - -#: src/Module/Install.php:176 -msgid "Check again" -msgstr "再び確かめる" - -#: src/Module/Install.php:191 -msgid "Base settings" -msgstr "基本設定" - -#: src/Module/Install.php:198 -msgid "Host name" -msgstr "ホスト名" - -#: src/Module/Install.php:200 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "決定されたホスト名が正しくない場合、このフィールドを上書きします。そうでない場合はそのままにします。" - -#: src/Module/Install.php:203 -msgid "Base path to installation" -msgstr "インストールへの基本パス" - -#: src/Module/Install.php:205 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "システムがインストールへの正しいパスを検出できない場合は、ここに正しいパスを入力します。この設定は、制限されたシステムとWebルートへのシンボリックリンクを使用している場合にのみ設定する必要があります。" - -#: src/Module/Install.php:208 -msgid "Sub path of the URL" -msgstr "URLのサブパス" - -#: src/Module/Install.php:210 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "サブパスの決定が正しくない場合はこのフィールドを上書きし、そうでない場合はそのままにしておきます。このフィールドを空白のままにすると、サブパスなしでベースURLにインストールされます。" - -#: src/Module/Install.php:221 -msgid "Database connection" -msgstr "データベース接続" - -#: src/Module/Install.php:222 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Friendicaをインストールするには、データベースへの接続方法を知る必要があります。" - -#: src/Module/Install.php:223 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "これらの設定について質問がある場合は、ホスティングプロバイダーまたはサイト管理者にお問い合わせください。" - -#: src/Module/Install.php:224 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "以下で指定するデータベースはすでに存在している必要があります。存在しない場合は、続行する前に作成してください。" - -#: src/Module/Install.php:231 -msgid "Database Server Name" -msgstr "データベースサーバー名" - -#: src/Module/Install.php:236 -msgid "Database Login Name" -msgstr "データベースのログイン名" - -#: src/Module/Install.php:242 -msgid "Database Login Password" -msgstr "データベースログインパスワード" - -#: src/Module/Install.php:244 -msgid "For security reasons the password must not be empty" -msgstr "セキュリティ上の理由から、パスワードを空にしないでください" - -#: src/Module/Install.php:247 -msgid "Database Name" -msgstr "データベース名" - -#: src/Module/Install.php:251 src/Module/Install.php:280 -msgid "Please select a default timezone for your website" -msgstr "ウェブサイトのデフォルトのタイムゾーンを選択してください" - -#: src/Module/Install.php:265 -msgid "Site settings" -msgstr "サイト設定" - -#: src/Module/Install.php:275 -msgid "Site administrator email address" -msgstr "サイト管理者のメールアドレス" - -#: src/Module/Install.php:277 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "ウェブ管理パネルを使用するには、アカウントのメールアドレスがこれと一致する必要があります。" - -#: src/Module/Install.php:284 -msgid "System Language:" -msgstr "システム言語:" - -#: src/Module/Install.php:286 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Friendicaインストールインターフェイスのデフォルト言語を設定し、メールを送信します。" - -#: src/Module/Install.php:298 -msgid "Your Friendica site database has been installed." -msgstr "Friendicaサイトデータベースがインストールされました。" - -#: src/Module/Install.php:306 -msgid "Installation finished" -msgstr "インストール完了" - -#: src/Module/Install.php:328 -msgid "

What next

" -msgstr "

次は何でしょうか

" - -#: src/Module/Install.php:329 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "重要:ワーカーのスケジュールされたタスクを[手動で]設定する必要があります。" - -#: src/Module/Install.php:332 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "新しいFriendicaノード登録ページに移動して、新しいユーザーとして登録します。管理者の電子メールとして入力したものと同じ電子メールを使用することを忘れないでください。これにより、サイト管理者パネルに入ることができます。" - -#: src/Module/Invite.php:37 -msgid "Total invitation limit exceeded." -msgstr "合計招待制限を超えました。" - -#: src/Module/Invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s :有効なメールアドレスではありません。" - -#: src/Module/Invite.php:87 -msgid "Please join us on Friendica" -msgstr "Friendicaにご参加ください" - -#: src/Module/Invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "招待制限を超えました。サイト管理者に連絡してください。" - -#: src/Module/Invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s :メッセージの配信に失敗しました。" - -#: src/Module/Invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%dメッセージを送信しました。" - -#: src/Module/Invite.php:122 -msgid "You have no more invitations available" -msgstr "利用可能な招待はもうありません" - -#: src/Module/Invite.php:129 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "参加できる公開サイトのリストについては、 %sにアクセスしてください。他のサイトのFriendicaメンバーは、他の多くのソーシャルネットワークのメンバーと同様に、お互いに接続できます。" - -#: src/Module/Invite.php:131 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "この招待を受け入れるには、 %sまたはその他の公開Friendica Webサイトにアクセスして登録してください。" - -#: src/Module/Invite.php:132 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。参加できるFriendicaサイトのリストについては、 %sをご覧ください。" - -#: src/Module/Invite.php:136 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "申し訳ございません。このシステムは現在、他の公開サイトに接続したり、メンバーを招待するようには構成されていません。" - -#: src/Module/Invite.php:139 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。" - -#: src/Module/Invite.php:138 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "この招待を受け入れるには、 %sアクセスして登録してください。" - -#: src/Module/Invite.php:146 -msgid "Send invitations" -msgstr "招待状を送信する" - -#: src/Module/Invite.php:147 -msgid "Enter email addresses, one per line:" -msgstr "電子メールアドレスを1行に1つずつ入力します。" - -#: src/Module/Invite.php:151 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Friendicaで私や他の親しい友人と一緒に参加してください。より良いソーシャルWebの作成を手伝ってください。" - -#: src/Module/Invite.php:153 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "この招待コードを提供する必要があります:$ invite_code" - -#: src/Module/Invite.php:153 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "登録したら、次のプロフィールページから接続してください。" - -#: src/Module/Invite.php:155 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "Friendicaプロジェクトの詳細と、それが重要だと感じる理由については、http://friendi.caをご覧ください。" - -#: src/Module/Item/Compose.php:30 -msgid "Please enter a post body." -msgstr "投稿本文を入力してください。" - -#: src/Module/Item/Compose.php:43 -msgid "This feature is only available with the frio theme." -msgstr "この機能は、frioテーマでのみ使用可能です。" - -#: src/Module/Item/Compose.php:63 -msgid "Compose new personal note" -msgstr "新しい個人メモを作成する" - -#: src/Module/Item/Compose.php:70 -msgid "Compose new post" -msgstr "新しい投稿を作成" - -#: src/Module/Item/Compose.php:190 -msgid "Clear the location" -msgstr "場所をクリアする" - -#: src/Module/Item/Compose.php:191 -msgid "Location services are unavailable on your device" -msgstr "デバイスで位置情報サービスを利用できません" - -#: src/Module/Item/Compose.php:192 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" -msgstr "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください" - -#: src/Module/Item/Compose.php:196 -msgid "Public" -msgstr "一般公開" - -#: src/Module/Item/Compose.php:197 -msgid "" -"This post will be sent to all your followers and can be seen in the " -"community pages and by anyone with its link." -msgstr "この投稿はすべてのフォロワーに送信され、コミュニティページやリンクを知っている誰でも閲覧できます。" - -#: src/Module/Item/Compose.php:198 -msgid "Limited/Private" -msgstr "限定/プライベート" - -#: src/Module/Item/Compose.php:199 -msgid "" -"This post will be sent only to the people in the first box, to the exception" -" of the people mentioned in the second box. It won't appear anywhere public." -msgstr "この投稿は、2番目のボックスに記載されている人を除き、最初のボックスの人にのみ送信されます。公開の場所には表示されません。" - -#: src/Module/Login.php:286 -msgid "Create a New Account" -msgstr "新しいアカウントを作成する" - -#: src/Module/Login.php:319 -msgid "Password: " -msgstr "パスワード:" - -#: src/Module/Login.php:320 -msgid "Remember me" -msgstr "私を覚えてますか" - -#: src/Module/Login.php:323 -msgid "Or login using OpenID: " -msgstr "または、OpenIDを使用してログインします。" - -#: src/Module/Login.php:329 -msgid "Forgot your password?" -msgstr "パスワードをお忘れですか?" - -#: src/Module/Login.php:332 -msgid "Website Terms of Service" -msgstr "ウェブサイト利用規約" - -#: src/Module/Login.php:333 -msgid "terms of service" -msgstr "利用規約" - -#: src/Module/Login.php:335 -msgid "Website Privacy Policy" -msgstr "ウェブサイトのプライバシーポリシー" - -#: src/Module/Login.php:336 -msgid "privacy policy" -msgstr "個人情報保護方針" - -#: src/Module/Logout.php:38 -msgid "Logged out." -msgstr "ログアウトしました。" - -#: src/Module/Maintenance.php:29 -msgid "System down for maintenance" -msgstr "メンテナンスのためのシステムダウン" - -#: src/Module/PageNotFound.php:13 -msgid "Page not found." -msgstr "ページが見つかりません。" - -#: src/Module/Photo.php:87 -#, php-format -msgid "Invalid photo with id %s." -msgstr "ID %s の写真が無効です。" - -#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 -msgid "User not found." -msgstr "ユーザーが見つかりません。" - -#: src/Module/Profile/Contacts.php:78 -msgid "No contacts." -msgstr "コンタクトはありません。" - -#: src/Module/Profile/Contacts.php:112 -#, php-format -msgid "Follower (%s)" -msgid_plural "Followers (%s)" -msgstr[0] "フォロワー( %s )" - -#: src/Module/Profile/Contacts.php:113 -#, php-format -msgid "Following (%s)" -msgid_plural "Following (%s)" -msgstr[0] "フォロー中( %s )" - -#: src/Module/Profile/Contacts.php:114 -#, php-format -msgid "Mutual friend (%s)" -msgid_plural "Mutual friends (%s)" -msgstr[0] "相互の友人( %s )" - -#: src/Module/Profile/Contacts.php:116 -#, php-format -msgid "Contact (%s)" -msgid_plural "Contacts (%s)" -msgstr[0] "コンタクト( %s )" - -#: src/Module/Profile/Contacts.php:125 -msgid "All contacts" -msgstr "すべてのコンタクト" - -#: src/Module/Register.php:83 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking \"Register\"." -msgstr "(オプションで)OpenIDを提供し、「登録」をクリックして、OpenIDを介してこのフォームに入力できます。" - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "OpenIDに慣れていない場合は、そのフィールドを空白のままにして、残りの項目を入力してください。" - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "OpenID(オプション):" - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "メンバーディレクトリにプロフィールを含めますか?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "管理者への注意" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "このノードに参加する理由、管理者へのメッセージを残す" - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "このサイトのメンバーシップは招待のみです。" - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "招待コード:" - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):" - -#: src/Module/Register.php:128 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)" - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "自動生成されたパスワードの場合は空のままにします。" - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "プロフィールのニックネームを選択します。これはテキスト文字で始まる必要があります。このサイトのプロフィールアドレスは\" nickname@%s \"になります。" - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "ニックネームを選択:" - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "このfriendicaインスタンスにプロフィールをインポートします" - -#: src/Module/Register.php:149 -msgid "Note: This node explicitly contains adult content" -msgstr "注:このノードには、露骨なアダルトコンテンツが含まれています" - -#: src/Module/Register.php:242 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "登録に成功。詳細については、メールを確認してください。" - -#: src/Module/Register.php:246 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "メールを送信できませんでした。ここでアカウントの詳細:
ログイン: %s
パスワード: %s

ログイン後にパスワードを変更できます。" - -#: src/Module/Register.php:253 -msgid "Registration successful." -msgstr "登録に成功。" - -#: src/Module/Register.php:258 -msgid "Your registration can not be processed." -msgstr "登録を処理できません。" - -#: src/Module/Register.php:304 -msgid "Your registration is pending approval by the site owner." -msgstr "登録はサイト所有者による承認待ちです。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:36 -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "このページにアクセスするには、パスワードを入力してください。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:54 -msgid "App-specific password generation failed: The description is empty." -msgstr "アプリ固有のパスワード生成に失敗しました:説明は空です。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:57 -msgid "" -"App-specific password generation failed: This description already exists." -msgstr "アプリ固有のパスワード生成に失敗しました:この説明は既に存在します。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:61 -msgid "New app-specific password generated." -msgstr "新しいアプリ固有のパスワードが生成されました。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:67 -msgid "App-specific passwords successfully revoked." -msgstr "アプリ固有のパスワードが正常に取り消されました。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:77 -msgid "App-specific password successfully revoked." -msgstr "アプリ固有のパスワードが正常に取り消されました。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:98 -msgid "Two-factor app-specific passwords" -msgstr "二要素アプリ固有のパスワード" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 -msgid "" -"

App-specific passwords are randomly generated passwords used instead your" -" regular password to authenticate your account on third-party applications " -"that don't support two-factor authentication.

" -msgstr "

アプリ固有のパスワードは、2要素認証をサポートしないサードパーティアプリケーションでアカウントを認証するために、通常のパスワードの代わりに使用されるランダムに生成されたパスワードです。

" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:101 -msgid "" -"Make sure to copy your new app-specific password now. You won’t be able to " -"see it again!" -msgstr "今すぐ新しいアプリ固有のパスワードをコピーしてください。あなたは再びそれを見ることができなくなります!" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:104 -msgid "Description" -msgstr "説明" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:105 -msgid "Last Used" -msgstr "最終使用" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:106 -msgid "Revoke" -msgstr "取り消す" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 -msgid "Revoke All" -msgstr "すべて取り消す" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 -msgid "" -"When you generate a new app-specific password, you must use it right away, " -"it will be shown to you once after you generate it." -msgstr "新しいアプリ固有のパスワードを生成するときは、すぐに使用する必要があります。生成後、一度表示されます。" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:111 -msgid "Generate new app-specific password" -msgstr "新しいアプリ固有のパスワードを生成する" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:112 -msgid "Friendiqa on my Fairphone 2..." -msgstr "フェアフォン2のFriendiqa ..." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:113 -msgid "Generate" -msgstr "生成する" - -#: src/Module/Settings/TwoFactor/Index.php:51 -msgid "Two-factor authentication successfully disabled." -msgstr "二要素認証が正常に無効になりました。" - -#: src/Module/Settings/TwoFactor/Index.php:92 -msgid "" -"

Use an application on a mobile device to get two-factor authentication " -"codes when prompted on login.

" -msgstr "

ログイン時にプロンプトが表示されたら、モバイルデバイスのアプリケーションを使用して2要素認証コードを取得します。

" - -#: src/Module/Settings/TwoFactor/Index.php:96 -msgid "Authenticator app" -msgstr "認証アプリ" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Configured" -msgstr "設定済み" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Not Configured" -msgstr "設定されていません" - -#: src/Module/Settings/TwoFactor/Index.php:98 -msgid "

You haven't finished configuring your authenticator app.

" -msgstr "

認証アプリの設定が完了していません。

" - -#: src/Module/Settings/TwoFactor/Index.php:99 -msgid "

Your authenticator app is correctly configured.

" -msgstr "

認証アプリが正しく構成されています。

" - -#: src/Module/Settings/TwoFactor/Index.php:101 -msgid "Recovery codes" -msgstr "回復コード" - -#: src/Module/Settings/TwoFactor/Index.php:102 -msgid "Remaining valid codes" -msgstr "残りの有効なコード" - -#: src/Module/Settings/TwoFactor/Index.php:104 -msgid "" -"

These one-use codes can replace an authenticator app code in case you " -"have lost access to it.

" -msgstr "

これらの使い捨てコードは、認証アプリのコードにアクセスできなくなった場合に、認証アプリのコードを置き換えることができます。

" - -#: src/Module/Settings/TwoFactor/Index.php:106 -msgid "App-specific passwords" -msgstr "アプリ固有のパスワード" - -#: src/Module/Settings/TwoFactor/Index.php:107 -msgid "Generated app-specific passwords" -msgstr "生成されたアプリ固有のパスワード" - -#: src/Module/Settings/TwoFactor/Index.php:109 -msgid "" -"

These randomly generated passwords allow you to authenticate on apps not " -"supporting two-factor authentication.

" -msgstr "

これらのランダムに生成されたパスワードを使用すると、2要素認証をサポートしていないアプリで認証できます。

" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "Current password:" -msgstr "現在のパスワード:" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "" -"You need to provide your current password to change two-factor " -"authentication settings." -msgstr "2要素認証設定を変更するには、現在のパスワードを入力する必要があります。" - -#: src/Module/Settings/TwoFactor/Index.php:113 -msgid "Enable two-factor authentication" -msgstr "二要素認証を有効にする" - -#: src/Module/Settings/TwoFactor/Index.php:114 -msgid "Disable two-factor authentication" -msgstr "二要素認証を無効にする" - -#: src/Module/Settings/TwoFactor/Index.php:115 -msgid "Show recovery codes" -msgstr "復旧コードを表示" - -#: src/Module/Settings/TwoFactor/Index.php:116 -msgid "Manage app-specific passwords" -msgstr "アプリ固有のパスワードを管理する" - -#: src/Module/Settings/TwoFactor/Index.php:117 -msgid "Finish app configuration" -msgstr "アプリの構成を完了する" - -#: src/Module/Settings/TwoFactor/Recovery.php:50 -msgid "New recovery codes successfully generated." -msgstr "新しい回復コードが正常に生成されました。" - -#: src/Module/Settings/TwoFactor/Recovery.php:76 -msgid "Two-factor recovery codes" -msgstr "二要素回復コード" - -#: src/Module/Settings/TwoFactor/Recovery.php:78 -msgid "" -"

Recovery codes can be used to access your account in the event you lose " -"access to your device and cannot receive two-factor authentication " -"codes.

Put these in a safe spot! If you lose your " -"device and don’t have the recovery codes you will lose access to your " -"account.

" -msgstr "

リカバリコードは、デバイスへのアクセスを失い、二要素認証コードを受信できない場合にアカウントにアクセスするために使用できます。

これらを安全な場所に置いてください!デバイスを紛失し、復旧コードをお持ちでない場合、アカウントにアクセスできなくなります。

" - -#: src/Module/Settings/TwoFactor/Recovery.php:80 -msgid "" -"When you generate new recovery codes, you must copy the new codes. Your old " -"codes won’t work anymore." -msgstr "新しい回復コードを生成する場合、新しいコードをコピーする必要があります。古いコードはもう機能しません。" - -#: src/Module/Settings/TwoFactor/Recovery.php:81 -msgid "Generate new recovery codes" -msgstr "新しい回復コードを生成する" - -#: src/Module/Settings/TwoFactor/Recovery.php:83 -msgid "Next: Verification" -msgstr "次:検証" - -#: src/Module/Settings/TwoFactor/Verify.php:63 -msgid "Two-factor authentication successfully activated." -msgstr "二要素認証が正常にアクティブ化されました。" - -#: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 -msgid "Invalid code, please retry." -msgstr "無効なコードです。再試行してください。" - -#: src/Module/Settings/TwoFactor/Verify.php:96 -#, php-format -msgid "" -"

Or you can submit the authentication settings manually:

\n" -"
\n" -"\t
Issuer
\n" -"\t
%s
\n" -"\t
Account Name
\n" -"\t
%s
\n" -"\t
Secret Key
\n" -"\t
%s
\n" -"\t
Type
\n" -"\t
Time-based
\n" -"\t
Number of digits
\n" -"\t
6
\n" -"\t
Hashing algorithm
\n" -"\t
SHA-1
\n" -"
" -msgstr "

または認証設定を手動で送信できます:

\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
" - -#: src/Module/Settings/TwoFactor/Verify.php:116 -msgid "Two-factor code verification" -msgstr "二要素コード検証" - -#: src/Module/Settings/TwoFactor/Verify.php:118 -msgid "" -"

Please scan this QR Code with your authenticator app and submit the " -"provided code.

" -msgstr "

このQRコードを認証アプリでスキャンして、提供されたコードを送信してください。

" - -#: src/Module/Settings/TwoFactor/Verify.php:120 -#, php-format -msgid "" -"

Or you can open the following URL in your mobile devicde:

%s

" -msgstr "

または、モバイルデバイスで次のURLを開くことができます。

%s

" - -#: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:67 -msgid "Please enter a code from your authentication app" -msgstr "認証アプリからコードを入力してください" - -#: src/Module/Settings/TwoFactor/Verify.php:127 -msgid "Verify code and enable two-factor authentication" -msgstr "コードを確認し、二要素認証を有効にします" - -#: src/Module/Special/HTTPException.php:32 -msgid "Bad Request" -msgstr "要求の形式が正しくありません" - -#: src/Module/Special/HTTPException.php:33 -msgid "Unauthorized" -msgstr "認証されていません" - -#: src/Module/Special/HTTPException.php:34 -msgid "Forbidden" -msgstr "禁止されています" - -#: src/Module/Special/HTTPException.php:35 -msgid "Not Found" -msgstr "見つかりません" - -#: src/Module/Special/HTTPException.php:36 -msgid "Internal Server Error" -msgstr "内部サーバーエラー" - -#: src/Module/Special/HTTPException.php:37 -msgid "Service Unavailable" -msgstr "サービスは利用できません" - -#: src/Module/Special/HTTPException.php:44 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "明らかなクライアントエラーのため、サーバーは要求を処理できないか、処理しません。" - -#: src/Module/Special/HTTPException.php:45 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "認証が必要であり、失敗したか、まだ提供されていません。" - -#: src/Module/Special/HTTPException.php:46 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "要求は有効でしたが、サーバーはアクションを拒否しています。ユーザーがリソースに必要な権限を持っていないか、アカウントが必要な場合があります。" - -#: src/Module/Special/HTTPException.php:47 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "要求されたリソースは見つかりませんでしたが、将来利用可能になる可能性があります。" - -#: src/Module/Special/HTTPException.php:48 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "予期しない状態が発生したため、適切な特定のメッセージはありません。" - -#: src/Module/Special/HTTPException.php:49 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "サーバーは現在使用できません(メンテナンスのために過負荷になっているか、停止しているため)。後でもう一度やり直してください。" - -#: src/Module/Special/HTTPException.php:55 -msgid "Go back" -msgstr "戻る" - -#: src/Module/TwoFactor/Recovery.php:41 -#, php-format -msgid "Remaining recovery codes: %d" -msgstr "残りの復旧コード: %d" - -#: src/Module/TwoFactor/Recovery.php:65 -msgid "Two-factor recovery" -msgstr "二要素回復" - -#: src/Module/TwoFactor/Recovery.php:66 -msgid "" -"

You can enter one of your one-time recovery codes in case you lost access" -" to your mobile device.

" -msgstr "

モバイルデバイスにアクセスできなくなった場合に備えて、ワンタイムリカバリコードのいずれかを入力できます。

" - -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 -#, php-format -msgid "Don’t have your phone? Enter a two-factor recovery code" -msgstr "お使いの携帯電話を持ってませんか? 2要素認証の回復コードを入力" - -#: src/Module/TwoFactor/Recovery.php:68 -msgid "Please enter a recovery code" -msgstr "復旧コードを入力してください" - -#: src/Module/TwoFactor/Recovery.php:69 -msgid "Submit recovery code and complete login" -msgstr "復旧コードを送信してログインを完了する" - -#: src/Module/TwoFactor/Verify.php:63 -msgid "" -"

Open the two-factor authentication app on your device to get an " -"authentication code and verify your identity.

" -msgstr "

デバイスで二要素認証アプリを開き、認証コードを取得して本人確認を行います。

" - -#: src/Module/TwoFactor/Verify.php:68 -msgid "Verify code and complete login" -msgstr "コードを確認してログインを完了する" - #: src/Module/Welcome.php:25 msgid "Welcome to Friendica" msgstr "Friendicaへようこそ" @@ -10262,6 +7045,10 @@ msgid "" "potential friends know exactly how to find you." msgstr "他の設定、特にプライバシー設定を確認してください。公開されていないディレクトリ一覧は、一覧にない電話番号を持っているようなものです。一般に、おそらくあなたのリストを公開する必要があります-あなたの友人や潜在的な友人全員があなたを見つける方法を正確に知っていない限り。" +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "プロフィール写真をアップロード" + #: src/Module/Welcome.php:40 msgid "" "Upload a profile photo if you have not done so already. Studies have shown " @@ -10377,184 +7164,915 @@ msgid "" " features and resources." msgstr "プログラムのその他の機能やリソースの詳細については、ヘルプページをご覧ください。" -#: src/Object/Post.php:138 -msgid "This entry was edited" -msgstr "このエントリは編集されました" +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "ユーザーが見つかりません。" -#: src/Object/Post.php:158 -msgid "Private Message" -msgstr "プライベートメッセージ" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "コンタクトはありません。" -#: src/Object/Post.php:200 -msgid "Delete locally" -msgstr "ローカルで削除" - -#: src/Object/Post.php:203 -msgid "Delete globally" -msgstr "グローバルに削除" - -#: src/Object/Post.php:203 -msgid "Remove locally" -msgstr "ローカルで削除" - -#: src/Object/Post.php:217 -msgid "save to folder" -msgstr "フォルダーに保存" - -#: src/Object/Post.php:252 -msgid "I will attend" -msgstr "参加します" - -#: src/Object/Post.php:252 -msgid "I will not attend" -msgstr "私は出席しません" - -#: src/Object/Post.php:252 -msgid "I might attend" -msgstr "私は出席するかもしれません" - -#: src/Object/Post.php:280 -msgid "ignore thread" -msgstr "スレッドを無視" - -#: src/Object/Post.php:281 -msgid "unignore thread" -msgstr "無視しないスレッド" - -#: src/Object/Post.php:282 -msgid "toggle ignore status" -msgstr "トグル無視ステータス" - -#: src/Object/Post.php:293 -msgid "add star" -msgstr "スターを追加" - -#: src/Object/Post.php:294 -msgid "remove star" -msgstr "スターを削除" - -#: src/Object/Post.php:295 -msgid "toggle star status" -msgstr "スターの状態を切り替える" - -#: src/Object/Post.php:298 -msgid "starred" -msgstr "スター付き" - -#: src/Object/Post.php:302 -msgid "add tag" -msgstr "タグ付けする" - -#: src/Object/Post.php:313 -msgid "like" -msgstr "いいね" - -#: src/Object/Post.php:314 -msgid "dislike" -msgstr "嫌い" - -#: src/Object/Post.php:317 -msgid "Share this" -msgstr "これを共有" - -#: src/Object/Post.php:317 -msgid "share" -msgstr "共有" - -#: src/Object/Post.php:385 -msgid "to" -msgstr "に" - -#: src/Object/Post.php:386 -msgid "via" -msgstr "経由で" - -#: src/Object/Post.php:387 -msgid "Wall-to-Wall" -msgstr "壁間" - -#: src/Object/Post.php:388 -msgid "via Wall-To-Wall:" -msgstr "Wall-to-Wall経由:" - -#: src/Object/Post.php:421 +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 #, php-format -msgid "Reply to %s" -msgstr "%s返信" +msgid "Visit %s's profile [%s]" +msgstr "%sのプロフィール[ %s ]を開く" -#: src/Object/Post.php:436 -msgid "Notifier task is pending" -msgstr "通知タスクは保留中です" - -#: src/Object/Post.php:437 -msgid "Delivery to remote servers is pending" -msgstr "リモートサーバーへの配信は保留中です" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is underway" -msgstr "リモートサーバーへの配信が進行中です" - -#: src/Object/Post.php:439 -msgid "Delivery to remote servers is mostly done" -msgstr "リモートサーバーへの配信はほとんど行われます" - -#: src/Object/Post.php:440 -msgid "Delivery to remote servers is done" -msgstr "リモートサーバーへの配信が完了しました" - -#: src/Object/Post.php:460 +#: src/Module/Profile/Contacts.php:112 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%dコメント" +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "フォロワー( %s )" -#: src/Object/Post.php:461 -msgid "Show more" -msgstr "もっと見せる" - -#: src/Object/Post.php:462 -msgid "Show fewer" -msgstr "表示を減らす" - -#: src/LegacyModule.php:30 +#: src/Module/Profile/Contacts.php:113 #, php-format -msgid "Legacy module file not found: %s" -msgstr "レガシーモジュールファイルが見つかりません: %s" +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "フォロー中( %s )" -#: src/App.php:505 -msgid "Delete this item?" -msgstr "このアイテムを削除しますか?" +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "相互の友人( %s )" -#: src/App.php:547 -msgid "toggle mobile" -msgstr "モバイルを切り替え" +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "コンタクト( %s )" -#: src/App.php:863 -msgid "No system theme config value set." -msgstr "システムテーマの構成値が設定されていません。" +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "すべてのコンタクト" -#: src/App.php:1151 -msgid "You must be logged in to use addons. " -msgstr "アドオンを使用するにはログインする必要があります。" +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "ファイルタグ%sがアイテムに保存されました" -#: src/BaseModule.php:135 +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "-選択-" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "無効なコンタクト。" + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "表示する友達はいません。" + +#: src/Module/Contact.php:72 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%dコンタクトを編集しました。" + +#: src/Module/Contact.php:99 +msgid "Could not access contact record." +msgstr "コンタクトレコードにアクセスできませんでした。" + +#: src/Module/Contact.php:109 +msgid "Could not locate selected profile." +msgstr "選択したプロフィールが見つかりませんでした。" + +#: src/Module/Contact.php:141 +msgid "Contact updated." +msgstr "コンタクトが更新されました。" + +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "コンタクトレコードを更新できませんでした。" + +#: src/Module/Contact.php:376 +msgid "Contact not found" +msgstr "コンタクトが見つかりません" + +#: src/Module/Contact.php:395 +msgid "Contact has been blocked" +msgstr "コンタクトがブロックされました" + +#: src/Module/Contact.php:395 +msgid "Contact has been unblocked" +msgstr "コンタクトのブロックが解除されました" + +#: src/Module/Contact.php:405 +msgid "Contact has been ignored" +msgstr "コンタクトは無視されました" + +#: src/Module/Contact.php:405 +msgid "Contact has been unignored" +msgstr "コンタクトは無視されていません" + +#: src/Module/Contact.php:415 +msgid "Contact has been archived" +msgstr "コンタクトがアーカイブされました" + +#: src/Module/Contact.php:415 +msgid "Contact has been unarchived" +msgstr "コンタクトのアーカイブを解除しました" + +#: src/Module/Contact.php:439 +msgid "Drop contact" +msgstr "コンタクトを削除" + +#: src/Module/Contact.php:442 src/Module/Contact.php:819 +msgid "Do you really want to delete this contact?" +msgstr "このコンタクトを本当に削除しますか?" + +#: src/Module/Contact.php:456 +msgid "Contact has been removed." +msgstr "コンタクトは削除されました。" + +#: src/Module/Contact.php:486 +#, php-format +msgid "You are mutual friends with %s" +msgstr "あなたは%sと共通の友達です" + +#: src/Module/Contact.php:491 +#, php-format +msgid "You are sharing with %s" +msgstr "%sと共有しています" + +#: src/Module/Contact.php:496 +#, php-format +msgid "%s is sharing with you" +msgstr "%sはあなたと共有しています" + +#: src/Module/Contact.php:520 +msgid "Private communications are not available for this contact." +msgstr "このコンタクトへのプライベート通信は利用できません。" + +#: src/Module/Contact.php:522 +msgid "Never" +msgstr "全くない" + +#: src/Module/Contact.php:525 +msgid "(Update was successful)" +msgstr "(更新は成功しました)" + +#: src/Module/Contact.php:525 +msgid "(Update was not successful)" +msgstr "(更新は成功しませんでした)" + +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 +msgid "Suggest friends" +msgstr "友人のおすすめ" + +#: src/Module/Contact.php:531 +#, php-format +msgid "Network type: %s" +msgstr "ネットワークの種類: %s" + +#: src/Module/Contact.php:536 +msgid "Communications lost with this contact!" +msgstr "このコンタクトとの通信が失われました!" + +#: src/Module/Contact.php:542 +msgid "Fetch further information for feeds" +msgstr "フィードの詳細情報を取得する" + +#: src/Module/Contact.php:544 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "フィードアイテムからプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィードアイテムのメタヘッダーから取得され、ハッシュタグとして投稿されます。" + +#: src/Module/Contact.php:547 +msgid "Fetch information" +msgstr "情報を取得する" + +#: src/Module/Contact.php:548 +msgid "Fetch keywords" +msgstr "キーワードを取得する" + +#: src/Module/Contact.php:549 +msgid "Fetch information and keywords" +msgstr "情報とキーワードを取得する" + +#: src/Module/Contact.php:568 +msgid "Profile Visibility" +msgstr "プロフィールの可視性" + +#: src/Module/Contact.php:569 +msgid "Contact Information / Notes" +msgstr "コンタクト/メモ" + +#: src/Module/Contact.php:570 +msgid "Contact Settings" +msgstr "コンタクト設定" + +#: src/Module/Contact.php:579 +msgid "Contact" +msgstr "コンタクト" + +#: src/Module/Contact.php:583 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "プロフィールを安全に表示するときに、 %sに表示するプロフィールを選択してください。" + +#: src/Module/Contact.php:585 +msgid "Their personal note" +msgstr "彼らの個人的なメモ" + +#: src/Module/Contact.php:587 +msgid "Edit contact notes" +msgstr "コンタクトメモを編集する" + +#: src/Module/Contact.php:591 +msgid "Block/Unblock contact" +msgstr "コンタクトのブロック/ブロック解除" + +#: src/Module/Contact.php:592 +msgid "Ignore contact" +msgstr "コンタクトを無視" + +#: src/Module/Contact.php:593 +msgid "Repair URL settings" +msgstr "修復URL設定" + +#: src/Module/Contact.php:594 +msgid "View conversations" +msgstr "会話を見る" + +#: src/Module/Contact.php:599 +msgid "Last update:" +msgstr "最後の更新:" + +#: src/Module/Contact.php:601 +msgid "Update public posts" +msgstr "一般公開の投稿を更新" + +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 +msgid "Update now" +msgstr "今すぐアップデート" + +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 +msgid "Unignore" +msgstr "無視しない" + +#: src/Module/Contact.php:611 +msgid "Currently blocked" +msgstr "現在ブロックされています" + +#: src/Module/Contact.php:612 +msgid "Currently ignored" +msgstr "現在無視されます" + +#: src/Module/Contact.php:613 +msgid "Currently archived" +msgstr "現在アーカイブ済み" + +#: src/Module/Contact.php:614 +msgid "Awaiting connection acknowledge" +msgstr "接続確認応答待ち" + +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "このコンタクトを他の人から隠す" + +#: src/Module/Contact.php:615 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "一般公開の投稿への返信・いいねは、引き続き表示される場合があります" + +#: src/Module/Contact.php:616 +msgid "Notification for new posts" +msgstr "新しい投稿の通知" + +#: src/Module/Contact.php:616 +msgid "Send a notification of every new post of this contact" +msgstr "このコンタクトの新しい投稿ごとに通知を送信する" + +#: src/Module/Contact.php:618 +msgid "Blacklisted keywords" +msgstr "ブラックリストに登録されたキーワード" + +#: src/Module/Contact.php:618 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト" + +#: src/Module/Contact.php:684 +msgid "Show all contacts" +msgstr "すべてのコンタクトを表示" + +#: src/Module/Contact.php:689 src/Module/Contact.php:799 +msgid "Pending" +msgstr "保留" + +#: src/Module/Contact.php:692 +msgid "Only show pending contacts" +msgstr "保留中のコンタクトのみを表示" + +#: src/Module/Contact.php:697 src/Module/Contact.php:800 +msgid "Blocked" +msgstr "ブロックされました" + +#: src/Module/Contact.php:700 +msgid "Only show blocked contacts" +msgstr "ブロックされたコンタクトのみを表示" + +#: src/Module/Contact.php:705 src/Module/Contact.php:802 +msgid "Ignored" +msgstr "無視された" + +#: src/Module/Contact.php:708 +msgid "Only show ignored contacts" +msgstr "無視されたコンタクトのみを表示" + +#: src/Module/Contact.php:713 src/Module/Contact.php:803 +msgid "Archived" +msgstr "アーカイブ済み" + +#: src/Module/Contact.php:716 +msgid "Only show archived contacts" +msgstr "アーカイブされたコンタクトのみを表示" + +#: src/Module/Contact.php:721 src/Module/Contact.php:801 +msgid "Hidden" +msgstr "非表示" + +#: src/Module/Contact.php:724 +msgid "Only show hidden contacts" +msgstr "非表示のコンタクトのみを表示" + +#: src/Module/Contact.php:732 +msgid "Organize your contact groups" +msgstr "コンタクトグループを整理する" + +#: src/Module/Contact.php:814 +msgid "Search your contacts" +msgstr "コンタクトを検索する" + +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "結果: %s" + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "更新" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Archive" +msgstr "アーカイブ" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Unarchive" +msgstr "アーカイブ解除" + +#: src/Module/Contact.php:828 +msgid "Batch Actions" +msgstr "バッチアクション" + +#: src/Module/Contact.php:855 +msgid "Conversations started by this contact" +msgstr "このコンタクトが開始した会話" + +#: src/Module/Contact.php:860 +msgid "Posts and Comments" +msgstr "投稿とコメント" + +#: src/Module/Contact.php:883 +msgid "View all contacts" +msgstr "すべてのコンタクトを表示" + +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "共通の友達" + +#: src/Module/Contact.php:894 +msgid "View all common friends" +msgstr "一般的な友達をすべて表示" + +#: src/Module/Contact.php:904 +msgid "Advanced Contact Settings" +msgstr "高度なコンタクト設定" + +#: src/Module/Contact.php:987 +msgid "Mutual Friendship" +msgstr "相互フォロー" + +#: src/Module/Contact.php:992 +msgid "is a fan of yours" +msgstr "あなたのファンです" + +#: src/Module/Contact.php:997 +msgid "you are a fan of" +msgstr "あなたはファンです" + +#: src/Module/Contact.php:1015 +msgid "Pending outgoing contact request" +msgstr "保留中の送信済みコンタクトリクエスト" + +#: src/Module/Contact.php:1017 +msgid "Pending incoming contact request" +msgstr "保留中の受信済みコンタクトリクエスト" + +#: src/Module/Contact.php:1030 +msgid "Edit contact" +msgstr "コンタクトを編集" + +#: src/Module/Contact.php:1084 +msgid "Toggle Blocked status" +msgstr "ブロック状態の切り替え" + +#: src/Module/Contact.php:1092 +msgid "Toggle Ignored status" +msgstr "無視ステータスの切り替え" + +#: src/Module/Contact.php:1101 +msgid "Toggle Archive status" +msgstr "アーカイブステータスの切り替え" + +#: src/Module/Contact.php:1109 +msgid "Delete contact" +msgstr "コンタクトを削除" + +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "合計招待制限を超えました。" + +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s :有効なメールアドレスではありません。" + +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Friendicaにご参加ください" + +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "招待制限を超えました。サイト管理者に連絡してください。" + +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s :メッセージの配信に失敗しました。" + +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%dメッセージを送信しました。" + +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "利用可能な招待はもうありません" + +#: src/Module/Invite.php:129 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "参加できる公開サイトのリストについては、 %sにアクセスしてください。他のサイトのFriendicaメンバーは、他の多くのソーシャルネットワークのメンバーと同様に、お互いに接続できます。" + +#: src/Module/Invite.php:131 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "この招待を受け入れるには、 %sまたはその他の公開Friendica Webサイトにアクセスして登録してください。" + +#: src/Module/Invite.php:132 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。参加できるFriendicaサイトのリストについては、 %sをご覧ください。" + +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "申し訳ございません。このシステムは現在、他の公開サイトに接続したり、メンバーを招待するようには構成されていません。" + +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。" + +#: src/Module/Invite.php:138 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "この招待を受け入れるには、 %sアクセスして登録してください。" + +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "招待状を送信する" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "電子メールアドレスを1行に1つずつ入力します。" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "メッセージ" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Friendicaで私や他の親しい友人と一緒に参加してください。より良いソーシャルWebの作成を手伝ってください。" + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "この招待コードを提供する必要があります:$ invite_code" + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "登録したら、次のプロフィールページから接続してください。" + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Friendicaプロジェクトの詳細と、それが重要だと感じる理由については、http://friendi.caをご覧ください。" + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "みなさん" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "アカウント" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "表示" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "ソーシャルネットワーク" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "代表団" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "接続されたアプリ" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "アカウントを削除" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "投稿本文を入力してください。" + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "この機能は、frioテーマでのみ使用可能です。" + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "新しい個人メモを作成する" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "新しい投稿を作成" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "公開範囲" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "場所をクリアする" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "デバイスで位置情報サービスを利用できません" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "インストールされたアドオン/アプリ:" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "アドオン/アプリがインストールされていません" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "このノードの利用規約について読んでください。" + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "このサーバーでは、次のリモートサーバーがブロックされています。" + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "これは、Webロケーション%s実行されているFriendicaバージョン%sです。データベースのバージョンは%s 、更新後のバージョンは%sです。" + +#: src/Module/Friendica.php:80 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Friendicaプロジェクトの詳細については、 Friendi.ca をご覧ください。" + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "バグレポートと問題:をご覧ください" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "githubのバグトラッカー" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "このサイトは、1日あたりに許可されているアカウント登録数の上限を超えています。 明日再度お試しください。" + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "(オプションで)OpenIDを提供し、「登録」をクリックして、OpenIDを介してこのフォームに入力できます。" + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "OpenIDに慣れていない場合は、そのフィールドを空白のままにして、残りの項目を入力してください。" + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "OpenID(オプション):" + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "メンバーディレクトリにプロフィールを含めますか?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "いいえ" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "管理者への注意" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "このノードに参加する理由、管理者へのメッセージを残す" + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "このサイトのメンバーシップは招待のみです。" + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "招待コード:" + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):" + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)" + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "新しいパスワード:" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "自動生成されたパスワードの場合は空のままにします。" + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "確認:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "プロフィールのニックネームを選択します。これはテキスト文字で始まる必要があります。このサイトのプロフィールアドレスは\" nickname@%s \"になります。" + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "ニックネームを選択:" + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "インポート" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "このfriendicaインスタンスにプロフィールをインポートします" + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "注:このノードには、露骨なアダルトコンテンツが含まれています" + +#: src/Module/Register.php:238 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "登録に成功。詳細については、メールを確認してください。" + +#: src/Module/Register.php:242 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "メールを送信できませんでした。ここでアカウントの詳細:
ログイン: %s
パスワード: %s

ログイン後にパスワードを変更できます。" + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "登録に成功。" + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "登録を処理できません。" + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "管理者へリクエストする内容を書く必要があります。" + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "入力件数が多すぎます" + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "登録はサイト所有者による承認待ちです。" + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "検索キーワードを保存しました。" + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "すでに保存された検索キーワードです。" + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "検索キーワードを削除しました。" + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "ログインしたユーザーのみが検索を実行できます。" + +#: src/Module/Search/Index.php:57 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "ログインしていないユーザーには、1分間に1つの検索のみが許可されます。" + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "結果がありません。" + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "タグ付けされたアイテム: %s" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "このモジュールを使用するにはログインする必要があります" + +#: src/BaseModule.php:133 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "フォームセキュリティトークンが正しくありませんでした。これは、フォームを送信する前にフォームが長時間(3時間以上)開かれたために発生した可能性があります。" -#: src/Console/ArchiveContact.php:86 +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "このアイテムを削除しますか?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "モバイルを切り替え" + +#: src/App/Router.php:184 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした" +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "そのメソッドは、このモジュールでは許可されていません。 このメソッド(たち)が許可されています: %s" -#: src/Console/ArchiveContact.php:89 -msgid "The contact entries have been archived" -msgstr "コンタクトエントリがアーカイブされました" +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "アドオンを使用するにはログインする必要があります。" -#: src/Console/NewPassword.php:93 -msgid "Enter new password: " -msgstr "新しいパスワードを入力してください:" +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "その他" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "年齢:" + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DDまたはMM-DD" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "全くない" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "少し前" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "年" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "年" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "数ヶ月" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "週間" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "日々" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "時間" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "時間" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "分" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "分" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "秒" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "秒" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "場所: %1$d %2$s" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s前" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "(件名なし)" #: src/Console/PostUpdate.php:73 #, php-format @@ -10577,12 +8095,2674 @@ msgstr "保留中の投稿の更新を実行します。" msgid "All pending post updates are done." msgstr "保留中の投稿の更新はすべて完了しました。" -#: update.php:218 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "%s :アイテムとスレッドテーブルの作成者IDと所有者IDを更新しています。" +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "新しいパスワードを入力してください:" -#: update.php:273 +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "パスワードの更新に失敗しました。もう一度試してください。" + +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "パスワード変更済み。" + +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s: Updating post-type." -msgstr "%s :投稿タイプを更新しています。" +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "コンタクトエントリがアーカイブされました" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "有効なアカウントが見つかりません。" + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "パスワードリセット要求が発行されました。あなたのメールをチェックしてください。" + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tDear %1$s 、\n\t\t\tAアカウントをリセットするため%2$sリクエストが\" %2$s \"で最近受信されました\n\t\tpassword。このリクエストを確認するには、確認リンクを選択してください\n\t\t以下またはウェブブラウザのアドレスバーに貼り付けてください。\n\n\t\tこの変更をリクエストしていない場合は、リンクをたどらないでください\n\t\tこのメールを提供し、無視および/または削除すると、リクエストはまもなく期限切れになります。\n\n\t\tこのリクエストを発行したことを確認できない限り、パスワードは変更されません。" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\n\t\tこのリンクをたどって本人確認を行ってください:\n\n\t\t%1$s\n\n\t\t新しいパスワードを含むフォローアップメッセージが届きます。\n\t\tログイン後にアカウント設定ページからそのパスワードを変更できます。\n\n\t\tログインの詳細は次のとおりです。\n\n\t\tサイトの場所:\t%2$s\n\t\tログイン名:\t%3$s" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "パスワードのリセット要求が有りました: %s" + +#: mod/lostpass.php:90 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "リクエストを確認できませんでした。 (以前に送信した可能性があります。)パスワードのリセットに失敗しました。" + +#: mod/lostpass.php:103 +msgid "Request has expired, please make a new one." +msgstr "リクエストの有効期限が切れています。新しいものを作成してください。" + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "パスワードをお忘れですか?" + +#: mod/lostpass.php:119 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "メールアドレスを入力して送信し、パスワードをリセットしてください。その後、メールで詳細な手順を確認してください。" + +#: mod/lostpass.php:121 +msgid "Reset" +msgstr "リセットする" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "パスワードは要求どおりにリセットされました。" + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "新しいパスワードは" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "新しいパスワードを保存またはコピーします-その後" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "ここをクリックしてログイン" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "ログインに成功すると、パスワードは設定ページから変更される場合があります。" + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s 、\n\t\t\t\tパスワードは要求に応じて変更されました。記録のためにこの情報を保持してください(または、パスワードをすぐに覚えているものに変更してください)。\n\t\t" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1$s\n\t\t\tログイン名:\t%2$s\n\t\t\tパスワード:\t%3$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t" + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "パスワードは%s変更されました" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[埋め込みコンテンツ - ページを再読み込みして表示]" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "クローズドなサーバでのユーザーインポートは、管理者のみが実行できます。" + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "アカウントの移動" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "別のFriendicaサーバーからアカウントをインポートできます。" + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "古いサーバからアカウントをエクスポートして、このサーバにアップロードする必要があります。 アップロード後、このサーバが、すべてのコンタクト・元のアカウントを再作成します。 また、あなたがこのサーバに移転したことを友人にお知らせします。" + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "この機能はまだ実験的なものです。 OStatusネットワーク(GNU Social / Statusnet)またはDiasporaからのコンタクトはインポートできません。" + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "アカウントファイル" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "アカウントをエクスポートするには、「設定」->「個人データのエクスポート」に進み、「アカウントのエクスポート」を選択します" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "コミュニティオプションは利用できません。" + +#: mod/community.php:85 +msgid "Not available." +msgstr "利用不可。" + +#: mod/community.php:95 +msgid "Local Community" +msgstr "ローカル コミュニティ" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "このサーバー上のローカルユーザーからの投稿" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "グローバルコミュニティ" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "フェデレーションネットワーク全体のユーザーからの投稿" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。" + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "推奨コンタクトが見つかりません。" + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "友達の提案が送信されました。" + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "友人を示唆しています" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "%s友達を提案する" + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "共通のコンタクトはありません。" + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0}は友達になりたい" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0}は登録をリクエストしました" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "リモートプライバシー情報は利用できません。" + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "に表示:" + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "イベントは開始する前に終了できません。" + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "イベントのタイトルと開始時間が必要です。" + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "表示する" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "新しいイベントを作成" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "前" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "リスト" + +#: mod/events.php:514 +msgid "Event details" +msgstr "イベントの詳細" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "開始日とタイトルが必要です。" + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "イベント開始:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "必須" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "終了日時が不明であるか、関連性がない" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "イベント終了:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "視聴者のタイムゾーンに合わせて調整する" + +#: mod/events.php:544 +msgid "Description:" +msgstr "説明:" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "タイトル:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "このイベントを共有する" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "許可" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "イベントを削除できませんでした" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "イベントを削除しました" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "アプリからの接続を承認します" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "アプリの画面に戻り、以下のセキュリティコードを入力してください:" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "このアプリケーションによる、あなたの投稿・コンタクトの読み取りや、新しい投稿の作成を許可しますか?" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%2$sさん、%1$sへようこそ" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "このカレンダー形式はサポートされていません" + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "エクスポート可能なデータが見つかりません" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "カレンダー" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "要求されたアイテムは存在しないか、削除されました。" + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "このアイテムのフィードは利用できません。" + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "この招待はすでに承諾されています。" + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "プロフィールに書かれた場所が無効であるか、プロフィール情報が含まれていません。" + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "警告:プロフィールに書かれた場所には識別可能な所有者名がありません。" + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "警告:プロフィールに書かれた場所にはプロフィール写真がありません。" + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "指定された場所に%d必須パラメータが見つかりませんでした" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "招待が完了しました。" + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "回復不能なプロトコルエラー。" + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "プロフィールを利用できません。" + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "今日、 %sが受信したつながりリクエストが多すぎます。" + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "スパム対策が呼び出されました。" + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "24時間以内にもう一度お試しください。" + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "無効なロケーター" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "あなたはすでにここで自己紹介しています。" + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "どうやらあなたはすでに%sと友達です。" + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "無効なプロフィールURL。" + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "招待文が送信されました。" + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "あなたのネットワークでリモートサブスクリプションを行うことはできません。あなたのシステム上で直接購読してください。" + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "ログインして招待を確認してください。" + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "現在ログインしているIDが正しくありません。こちらのプロフィールにログインしてください。" + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:526 +msgid "Confirm" +msgstr "確認する" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "このコンタクトを非表示" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "おかえりなさい%s 。" + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "%sへの招待/接続リクエストを確認してください。" + +#: mod/dfrn_request.php:634 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "次のサポートされている通信ネットワークのいずれかから「IDアドレス」を入力してください。" + +#: mod/dfrn_request.php:636 +#, 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 "まだ'自由なソーシャルウェブ'のメンバーでない場合は、このリンクをクリックして、Friendicaの公開サイトを見つけて、今すぐ参加してください。" + +#: mod/dfrn_request.php:639 +msgid "Friend/Connection Request" +msgstr "友達/接続リクエスト" + +#: mod/dfrn_request.php:640 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "例: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" + +#: mod/dfrn_request.php:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "以下に答えてください。" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "%sはあなたを知っていますか?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "個人メモを追加します。" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social(Pleroma、Mastodon)" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora(Socialhome、Hubzilla)" + +#: mod/dfrn_request.php:648 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "-このフォームは使用しないでください。代わりに、Diaspora検索バーに%sを入力してください。" + +#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "あなたのIdentityアドレス:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "リクエストを送る" + +#: mod/crepair.php:79 +msgid "Contact settings applied." +msgstr "コンタクト設定が適用されました。" + +#: mod/crepair.php:81 +msgid "Contact update failed." +msgstr "コンタクトの更新に失敗しました。" + +#: mod/crepair.php:115 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "警告:これは非常に高度です。誤った情報を入力すると、このコンタクトとのコミュニケーションが機能しなくなる場合があります。" + +#: mod/crepair.php:116 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "このページで何をすべきかわからない場合は、ブラウザの \"戻る\" ボタンを *今すぐ*クリックしてください。" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "No mirroring" +msgstr "ミラーリングなし" + +#: mod/crepair.php:130 +msgid "Mirror as forwarded posting" +msgstr "転送された投稿としてミラー" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "Mirror as my own posting" +msgstr "自分の投稿としてミラー" + +#: mod/crepair.php:145 +msgid "Return to contact editor" +msgstr "コンタクトエディターに戻る" + +#: mod/crepair.php:147 +msgid "Refetch contact data" +msgstr "コンタクトデータを再取得する" + +#: mod/crepair.php:150 +msgid "Remote Self" +msgstr "リモートセルフ" + +#: mod/crepair.php:153 +msgid "Mirror postings from this contact" +msgstr "このコンタクトからの投稿をミラーリングする" + +#: mod/crepair.php:155 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。" + +#: mod/crepair.php:160 +msgid "Account Nickname" +msgstr "アカウントのニックネーム" + +#: mod/crepair.php:161 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tagname - 名前/ニックネームをオーバーライドします" + +#: mod/crepair.php:162 +msgid "Account URL" +msgstr "アカウントURL" + +#: mod/crepair.php:163 +msgid "Account URL Alias" +msgstr "アカウントURLエイリアス" + +#: mod/crepair.php:164 +msgid "Friend Request URL" +msgstr "フレンドリクエストURL" + +#: mod/crepair.php:165 +msgid "Friend Confirm URL" +msgstr "友人確認URL" + +#: mod/crepair.php:166 +msgid "Notification Endpoint URL" +msgstr "通知エンドポイントURL" + +#: mod/crepair.php:167 +msgid "Poll/Feed URL" +msgstr "ポーリング/フィードURL" + +#: mod/crepair.php:168 +msgid "New photo from this URL" +msgstr "このURLからの新しい写真" + +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenIDプロトコルエラー。 IDは返されません。" + +#: mod/openid.php:71 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "アカウントが見つかりませんでした。 既存のアカウントにログインして、OpenIDを追加してください。" + +#: mod/openid.php:73 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "アカウントが見つかりませんでした。 OpenIDを追加するには、新しいアカウントを登録するか、既存のアカウントにログインしてください。" + +#: mod/notifications.php:39 +msgid "Invalid request identifier." +msgstr "無効なリクエスト識別子。" + +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "捨てる" + +#: mod/notifications.php:119 +msgid "Network Notifications" +msgstr "ネットワーク通知" + +#: mod/notifications.php:124 +msgid "System Notifications" +msgstr "システム通知" + +#: mod/notifications.php:129 +msgid "Personal Notifications" +msgstr "個人的な通知" + +#: mod/notifications.php:134 +msgid "Home Notifications" +msgstr "ホーム通知" + +#: mod/notifications.php:157 +msgid "Show unread" +msgstr "未読を表示" + +#: mod/notifications.php:157 +msgid "Show all" +msgstr "すべて表示する" + +#: mod/notifications.php:168 +msgid "Show Ignored Requests" +msgstr "無視されたリクエストを表示" + +#: mod/notifications.php:168 +msgid "Hide Ignored Requests" +msgstr "無視されたリクエストを隠す" + +#: mod/notifications.php:181 mod/notifications.php:266 +msgid "Notification type:" +msgstr "通知タイプ:" + +#: mod/notifications.php:184 +msgid "Suggested by:" +msgstr "によって提案されました:" + +#: mod/notifications.php:218 +msgid "Claims to be known to you: " +msgstr "あなたに知られているという主張:" + +#: mod/notifications.php:219 +msgid "yes" +msgstr "はい" + +#: mod/notifications.php:219 +msgid "no" +msgstr "いや" + +#: mod/notifications.php:220 mod/notifications.php:224 +msgid "Shall your connection be bidirectional or not?" +msgstr "接続は双方向ですか?" + +#: mod/notifications.php:221 mod/notifications.php:225 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "受け入れ%s友人などができます%sあなたの記事を購読すると、あなたもあなたのニュースフィードにそれらから更新を受信します。" + +#: mod/notifications.php:222 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "購読者として%sを受け入れると、投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。" + +#: mod/notifications.php:226 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "共有者として%sを受け入れると、彼らはあなたの投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。" + +#: mod/notifications.php:237 +msgid "Friend" +msgstr "ともだち" + +#: mod/notifications.php:238 +msgid "Sharer" +msgstr "共有者" + +#: mod/notifications.php:238 +msgid "Subscriber" +msgstr "加入者" + +#: mod/notifications.php:303 +msgid "No introductions." +msgstr "招待はありません。" + +#: mod/notifications.php:337 +#, php-format +msgid "No more %s notifications." +msgstr "これ以上%s通知はありません。" + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "一日のウォールメッセージ上限 %s 通を超えました。投稿できません。" + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "宛先が未指定です。" + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "あなたのホームロケーションを確認できません。" + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "メッセージを送信できませんでした。" + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "メッセージの収集に失敗しました。" + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "メッセージを送信しました。" + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "宛先がありません。" + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "リンクURLを入力してください。" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "プライベートメッセージを送信する" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "%s からの返信を受け取りたい場合は、サイトのプライバシー設定で「不明な送信者からのプライベートメール」を許可しているか確認してください。" + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "送信先:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "件名" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "webリンクを挿入" + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Ostatusコンタクトを購読しています。" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "コンタクトは提供されていません。" + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "コンタクトの情報を取得できませんでした。" + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "コンタクトの友達関係を取得できませんでした。" + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "完了" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "成功" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "失敗" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "ウィンドウを閉じずにお待ちください…" + +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "コンタクトを追加できませんでした。" + +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "このコンタクトは既に追加されています。" + +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diasporaのサポートは有効になっていません。コンタクトを追加できません。" + +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatusサポートは無効です。コンタクトを追加できません。" + +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "ネットワークタイプを検出できませんでした。コンタクトを追加できません。" + +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "アップロードする" + +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "ファイル" + +#: mod/network.php:525 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "警告:このグループには、非公開メッセージを許可しないネットワーク上の %s 人のメンバーが含まれています。" + +#: mod/network.php:528 +msgid "Messages in this group won't be send to these receivers." +msgstr "このグループのメッセージは、これらの受信者には送信されません。" + +#: mod/network.php:595 +msgid "No such group" +msgstr "そのようなグループはありません" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "グループ: %s" + +#: mod/network.php:646 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "この人へのプライベートメッセージは、公開される危険があります。" + +#: mod/network.php:928 +msgid "Latest Activity" +msgstr "最近の操作" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "最終更新順に並び替え" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "最新の投稿" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "投稿を受信した順に並び替え" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "パーソナル" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "あなたに言及または関与している投稿" + +#: mod/network.php:956 +msgid "New" +msgstr "新しい" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "アクティビティストリーム-日付別" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "共有リンク" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "興味深いリンク" + +#: mod/network.php:977 +msgid "Starred" +msgstr "スター付き" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "お気に入りの投稿" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "あなたはこのコンタクトをフォローしていません" + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "現在、フォロー解除はあなたのネットワークではサポートされていません" + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "コンタクトのフォロー解除" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "接続・フォローを解除" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "画像はアップロードされましたが、画像の切り取りに失敗しました。" + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "画像サイズの縮小[ %s ]に失敗しました。" + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "新しい写真がすぐに表示されない場合は、Shiftキーを押しながらページをリロードするか、ブラウザーのキャッシュをクリアします。" + +#: mod/profile_photo.php:133 +msgid "Unable to process image" +msgstr "画像を処理できません" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "画像サイズ上限 %s を超えています。" + +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "画像を処理できません。" + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "ファイルをアップロードする:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "プロフィールを選択:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "または" + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "このステップを飛ばす" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "フォトアルバムから写真を選択する" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "クロップ画像" + +#: mod/profile_photo.php:265 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "最適な表示になるように画像のトリミングを調整してください。" + +#: mod/profile_photo.php:267 +msgid "Done Editing" +msgstr "編集完了" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "画像が正常にアップロードされました。" + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "画像アップロードに失敗しました。" + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "突く/製品" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "誰かに突く、突く、または他のことをする" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "受取人" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "受信者にしたいことを選択してください" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "この投稿を非公開にします" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "最近の写真" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "新しい写真をアップロード" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "コンタクト情報は利用できません" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "アルバムが見つかりません。" + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "アルバムを削除しました" + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "アルバムは空でした。" + +#: mod/photos.php:578 +msgid "a photo" +msgstr "写真" + +#: mod/photos.php:578 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$sが%2$sで%3$sによってタグ付けされました" + +#: mod/photos.php:680 +msgid "Image upload didn't complete, please try again" +msgstr "画像のアップロードが完了しませんでした。もう一度お試しください" + +#: mod/photos.php:683 +msgid "Image file is missing" +msgstr "画像ファイルがありません" + +#: mod/photos.php:688 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください" + +#: mod/photos.php:714 +msgid "Image file is empty." +msgstr "画像ファイルが空です。" + +#: mod/photos.php:846 +msgid "No photos selected" +msgstr "写真が選択されていません" + +#: mod/photos.php:912 mod/videos.php:168 +msgid "Access to this item is restricted." +msgstr "このアイテムへのアクセスは制限されています。" + +#: mod/photos.php:966 +msgid "Upload Photos" +msgstr "写真をアップロードする" + +#: mod/photos.php:970 mod/photos.php:1062 +msgid "New album name: " +msgstr "新しいアルバム名:" + +#: mod/photos.php:971 +msgid "or select existing album:" +msgstr "または既存のアルバムを選択:" + +#: mod/photos.php:972 +msgid "Do not show a status post for this upload" +msgstr "このアップロードのステータス投稿を表示しません" + +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 +msgid "Show to Groups" +msgstr "グループに表示" + +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 +msgid "Show to Contacts" +msgstr "コンタクトに表示" + +#: mod/photos.php:1044 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "このフォトアルバムとそのすべての写真を本当に削除しますか?" + +#: mod/photos.php:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "アルバムを削除" + +#: mod/photos.php:1073 +msgid "Edit Album" +msgstr "アルバムを編集" + +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "ドロップアルバム" + +#: mod/photos.php:1079 +msgid "Show Newest First" +msgstr "最新を最初に表示" + +#: mod/photos.php:1081 +msgid "Show Oldest First" +msgstr "最も古いものを最初に表示" + +#: mod/photos.php:1102 mod/photos.php:1594 +msgid "View Photo" +msgstr "写真を見る" + +#: mod/photos.php:1139 +msgid "Permission denied. Access to this item may be restricted." +msgstr "アクセス拒否。このアイテムへのアクセスは制限される場合があります。" + +#: mod/photos.php:1141 +msgid "Photo not available" +msgstr "写真は利用できません" + +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "この写真を本当に削除しますか?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "写真を削除" + +#: mod/photos.php:1244 +msgid "View photo" +msgstr "写真を見る" + +#: mod/photos.php:1246 +msgid "Edit photo" +msgstr "写真を編集する" + +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "写真を削除" + +#: mod/photos.php:1248 +msgid "Use as profile photo" +msgstr "プロフィール写真として使用" + +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "プライベート写真" + +#: mod/photos.php:1261 +msgid "View Full Size" +msgstr "フルサイズを表示" + +#: mod/photos.php:1321 +msgid "Tags: " +msgstr "タグ:" + +#: mod/photos.php:1324 +msgid "[Select tags to remove]" +msgstr "[削除するタグを選択]" + +#: mod/photos.php:1339 +msgid "New album name" +msgstr "新しいアルバム名" + +#: mod/photos.php:1340 +msgid "Caption" +msgstr "キャプション" + +#: mod/photos.php:1341 +msgid "Add a Tag" +msgstr "タグを追加する" + +#: mod/photos.php:1341 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping" + +#: mod/photos.php:1342 +msgid "Do not rotate" +msgstr "回転させないでください" + +#: mod/photos.php:1343 +msgid "Rotate CW (right)" +msgstr "CWを回転(右)" + +#: mod/photos.php:1344 +msgid "Rotate CCW (left)" +msgstr "CCWを回転(左)" + +#: mod/photos.php:1529 +msgid "Map" +msgstr "地図" + +#: mod/photos.php:1600 mod/videos.php:245 +msgid "View Album" +msgstr "アルバムを見る" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "プロフィールが見つかりません。" + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "プロフィールが削除されました。" + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "プロフィール - " + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "プロフィールを新規作成しました。" + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "このプロフィールはクローンできません。" + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "プロフィール名が必要です。" + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "配偶者の有無" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "恋愛関係にあるパートナー" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "勤務先" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "宗教" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "政治観" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "性別" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "性的嗜好" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "ホームページ" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "興味" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "住所" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "位置情報" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "プロフィールを更新しました。" + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "コンタクトや友人を非表示にする:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "このプロフィールの閲覧者からコンタクト/友達リストを非表示にしますか?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "他のプロフィールフィールドを表示:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "プロフィールアクション" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "プロフィールの詳細を編集" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "プロフィール写真の変更" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "このプロフィールを見る" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "すべてのプロフィールを表示" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "これらの設定を使用して新しいプロフィールを作成します" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "このプロフィールを複製" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "このプロフィールを削除" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "基本情報" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "プロフィールの写真" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "プリファレンス" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "ステータス情報" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "追加情報" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "関係" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "あなたの性別:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr "婚姻:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "例:釣りを撮影するソフトウェア" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "プロフィール名:" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "これはあなたの一般公開プロフィールです。
インターネットを使用している人なら誰でも見ることができます。" + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "あなたのフルネーム:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "タイトル説明:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "住所:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "地域/市:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "地域/州:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "郵便番号:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "国:" + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "誰:(該当する場合)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "例:cathy123、Cathy Williams、cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "[日付]以降:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "あなた自身について教えてください..." + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP(Jabber)アドレス:" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "XMPPアドレスがコンタクトに伝達され、コンタクトがあなたをフォローできるようになります。" + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "ホームページのURL:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "宗教的見解:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "公開キーワード:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(友人を候補を提案するために使用ます。また他の人が見ることができます。)" + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "プライベートキーワード:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(プロフィールの検索に使用され、他のユーザーには表示されません)" + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "音楽的興味" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "本、文学" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "テレビ" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "映画/ダンス/文化/エンターテイメント" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "趣味/興味" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "愛/ロマンス" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "仕事/雇用" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "学校教育" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "コンタクト情報とソーシャルネットワーク" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "プロフィールの編集/管理" + +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "無効なリクエストです。" + +#: mod/wall_attach.php:90 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "すいません、サーバのPHP設定で許可されたサイズよりも大きいファイルをアップロードしている可能性があります。" + +#: mod/wall_attach.php:90 +msgid "Or - did you try to upload an empty file?" +msgstr "または、空のファイルをアップロードしようとしていませんか?" + +#: mod/wall_attach.php:101 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "ファイルサイズ上限 %s を超えています。" + +#: mod/wall_attach.php:116 +msgid "File upload failed." +msgstr "アップロードが失敗しました。" + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "元の投稿が見つかりません。" + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "空の投稿は破棄されました。" + +#: mod/item.php:804 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "このメッセージは、Friendicaソーシャルネットワークのメンバーである%sから送信されました。" + +#: mod/item.php:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "あなたは%sでそれらをオンラインで訪れることができます" + +#: mod/item.php:807 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "これらのメッセージを受信したくない場合は、この投稿に返信して送信者に連絡してください。" + +#: mod/item.php:811 +#, php-format +msgid "%s posted an update." +msgstr "%sが更新を投稿しました。" + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "投稿しました。" + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "アカウントが認証されました。" + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "%s への登録は取り消されました" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "ログインしてください。" + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "合致するキーワードが有りません。あなたの既定のプロフィールにキーワードを追加してください。" + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "一致するプロフィール" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "重要なデータがありません!" + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "提供された設定を使用してメールアカウントに接続できませんでした。" + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "メール設定が更新されました。" + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "更新された機能" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "選択したテーマは使用できません。" + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "アップロードエラー:コンタクトCSVファイル" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "コンタクトのインポートが完了しました" + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "再配置メッセージがコンタクトに送信されました" + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "パスワードが一致していません。" + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "パスワードは変更されていません。" + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr "短い名前を使用してください。" + +#: mod/settings.php:534 +msgid " Name too short." +msgstr "名前が短すぎます。" + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "無効なメール。" + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "そのメールに変更できません。" + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "プライベートフォーラムにはプライバシー権限がありません。デフォルトのプライバシーグループを使用します。" + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "プライベートフォーラムにはプライバシー権限がなく、デフォルトのプライバシーグループもありません。" + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "設定が更新されました。" + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "アプリケーションを追加" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "消費者キー" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "消費者の秘密" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "リダイレクト" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "アイコンのURL" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "このアプリケーションを編集することはできません。" + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "接続されたアプリ" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "クライアントキーで始まる" + +#: mod/settings.php:733 +msgid "No name" +msgstr "ノーネーム" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "承認を削除" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "アドオン設定は構成されていません" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "アドオン設定" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "追加機能" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "有効" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "無効" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "%s接続の組み込みサポートは%s" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "GNU Social(OStatus)" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "このサイトではメールアクセスが無効になっています。" + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "無し" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "一般的なソーシャルメディア設定" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "フォローしているコンタクトによるトップレベルの投稿のみを受け入れます" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "システムは、コメントが到着するとスレッドの自動補完を行います。これには、非フォロワーによって開始されたが、フォローしているユーザーによってコメントされた投稿を受信できるという副作用があります。この設定により、この動作が無効になります。有効にすると、あなたが本当にフォローしている人からの投稿のみを厳密に受け取ります。" + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "コンテンツ警告を無効にする" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "MastodonやPleromaなどのネットワーク上のユーザーは、デフォルトで投稿を折りたたむコンテンツ警告フィールドを設定できます。これにより、自動折りたたみが無効になり、コンテンツの警告が投稿タイトルとして設定されます。最終的に設定する他のコンテンツフィルタリングには影響しません。" + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "インテリジェントな短縮を無効にする" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "通常、システムは短縮された投稿に追加するのに最適なリンクを見つけようとします。このオプションを有効にすると、すべての短縮された投稿は常に元のfriendica投稿を指すようになります。" + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "リンクの件名を添付します" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "有効にすると、添付されたリンクのタイトルがDiasporaへの投稿のタイトルとして追加されます。 これは主に、フィードコンテンツを共有する「リモート セルフ」コンタクトで役立ちます。" + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "GNU Social(OStatus)のフォロワー/メンショナーを自動的にフォローする" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "不明なOStatusユーザーからメッセージを受信した場合、このオプションは何をするかを決定します。チェックされている場合、未知のユーザーごとに新しいコンタクトが作成されます。" + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "OStatusコンタクトのデフォルトグループ" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "レガシーGNU Socialアカウント" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "ここに古いGNU Social / Statusnetアカウント名を入力すると(user@domain.tldの形式で)、コンタクトが自動的に追加されます。完了すると、フィールドは空になります。" + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "OStatusサブスクリプションを修復する" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "メール/メールボックスのセットアップ" + +#: mod/settings.php:863 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "このサービス(オプション)を使用してメールコンタクトと通信する場合は、メールボックスへの接続方法を指定してください。" + +#: mod/settings.php:864 +msgid "Last successful email check:" +msgstr "最後に成功したメールチェック:" + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "IMAPサーバー名:" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "IMAPポート:" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "セキュリティ:" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "メールのログイン名:" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "メールのパスワード:" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "返信先アドレス:" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "すべてのメールコンタクトに一般公開投稿を送信します。" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "インポート後のアクション:" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "フォルダへ移動" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "フォルダへ移動:" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s (サポートされていません)" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "ディスプレイの設定" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "ディスプレイテーマ:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "モバイルテーマ:" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "安全でないネットワークの警告を抑制する" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "\"現在のグループに非公開の投稿を受信できないネットワークのメンバーが含まれている\"という警告をシステムが抑制した場合。" + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "xx秒ごとにブラウザーを更新する" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "10秒以上。 -1を入力して無効にします。" + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "ページごとに表示するアイテムの数:" + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "最大100アイテム" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "モバイルデバイスから表示したときにページごとに表示するアイテムの数:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "絵文字を表示しない" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "カレンダー" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "週の始まり:" + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "通知を表示しない" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "無限スクロール" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "ネットワークページの上部でのみ自動更新" + +#: mod/settings.php:969 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "無効にすると、ネットワークページが常に更新され、読み取り中に混乱する可能性があります。" + +#: mod/settings.php:970 +msgid "Bandwidth Saver Mode" +msgstr "帯域幅節約モード" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "有効にすると、埋め込みコンテンツは自動更新では表示されず、ページの再読み込みでのみ表示されます。" + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "スマートスレッドを無効にする" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "外部スレッドのインデントについて、自動抑制を無効にします。" + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "一般的なテーマ設定" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "カスタムテーマ設定" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "コンテンツ設定" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "プロフィールが見つかりません。管理者に連絡してください。" + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "アカウントの種類" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "個人ページのサブタイプ" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "コミュニティフォーラムのサブタイプ" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "個人プロフィールを説明します。" + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "コンタクトリクエストを「フォロワー」として自動的に承認する組織のアカウント。" + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "コンタクトのリクエストを「フォロワー」として自動的に承認するニュースリフレクターのアカウント。" + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "コミュニティディスカッションのアカウント。" + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。" + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "コンタクトリクエストを「フォロワー」として自動的に承認する一般公開プロフィールのアカウント。" + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "すべてのコンタクトリクエストを自動的に承認します。" + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "コンタクトのリクエストを「フレンド」として自動的に承認する人気のあるプロフィールのアカウント。" + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "プライベートフォーラム[実験的]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "コンタクトリクエストの手動承認が必要です。" + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(オプション)このOpenIDがこのアカウントにログインできるようにします。" + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "ローカルサイトディレクトリにデフォルトプロフィールを公開しますか?" + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "プロフィールはこのノードのローカルディレクトリで公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。" + +#: mod/settings.php:1096 +msgid "Publish your default profile in the global social directory?" +msgstr "グローバル ソーシャルディレクトリで既定のプロフィールを公開しますか?" + +#: mod/settings.php:1096 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例: %s )。あなたのプロフィールは一般公開されます。" + +#: mod/settings.php:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "Friendicaは検索エンジンへ、\"あなたのプロフィールをインデックスしていいかどうか\" を通知できます。この設定は、その通知自体の送信可否を決定します。 サードパーティの検索エンジンは、この設定を尊重する場合としない場合があります。" + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "デフォルトプロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "コンタクトリストは、既定のプロフィールページに表示されません。作成する追加のプロフィールごとにコンタクトリストを個別に表示することを決定できます" + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "匿名の閲覧者からプロフィールの詳細を非表示にしますか?" + +#: mod/settings.php:1107 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Your public posts and " +"replies will still be accessible by other means." +msgstr "匿名の訪問者には、プロフィールページで使用しているプロフィール写真、表示名、ニックネームのみが表示されます。一般公開の投稿と返信には、他の方法で引き続きアクセスできます。" + +#: mod/settings.php:1111 +msgid "Allow friends to post to your profile page?" +msgstr "友人があなたのプロフィールページに投稿することを許可しますか?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "コンタクトは、プロフィールウォールに投稿を書くことができます。これらの投稿はコンタクトに配信されます" + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "友達があなたの投稿にタグを付けることを許可しますか?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "コンタクトは、投稿にタグを追加できます。" + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "あなたを新しいメンバーの潜在的な友人として提案させてください。" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "必要に応じて、Friendicaはコンタクトとしてあなたを追加する新しいメンバーを提案する場合があります。" + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "知らない人にプライベートメールを送ることを許可しますか?" + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。" + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "プロフィールは公開されていません。" + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "IDアドレスは ' %s ' または ' %s 'です。" + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "この数日後に投稿を自動的に期限切れにします:" + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます" + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "高度な有効期限設定" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "高度な有効期限" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "投稿の有効期限:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "個人メモの有効期限:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "スター付き投稿を期限切れにする:" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "写真の有効期限:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "他のユーザーによる投稿のみを期限切れにする:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "アカウント設定" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "パスワード設定" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "使用できる文字は、a〜z、A〜Z、0〜9、および空白、アクセント文字、コロン(:)を除く特殊文字です。" + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "変更しない限り、パスワードフィールドは空白のままにしてください" + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "現在のパスワード:" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "変更を確認するための現在のパスワード" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "パスワード:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "OpenID URLを削除" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "基本設定" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "電子メールアドレス:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "あなたのタイムゾーン:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "あなたの言語:" + +#: mod/settings.php:1198 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します" + +#: mod/settings.php:1199 +msgid "Default Post Location:" +msgstr "デフォルトの投稿場所:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "ブラウザのロケーションを使用:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "セキュリティとプライバシーの設定" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "1日あたりの友達リクエスト上限:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "(スパムの悪用を防ぐため)" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "投稿の既定の権限" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "(クリックして開く・閉じる)" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "既定のプライベート投稿" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "既定の一般公開投稿" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "新しい投稿の既定の権限" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "不明な人からの 1日あたりのプライベートメッセージ上限:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "通知設定" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "次の場合に通知メールを送信します。" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "招待を受けます" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "あなたの招待が確認されました" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "誰かがあなたのプロフィールウォールに書き込みます" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "誰かがフォローアップコメントを書く" + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "プライベートメッセージを受け取ります" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "友達の提案を受け取ります" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "あなたは投稿でタグ付けされています" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "あなたは突かれた/突かれた/などです。投稿で" + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "デスクトップ通知を有効にする" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "新しい通知にデスクトップポップアップを表示する" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "テキストのみの通知メール" + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "HTML部分なしで、テキストのみの通知メールを送信します" + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "詳細な通知を表示" + +#: mod/settings.php:1256 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "デフォルトでは、通知はアイテムごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。" + +#: mod/settings.php:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "アカウント/ページタイプの詳細設定" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "特別な状況でこのアカウントの動作を変更する" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "コンタクトをインポートする" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "古いアカウントからエクスポートしたCSVファイルをアップロードします。これは最初の列に、フォローしているアカウントのハンドルを含みます。" + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "ファイルをアップロード" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "再配置" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。" + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "再配置メッセージをコンタクトに再送信する" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "コンタクトの提案は無視されました。" + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。" + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "この提案を本当に削除しますか?" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "無視/非表示" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "これは、連絡が両方の人から要求され、すでに承認されている場合に発生することがあります。" + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "リモートサイトから解釈できない応答がありました。" + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "リモートサイトからの予期しない応答:" + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "確認が正常に完了しました。" + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "一時的な障害。しばらくしてからもう一度お試しください。" + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "招待が失敗したか取り消されました。" + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "報告されたリモートサイト:" + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "' %s 'のユーザーレコードが見つかりません" + +#: mod/dfrn_confirm.php:385 +msgid "Our site encryption key is apparently messed up." +msgstr "当サイトの暗号化キーが破損しているようです。" + +#: mod/dfrn_confirm.php:396 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "空のサイトURLが提供されたか、URLを解読できませんでした。" + +#: mod/dfrn_confirm.php:412 +msgid "Contact record was not found for you on our site." +msgstr "私たちのサイトでコンタクトレコードが見つかりませんでした。" + +#: mod/dfrn_confirm.php:426 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "URL %sのコンタクトレコードに対応したサイトの公開鍵がありません。" + +#: mod/dfrn_confirm.php:442 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "あなたのシステムから提供されたIDは、このサーバ上で重複しています。再試行すると使えるかもしれません。" + +#: mod/dfrn_confirm.php:453 +msgid "Unable to set your contact credentials on our system." +msgstr "このサーバ上のあなたのコンタクトの資格情報を設定できません。" + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "このサーバ上のあなたのコンタクトプロフィールの詳細を更新できません" + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "このユーザはアカウントを削除しました。" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。" + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "ユーザIDは %d です" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "自分のアカウントを削除します" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。" + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "確認のため、あなたのパスワードを入力してください。" + +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "ウォール写真" + +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "アイテムが見つかりません" + +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "投稿を編集" + +#: mod/editpost.php:78 +msgid "web link" +msgstr "ウェブリンク" + +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "ビデオリンクを挿入" + +#: mod/editpost.php:80 +msgid "video link" +msgstr "ビデオリンク" + +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "オーディオリンクを挿入" + +#: mod/editpost.php:82 +msgid "audio link" +msgstr "オーディオリンク" + +#: mod/subthread.php:107 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$sは%2$sの%3$s をフォローしています" + +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "コンタクト情報が見つかりません。" + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "このメッセージを本当に削除しますか?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "会話が見つかりません。" + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "メッセージを削除しました。" + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "会話を削除しました。" + +#: mod/message.php:289 +msgid "No messages." +msgstr "メッセージはありません。" + +#: mod/message.php:352 +msgid "Message not available." +msgstr "メッセージは利用できません。" + +#: mod/message.php:406 +msgid "Delete message" +msgstr "メッセージを削除" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" +msgstr "D、d MY-g:i A" + +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "会話を削除" + +#: mod/message.php:425 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "安全な通信は利用できません。送信者のプロフィールページから返信できる場合があります。" + +#: mod/message.php:429 +msgid "Send Reply" +msgstr "返信する" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "不明な送信者です - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "あなたと%s" + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%sとあなた" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%dメッセージ" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Ostatusコンタクトをもう一度購読します" + +#: mod/hcard.php:21 +msgid "No profile" +msgstr "プロフィールなし" + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "必要な権限が有りません" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "無効なプロフィールidentifierです。" + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "プロフィールの公開範囲を編集" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "以下に公開しています" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "すべてのコンタクト(保護されたアクセスを含む)" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "タグ(達)が削除されました" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "タグの削除" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "削除するタグを選択:" + +#: mod/videos.php:120 +msgid "No videos selected" +msgstr "動画が選択されていません" + +#: mod/videos.php:253 +msgid "Recent Videos" +msgstr "最近の動画" + +#: mod/videos.php:255 +msgid "Upload New Videos" +msgstr "新しい動画をアップロード" diff --git a/view/lang/ja/strings.php b/view/lang/ja/strings.php index e8a0f2dc29..671da529aa 100644 --- a/view/lang/ja/strings.php +++ b/view/lang/ja/strings.php @@ -6,6 +6,14 @@ function string_plural_select_ja($n){ return 0;; }} ; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "一日の最大投稿数 %d 件を超えたため、投稿できませんでした。", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "一週間の最大投稿数 %d 件を超えたため、投稿できませんでした。", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "月間の最大投稿数 %d 件を超えたため、投稿できませんでした。"; +$a->strings["Profile Photos"] = "プロフィール写真"; $a->strings["Friendica Notification"] = "Friendica の通知"; $a->strings["Thank You,"] = "ありがとうございます "; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s 管理者"; @@ -69,14 +77,6 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "' $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "[url=%1\$s]登録リクエスト[/url] が %2\$s から来ています。"; $a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "フルネーム:\t%s\nサイト:\t%s\nログイン名:\t%s (%s)"; $a->strings["Please visit %s to approve or reject the request."] = "%s を開いて、リクエストを承諾・拒否してください。"; -$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "一日の最大投稿数 %d 件を超えたため、投稿できませんでした。", -]; -$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "一週間の最大投稿数 %d 件を超えたため、投稿できませんでした。", -]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "月間の最大投稿数 %d 件を超えたため、投稿できませんでした。"; -$a->strings["Profile Photos"] = "プロフィール写真"; $a->strings["event"] = "イベント"; $a->strings["status"] = "ステータス"; $a->strings["photo"] = "写真"; @@ -143,7 +143,7 @@ $a->strings["Please enter a image/video/audio/webpage URL:"] = "画像/動画/ $a->strings["Tag term:"] = "用語のタグ付け:"; $a->strings["Save to Folder:"] = "保存先のフォルダ:"; $a->strings["Where are you right now?"] = "どこにいますか?:"; -$a->strings["Delete item(s)?"] = "削除しますか?"; +$a->strings["Delete item(s)?"] = "これ(ら)の項目を削除しますか?"; $a->strings["New Post"] = "新しい投稿"; $a->strings["Share"] = "共有"; $a->strings["Upload photo"] = "写真をアップロード"; @@ -191,754 +191,35 @@ $a->strings["Item not found."] = "見つかりませんでした。"; $a->strings["Do you really want to delete this item?"] = "このアイテムを本当に削除していいですか?"; $a->strings["Yes"] = "はい"; $a->strings["Permission denied."] = "必要な権限が有りません。"; -$a->strings["Authorize application connection"] = "アプリからの接続を承認します"; -$a->strings["Return to your app and insert this Securty Code:"] = "アプリの画面に戻り、以下のセキュリティコードを入力してください:"; -$a->strings["Please login to continue."] = "この先に進むにはログインしてください。"; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "このアプリケーションによる、あなたの投稿・コンタクトの読み取りや、新しい投稿の作成を許可しますか?"; -$a->strings["No"] = "いいえ"; -$a->strings["Parent user not found."] = "親となるユーザが見つかりません。"; -$a->strings["No parent user"] = "親となるユーザが存在しません。"; -$a->strings["Parent Password:"] = "親パスワード:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "リクエストの確認のため、親アカウントのパスワードを入力してください。"; -$a->strings["Parent User"] = "親ユーザ"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "親ユーザは、このアカウントについてアカウント設定を含む全ての権限を持ちます。 このアクセスを許可するユーザ名を再確認してください。"; -$a->strings["Save Settings"] = "設定を保存"; -$a->strings["Delegate Page Management"] = "ベージの管理を移譲"; -$a->strings["Delegates"] = "移譲"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "移譲された人は、このアカウント/ページの管理について、基本的なアカウント設定を除いた、すべての権限を得ます。 完全に信頼していない人には、あなたの個人アカウントを移譲しないでください。"; -$a->strings["Existing Page Delegates"] = "既存のページの移譲"; -$a->strings["Potential Delegates"] = "移譲先の候補"; -$a->strings["Remove"] = "削除"; -$a->strings["Add"] = "追加"; -$a->strings["No entries."] = "エントリは有りません。"; -$a->strings["Post successful."] = "投稿しました。"; -$a->strings["Subscribing to OStatus contacts"] = "Ostatusコンタクトを購読しています。"; -$a->strings["No contact provided."] = "コンタクトは提供されていません。"; -$a->strings["Couldn't fetch information for contact."] = "コンタクトの情報を取得できませんでした。"; -$a->strings["Couldn't fetch friends for contact."] = "コンタクトの友達関係を取得できませんでした。"; -$a->strings["Done"] = "完了"; -$a->strings["success"] = "成功"; -$a->strings["failed"] = "失敗"; -$a->strings["ignored"] = "無視"; -$a->strings["Keep this window open until done."] = "ウィンドウを閉じずにお待ちください…"; -$a->strings["Permission denied"] = "必要な権限が有りません"; -$a->strings["Invalid profile identifier."] = "無効なプロフィールidentifierです。"; -$a->strings["Profile Visibility Editor"] = "プロフィールの公開範囲を編集"; -$a->strings["Profile"] = "プロフィール"; -$a->strings["Click on a contact to add or remove."] = "コンタクトをクリックして追加・削除"; -$a->strings["Visible To"] = "以下に公開しています"; -$a->strings["All Contacts (with secure profile access)"] = "すべてのコンタクト(保護されたアクセスを含む)"; -$a->strings["Account approved."] = "アカウントが認証されました。"; -$a->strings["Registration revoked for %s"] = "%s への登録は取り消されました"; -$a->strings["Please login."] = "ログインしてください。"; -$a->strings["User deleted their account"] = "このユーザはアカウントを削除しました。"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。"; -$a->strings["The user id is %d"] = "ユーザIDは %d です"; -$a->strings["Remove My Account"] = "自分のアカウントを削除します"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。"; -$a->strings["Please enter your password for verification:"] = "確認のため、あなたのパスワードを入力してください。"; -$a->strings["Resubscribing to OStatus contacts"] = "Ostatusコンタクトをもう一度購読します"; -$a->strings["Error"] = [ - 0 => "エラー", -]; -$a->strings["Tag(s) removed"] = "タグ(達)が削除されました"; -$a->strings["Remove Item Tag"] = "タグの削除"; -$a->strings["Select a tag to remove: "] = "削除するタグを選択:"; -$a->strings["User imports on closed servers can only be done by an administrator."] = "クローズドなサーバでのユーザーインポートは、管理者のみが実行できます。"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "このサイトは、1日あたりに許可されているアカウント登録数の上限を超えています。 明日再度お試しください。"; -$a->strings["Import"] = "インポート"; -$a->strings["Move account"] = "アカウントの移動"; -$a->strings["You can import an account from another Friendica server."] = "別のFriendicaサーバーからアカウントをインポートできます。"; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "古いサーバからアカウントをエクスポートして、このサーバにアップロードする必要があります。 アップロード後、このサーバが、すべてのコンタクト・元のアカウントを再作成します。 また、あなたがこのサーバに移転したことを友人にお知らせします。"; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "この機能はまだ実験的なものです。 OStatusネットワーク(GNU Social / Statusnet)またはDiasporaからのコンタクトはインポートできません。"; -$a->strings["Account file"] = "アカウントファイル"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "アカウントをエクスポートするには、「設定」->「個人データのエクスポート」に進み、「アカウントのエクスポート」を選択します"; -$a->strings["You aren't following this contact."] = "あなたはこのコンタクトをフォローしていません"; -$a->strings["Unfollowing is currently not supported by your network."] = "現在、フォロー解除はあなたのネットワークではサポートされていません"; -$a->strings["Contact unfollowed"] = "コンタクトのフォロー解除"; -$a->strings["Disconnect/Unfollow"] = "接続・フォローを解除"; -$a->strings["Your Identity Address:"] = "あなたのIdentityアドレス:"; -$a->strings["Submit Request"] = "リクエストを送る"; -$a->strings["Profile URL"] = "プロフィールURL"; -$a->strings["Status Messages and Posts"] = "ステータスメッセージと投稿"; -$a->strings["[Embedded content - reload page to view]"] = "[埋め込みコンテンツ - ページを再読み込みして表示]"; -$a->strings["Invalid request."] = "無効なリクエストです。"; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "すいません、サーバのPHP設定で許可されたサイズよりも大きいファイルをアップロードしている可能性があります。"; -$a->strings["Or - did you try to upload an empty file?"] = "または、空のファイルをアップロードしようとしていませんか?"; -$a->strings["File exceeds size limit of %s"] = "ファイルサイズ上限 %s を超えています。"; -$a->strings["File upload failed."] = "アップロードが失敗しました。"; -$a->strings["Image exceeds size limit of %s"] = "画像サイズ上限 %s を超えています。"; -$a->strings["Unable to process image."] = "画像を処理できません。"; -$a->strings["Wall Photos"] = "ウォール写真"; -$a->strings["Image upload failed."] = "画像アップロードに失敗しました。"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一日のウォールメッセージ上限 %s 通を超えました。投稿できません。"; -$a->strings["No recipient selected."] = "宛先が未指定です。"; -$a->strings["Unable to check your home location."] = "あなたのホームロケーションを確認できません。"; -$a->strings["Message could not be sent."] = "メッセージを送信できませんでした。"; -$a->strings["Message collection failure."] = "メッセージの収集に失敗しました。"; -$a->strings["Message sent."] = "メッセージを送信しました。"; -$a->strings["No recipient."] = "宛先がありません。"; -$a->strings["Please enter a link URL:"] = "リンクURLを入力してください。"; -$a->strings["Send Private Message"] = "プライベートメッセージを送信する"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "%s からの返信を受け取りたい場合は、サイトのプライバシー設定で「不明な送信者からのプライベートメール」を許可しているか確認してください。"; -$a->strings["To:"] = "送信先:"; -$a->strings["Subject:"] = "件名"; -$a->strings["Your message:"] = "メッセージ"; -$a->strings["Insert web link"] = "webリンクを挿入"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "合致するキーワードが有りません。あなたの既定のプロフィールにキーワードを追加してください。"; -$a->strings["Connect"] = "つながる"; -$a->strings["first"] = "最初"; -$a->strings["next"] = "次"; -$a->strings["No matches"] = "一致する項目がありません"; -$a->strings["Profile Match"] = "一致するプロフィール"; -$a->strings["Profile not found."] = "プロフィールが見つかりません。"; -$a->strings["Profile deleted."] = "プロフィールが削除されました。"; -$a->strings["Profile-"] = "プロフィール - "; -$a->strings["New profile created."] = "プロフィールを新規作成しました。"; -$a->strings["Profile unavailable to clone."] = "このプロフィールはクローンできません。"; -$a->strings["Profile Name is required."] = "プロフィール名が必要です。"; -$a->strings["Marital Status"] = "配偶者の有無"; -$a->strings["Romantic Partner"] = "恋愛関係にあるパートナー"; -$a->strings["Work/Employment"] = "勤務先"; -$a->strings["Religion"] = "宗教"; -$a->strings["Political Views"] = "政治観"; -$a->strings["Gender"] = "性別"; -$a->strings["Sexual Preference"] = "性的嗜好"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "ホームページ"; -$a->strings["Interests"] = "興味"; -$a->strings["Address"] = "住所"; -$a->strings["Location"] = "位置情報"; -$a->strings["Profile updated."] = "プロフィールを更新しました。"; -$a->strings["Hide contacts and friends:"] = "コンタクトや友人を非表示にする:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "このプロフィールの閲覧者からコンタクト/友達リストを非表示にしますか?"; -$a->strings["Show more profile fields:"] = "他のプロフィールフィールドを表示:"; -$a->strings["Profile Actions"] = "プロフィールアクション"; -$a->strings["Edit Profile Details"] = "プロフィールの詳細を編集"; -$a->strings["Submit"] = "提出する"; -$a->strings["Change Profile Photo"] = "プロフィール写真の変更"; -$a->strings["View this profile"] = "このプロフィールを見る"; -$a->strings["View all profiles"] = "すべてのプロフィールを表示"; -$a->strings["Edit visibility"] = "可視性を編集"; -$a->strings["Create a new profile using these settings"] = "これらの設定を使用して新しいプロフィールを作成します"; -$a->strings["Clone this profile"] = "このプロフィールを複製"; -$a->strings["Delete this profile"] = "このプロフィールを削除"; -$a->strings["Basic information"] = "基本情報"; -$a->strings["Profile picture"] = "プロフィールの写真"; -$a->strings["Preferences"] = "プリファレンス"; -$a->strings["Status information"] = "ステータス情報"; -$a->strings["Additional information"] = "追加情報"; -$a->strings["Personal"] = "パーソナル"; -$a->strings["Relation"] = "関係"; -$a->strings["Miscellaneous"] = "その他"; -$a->strings["Upload Profile Photo"] = "プロフィール写真をアップロード"; -$a->strings["Your Gender:"] = "あなたの性別:"; -$a->strings[" Marital Status:"] = "婚姻:"; -$a->strings["Sexual Preference:"] = "性的嗜好:"; -$a->strings["Example: fishing photography software"] = "例:釣りを撮影するソフトウェア"; -$a->strings["Profile Name:"] = "プロフィール名:"; -$a->strings["Required"] = "必須"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "これはあなたの一般公開プロフィールです。
インターネットを使用している人なら誰でも見ることができます。"; -$a->strings["Your Full Name:"] = "あなたのフルネーム:"; -$a->strings["Title/Description:"] = "タイトル説明:"; -$a->strings["Street Address:"] = "住所:"; -$a->strings["Locality/City:"] = "地域/市:"; -$a->strings["Region/State:"] = "地域/州:"; -$a->strings["Postal/Zip Code:"] = "郵便番号:"; -$a->strings["Country:"] = "国:"; -$a->strings["Age: "] = "年齢:"; -$a->strings["Who: (if applicable)"] = "誰:(該当する場合)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "例:cathy123、Cathy Williams、cathy@example.com"; -$a->strings["Since [date]:"] = "[日付]以降:"; -$a->strings["Tell us about yourself..."] = "あなた自身について教えてください..."; -$a->strings["XMPP (Jabber) address:"] = "XMPP(Jabber)アドレス:"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "XMPPアドレスがコンタクトに伝達され、コンタクトがあなたをフォローできるようになります。"; -$a->strings["Homepage URL:"] = "ホームページのURL:"; -$a->strings["Hometown:"] = "出身地:"; -$a->strings["Political Views:"] = "政見:"; -$a->strings["Religious Views:"] = "宗教的見解:"; -$a->strings["Public Keywords:"] = "公開キーワード:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(友人を候補を提案するために使用ます。また他の人が見ることができます。)"; -$a->strings["Private Keywords:"] = "プライベートキーワード:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(プロフィールの検索に使用され、他のユーザーには表示されません)"; -$a->strings["Likes:"] = "好きなもの:"; -$a->strings["Dislikes:"] = "嫌いなもの:"; -$a->strings["Musical interests"] = "音楽的興味"; -$a->strings["Books, literature"] = "本、文学"; -$a->strings["Television"] = "テレビ"; -$a->strings["Film/dance/culture/entertainment"] = "映画/ダンス/文化/エンターテイメント"; -$a->strings["Hobbies/Interests"] = "趣味/興味"; -$a->strings["Love/romance"] = "愛/ロマンス"; -$a->strings["Work/employment"] = "仕事/雇用"; -$a->strings["School/education"] = "学校教育"; -$a->strings["Contact information and Social Networks"] = "コンタクト情報とソーシャルネットワーク"; -$a->strings["Profile Image"] = "プロフィール画像"; -$a->strings["visible to everybody"] = "みんなに見える"; -$a->strings["Edit/Manage Profiles"] = "プロフィールの編集/管理"; -$a->strings["Change profile photo"] = "プロフィール写真を変更"; -$a->strings["Create New Profile"] = "新しいプロフィールを作成"; -$a->strings["Access denied."] = "アクセスが拒否されました。"; -$a->strings["Access to this profile has been restricted."] = "このプロフィールへのアクセスは制限されています。"; -$a->strings["Events"] = "イベント"; -$a->strings["View"] = "表示する"; -$a->strings["Previous"] = "前"; -$a->strings["Next"] = "次"; -$a->strings["today"] = "今日"; -$a->strings["month"] = "月"; -$a->strings["week"] = "週間"; -$a->strings["day"] = "日"; -$a->strings["list"] = "リスト"; -$a->strings["User not found"] = "ユーザーが見つかりません"; -$a->strings["This calendar format is not supported"] = "このカレンダー形式はサポートされていません"; -$a->strings["No exportable data found"] = "エクスポート可能なデータが見つかりません"; -$a->strings["calendar"] = "カレンダー"; -$a->strings["No contacts in common."] = "共通のコンタクトはありません。"; -$a->strings["Common Friends"] = "共通の友達"; -$a->strings["Public access denied."] = "パブリックアクセスが拒否されました。"; -$a->strings["Community option not available."] = "コミュニティオプションは利用できません。"; -$a->strings["Not available."] = "利用不可。"; -$a->strings["Local Community"] = "地域コミュニティ"; -$a->strings["Posts from local users on this server"] = "このサーバー上のローカルユーザーからの投稿"; -$a->strings["Global Community"] = "グローバルコミュニティ"; -$a->strings["Posts from users of the whole federated network"] = "フェデレーションネットワーク全体のユーザーからの投稿"; -$a->strings["No results."] = "結果がありません。"; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。"; -$a->strings["Contact settings applied."] = "コンタクト設定が適用されました。"; -$a->strings["Contact update failed."] = "コンタクトの更新に失敗しました。"; -$a->strings["Contact not found."] = "コンタクトが見つかりません。"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "警告:これは非常に高度です。誤った情報を入力すると、このコンタクトとのコミュニケーションが機能しなくなる場合があります。"; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "このページで何をすべきかわからない場合は、ブラウザの \"戻る\" ボタンを *今すぐ*クリックしてください。"; -$a->strings["No mirroring"] = "ミラーリングなし"; -$a->strings["Mirror as forwarded posting"] = "転送された投稿としてミラー"; -$a->strings["Mirror as my own posting"] = "自分の投稿としてミラー"; -$a->strings["Return to contact editor"] = "コンタクトエディターに戻る"; -$a->strings["Refetch contact data"] = "コンタクトデータを再取得する"; -$a->strings["Remote Self"] = "リモートセルフ"; -$a->strings["Mirror postings from this contact"] = "このコンタクトからの投稿をミラーリングする"; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。"; -$a->strings["Name"] = "名"; -$a->strings["Account Nickname"] = "アカウントのニックネーム"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - 名前/ニックネームをオーバーライドします"; -$a->strings["Account URL"] = "アカウントURL"; -$a->strings["Account URL Alias"] = "アカウントURLエイリアス"; -$a->strings["Friend Request URL"] = "フレンドリクエストURL"; -$a->strings["Friend Confirm URL"] = "友人確認URL"; -$a->strings["Notification Endpoint URL"] = "通知エンドポイントURL"; -$a->strings["Poll/Feed URL"] = "ポーリング/フィードURL"; -$a->strings["New photo from this URL"] = "このURLからの新しい写真"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "これは、連絡が両方の人から要求され、すでに承認されている場合に発生することがあります。"; -$a->strings["Response from remote site was not understood."] = "リモートサイトから解釈できない応答がありました。"; -$a->strings["Unexpected response from remote site: "] = "リモートサイトからの予期しない応答:"; -$a->strings["Confirmation completed successfully."] = "確認が正常に完了しました。"; -$a->strings["Temporary failure. Please wait and try again."] = "一時的な障害。しばらくしてからもう一度お試しください。"; -$a->strings["Introduction failed or was revoked."] = "紹介が失敗したか取り消されました。"; -$a->strings["Remote site reported: "] = "報告されたリモートサイト:"; -$a->strings["No user record found for '%s' "] = "' %s 'のユーザーレコードが見つかりません"; -$a->strings["Our site encryption key is apparently messed up."] = "当サイトの暗号化キーが破損しているようです。"; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "空のサイトURLが提供されたか、URLを解読できませんでした。"; -$a->strings["Contact record was not found for you on our site."] = "私たちのサイトでコンタクトレコードが見つかりませんでした。"; -$a->strings["Site public key not available in contact record for URL %s."] = "URL %sのコンタクトレコードに対応したサイトの公開鍵がありません。"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "あなたのシステムから提供されたIDは、このサーバ上で重複しています。再試行すると使えるかもしれません。"; -$a->strings["Unable to set your contact credentials on our system."] = "このサーバ上のあなたのコンタクトの資格情報を設定できません。"; -$a->strings["Unable to update your contact profile details on our system"] = "このサーバ上のあなたのコンタクトプロフィールの詳細を更新できません"; -$a->strings["[Name Withheld]"] = "[名前の差し止め]"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$sは%2\$s歓迎します"; -$a->strings["This introduction has already been accepted."] = "この紹介はすでに承諾されています。"; -$a->strings["Profile location is not valid or does not contain profile information."] = "プロフィールに書かれた場所が無効であるか、プロフィール情報が含まれていません。"; -$a->strings["Warning: profile location has no identifiable owner name."] = "警告:プロフィールに書かれた場所には識別可能な所有者名がありません。"; -$a->strings["Warning: profile location has no profile photo."] = "警告:プロフィールに書かれた場所にはプロフィール写真がありません。"; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "指定された場所に%d必須パラメータが見つかりませんでした", -]; -$a->strings["Introduction complete."] = "紹介が完了しました。"; -$a->strings["Unrecoverable protocol error."] = "回復不能なプロトコルエラー。"; -$a->strings["Profile unavailable."] = "プロフィールを利用できません。"; -$a->strings["%s has received too many connection requests today."] = "今日、 %sが受信したつながりリクエストが多すぎます。"; -$a->strings["Spam protection measures have been invoked."] = "スパム対策が呼び出されました。"; -$a->strings["Friends are advised to please try again in 24 hours."] = "24時間以内にもう一度お試しください。"; -$a->strings["Invalid locator"] = "無効なロケーター"; -$a->strings["You have already introduced yourself here."] = "あなたはすでにここで自己紹介しています。"; -$a->strings["Apparently you are already friends with %s."] = "どうやらあなたはすでに%sと友達です。"; -$a->strings["Invalid profile URL."] = "無効なプロフィールURL。"; -$a->strings["Disallowed profile URL."] = "許可されていないプロフィールURL。"; -$a->strings["Blocked domain"] = "ブロックされたドメイン"; -$a->strings["Failed to update contact record."] = "コンタクトレコードを更新できませんでした。"; -$a->strings["Your introduction has been sent."] = "紹介文が送信されました。"; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "あなたのネットワークでリモートサブスクリプションを行うことはできません。あなたのシステム上で直接購読してください。"; -$a->strings["Please login to confirm introduction."] = "ログインして紹介を確認してください。"; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "現在ログインしているIDが正しくありません。こちらのプロフィールにログインしてください。"; -$a->strings["Confirm"] = "確認する"; -$a->strings["Hide this contact"] = "このコンタクトを非表示"; -$a->strings["Welcome home %s."] = "おかえりなさい%s 。"; -$a->strings["Please confirm your introduction/connection request to %s."] = "%sへの紹介/接続リクエストを確認してください。"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "次のサポートされている通信ネットワークのいずれかから「IDアドレス」を入力してください。"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "まだ'自由なソーシャルウェブ'のメンバーでない場合は、このリンクをクリックして、Friendicaの公開サイトを見つけて、今すぐ参加してください。"; -$a->strings["Friend/Connection Request"] = "友達/接続リクエスト"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "例: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; -$a->strings["Please answer the following:"] = "以下に答えてください。"; -$a->strings["Does %s know you?"] = "%sはあなたを知っていますか?"; -$a->strings["Add a personal note:"] = "個人メモを追加します。"; -$a->strings["Friendica"] = "フレンドカ"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social(Pleroma、Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora(Socialhome、Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "-このフォームは使用しないでください。代わりに、Diaspora検索バーに%sを入力してください。"; -$a->strings["The requested item doesn't exist or has been deleted."] = "要求されたアイテムは存在しないか、削除されました。"; -$a->strings["The feed for this item is unavailable."] = "このアイテムのフィードは利用できません。"; -$a->strings["Item not found"] = "アイテムが見つかりません"; -$a->strings["Edit post"] = "投稿を編集"; -$a->strings["Save"] = "保存する"; -$a->strings["web link"] = "ウェブリンク"; -$a->strings["Insert video link"] = "ビデオリンクを挿入"; -$a->strings["video link"] = "ビデオリンク"; -$a->strings["Insert audio link"] = "オーディオリンクを挿入"; -$a->strings["audio link"] = "オーディオリンク"; -$a->strings["CC: email addresses"] = "CC:メールアドレス"; -$a->strings["Example: bob@example.com, mary@example.com"] = "例:bob @ example.com、mary @ example.com"; -$a->strings["Event can not end before it has started."] = "イベントは開始する前に終了できません。"; -$a->strings["Event title and start time are required."] = "イベントのタイトルと開始時間が必要です。"; -$a->strings["Create New Event"] = "新しいイベントを作成"; -$a->strings["Event details"] = "イベントの詳細"; -$a->strings["Starting date and Title are required."] = "開始日とタイトルが必要です。"; -$a->strings["Event Starts:"] = "イベント開始:"; -$a->strings["Finish date/time is not known or not relevant"] = "終了日時が不明であるか、関連性がない"; -$a->strings["Event Finishes:"] = "イベント終了:"; -$a->strings["Adjust for viewer timezone"] = "視聴者のタイムゾーンに合わせて調整する"; -$a->strings["Description:"] = "説明:"; -$a->strings["Location:"] = "ロケーション:"; -$a->strings["Title:"] = "タイトル:"; -$a->strings["Share this event"] = "このイベントを共有する"; -$a->strings["Basic"] = "ベーシック"; -$a->strings["Advanced"] = "高度な"; -$a->strings["Permissions"] = "許可"; -$a->strings["Failed to remove event"] = "イベントを削除できませんでした"; -$a->strings["Event removed"] = "イベントを削除しました"; -$a->strings["Photos"] = "写真"; -$a->strings["Contact Photos"] = "コンタクトの写真"; -$a->strings["Upload"] = "アップロードする"; -$a->strings["Files"] = "ファイル"; -$a->strings["The contact could not be added."] = "コンタクトを追加できませんでした。"; -$a->strings["You already added this contact."] = "このコンタクトは既に追加されています。"; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diasporaのサポートは有効になっていません。コンタクトを追加できません。"; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatusサポートは無効です。コンタクトを追加できません。"; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "ネットワークタイプを検出できませんでした。コンタクトを追加できません。"; -$a->strings["Tags:"] = "タグ:"; -$a->strings["Suggested contact not found."] = "推奨コンタクトが見つかりません。"; -$a->strings["Friend suggestion sent."] = "友達の提案が送信されました。"; -$a->strings["Suggest Friends"] = "友人を示唆しています"; -$a->strings["Suggest a friend for %s"] = "%s友達を提案する"; -$a->strings["No profile"] = "プロフィールなし"; -$a->strings["Unable to locate original post."] = "元の投稿が見つかりません。"; -$a->strings["Empty post discarded."] = "空の投稿は破棄されました。"; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "このメッセージは、Friendicaソーシャルネットワークのメンバーである%sから送信されました。"; -$a->strings["You may visit them online at %s"] = "あなたは%sでそれらをオンラインで訪れることができます"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "これらのメッセージを受信したくない場合は、この投稿に返信して送信者に連絡してください。"; -$a->strings["%s posted an update."] = "%sが更新を投稿しました。"; -$a->strings["Remote privacy information not available."] = "リモートプライバシー情報は利用できません。"; -$a->strings["Visible to:"] = "に表示:"; -$a->strings["Followers"] = "フォロワー"; -$a->strings["Mutuals"] = "相互"; -$a->strings["No valid account found."] = "有効なアカウントが見つかりません。"; -$a->strings["Password reset request issued. Check your email."] = "パスワードリセット要求が発行されました。あなたのメールをチェックしてください。"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s 、\n\t\t\tAアカウントをリセットするため%2\$sリクエストが\" %2\$s \"で最近受信されました\n\t\tpassword。このリクエストを確認するには、確認リンクを選択してください\n\t\t以下またはウェブブラウザのアドレスバーに貼り付けてください。\n\n\t\tこの変更をリクエストしていない場合は、リンクをたどらないでください\n\t\tこのメールを提供し、無視および/または削除すると、リクエストはまもなく期限切れになります。\n\n\t\tこのリクエストを発行したことを確認できない限り、パスワードは変更されません。"; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tこのリンクをたどって本人確認を行ってください:\n\n\t\t%1\$s\n\n\t\t新しいパスワードを含むフォローアップメッセージが届きます。\n\t\tログイン後にアカウント設定ページからそのパスワードを変更できます。\n\n\t\tログインの詳細は次のとおりです。\n\n\t\tサイトの場所:\t%2\$s\n\t\tログイン名:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "パスワードのリセット要求が有りました: %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "リクエストを確認できませんでした。 (以前に送信した可能性があります。)パスワードのリセットに失敗しました。"; -$a->strings["Request has expired, please make a new one."] = "リクエストの有効期限が切れています。新しいものを作成してください。"; -$a->strings["Forgot your Password?"] = "パスワードをお忘れですか?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "メールアドレスを入力して送信し、パスワードをリセットしてください。その後、メールで詳細な手順を確認してください。"; -$a->strings["Nickname or Email: "] = "ニックネームまたはメール:"; -$a->strings["Reset"] = "リセットする"; -$a->strings["Password Reset"] = "パスワードのリセット"; -$a->strings["Your password has been reset as requested."] = "パスワードは要求どおりにリセットされました。"; -$a->strings["Your new password is"] = "新しいパスワードは"; -$a->strings["Save or copy your new password - and then"] = "新しいパスワードを保存またはコピーします-その後"; -$a->strings["click here to login"] = "ここをクリックしてログイン"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "ログインに成功すると、パスワードは設定ページから変更される場合があります。"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s 、\n\t\t\t\tパスワードは要求に応じて変更されました。記録のためにこの情報を保持してください(または、パスワードをすぐに覚えているものに変更してください)。\n\t\t"; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1\$s\n\t\t\tログイン名:\t%2\$s\n\t\t\tパスワード:\t%3\$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t"; -$a->strings["Your password has been changed at %s"] = "パスワードは%s変更されました"; -$a->strings["Manage Identities and/or Pages"] = "IDやページを管理する"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "アカウントの詳細を共有する、または「管理」権限が付与されているさまざまなIDまたはコミュニティ/グループページを切り替える"; -$a->strings["Select an identity to manage: "] = "管理するIDを選択します。"; -$a->strings["New Message"] = "新しいメッセージ"; -$a->strings["Unable to locate contact information."] = "コンタクト情報が見つかりません。"; -$a->strings["Discard"] = "捨てる"; -$a->strings["Messages"] = "メッセージ"; -$a->strings["Do you really want to delete this message?"] = "このメッセージを本当に削除しますか?"; -$a->strings["Conversation not found."] = "会話が見つかりません。"; -$a->strings["Message deleted."] = "メッセージを削除しました。"; -$a->strings["Conversation removed."] = "会話を削除しました。"; -$a->strings["No messages."] = "メッセージはありません。"; -$a->strings["Message not available."] = "メッセージは利用できません。"; -$a->strings["Delete message"] = "メッセージを削除"; -$a->strings["D, d M Y - g:i A"] = "D、d MY-g:i A"; -$a->strings["Delete conversation"] = "会話を削除"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "安全な通信は利用できません。送信者のプロフィールページから返信できる場合があります。"; -$a->strings["Send Reply"] = "返信する"; -$a->strings["Unknown sender - %s"] = "不明な送信者です - %s"; -$a->strings["You and %s"] = "あなたと%s"; -$a->strings["%s and You"] = "%sとあなた"; -$a->strings["%d message"] = [ - 0 => "%dメッセージ", -]; -$a->strings["Remove term"] = "用語を削除"; -$a->strings["Saved Searches"] = "保存された検索"; -$a->strings["add"] = "加える"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "警告:このグループには、非公開メッセージを許可しないネットワーク上の %s 人のメンバーが含まれています。", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "このグループのメッセージは、これらの受信者には送信されません。"; -$a->strings["No such group"] = "そのようなグループはありません"; -$a->strings["Group is empty"] = "グループは空です"; -$a->strings["Group: %s"] = "グループ: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "この人へのプライベートメッセージは、公開される危険があります。"; -$a->strings["Invalid contact."] = "無効なコンタクト。"; -$a->strings["Commented Order"] = "コメント付きの注文"; -$a->strings["Sort by Comment Date"] = "コメントの日付で並べ替え"; -$a->strings["Posted Order"] = "投稿注文"; -$a->strings["Sort by Post Date"] = "投稿日で並べ替え"; -$a->strings["Posts that mention or involve you"] = "あなたに言及または関与している投稿"; -$a->strings["New"] = "新しい"; -$a->strings["Activity Stream - by date"] = "アクティビティストリーム-日付別"; -$a->strings["Shared Links"] = "共有リンク"; -$a->strings["Interesting Links"] = "興味深いリンク"; -$a->strings["Starred"] = "スター付き"; -$a->strings["Favourite Posts"] = "お気に入りの投稿"; -$a->strings["Personal Notes"] = "個人メモ"; -$a->strings["Invalid request identifier."] = "無効なリクエスト識別子。"; -$a->strings["Notifications"] = "通知"; -$a->strings["Network Notifications"] = "ネットワーク通知"; -$a->strings["System Notifications"] = "システム通知"; -$a->strings["Personal Notifications"] = "個人的な通知"; -$a->strings["Home Notifications"] = "ホーム通知"; -$a->strings["Show unread"] = "未読を表示"; -$a->strings["Show all"] = "すべて表示する"; -$a->strings["Show Ignored Requests"] = "無視されたリクエストを表示"; -$a->strings["Hide Ignored Requests"] = "無視されたリクエストを隠す"; -$a->strings["Notification type:"] = "通知タイプ:"; -$a->strings["Suggested by:"] = "によって提案されました:"; -$a->strings["Hide this contact from others"] = "このコンタクトを他の人から隠す"; -$a->strings["Approve"] = "承認する"; -$a->strings["Claims to be known to you: "] = "あなたに知られているという主張:"; -$a->strings["yes"] = "はい"; -$a->strings["no"] = "いや"; -$a->strings["Shall your connection be bidirectional or not?"] = "接続は双方向ですか?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "受け入れ%s友人などができます%sあなたの記事を購読すると、あなたもあなたのニュースフィードにそれらから更新を受信します。"; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "購読者として%sを受け入れると、投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。"; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "共有者として%sを受け入れると、彼らはあなたの投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。"; -$a->strings["Friend"] = "ともだち"; -$a->strings["Sharer"] = "共有者"; -$a->strings["Subscriber"] = "加入者"; -$a->strings["About:"] = "約:"; -$a->strings["Gender:"] = "性別:"; -$a->strings["Network:"] = "ネットワーク:"; -$a->strings["No introductions."] = "紹介はありません。"; -$a->strings["No more %s notifications."] = "これ以上%s通知はありません。"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenIDプロトコルエラー。 IDは返されません。"; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "このサイトではアカウントが見つからず、OpenIDの登録は許可されていません。"; -$a->strings["Login failed."] = "ログインに失敗しました。"; -$a->strings["Photo Albums"] = "フォトアルバム"; -$a->strings["Recent Photos"] = "最近の写真"; -$a->strings["Upload New Photos"] = "新しい写真をアップロード"; -$a->strings["everybody"] = "みなさん"; -$a->strings["Contact information unavailable"] = "コンタクト情報は利用できません"; -$a->strings["Album not found."] = "アルバムが見つかりません。"; -$a->strings["Album successfully deleted"] = "アルバムを削除しました"; -$a->strings["Album was empty."] = "アルバムは空でした。"; -$a->strings["a photo"] = "写真"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$sが%2\$sで%3\$sによってタグ付けされました"; -$a->strings["Image upload didn't complete, please try again"] = "画像のアップロードが完了しませんでした。もう一度お試しください"; -$a->strings["Image file is missing"] = "画像ファイルがありません"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください"; -$a->strings["Image file is empty."] = "画像ファイルが空です。"; -$a->strings["No photos selected"] = "写真が選択されていません"; -$a->strings["Access to this item is restricted."] = "このアイテムへのアクセスは制限されています。"; -$a->strings["Upload Photos"] = "写真をアップロードする"; -$a->strings["New album name: "] = "新しいアルバム名:"; -$a->strings["or select existing album:"] = "または既存のアルバムを選択:"; -$a->strings["Do not show a status post for this upload"] = "このアップロードのステータス投稿を表示しません"; -$a->strings["Show to Groups"] = "グループに表示"; -$a->strings["Show to Contacts"] = "コンタクトに表示"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "このフォトアルバムとそのすべての写真を本当に削除しますか?"; -$a->strings["Delete Album"] = "アルバムを削除"; -$a->strings["Edit Album"] = "アルバムを編集"; -$a->strings["Drop Album"] = "ドロップアルバム"; -$a->strings["Show Newest First"] = "最新を最初に表示"; -$a->strings["Show Oldest First"] = "最も古いものを最初に表示"; -$a->strings["View Photo"] = "写真を見る"; -$a->strings["Permission denied. Access to this item may be restricted."] = "アクセス拒否。このアイテムへのアクセスは制限される場合があります。"; -$a->strings["Photo not available"] = "写真は利用できません"; -$a->strings["Do you really want to delete this photo?"] = "この写真を本当に削除しますか?"; -$a->strings["Delete Photo"] = "写真を削除"; -$a->strings["View photo"] = "写真を見る"; -$a->strings["Edit photo"] = "写真を編集する"; -$a->strings["Delete photo"] = "写真を削除"; -$a->strings["Use as profile photo"] = "プロフィール写真として使用"; -$a->strings["Private Photo"] = "プライベート写真"; -$a->strings["View Full Size"] = "フルサイズを表示"; -$a->strings["Tags: "] = "タグ:"; -$a->strings["[Select tags to remove]"] = "[削除するタグを選択]"; -$a->strings["New album name"] = "新しいアルバム名"; -$a->strings["Caption"] = "キャプション"; -$a->strings["Add a Tag"] = "タグを追加する"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping"; -$a->strings["Do not rotate"] = "回転させないでください"; -$a->strings["Rotate CW (right)"] = "CWを回転(右)"; -$a->strings["Rotate CCW (left)"] = "CCWを回転(左)"; -$a->strings["I like this (toggle)"] = "私はこれが好きです(トグル)"; -$a->strings["I don't like this (toggle)"] = "気に入らない(トグル)"; -$a->strings["This is you"] = "これはあなたです"; -$a->strings["Comment"] = "コメント"; -$a->strings["Map"] = "地図"; -$a->strings["View Album"] = "アルバムを見る"; -$a->strings["{0} wants to be your friend"] = "{0}は友達になりたい"; -$a->strings["{0} requested registration"] = "{0}は登録をリクエストしました"; -$a->strings["Poke/Prod"] = "突く/製品"; -$a->strings["poke, prod or do other things to somebody"] = "誰かに突く、突く、または他のことをする"; -$a->strings["Recipient"] = "受取人"; -$a->strings["Choose what you wish to do to recipient"] = "受信者にしたいことを選択してください"; -$a->strings["Make this post private"] = "この投稿を非公開にします"; -$a->strings["Image uploaded but image cropping failed."] = "画像はアップロードされましたが、画像の切り取りに失敗しました。"; -$a->strings["Image size reduction [%s] failed."] = "画像サイズの縮小[ %s ]に失敗しました。"; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "新しい写真がすぐに表示されない場合は、Shiftキーを押しながらページをリロードするか、ブラウザーのキャッシュをクリアします。"; -$a->strings["Unable to process image"] = "画像を処理できません"; -$a->strings["Upload File:"] = "ファイルをアップロードする:"; -$a->strings["Select a profile:"] = "プロフィールを選択:"; -$a->strings["or"] = "または"; -$a->strings["skip this step"] = "このステップを飛ばす"; -$a->strings["select a photo from your photo albums"] = "フォトアルバムから写真を選択する"; -$a->strings["Crop Image"] = "クロップ画像"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "最適な表示になるように画像のトリミングを調整してください。"; -$a->strings["Done Editing"] = "編集完了"; -$a->strings["Image uploaded successfully."] = "画像が正常にアップロードされました。"; -$a->strings["Only logged in users are permitted to perform a search."] = "ログインしたユーザーのみが検索を実行できます。"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "ログインしていないユーザーには、1分間に1つの検索のみが許可されます。"; -$a->strings["Search"] = "サーチ"; -$a->strings["Items tagged with: %s"] = "タグ付けされたアイテム: %s"; -$a->strings["Results for: %s"] = "結果: %s"; -$a->strings["Account"] = "アカウント"; -$a->strings["Two-factor authentication"] = "二要素認証"; -$a->strings["Profiles"] = "プロフィール"; -$a->strings["Additional features"] = "追加機能"; -$a->strings["Display"] = "表示"; -$a->strings["Social Networks"] = "ソーシャルネットワーク"; -$a->strings["Addons"] = "アドオン"; -$a->strings["Delegations"] = "代表団"; -$a->strings["Connected apps"] = "接続されたアプリ"; -$a->strings["Export personal data"] = "個人データのエクスポート"; -$a->strings["Remove account"] = "アカウントを削除"; -$a->strings["Settings"] = "設定"; -$a->strings["Missing some important data!"] = "重要なデータがありません!"; -$a->strings["Update"] = "更新"; -$a->strings["Failed to connect with email account using the settings provided."] = "提供された設定を使用してメールアカウントに接続できませんでした。"; -$a->strings["Email settings updated."] = "メール設定が更新されました。"; -$a->strings["Features updated"] = "更新された機能"; -$a->strings["The theme you chose isn't available."] = "選択したテーマは使用できません。"; -$a->strings["Relocate message has been send to your contacts"] = "再配置メッセージがコンタクトに送信されました"; -$a->strings["Passwords do not match."] = "パスワードが一致していません。"; -$a->strings["Password update failed. Please try again."] = "パスワードの更新に失敗しました。もう一度試してください。"; -$a->strings["Password changed."] = "パスワード変更済み。"; -$a->strings["Password unchanged."] = "パスワードは変更されていません。"; -$a->strings[" Please use a shorter name."] = "短い名前を使用してください。"; -$a->strings[" Name too short."] = "名前が短すぎます。"; -$a->strings["Wrong Password"] = "間違ったパスワード"; -$a->strings["Invalid email."] = "無効なメール。"; -$a->strings["Cannot change to that email."] = "そのメールに変更できません。"; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "プライベートフォーラムにはプライバシー権限がありません。デフォルトのプライバシーグループを使用します。"; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "プライベートフォーラムにはプライバシー権限がなく、デフォルトのプライバシーグループもありません。"; -$a->strings["Settings updated."] = "設定が更新されました。"; -$a->strings["Add application"] = "アプリケーションを追加"; -$a->strings["Consumer Key"] = "消費者キー"; -$a->strings["Consumer Secret"] = "消費者の秘密"; -$a->strings["Redirect"] = "リダイレクト"; -$a->strings["Icon url"] = "アイコンのURL"; -$a->strings["You can't edit this application."] = "このアプリケーションを編集することはできません。"; -$a->strings["Connected Apps"] = "接続されたアプリ"; -$a->strings["Edit"] = "編集"; -$a->strings["Client key starts with"] = "クライアントキーで始まる"; -$a->strings["No name"] = "ノーネーム"; -$a->strings["Remove authorization"] = "承認を削除"; -$a->strings["No Addon settings configured"] = "アドオン設定は構成されていません"; -$a->strings["Addon Settings"] = "アドオン設定"; -$a->strings["Off"] = "オフ"; -$a->strings["On"] = "に"; -$a->strings["Additional Features"] = "追加機能"; -$a->strings["Diaspora"] = "ディアスポラ"; -$a->strings["enabled"] = "有効"; -$a->strings["disabled"] = "障害者"; -$a->strings["Built-in support for %s connectivity is %s"] = "%s接続の組み込みサポートは%s"; -$a->strings["GNU Social (OStatus)"] = "GNU Social(OStatus)"; -$a->strings["Email access is disabled on this site."] = "このサイトではメールアクセスが無効になっています。"; -$a->strings["General Social Media Settings"] = "一般的なソーシャルメディア設定"; -$a->strings["Accept only top level posts by contacts you follow"] = "フォローしているコンタクトによるトップレベルの投稿のみを受け入れます"; -$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "システムは、コメントが到着するとスレッドの自動補完を行います。これには、非フォロワーによって開始されたが、フォローしているユーザーによってコメントされた投稿を受信できるという副作用があります。この設定により、この動作が無効になります。有効にすると、あなたが本当にフォローしている人からの投稿のみを厳密に受け取ります。"; -$a->strings["Disable Content Warning"] = "コンテンツ警告を無効にする"; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "MastodonやPleromaなどのネットワーク上のユーザーは、デフォルトで投稿を折りたたむコンテンツ警告フィールドを設定できます。これにより、自動折りたたみが無効になり、コンテンツの警告が投稿タイトルとして設定されます。最終的に設定する他のコンテンツフィルタリングには影響しません。"; -$a->strings["Disable intelligent shortening"] = "インテリジェントな短縮を無効にする"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "通常、システムは短縮された投稿に追加するのに最適なリンクを見つけようとします。このオプションを有効にすると、すべての短縮された投稿は常に元のfriendica投稿を指すようになります。"; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "GNU Social(OStatus)のフォロワー/メンショナーを自動的にフォローする"; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "不明なOStatusユーザーからメッセージを受信した場合、このオプションは何をするかを決定します。チェックされている場合、未知のユーザーごとに新しいコンタクトが作成されます。"; -$a->strings["Default group for OStatus contacts"] = "OStatusコンタクトのデフォルトグループ"; -$a->strings["Your legacy GNU Social account"] = "レガシーGNU Socialアカウント"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "ここに古いGNU Social / Statusnetアカウント名を入力すると(user@domain.tldの形式で)、コンタクトが自動的に追加されます。完了すると、フィールドは空になります。"; -$a->strings["Repair OStatus subscriptions"] = "OStatusサブスクリプションを修復する"; -$a->strings["Email/Mailbox Setup"] = "メール/メールボックスのセットアップ"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "このサービス(オプション)を使用してメールコンタクトと通信する場合は、メールボックスへの接続方法を指定してください。"; -$a->strings["Last successful email check:"] = "最後に成功したメールチェック:"; -$a->strings["IMAP server name:"] = "IMAPサーバー名:"; -$a->strings["IMAP port:"] = "IMAPポート:"; -$a->strings["Security:"] = "セキュリティ:"; -$a->strings["None"] = "無し"; -$a->strings["Email login name:"] = "メールのログイン名:"; -$a->strings["Email password:"] = "メールのパスワード:"; -$a->strings["Reply-to address:"] = "返信先アドレス:"; -$a->strings["Send public posts to all email contacts:"] = "すべてのメールコンタクトに一般公開投稿を送信します。"; -$a->strings["Action after import:"] = "インポート後のアクション:"; -$a->strings["Mark as seen"] = "見られるようにマークする"; -$a->strings["Move to folder"] = "フォルダへ移動"; -$a->strings["Move to folder:"] = "フォルダへ移動:"; -$a->strings["No special theme for mobile devices"] = "モバイルデバイス向けの特別なテーマはありません"; -$a->strings["%s - (Unsupported)"] = "%s (サポートされていません)"; -$a->strings["%s - (Experimental)"] = "%s (実験的)"; -$a->strings["Sunday"] = "日曜日"; -$a->strings["Monday"] = "月曜"; -$a->strings["Display Settings"] = "ディスプレイの設定"; -$a->strings["Display Theme:"] = "ディスプレイテーマ:"; -$a->strings["Mobile Theme:"] = "モバイルテーマ:"; -$a->strings["Suppress warning of insecure networks"] = "安全でないネットワークの警告を抑制する"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "\"現在のグループに非公開の投稿を受信できないネットワークのメンバーが含まれている\"という警告をシステムが抑制した場合。"; -$a->strings["Update browser every xx seconds"] = "xx秒ごとにブラウザーを更新する"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "10秒以上。 -1を入力して無効にします。"; -$a->strings["Number of items to display per page:"] = "ページごとに表示するアイテムの数:"; -$a->strings["Maximum of 100 items"] = "最大100アイテム"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "モバイルデバイスから表示したときにページごとに表示するアイテムの数:"; -$a->strings["Don't show emoticons"] = "絵文字を表示しない"; -$a->strings["Calendar"] = "カレンダー"; -$a->strings["Beginning of week:"] = "週の始まり:"; -$a->strings["Don't show notices"] = "通知を表示しない"; -$a->strings["Infinite scroll"] = "無限スクロール"; -$a->strings["Automatic updates only at the top of the network page"] = "ネットワークページの上部でのみ自動更新"; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "無効にすると、ネットワークページが常に更新され、読み取り中に混乱する可能性があります。"; -$a->strings["Bandwidth Saver Mode"] = "帯域幅節約モード"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "有効にすると、埋め込みコンテンツは自動更新では表示されず、ページの再読み込みでのみ表示されます。"; -$a->strings["Smart Threading"] = "スマートスレッド"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "有効にすると、無関係なスレッドのインデントを抑制し、重要な場所に保持します。スレッドが使用可能で有効になっている場合にのみ機能します。"; -$a->strings["General Theme Settings"] = "一般的なテーマ設定"; -$a->strings["Custom Theme Settings"] = "カスタムテーマ設定"; -$a->strings["Content Settings"] = "コンテンツ設定"; -$a->strings["Theme settings"] = "テーマ設定"; -$a->strings["Unable to find your profile. Please contact your admin."] = "プロフィールが見つかりません。管理者に連絡してください。"; -$a->strings["Account Types"] = "アカウントの種類"; -$a->strings["Personal Page Subtypes"] = "個人ページのサブタイプ"; -$a->strings["Community Forum Subtypes"] = "コミュニティフォーラムのサブタイプ"; -$a->strings["Personal Page"] = "個人ページ"; -$a->strings["Account for a personal profile."] = "個人プロフィールを説明します。"; -$a->strings["Organisation Page"] = "組織ページ"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "コンタクトリクエストを「フォロワー」として自動的に承認する組織のアカウント。"; -$a->strings["News Page"] = "ニュースページ"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "コンタクトのリクエストを「フォロワー」として自動的に承認するニュースリフレクターのアカウント。"; -$a->strings["Community Forum"] = "コミュニティフォーラム"; -$a->strings["Account for community discussions."] = "コミュニティディスカッションのアカウント。"; -$a->strings["Normal Account Page"] = "通常のアカウントページ"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。"; -$a->strings["Soapbox Page"] = "Soapboxページ"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "コンタクトリクエストを「フォロワー」として自動的に承認する一般公開プロフィールのアカウント。"; -$a->strings["Public Forum"] = "一般公開フォーラム"; -$a->strings["Automatically approves all contact requests."] = "すべてのコンタクトリクエストを自動的に承認します。"; -$a->strings["Automatic Friend Page"] = "自動友達ページ"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "コンタクトのリクエストを「フレンド」として自動的に承認する人気のあるプロフィールのアカウント。"; -$a->strings["Private Forum [Experimental]"] = "プライベートフォーラム[実験的]"; -$a->strings["Requires manual approval of contact requests."] = "コンタクトリクエストの手動承認が必要です。"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(オプション)このOpenIDがこのアカウントにログインできるようにします。"; -$a->strings["Publish your default profile in your local site directory?"] = "ローカルサイトディレクトリにデフォルトプロフィールを公開しますか?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "プロフィールはこのノードのローカルディレクトリで公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。"; -$a->strings["Publish your default profile in the global social directory?"] = "グローバル ソーシャルディレクトリで既定のプロフィールを公開しますか?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例: %s )。あなたのプロフィールは一般公開されます。"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "デフォルトプロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "コンタクトリストは、既定のプロフィールページに表示されません。作成する追加のプロフィールごとにコンタクトリストを個別に表示することを決定できます"; -$a->strings["Hide your profile details from anonymous viewers?"] = "匿名の閲覧者からプロフィールの詳細を非表示にしますか?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "匿名の訪問者には、プロフィールページで使用しているプロフィール写真、表示名、ニックネームのみが表示されます。一般公開の投稿と返信には、他の方法で引き続きアクセスできます。"; -$a->strings["Allow friends to post to your profile page?"] = "友人があなたのプロフィールページに投稿することを許可しますか?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "コンタクトは、プロフィールウォールに投稿を書くことができます。これらの投稿はコンタクトに配信されます"; -$a->strings["Allow friends to tag your posts?"] = "友達があなたの投稿にタグを付けることを許可しますか?"; -$a->strings["Your contacts can add additional tags to your posts."] = "コンタクトは、投稿にタグを追加できます。"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "あなたを新しいメンバーの潜在的な友人として提案させてください。"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "必要に応じて、Friendicaはコンタクトとしてあなたを追加する新しいメンバーを提案する場合があります。"; -$a->strings["Permit unknown people to send you private mail?"] = "知らない人にプライベートメールを送ることを許可しますか?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。"; -$a->strings["Profile is not published."] = "プロフィールは公開されていません。"; -$a->strings["Your Identity Address is '%s' or '%s'."] = "IDアドレスは ' %s ' または ' %s 'です。"; -$a->strings["Automatically expire posts after this many days:"] = "この数日後に投稿を自動的に期限切れにします:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます"; -$a->strings["Advanced expiration settings"] = "高度な有効期限設定"; -$a->strings["Advanced Expiration"] = "高度な有効期限"; -$a->strings["Expire posts:"] = "投稿の有効期限:"; -$a->strings["Expire personal notes:"] = "個人メモの有効期限:"; -$a->strings["Expire starred posts:"] = "スター付き投稿を期限切れにする:"; -$a->strings["Expire photos:"] = "写真の有効期限:"; -$a->strings["Only expire posts by others:"] = "他のユーザーによる投稿のみを期限切れにする:"; -$a->strings["Account Settings"] = "アカウント設定"; -$a->strings["Password Settings"] = "パスワード設定"; -$a->strings["New Password:"] = "新しいパスワード:"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "使用できる文字は、a〜z、A〜Z、0〜9、および空白、アクセント文字、コロン(:)を除く特殊文字です。"; -$a->strings["Confirm:"] = "確認:"; -$a->strings["Leave password fields blank unless changing"] = "変更しない限り、パスワードフィールドは空白のままにしてください"; -$a->strings["Current Password:"] = "現在のパスワード:"; -$a->strings["Your current password to confirm the changes"] = "変更を確認するための現在のパスワード"; -$a->strings["Password:"] = "パスワード:"; -$a->strings["Basic Settings"] = "基本設定"; -$a->strings["Full Name:"] = "フルネーム:"; -$a->strings["Email Address:"] = "電子メールアドレス:"; -$a->strings["Your Timezone:"] = "あなたのタイムゾーン:"; -$a->strings["Your Language:"] = "あなたの言語:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します"; -$a->strings["Default Post Location:"] = "デフォルトの投稿場所:"; -$a->strings["Use Browser Location:"] = "ブラウザのロケーションを使用:"; -$a->strings["Security and Privacy Settings"] = "セキュリティとプライバシーの設定"; -$a->strings["Maximum Friend Requests/Day:"] = "1日あたりの友達リクエスト上限:"; -$a->strings["(to prevent spam abuse)"] = "(スパムの悪用を防ぐため)"; -$a->strings["Default Post Permissions"] = "投稿の既定の権限"; -$a->strings["(click to open/close)"] = "(クリックして開く・閉じる)"; -$a->strings["Default Private Post"] = "既定のプライベート投稿"; -$a->strings["Default Public Post"] = "既定の一般公開投稿"; -$a->strings["Default Permissions for New Posts"] = "新しい投稿の既定の権限"; -$a->strings["Maximum private messages per day from unknown people:"] = "不明な人からの 1日あたりのプライベートメッセージ上限:"; -$a->strings["Notification Settings"] = "通知設定"; -$a->strings["Send a notification email when:"] = "次の場合に通知メールを送信します。"; -$a->strings["You receive an introduction"] = "紹介を受けます"; -$a->strings["Your introductions are confirmed"] = "あなたの紹介が確認されました"; -$a->strings["Someone writes on your profile wall"] = "誰かがあなたのプロフィールウォールに書き込みます"; -$a->strings["Someone writes a followup comment"] = "誰かがフォローアップコメントを書く"; -$a->strings["You receive a private message"] = "プライベートメッセージを受け取ります"; -$a->strings["You receive a friend suggestion"] = "友達の提案を受け取ります"; -$a->strings["You are tagged in a post"] = "あなたは投稿でタグ付けされています"; -$a->strings["You are poked/prodded/etc. in a post"] = "あなたは突かれた/突かれた/などです。投稿で"; -$a->strings["Activate desktop notifications"] = "デスクトップ通知を有効にする"; -$a->strings["Show desktop popup on new notifications"] = "新しい通知にデスクトップポップアップを表示する"; -$a->strings["Text-only notification emails"] = "テキストのみの通知メール"; -$a->strings["Send text only notification emails, without the html part"] = "HTML部分なしで、テキストのみの通知メールを送信します"; -$a->strings["Show detailled notifications"] = "詳細な通知を表示"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "デフォルトでは、通知はアイテムごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。"; -$a->strings["Advanced Account/Page Type Settings"] = "アカウント/ページタイプの詳細設定"; -$a->strings["Change the behaviour of this account for special situations"] = "特別な状況でこのアカウントの動作を変更する"; -$a->strings["Relocate"] = "再配置"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。"; -$a->strings["Resend relocate message to contacts"] = "再配置メッセージをコンタクトに再送信する"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s をフォローしています"; -$a->strings["Contact suggestion successfully ignored."] = "コンタクトの提案は無視されました。"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。"; -$a->strings["Do you really want to delete this suggestion?"] = "この提案を本当に削除しますか?"; -$a->strings["Ignore/Hide"] = "無視/非表示"; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s :アイテムとスレッドテーブルの作成者IDと所有者IDを更新しています。"; +$a->strings["%s: Updating post-type."] = "%s :投稿タイプを更新しています。"; +$a->strings["Community Profiles"] = "コミュニティプロフィール"; +$a->strings["Last users"] = "最後のユーザー"; +$a->strings["Find People"] = "人を見つけます"; +$a->strings["Enter name or interest"] = "名前または興味を入力してください"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "例:Robert Morgenstein、釣り"; +$a->strings["Find"] = "見つける"; $a->strings["Friend Suggestions"] = "友達の提案"; -$a->strings["Export account"] = "アカウントのエクスポート"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "アカウント情報とコンタクトをエクスポートします。これを使用して、アカウントのバックアップを作成したり、別のサーバーに移動したりします。"; -$a->strings["Export all"] = "すべてエクスポート"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "アカウント情報、コンタクト、すべてのアイテムをjsonとしてエクスポートします。非常に大きなファイルになる可能性があり、時間がかかる可能性があります。これを使用して、アカウントの完全バックアップを作成します(写真はエクスポートされません)"; -$a->strings["No videos selected"] = "動画が選択されていません"; -$a->strings["View Video"] = "ビデオを見る"; -$a->strings["Recent Videos"] = "最近の動画"; -$a->strings["Upload New Videos"] = "新しい動画をアップロード"; +$a->strings["Similar Interests"] = "同様の興味"; +$a->strings["Random Profile"] = "ランダムプロフィール"; +$a->strings["Invite Friends"] = "友達を招待"; +$a->strings["Global Directory"] = "グローバルディレクトリ"; +$a->strings["Local Directory"] = "ローカルディレクトリ"; +$a->strings["Forums"] = "フォーラム"; +$a->strings["External link to forum"] = "フォーラムへの外部リンク"; +$a->strings["show more"] = "もっと見せる"; +$a->strings["Quick Start"] = "クイックスタート"; +$a->strings["Help"] = "ヘルプ"; +$a->strings["Connect Services"] = "接続サービス"; +$a->strings["Comma separated list of helper forums"] = "ヘルパーフォーラムのカンマ区切りリスト"; +$a->strings["don't show"] = "見せない"; +$a->strings["show"] = "見せる"; +$a->strings["Submit"] = "送信する"; +$a->strings["Theme settings"] = "テーマ設定"; +$a->strings["Set style"] = "スタイルを設定"; +$a->strings["Community Pages"] = "コミュニティページ"; +$a->strings["Help or @NewHere ?"] = "ヘルプまたは@NewHere?"; +$a->strings["Find Friends"] = "友達を見つける"; $a->strings["default"] = "デフォルト"; $a->strings["greenzero"] = "グリーンゼロ"; $a->strings["purplezero"] = "パープルゼロ"; @@ -955,6 +236,27 @@ $a->strings["Single row mosaic"] = "単列モザイク"; $a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "画像のサイズを変更して、垂直または水平のいずれかの単一の行で繰り返します。"; $a->strings["Mosaic"] = "モザイク"; $a->strings["Repeat image to fill the screen."] = "画面いっぱいに画像を繰り返します。"; +$a->strings["Guest"] = "ゲスト"; +$a->strings["Visitor"] = "ビジター"; +$a->strings["Status"] = "状態"; +$a->strings["Your posts and conversations"] = "あなたの投稿と会話"; +$a->strings["Profile"] = "プロフィール"; +$a->strings["Your profile page"] = "あなたのプロフィールページ"; +$a->strings["Photos"] = "写真"; +$a->strings["Your photos"] = "あなたの写真"; +$a->strings["Videos"] = "動画"; +$a->strings["Your videos"] = "あなたの動画"; +$a->strings["Events"] = "イベント"; +$a->strings["Your events"] = "あなたのイベント"; +$a->strings["Network"] = "ネットワーク"; +$a->strings["Conversations from your friends"] = "友達からの会話"; +$a->strings["Events and Calendar"] = "イベントとカレンダー"; +$a->strings["Messages"] = "メッセージ"; +$a->strings["Private mail"] = "プライベートメール"; +$a->strings["Settings"] = "設定"; +$a->strings["Account settings"] = "アカウント設定"; +$a->strings["Contacts"] = "コンタクト"; +$a->strings["Manage/edit friends and contacts"] = "友達とコンタクトを管理/編集する"; $a->strings["Custom"] = "カスタム"; $a->strings["Note"] = "注意"; $a->strings["Check image permissions if all users are allowed to see the image"] = "すべてのユーザーに画像の表示が許可されている場合は、画像の権限を確認してください"; @@ -973,241 +275,85 @@ $a->strings["This replaces the jot modal window for writing new posts with a lin $a->strings["Login page background image"] = "ログインページの背景画像"; $a->strings["Login page background color"] = "ログインページの背景色"; $a->strings["Leave background image and color empty for theme defaults"] = "テーマのデフォルトの背景画像と色を空のままにします"; -$a->strings["Guest"] = "ゲスト"; -$a->strings["Visitor"] = "ビジター"; -$a->strings["Status"] = "状態"; -$a->strings["Your posts and conversations"] = "あなたの投稿と会話"; -$a->strings["Your profile page"] = "あなたのプロフィールページ"; -$a->strings["Your photos"] = "あなたの写真"; -$a->strings["Videos"] = "動画"; -$a->strings["Your videos"] = "あなたの動画"; -$a->strings["Your events"] = "あなたのイベント"; -$a->strings["Network"] = "ネットワーク"; -$a->strings["Conversations from your friends"] = "友達からの会話"; -$a->strings["Events and Calendar"] = "イベントとカレンダー"; -$a->strings["Private mail"] = "プライベートメール"; -$a->strings["Account settings"] = "アカウント設定"; -$a->strings["Contacts"] = "コンタクト"; -$a->strings["Manage/edit friends and contacts"] = "友達とコンタクトを管理/編集する"; $a->strings["Alignment"] = "アライメント"; $a->strings["Left"] = "左"; $a->strings["Center"] = "センター"; $a->strings["Color scheme"] = "カラースキーム"; $a->strings["Posts font size"] = "投稿のフォントサイズ"; $a->strings["Textareas font size"] = "テキストエリアのフォントサイズ"; -$a->strings["Comma separated list of helper forums"] = "ヘルパーフォーラムのカンマ区切りリスト"; -$a->strings["don't show"] = "見せない"; -$a->strings["show"] = "見せる"; -$a->strings["Set style"] = "スタイルを設定"; -$a->strings["Community Pages"] = "コミュニティページ"; -$a->strings["Community Profiles"] = "コミュニティプロフィール"; -$a->strings["Help or @NewHere ?"] = "ヘルプまたは@NewHere?"; -$a->strings["Connect Services"] = "接続サービス"; -$a->strings["Find Friends"] = "友達を見つける"; -$a->strings["Last users"] = "最後のユーザー"; -$a->strings["Find People"] = "人を見つけます"; -$a->strings["Enter name or interest"] = "名前または興味を入力してください"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "例:Robert Morgenstein、釣り"; -$a->strings["Find"] = "見つける"; -$a->strings["Similar Interests"] = "同様の興味"; -$a->strings["Random Profile"] = "ランダムプロフィール"; -$a->strings["Invite Friends"] = "友達を招待"; -$a->strings["Global Directory"] = "グローバルディレクトリ"; -$a->strings["Local Directory"] = "ローカルディレクトリ"; -$a->strings["Forums"] = "フォーラム"; -$a->strings["External link to forum"] = "フォーラムへの外部リンク"; -$a->strings["show more"] = "もっと見せる"; -$a->strings["Quick Start"] = "クイックスタート"; -$a->strings["Help"] = "助けて"; -$a->strings["Post to Email"] = "メールに投稿"; -$a->strings["Visible to everybody"] = "誰にでも見える"; -$a->strings["Connectors"] = "コネクター"; -$a->strings["Hide your profile details from unknown viewers?"] = "不明な視聴者からプロフィールの詳細を非表示にしますか?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "\"%s\"が有効になっているため、コネクタは無効です。"; -$a->strings["Close"] = "閉じる"; -$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "データベース構成ファイル \"config/local.config.php\" に書き込めませんでした。同封のテキストを使用して、Webサーバーのルートに構成ファイルを作成してください。"; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "phpmyadminまたはmysqlを使用して、手動でファイル\"database.sql \"をインポートする必要がある場合があります。"; -$a->strings["Please see the file \"INSTALL.txt\"."] = "ファイル\"INSTALL.txt \"をご覧ください。"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "WebサーバーPATHに CLI版のPHPが見つかりませんでした。"; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "PHP CLIがサーバーにインストールされていない場合、バックグラウンド処理を実行できません。 'ワーカーのセットアップ' をご覧ください。"; -$a->strings["PHP executable path"] = "PHP実行可能ファイルへのPath"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "php実行可能ファイルへのフルパスを入力します。これを空白のままにしてインストールを続行できます。"; -$a->strings["Command line PHP"] = "コマンドライン, CLI PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP実行可能ファイルはphp cliバイナリではありません(cgi-fgciバージョンである可能性があります)"; -$a->strings["Found PHP version: "] = "PHPバージョンが見つかりました:"; -$a->strings["PHP cli binary"] = "PHP CLIバイナリ"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "ご使用のシステムのコマンドラインバージョンのPHPでは、\"register_argc_argv \"が有効になっていません。"; -$a->strings["This is required for message delivery to work."] = "これは、メッセージ配信が機能するために必要です。"; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "エラー:このシステムの\"openssl_pkey_new \"関数は暗号化キーを生成できません"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Windowsで実行している場合は、「 http://www.php.net/manual/en/openssl.installation.php 」を参照してください。"; -$a->strings["Generate encryption keys"] = "暗号化キーを生成する"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewriteモジュール"; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["Error: The MySQL driver for PDO is not installed."] = "エラー:PDO用のMySQLドライバーがインストールされていません。"; -$a->strings["PDO or MySQLi PHP module"] = "PDOまたはMySQLi PHPモジュール"; -$a->strings["Error, XML PHP module required but not installed."] = "エラー、XML PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["XML PHP module"] = "XML PHPモジュール"; -$a->strings["libCurl PHP module"] = "libCurl PHPモジュール"; -$a->strings["Error: libCURL PHP module required but not installed."] = "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["GD graphics PHP module"] = "GDグラフィックスPHPモジュール"; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHPモジュール"; -$a->strings["Error: openssl PHP module required but not installed."] = "エラー:openssl PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["mb_string PHP module"] = "mb_string PHPモジュール"; -$a->strings["Error: mb_string PHP module required but not installed."] = "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["iconv PHP module"] = "iconv PHPモジュール"; -$a->strings["Error: iconv PHP module required but not installed."] = "エラー:iconv PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["POSIX PHP module"] = "POSIX PHPモジュール"; -$a->strings["Error: POSIX PHP module required but not installed."] = "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["JSON PHP module"] = "JSON PHPモジュール"; -$a->strings["Error: JSON PHP module required but not installed."] = "エラー:JSON PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["File Information PHP module"] = "ファイル情報PHPモジュール"; -$a->strings["Error: File Information PHP module required but not installed."] = "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。"; -$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "Webインストーラーは、Webサーバーの\"config \"フォルダーに\"local.config.php \"というファイルを作成できる必要がありますが、作成できません。"; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "これはほとんどの場合、Webサーバーがフォルダーにファイルを書き込むことができない場合でも、許可設定です。"; -$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "この手順の最後に、Friendica \"config \"フォルダーのlocal.config.phpという名前のファイルに保存するテキストを提供します。"; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "または、この手順をスキップして、手動インストールを実行することもできます。手順については、ファイル「INSTALL.txt」を参照してください。"; -$a->strings["config/local.config.php is writable"] = "config / local.config.phpは書き込み可能です"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "FriendicaはSmarty3テンプレートエンジンを使用してWebビューをレンダリングします。 Smarty3はテンプレートをPHPにコンパイルして、レンダリングを高速化します。"; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "これらのコンパイル済みテンプレートを保存するには、WebサーバーがFriendica最上位フォルダーの下のディレクトリview / smarty3 /への書き込みアクセス権を持っている必要があります。"; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Webサーバーを実行するユーザー(www-dataなど)がこのフォルダーへの書き込みアクセス権を持っていることを確認してください。"; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注:セキュリティ対策として、Webサーバーにview / smarty3 /のみへの書き込みアクセス権を与える必要があります。含まれるテンプレートファイル(.tpl)ではありません。"; -$a->strings["view/smarty3 is writable"] = "view / smarty3は書き込み可能です"; -$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = ".htaccessのURL書き換えが機能していません。 .htaccess-distを.htaccessにコピーしたことを確認してください。"; -$a->strings["Error message from Curl when fetching"] = "取得時のCurlからのエラーメッセージ"; -$a->strings["Url rewrite is working"] = "URLの書き換えが機能しています"; -$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP拡張機能がインストールされていません"; -$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP拡張機能がインストールされています"; -$a->strings["ImageMagick supports GIF"] = "ImageMagickはGIFをサポートします"; -$a->strings["Database already in use."] = "データベースはすでに使用されています。"; -$a->strings["Could not connect to database."] = "データベースに接続できません。"; -$a->strings["Tuesday"] = "火曜日"; -$a->strings["Wednesday"] = "水曜日"; -$a->strings["Thursday"] = "木曜日"; -$a->strings["Friday"] = "金曜日"; -$a->strings["Saturday"] = "土曜日"; -$a->strings["January"] = "1月"; -$a->strings["February"] = "2月"; -$a->strings["March"] = "3月"; -$a->strings["April"] = "4月"; -$a->strings["May"] = "5月"; -$a->strings["June"] = "6月"; -$a->strings["July"] = "7月"; -$a->strings["August"] = "8月"; -$a->strings["September"] = "9月"; -$a->strings["October"] = "10月"; -$a->strings["November"] = "11月"; -$a->strings["December"] = "12月"; -$a->strings["Mon"] = "月"; -$a->strings["Tue"] = "火"; -$a->strings["Wed"] = "水"; -$a->strings["Thu"] = "木"; -$a->strings["Fri"] = "金"; -$a->strings["Sat"] = "土"; -$a->strings["Sun"] = "日"; -$a->strings["Jan"] = "1月"; -$a->strings["Feb"] = "2月"; -$a->strings["Mar"] = "3月"; -$a->strings["Apr"] = "4月"; -$a->strings["Jun"] = "6月"; -$a->strings["Jul"] = "7月"; -$a->strings["Aug"] = "8月"; -$a->strings["Sep"] = "9月"; -$a->strings["Oct"] = "10月"; -$a->strings["Nov"] = "11月"; -$a->strings["Dec"] = "12月"; -$a->strings["poke"] = "poke"; -$a->strings["poked"] = "pokeされました"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "pingされました"; -$a->strings["prod"] = "製品"; -$a->strings["prodded"] = "prodされた"; -$a->strings["slap"] = "slap"; -$a->strings["slapped"] = "slappされました"; -$a->strings["finger"] = "フィンガー"; -$a->strings["fingered"] = "フィンガーされました"; -$a->strings["rebuff"] = "拒絶"; -$a->strings["rebuffed"] = "拒否された"; -$a->strings["System"] = "システム"; -$a->strings["Home"] = "ホーム"; -$a->strings["Introductions"] = "はじめに"; -$a->strings["%s commented on %s's post"] = "%sが%sの投稿にコメントしました"; -$a->strings["%s created a new post"] = "%sが新しい投稿を作成しました"; -$a->strings["%s liked %s's post"] = "%sが%sの投稿を高く評価しました"; -$a->strings["%s disliked %s's post"] = "%sは%sの投稿を好きではないようです"; -$a->strings["%s is attending %s's event"] = "%sは%sのイベントに参加しています"; -$a->strings["%s is not attending %s's event"] = "%sは%sのイベントを欠席します"; -$a->strings["%s may attend %s's event"] = "%sは%sのイベントに参加できます"; -$a->strings["%s is now friends with %s"] = "%sは%sと友達になりました"; -$a->strings["Friend Suggestion"] = "友達の提案"; -$a->strings["Friend/Connect Request"] = "フレンド/接続リクエスト"; -$a->strings["New Follower"] = "新しいフォロワー"; -$a->strings["Welcome %s"] = "ようこそ%s"; -$a->strings["Please upload a profile photo."] = "プロフィール写真をアップロードしてください。"; -$a->strings["Welcome back %s"] = "おかえりなさい%s"; -$a->strings["Update %s failed. See error logs."] = "%sの更新に失敗しました。エラーログを参照してください。"; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tfriendicaの開発者はアップデート %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。"; -$a->strings["The error message is\n[pre]%s[/pre]"] = "エラーメッセージは\n[pre] %s [/ pre]です"; -$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify]データベースの更新"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\tfriendicaデータベースは %s から %s に正常に更新されました。"; -$a->strings["Error decoding account file"] = "アカウントファイルのデコードエラー"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "エラー!ファイルにバージョンデータがありません!これはFriendicaアカウントファイルではなさそうです。"; -$a->strings["User '%s' already exists on this server!"] = "ユーザー '%s' はこのサーバーに既に存在します!"; -$a->strings["User creation error"] = "ユーザ作成エラー"; -$a->strings["User profile creation error"] = "ユーザープロフィール作成エラー"; -$a->strings["%d contact not imported"] = [ - 0 => "%dコンタクトはインポートされませんでした", +$a->strings["There are no tables on MyISAM."] = "MyISAMにはテーブルがありません。"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nデータベースの更新中にエラー%dが発生しました:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "データベース変更の実行中に発生したエラー:"; +$a->strings["%s: Database update"] = "%s :データベースの更新"; +$a->strings["%s: updating %s table."] = "%s : %sテーブルを更新しています。"; +$a->strings["This entry was edited"] = "このエントリは編集されました"; +$a->strings["Private Message"] = "自分のみ"; +$a->strings["Edit"] = "編集"; +$a->strings["pinned item"] = "ピン留め項目"; +$a->strings["Delete locally"] = "ローカルで削除"; +$a->strings["Delete globally"] = "グローバルに削除"; +$a->strings["Remove locally"] = "ローカルで削除"; +$a->strings["save to folder"] = "フォルダーに保存"; +$a->strings["I will attend"] = "参加します"; +$a->strings["I will not attend"] = "私は出席しません"; +$a->strings["I might attend"] = "私は出席するかもしれません"; +$a->strings["ignore thread"] = "スレッドを無視"; +$a->strings["unignore thread"] = "無視しないスレッド"; +$a->strings["toggle ignore status"] = "トグル無視ステータス"; +$a->strings["ignored"] = "無視"; +$a->strings["pin"] = "ピン留め"; +$a->strings["unpin"] = "ピン留めを解除"; +$a->strings["toggle pin status"] = "ピン留めを切り替え"; +$a->strings["pinned"] = "ピン留めされました"; +$a->strings["add star"] = "スターを追加"; +$a->strings["remove star"] = "スターを削除"; +$a->strings["toggle star status"] = "スターの状態を切り替える"; +$a->strings["starred"] = "スター付き"; +$a->strings["add tag"] = "タグ付けする"; +$a->strings["I like this (toggle)"] = "私はこれが好きです(トグル)"; +$a->strings["like"] = "いいね"; +$a->strings["I don't like this (toggle)"] = "気に入らない(トグル)"; +$a->strings["dislike"] = "嫌い"; +$a->strings["Share this"] = "これを共有"; +$a->strings["share"] = "共有"; +$a->strings["%s (Received %s)"] = "%s (%s を受け取りました)"; +$a->strings["to"] = "に"; +$a->strings["via"] = "経由で"; +$a->strings["Wall-to-Wall"] = "壁間"; +$a->strings["via Wall-To-Wall:"] = "Wall-to-Wall経由:"; +$a->strings["Comment"] = "コメント"; +$a->strings["Reply to %s"] = "%sへの返信"; +$a->strings["Notifier task is pending"] = "通知タスクは保留中です"; +$a->strings["Delivery to remote servers is pending"] = "リモートサーバーへの配信は保留中です"; +$a->strings["Delivery to remote servers is underway"] = "リモートサーバーへの配信が進行中です"; +$a->strings["Delivery to remote servers is mostly done"] = "リモートサーバーへの配信はもうすぐ完了します"; +$a->strings["Delivery to remote servers is done"] = "リモートサーバーへの配信が完了しました"; +$a->strings["%d comment"] = [ + 0 => "%dコメント", ]; -$a->strings["Done. You can now login with your username and password"] = "完了しました。これでであなたのユーザー名とパスワードでログインできます。 "; -$a->strings["Birthday:"] = "お誕生日:"; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DDまたはMM-DD"; -$a->strings["never"] = "決してしない"; -$a->strings["less than a second ago"] = "少し前"; -$a->strings["year"] = "年"; -$a->strings["years"] = "年"; -$a->strings["months"] = "数ヶ月"; -$a->strings["weeks"] = "週間"; -$a->strings["days"] = "日々"; -$a->strings["hour"] = "時間"; -$a->strings["hours"] = "時間"; -$a->strings["minute"] = "分"; -$a->strings["minutes"] = "分"; -$a->strings["second"] = "秒"; -$a->strings["seconds"] = "秒"; -$a->strings["in %1\$d %2\$s"] = "場所: %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s前"; +$a->strings["Show more"] = "もっと見せる"; +$a->strings["Show fewer"] = "表示を減らす"; +$a->strings["comment"] = [ + 0 => "コメント", +]; +$a->strings["This is you"] = "これはあなたです"; +$a->strings["No system theme config value set."] = "システムテーマの構成値が設定されていません。"; $a->strings["view full size"] = "フルサイズを表示"; $a->strings["Image/photo"] = "画像/写真"; $a->strings["%2\$s %3\$s"] = " %2\$s %3\$s"; +$a->strings["Click to open/close"] = "クリックして開閉"; $a->strings["$1 wrote:"] = "$1 の投稿:"; $a->strings["Encrypted content"] = "暗号化されたコンテンツ"; $a->strings["Invalid source protocol"] = "無効なソースプロトコル"; $a->strings["Invalid link protocol"] = "無効なリンクプロトコル"; $a->strings["Loading more entries..."] = "さらにエントリを読み込んでいます..."; $a->strings["The end"] = "終わり"; +$a->strings["Save"] = "保存する"; $a->strings["Follow"] = "フォロー"; +$a->strings["Search"] = "検索"; $a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, コンテンツ"; $a->strings["Full Text"] = "全文"; $a->strings["Tags"] = "タグ"; -$a->strings["Click to open/close"] = "クリックして開閉"; -$a->strings["Export"] = "輸出する"; -$a->strings["Export calendar as ical"] = "カレンダーをicalとしてエクスポート"; -$a->strings["Export calendar as csv"] = "カレンダーをcsvとしてエクスポート"; -$a->strings["No contacts"] = "コンタクトなし"; -$a->strings["%d Contact"] = [ - 0 => "%dコンタクト", -]; -$a->strings["View Contacts"] = "コンタクトを表示"; -$a->strings["Trending Tags (last %d hour)"] = [ - 0 => "トレンドタグ(過去%d時間)", -]; -$a->strings["More Trending Tags"] = "よりトレンドのタグ"; -$a->strings["newer"] = "新しい"; -$a->strings["older"] = "過去の"; -$a->strings["prev"] = "前の"; -$a->strings["last"] = "最終"; $a->strings["Frequently"] = "頻度の高い"; $a->strings["Hourly"] = "毎時"; $a->strings["Twice daily"] = "1日2回"; @@ -1218,6 +364,7 @@ $a->strings["DFRN"] = "DFRN"; $a->strings["OStatus"] = "OStatus"; $a->strings["RSS/Atom"] = "RSS / Atom"; $a->strings["Email"] = "Eメール"; +$a->strings["Diaspora"] = "ディアスポラ"; $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP / IM"; @@ -1225,6 +372,7 @@ $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; +$a->strings["Discourse"] = "Discourse"; $a->strings["Diaspora Connector"] = "Diaspora コネクタ"; $a->strings["GNU Social Connector"] = "GNU Social Connector"; $a->strings["ActivityPub"] = "ActivityPub"; @@ -1286,6 +434,29 @@ $a->strings["Uncertain"] = "不確実"; $a->strings["It's complicated"] = "それは複雑です"; $a->strings["Don't care"] = "気にしない"; $a->strings["Ask me"] = "私に聞いて"; +$a->strings["Add New Contact"] = "新しいコンタクトを追加"; +$a->strings["Enter address or web location"] = "住所またはウェブの場所を入力してください"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "例: bob@example.com, http://example.com/barbara"; +$a->strings["Connect"] = "つながる"; +$a->strings["%d invitation available"] = [ + 0 => "%d通の招待が利用できます", +]; +$a->strings["Followers"] = "フォロワー"; +$a->strings["Following"] = "以下"; +$a->strings["Mutual friends"] = "共通の友人"; +$a->strings["Relationships"] = "関係"; +$a->strings["All Contacts"] = "すべてのコンタクト"; +$a->strings["Protocols"] = "プロトコル"; +$a->strings["All Protocols"] = "すべてのプロトコル"; +$a->strings["Saved Folders"] = "保存されたフォルダー"; +$a->strings["Everything"] = "すべて"; +$a->strings["Categories"] = "カテゴリー"; +$a->strings["%d contact in common"] = [ + 0 => "共通の %d 件のコンタクト", +]; +$a->strings["Archives"] = "アーカイブ"; +$a->strings["Embedding disabled"] = "埋め込みが無効です"; +$a->strings["Embedded content"] = "埋め込みコンテンツ"; $a->strings["General Features"] = "一般的な機能"; $a->strings["Multiple Profiles"] = "複数のプロフィール"; $a->strings["Ability to create multiple profiles"] = "複数のプロフィールを作成する機能"; @@ -1301,7 +472,6 @@ $a->strings["Add/remove mention when a forum page is selected/deselected in ACL $a->strings["Explicit Mentions"] = "明示的な言及"; $a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "コメントボックスに明示的なメンションを追加して、返信の通知先をカスタマイズします。"; $a->strings["Network Sidebar"] = "ネットワークサイドバー"; -$a->strings["Archives"] = "アーカイブ"; $a->strings["Ability to select posts by date ranges"] = "日付範囲で投稿を選択する機能"; $a->strings["Protocol Filter"] = "プロトコルフィルター"; $a->strings["Enable widget to display Network posts only from selected protocols"] = "ウィジェットを有効にして、選択したプロトコルからのネットワーク投稿のみを表示する"; @@ -1328,6 +498,7 @@ $a->strings["Login"] = "ログイン"; $a->strings["Sign in"] = "サインイン"; $a->strings["Personal notes"] = "個人メモ"; $a->strings["Your personal notes"] = "あなたの個人的なメモ"; +$a->strings["Home"] = "ホーム"; $a->strings["Home Page"] = "ホームページ"; $a->strings["Register"] = "登録"; $a->strings["Create an account"] = "アカウントを作成する"; @@ -1345,71 +516,145 @@ $a->strings["Terms of Service"] = "利用規約"; $a->strings["Terms of Service of this Friendica instance"] = "このFriendicaインスタンスの利用規約"; $a->strings["Network Reset"] = "ネットワークリセット"; $a->strings["Load Network page with no filters"] = "フィルターなしでネットワークページを読み込む"; +$a->strings["Introductions"] = "招待"; $a->strings["Friend Requests"] = "友達リクエスト"; +$a->strings["Notifications"] = "通知"; $a->strings["See all notifications"] = "すべての通知を見る"; +$a->strings["Mark as seen"] = "既読にする"; $a->strings["Mark all system notifications seen"] = "すべてのシステム通知を確認済みにする"; $a->strings["Inbox"] = "受信トレイ"; $a->strings["Outbox"] = "送信トレイ"; -$a->strings["Manage"] = "管理する"; +$a->strings["New Message"] = "新しいメッセージ"; +$a->strings["Delegation"] = "移譲"; $a->strings["Manage other pages"] = "他のページを管理する"; +$a->strings["Profiles"] = "プロフィール"; $a->strings["Manage/Edit Profiles"] = "プロフィールの管理/編集"; $a->strings["Admin"] = "管理者"; $a->strings["Site setup and configuration"] = "サイトのセットアップと構成"; $a->strings["Navigation"] = "ナビゲーション"; $a->strings["Site map"] = "サイトマップ"; -$a->strings["Embedding disabled"] = "埋め込みが無効です"; -$a->strings["Embedded content"] = "埋め込みコンテンツ"; -$a->strings["Add New Contact"] = "新しいコンタクトを追加"; -$a->strings["Enter address or web location"] = "住所またはウェブの場所を入力してください"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "例: bob@example.com, http://example.com/barbara"; -$a->strings["%d invitation available"] = [ - 0 => "%d通の招待が利用できます", +$a->strings["Remove term"] = "用語を削除"; +$a->strings["Saved Searches"] = "保存された検索"; +$a->strings["Export"] = "輸出する"; +$a->strings["Export calendar as ical"] = "カレンダーをicalとしてエクスポート"; +$a->strings["Export calendar as csv"] = "カレンダーをcsvとしてエクスポート"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "トレンドタグ(過去%d時間)", ]; -$a->strings["Following"] = "以下"; -$a->strings["Mutual friends"] = "共通の友人"; -$a->strings["Relationships"] = "関係"; -$a->strings["All Contacts"] = "すべてのコンタクト"; -$a->strings["Protocols"] = "プロトコル"; -$a->strings["All Protocols"] = "すべてのプロトコル"; -$a->strings["Saved Folders"] = "保存されたフォルダー"; -$a->strings["Everything"] = "すべて"; -$a->strings["Categories"] = "カテゴリー"; -$a->strings["%d contact in common"] = [ - 0 => "共通の%d件の県コンタクト", +$a->strings["More Trending Tags"] = "よりトレンドのタグ"; +$a->strings["No contacts"] = "コンタクトなし"; +$a->strings["%d Contact"] = [ + 0 => "%dコンタクト", ]; -$a->strings["There are no tables on MyISAM."] = "MyISAMにはテーブルがありません。"; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nデータベースの更新中にエラー%dが発生しました:\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "データベース変更の実行中に発生したエラー:"; -$a->strings["%s: Database update"] = "%s :データベースの更新"; -$a->strings["%s: updating %s table."] = "%s : %sテーブルを更新しています。"; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "ファイルシステムストレージは\"%s\" の作成に失敗しました。書き込み権限を確認してください。"; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "ファイルシステムストレージは、データを\"%s\"に保存できませんでした。書き込み権限を確認してください"; -$a->strings["Storage base path"] = "ストレージのbase path"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "アップロードされたファイルが保存されるフォルダです。最大限のセキュリティを確保するために、これはWebサーバーフォルダツリー外のパスである必要があります"; -$a->strings["Enter a valid existing folder"] = "有効な既存のフォルダを入力してください"; -$a->strings["Database storage failed to update %s"] = "データベースストレージは%sを更新できませんました"; -$a->strings["Database storage failed to insert data"] = "データベースストレージがデータの挿入に失敗しました"; -$a->strings["Drop Contact"] = "コンタクトをドロップ"; -$a->strings["Organisation"] = "組織"; -$a->strings["News"] = "ニュース"; -$a->strings["Forum"] = "フォーラム"; -$a->strings["Connect URL missing."] = "接続URLがありません。"; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "コンタクトを追加できませんでした。ページの \"設定\" -> \"ソーシャルネットワーク\" で、関連するネットワーク認証情報を確認してください。"; -$a->strings["This site is not configured to allow communications with other networks."] = "このサイトは、他のネットワークとの通信を許可するように構成されていません。"; -$a->strings["No compatible communication protocols or feeds were discovered."] = "互換性のある通信プロトコルまたはフィードは見つかりませんでした。"; -$a->strings["The profile address specified does not provide adequate information."] = "指定されたプロフィールアドレスは、適切な情報を提供しません。"; -$a->strings["An author or name was not found."] = "著者または名前が見つかりませんでした。"; -$a->strings["No browser URL could be matched to this address."] = "このアドレスに一致するブラウザURLはありません。"; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。"; -$a->strings["Use mailto: in front of address to force email check."] = "メールチェックを強制するには、アドレスの前にmailto:を使用します。"; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "指定されたプロフィールアドレスは、このサイトで無効にされたネットワークに属します。"; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。"; -$a->strings["Unable to retrieve contact information."] = "コンタクト情報を取得できません。"; +$a->strings["View Contacts"] = "コンタクトを表示"; +$a->strings["newer"] = "新しい"; +$a->strings["older"] = "過去の"; +$a->strings["first"] = "最初"; +$a->strings["prev"] = "前の"; +$a->strings["next"] = "次"; +$a->strings["last"] = "最終"; +$a->strings["Edit profile"] = "プロフィール編集"; +$a->strings["Manage/edit profiles"] = "プロフィールの管理/編集"; +$a->strings["Change profile photo"] = "プロフィール写真を変更"; +$a->strings["Create New Profile"] = "新しいプロフィールを作成"; +$a->strings["Profile Image"] = "プロフィール画像"; +$a->strings["visible to everybody"] = "みんなに見える"; +$a->strings["Edit visibility"] = "可視性を編集"; +$a->strings["Location:"] = "ロケーション:"; +$a->strings["Gender:"] = "性別:"; +$a->strings["Status:"] = "状態:"; +$a->strings["Homepage:"] = "ホームページ:"; +$a->strings["About:"] = "この場所について:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = "フォロー解除"; +$a->strings["Atom feed"] = "Atomフィード"; +$a->strings["Network:"] = "ネットワーク:"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[今日]"; +$a->strings["Birthday Reminders"] = "誕生日のリマインダー"; +$a->strings["Birthdays this week:"] = "今週の誕生日:"; +$a->strings["[No description]"] = "[説明なし]"; +$a->strings["Event Reminders"] = "イベントリマインダー"; +$a->strings["Upcoming events the next 7 days:"] = "今後7日間の今後のイベント:"; +$a->strings["Full Name:"] = "フルネーム:"; +$a->strings["Member since:"] = "以来のメンバー:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "お誕生日:"; +$a->strings["Age:"] = "年齢:"; +$a->strings["for %1\$d %2\$s"] = "%1\$d %2\$s の間"; +$a->strings["Sexual Preference:"] = "性的嗜好:"; +$a->strings["Hometown:"] = "出身地:"; +$a->strings["Tags:"] = "タグ:"; +$a->strings["Political Views:"] = "政見:"; +$a->strings["Religion:"] = "宗教:"; +$a->strings["Hobbies/Interests:"] = "趣味/興味:"; +$a->strings["Likes:"] = "好きなもの:"; +$a->strings["Dislikes:"] = "嫌いなもの:"; +$a->strings["Contact information and Social Networks:"] = "コンタクト情報とソーシャルネットワーク:"; +$a->strings["Musical interests:"] = "音楽的興味:"; +$a->strings["Books, literature:"] = "書籍、文学:"; +$a->strings["Television:"] = "テレビ:"; +$a->strings["Film/dance/culture/entertainment:"] = "映画/ダンス/文化/エンターテイメント:"; +$a->strings["Love/Romance:"] = "愛/ロマンス:"; +$a->strings["Work/employment:"] = "仕事/雇用:"; +$a->strings["School/education:"] = "学校教育:"; +$a->strings["Forums:"] = "フォーラム:"; +$a->strings["Basic"] = "ベーシック"; +$a->strings["Advanced"] = "詳細"; +$a->strings["Status Messages and Posts"] = "ステータスメッセージと投稿"; +$a->strings["Profile Details"] = "プロフィールの詳細"; +$a->strings["Photo Albums"] = "フォトアルバム"; +$a->strings["Personal Notes"] = "個人メモ"; +$a->strings["Only You Can See This"] = "これしか見えない"; +$a->strings["Tips for New Members"] = "新会員のためのヒント"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %2\$sさん、%1\$sへようこそ"; $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "開始:"; $a->strings["Finishes:"] = "終了:"; $a->strings["all-day"] = "一日中"; +$a->strings["Sun"] = "日"; +$a->strings["Mon"] = "月"; +$a->strings["Tue"] = "火"; +$a->strings["Wed"] = "水"; +$a->strings["Thu"] = "木"; +$a->strings["Fri"] = "金"; +$a->strings["Sat"] = "土"; +$a->strings["Sunday"] = "日曜日"; +$a->strings["Monday"] = "月曜"; +$a->strings["Tuesday"] = "火曜日"; +$a->strings["Wednesday"] = "水曜日"; +$a->strings["Thursday"] = "木曜日"; +$a->strings["Friday"] = "金曜日"; +$a->strings["Saturday"] = "土曜日"; +$a->strings["Jan"] = "1月"; +$a->strings["Feb"] = "2月"; +$a->strings["Mar"] = "3月"; +$a->strings["Apr"] = "4月"; +$a->strings["May"] = "5月"; +$a->strings["Jun"] = "6月"; +$a->strings["Jul"] = "7月"; +$a->strings["Aug"] = "8月"; $a->strings["Sept"] = "9月"; +$a->strings["Oct"] = "10月"; +$a->strings["Nov"] = "11月"; +$a->strings["Dec"] = "12月"; +$a->strings["January"] = "1月"; +$a->strings["February"] = "2月"; +$a->strings["March"] = "3月"; +$a->strings["April"] = "4月"; +$a->strings["June"] = "6月"; +$a->strings["July"] = "7月"; +$a->strings["August"] = "8月"; +$a->strings["September"] = "9月"; +$a->strings["October"] = "10月"; +$a->strings["November"] = "11月"; +$a->strings["December"] = "12月"; +$a->strings["today"] = "今日"; +$a->strings["month"] = "月"; +$a->strings["week"] = "週間"; +$a->strings["day"] = "日"; $a->strings["No events to display"] = "表示するイベントはありません"; $a->strings["l, F j"] = "l, F j"; $a->strings["Edit event"] = "イベントを編集"; @@ -1422,64 +667,10 @@ $a->strings["Show map"] = "地図を表示"; $a->strings["Hide map"] = "地図を隠す"; $a->strings["%s's birthday"] = "%sの誕生日"; $a->strings["Happy Birthday %s"] = "ハッピーバースデー %s"; -$a->strings["Item filed"] = "提出されたアイテム"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "この名前の削除されたグループが復活しました。既存の項目の権限は、このグループと将来のメンバーに適用される可能性があります。これが意図したものでない場合は、別の名前で別のグループを作成してください。"; -$a->strings["Default privacy group for new contacts"] = "新しいコンタクトのデフォルトのプライバシーグループ"; -$a->strings["Everybody"] = "みんな"; -$a->strings["edit"] = "編集する"; -$a->strings["Groups"] = "グループ"; -$a->strings["Edit group"] = "グループを編集"; -$a->strings["Contacts not in any group"] = "どのグループにも属していないコンタクト"; -$a->strings["Create a new group"] = "新しいグループを作成する"; -$a->strings["Group Name: "] = "グループ名:"; -$a->strings["Edit groups"] = "グループを編集"; -$a->strings["activity"] = "アクティビティ"; -$a->strings["comment"] = [ - 0 => "コメント", -]; -$a->strings["post"] = "投稿"; -$a->strings["Content warning: %s"] = "コンテンツの警告: %s"; -$a->strings["bytes"] = "バイト"; -$a->strings["View on separate page"] = "別のページで見る"; -$a->strings["view on separate page"] = "別のページで見る"; -$a->strings["[no subject]"] = "[件名なし]"; -$a->strings["Edit profile"] = "プロフィール編集"; -$a->strings["Manage/edit profiles"] = "プロフィールの管理/編集"; -$a->strings["Status:"] = "状態:"; -$a->strings["Homepage:"] = "ホームページ:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = "フォロー解除"; -$a->strings["Atom feed"] = "Atomフィード"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[今日]"; -$a->strings["Birthday Reminders"] = "誕生日のリマインダー"; -$a->strings["Birthdays this week:"] = "今週の誕生日:"; -$a->strings["[No description]"] = "[説明なし]"; -$a->strings["Event Reminders"] = "イベントリマインダー"; -$a->strings["Upcoming events the next 7 days:"] = "今後7日間の今後のイベント:"; -$a->strings["Member since:"] = "以来のメンバー:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Age:"] = "年齢:"; -$a->strings["for %1\$d %2\$s"] = "%1\$d %2\$s の間"; -$a->strings["Religion:"] = "宗教:"; -$a->strings["Hobbies/Interests:"] = "趣味/興味:"; -$a->strings["Contact information and Social Networks:"] = "コンタクト情報とソーシャルネットワーク:"; -$a->strings["Musical interests:"] = "音楽的興味:"; -$a->strings["Books, literature:"] = "書籍、文学:"; -$a->strings["Television:"] = "テレビ:"; -$a->strings["Film/dance/culture/entertainment:"] = "映画/ダンス/文化/エンターテイメント:"; -$a->strings["Love/Romance:"] = "愛/ロマンス:"; -$a->strings["Work/employment:"] = "仕事/雇用:"; -$a->strings["School/education:"] = "学校教育:"; -$a->strings["Forums:"] = "フォーラム:"; -$a->strings["Profile Details"] = "プロフィールの詳細"; -$a->strings["Only You Can See This"] = "これしか見えない"; -$a->strings["Tips for New Members"] = "新会員のためのヒント"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$sは%2\$s歓迎します"; +$a->strings["Contact Photos"] = "コンタクトの写真"; $a->strings["Login failed"] = "ログインに失敗しました"; $a->strings["Not enough information to authenticate"] = "認証に十分な情報がありません"; +$a->strings["User not found"] = "ユーザーが見つかりません"; $a->strings["Password can't be empty"] = "パスワードは空にできません"; $a->strings["Empty passwords are not allowed."] = "空のパスワードは許可されていません。"; $a->strings["The new password has been exposed in a public data dump, please choose another."] = "新しいパスワードは公開データダンプで公開されています。別のパスワードを選択してください。"; @@ -1512,11 +703,68 @@ $a->strings["An error occurred creating your self contact. Please try again."] = $a->strings["An error occurred creating your default contact group. Please try again."] = "既定のコンタクトグループの作成中にエラーが発生しました。もう一度試してください。"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\\n\t\t\t%1\$s さん、\\n\t\t\t\t%2\$s で登録していただきありがとうございます。アカウントは管理者による承認待ちです。\\n\\n\t\t\tログインの詳細は次のとおりです。\\n\\n\t\t\tサイトの場所:\t%3\$s\\n\t\t\tログイン名:\t\t%4\$s\\n\t\t\tパスワード:\t\t%5\$s\\n\t\t"; $a->strings["Registration at %s"] = "%s登録"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\t%1\$sさん、\n\t\t\t\t%2\$sで登録していただきありがとうございます。アカウントが作成されました。\n\t\t"; +$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t%1\$sさん、\n\t\t\t\t%2\$sで登録していただきありがとうございます。アカウントが作成されました。\n\t\t"; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "ログインの詳細は次のとおりです:\n\nサイトの場所:\t%1\$s\nログイン名:\t\t%2\$s\nPassword:\t\t%3\$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1\$s/removeme\nから可能です。\n\nありがとうございます。%4\$sへようこそ。"; $a->strings["Registration details for %s"] = "%s の登録の詳細"; -$a->strings["Sharing notification from Diaspora network"] = "Diasporaネットワークからの通知の共有"; -$a->strings["Attachments:"] = "添付ファイル:"; +$a->strings["[no subject]"] = "[件名なし]"; +$a->strings["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."] = "この名前の削除されたグループが復活しました。既存の項目の権限は、このグループと将来のメンバーに適用される可能性があります。これが意図したものでない場合は、別の名前で別のグループを作成してください。"; +$a->strings["Default privacy group for new contacts"] = "新しいコンタクトのデフォルトのプライバシーグループ"; +$a->strings["Everybody"] = "みんな"; +$a->strings["edit"] = "編集する"; +$a->strings["add"] = "加える"; +$a->strings["Groups"] = "グループ"; +$a->strings["Edit group"] = "グループを編集"; +$a->strings["Contacts not in any group"] = "どのグループにも属していないコンタクト"; +$a->strings["Create a new group"] = "新しいグループを作成する"; +$a->strings["Group Name: "] = "グループ名:"; +$a->strings["Edit groups"] = "グループを編集"; +$a->strings["Item filed"] = "提出されたアイテム"; +$a->strings["UnFollow"] = "フォロー解除"; +$a->strings["Drop Contact"] = "コンタクトをドロップ"; +$a->strings["Approve"] = "承認する"; +$a->strings["Organisation"] = "組織"; +$a->strings["News"] = "ニュース"; +$a->strings["Forum"] = "フォーラム"; +$a->strings["Disallowed profile URL."] = "許可されていないプロフィールURL。"; +$a->strings["Blocked domain"] = "ブロックされたドメイン"; +$a->strings["Connect URL missing."] = "接続URLがありません。"; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "コンタクトを追加できませんでした。ページの \"設定\" -> \"ソーシャルネットワーク\" で、関連するネットワーク認証情報を確認してください。"; +$a->strings["This site is not configured to allow communications with other networks."] = "このサイトは、他のネットワークとの通信を許可するように構成されていません。"; +$a->strings["No compatible communication protocols or feeds were discovered."] = "互換性のある通信プロトコルまたはフィードは見つかりませんでした。"; +$a->strings["The profile address specified does not provide adequate information."] = "指定されたプロフィールアドレスは、適切な情報を提供しません。"; +$a->strings["An author or name was not found."] = "著者または名前が見つかりませんでした。"; +$a->strings["No browser URL could be matched to this address."] = "このアドレスに一致するブラウザURLはありません。"; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。"; +$a->strings["Use mailto: in front of address to force email check."] = "メールチェックを強制するには、アドレスの前にmailto:を使用します。"; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "指定されたプロフィールアドレスは、このサイトで無効にされたネットワークに属します。"; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。"; +$a->strings["Unable to retrieve contact information."] = "コンタクト情報を取得できません。"; +$a->strings["[Name Withheld]"] = "[名前の差し止め]"; +$a->strings["activity"] = "アクティビティ"; +$a->strings["post"] = "投稿"; +$a->strings["Content warning: %s"] = "コンテンツの警告: %s"; +$a->strings["View Video"] = "ビデオを見る"; +$a->strings["bytes"] = "バイト"; +$a->strings["View on separate page"] = "個別のページで見る"; +$a->strings["view on separate page"] = "個別のページで見る"; +$a->strings["Database storage failed to update %s"] = "データベースストレージは%sを更新できませんました"; +$a->strings["Database storage failed to insert data"] = "データベースストレージがデータの挿入に失敗しました"; +$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "ファイルシステムストレージは\"%s\" の作成に失敗しました。書き込み権限を確認してください。"; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "ファイルシステムストレージは、データを\"%s\"に保存できませんでした。書き込み権限を確認してください"; +$a->strings["Storage base path"] = "ストレージのbase path"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "アップロードされたファイルが保存されるフォルダです。最大限のセキュリティを確保するために、これはWebサーバーフォルダツリー外のパスである必要があります"; +$a->strings["Enter a valid existing folder"] = "有効な既存のフォルダを入力してください"; +$a->strings["%s commented on %s's post"] = "%sが%sの投稿にコメントしました"; +$a->strings["%s created a new post"] = "%sが新しい投稿を作成しました"; +$a->strings["%s liked %s's post"] = "%sが%sの投稿を高く評価しました"; +$a->strings["%s disliked %s's post"] = "%sは%sの投稿を好きではないようです"; +$a->strings["%s is attending %s's event"] = "%sは%sのイベントに参加しています"; +$a->strings["%s is not attending %s's event"] = "%sは%sのイベントを欠席します"; +$a->strings["%s may attend %s's event"] = "%sは%sのイベントに参加できます"; +$a->strings["%s is now friends with %s"] = "%sは%sと友達になりました"; +$a->strings["Friend Suggestion"] = "友達の提案"; +$a->strings["Friend/Connect Request"] = "フレンド/接続リクエスト"; +$a->strings["New Follower"] = "新しいフォロワー"; $a->strings["%s's timeline"] = "%sのタイムライン"; $a->strings["%s's posts"] = "%sの投稿"; $a->strings["%s's comments"] = "%sのコメント"; @@ -1524,27 +772,255 @@ $a->strings["%s is now following %s."] = "%sは現在 %s をフォローして $a->strings["following"] = "フォローしている"; $a->strings["%s stopped following %s."] = "%s は %s のフォローを解除しました"; $a->strings["stopped following"] = "フォローを解除しました"; -$a->strings["(no subject)"] = "(件名なし)"; +$a->strings["Attachments:"] = "添付ファイル:"; +$a->strings["Legacy module file not found: %s"] = "レガシーモジュールファイルが見つかりません: %s"; +$a->strings["Update %s failed. See error logs."] = "%sの更新に失敗しました。エラーログを参照してください。"; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tfriendicaの開発者はアップデート %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。"; +$a->strings["The error message is\n[pre]%s[/pre]"] = "エラーメッセージは\n[pre] %s [/ pre]です"; +$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify]データベースの更新"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\tfriendicaデータベースは %s から %s に正常に更新されました。"; +$a->strings["Sep"] = "9月"; +$a->strings["poke"] = "poke"; +$a->strings["poked"] = "pokeされました"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "pingされました"; +$a->strings["prod"] = "製品"; +$a->strings["prodded"] = "prodされた"; +$a->strings["slap"] = "slap"; +$a->strings["slapped"] = "slappされました"; +$a->strings["finger"] = "フィンガー"; +$a->strings["fingered"] = "フィンガーされました"; +$a->strings["rebuff"] = "拒絶"; +$a->strings["rebuffed"] = "拒否された"; +$a->strings["Login failed."] = "ログインに失敗しました。"; +$a->strings["Login failed. Please check your credentials."] = "ログインに失敗しました。認証情報を確かめてください。"; +$a->strings["Welcome %s"] = "ようこそ%s"; +$a->strings["Please upload a profile photo."] = "プロフィール写真をアップロードしてください。"; +$a->strings["Welcome back %s"] = "おかえりなさい%s"; +$a->strings["Mutuals"] = "相互"; +$a->strings["Post to Email"] = "メールに投稿"; +$a->strings["Public"] = "一般公開"; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "このコンテンツはすべてのフォロワーに表示され、コミュニティページやリンクを知っている人なら誰でも見ることができます。"; +$a->strings["Limited/Private"] = "限定/プライベート"; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "このコンテンツは、最初のボックスに記載されたメンバーから、2番目のボックスに記載されている人を除いた範囲に対して表示されます。 一般公開はされません。"; +$a->strings["Show to:"] = "限定公開先:"; +$a->strings["Except to:"] = "この連絡先を除く:"; +$a->strings["CC: email addresses"] = "CC:メールアドレス"; +$a->strings["Example: bob@example.com, mary@example.com"] = "例:bob @ example.com、mary @ example.com"; +$a->strings["Connectors"] = "コネクター"; +$a->strings["Hide your profile details from unknown viewers?"] = "不明な視聴者からプロフィールの詳細を非表示にしますか?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "\"%s\"が有効になっているため、コネクタは無効です。"; +$a->strings["Error decoding account file"] = "アカウントファイルのデコードエラー"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "エラー!ファイルにバージョンデータがありません!これはFriendicaアカウントファイルではなさそうです。"; +$a->strings["User '%s' already exists on this server!"] = "ユーザー '%s' はこのサーバーに既に存在します!"; +$a->strings["User creation error"] = "ユーザ作成エラー"; +$a->strings["User profile creation error"] = "ユーザープロフィール作成エラー"; +$a->strings["%d contact not imported"] = [ + 0 => "%dコンタクトはインポートされませんでした", +]; +$a->strings["Done. You can now login with your username and password"] = "完了しました。これでであなたのユーザー名とパスワードでログインできます。 "; +$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "データベース構成ファイル \"config/local.config.php\" に書き込めませんでした。同封のテキストを使用して、Webサーバーのルートに構成ファイルを作成してください。"; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "phpmyadminまたはmysqlを使用して、手動でファイル\"database.sql \"をインポートする必要がある場合があります。"; +$a->strings["Please see the file \"INSTALL.txt\"."] = "ファイル\"INSTALL.txt \"をご覧ください。"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "WebサーバーPATHに CLI版のPHPが見つかりませんでした。"; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "PHP CLIがサーバーにインストールされていない場合、バックグラウンド処理を実行できません。 'ワーカーのセットアップ' をご覧ください。"; +$a->strings["PHP executable path"] = "PHP実行可能ファイルへのPath"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "php実行可能ファイルへのフルパスを入力します。これを空白のままにしてインストールを続行できます。"; +$a->strings["Command line PHP"] = "コマンドライン, CLI PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP実行可能ファイルはphp cliバイナリではありません(cgi-fgciバージョンである可能性があります)"; +$a->strings["Found PHP version: "] = "PHPバージョンが見つかりました:"; +$a->strings["PHP cli binary"] = "PHP CLIバイナリ"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "ご使用のシステムのコマンドラインバージョンのPHPでは、\"register_argc_argv \"が有効になっていません。"; +$a->strings["This is required for message delivery to work."] = "これは、メッセージ配信が機能するために必要です。"; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "エラー:このシステムの\"openssl_pkey_new \"関数は暗号化キーを生成できません"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Windowsで実行している場合は、「 http://www.php.net/manual/en/openssl.installation.php 」を参照してください。"; +$a->strings["Generate encryption keys"] = "暗号化キーを生成する"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewriteモジュール"; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "エラー:PDO用のMySQLドライバーがインストールされていません。"; +$a->strings["PDO or MySQLi PHP module"] = "PDOまたはMySQLi PHPモジュール"; +$a->strings["Error, XML PHP module required but not installed."] = "エラー、XML PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["XML PHP module"] = "XML PHPモジュール"; +$a->strings["libCurl PHP module"] = "libCurl PHPモジュール"; +$a->strings["Error: libCURL PHP module required but not installed."] = "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["GD graphics PHP module"] = "GDグラフィックスPHPモジュール"; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHPモジュール"; +$a->strings["Error: openssl PHP module required but not installed."] = "エラー:openssl PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["mb_string PHP module"] = "mb_string PHPモジュール"; +$a->strings["Error: mb_string PHP module required but not installed."] = "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["iconv PHP module"] = "iconv PHPモジュール"; +$a->strings["Error: iconv PHP module required but not installed."] = "エラー:iconv PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["POSIX PHP module"] = "POSIX PHPモジュール"; +$a->strings["Error: POSIX PHP module required but not installed."] = "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["JSON PHP module"] = "JSON PHPモジュール"; +$a->strings["Error: JSON PHP module required but not installed."] = "エラー:JSON PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["File Information PHP module"] = "ファイル情報PHPモジュール"; +$a->strings["Error: File Information PHP module required but not installed."] = "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。"; +$a->strings["The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server and it is unable to do so."] = "Webインストーラーは、Webサーバーの\"config \"フォルダーに\"local.config.php \"というファイルを作成できる必要がありますが、作成できません。"; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "これはほとんどの場合、Webサーバーがフォルダーにファイルを書き込むことができない場合でも、許可設定です。"; +$a->strings["At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."] = "この手順の最後に、Friendica \"config \"フォルダーのlocal.config.phpという名前のファイルに保存するテキストを提供します。"; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "または、この手順をスキップして、手動インストールを実行することもできます。手順については、ファイル「INSTALL.txt」を参照してください。"; +$a->strings["config/local.config.php is writable"] = "config/local.config.php は書き込み可能です"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "FriendicaはSmarty3テンプレートエンジンを使用してWebビューをレンダリングします。 Smarty3はテンプレートをPHPにコンパイルして、レンダリングを高速化します。"; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "これらのコンパイル済みテンプレートを保存するには、WebサーバーがFriendica最上位フォルダーの下のディレクトリview / smarty3 /への書き込みアクセス権を持っている必要があります。"; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Webサーバーを実行するユーザー(www-dataなど)がこのフォルダーへの書き込みアクセス権を持っていることを確認してください。"; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注:セキュリティ対策として、Webサーバーにview / smarty3 /のみへの書き込みアクセス権を与える必要があります。含まれるテンプレートファイル(.tpl)ではありません。"; +$a->strings["view/smarty3 is writable"] = "view / smarty3は書き込み可能です"; +$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = ".htaccessのURL書き換えが機能していません。 .htaccess-distを.htaccessにコピーしたことを確認してください。"; +$a->strings["Error message from Curl when fetching"] = "取得時のCurlからのエラーメッセージ"; +$a->strings["Url rewrite is working"] = "URLの書き換えが機能しています"; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP拡張機能がインストールされていません"; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP拡張機能がインストールされています"; +$a->strings["ImageMagick supports GIF"] = "ImageMagickはGIFをサポートします"; +$a->strings["Database already in use."] = "データベースはすでに使用されています。"; +$a->strings["Could not connect to database."] = "データベースに接続できません。"; +$a->strings["Public access denied."] = "パブリックアクセスが拒否されました。"; +$a->strings["No entries (some entries may be hidden)."] = "エントリなし(一部のエントリは非表示になる場合があります)"; +$a->strings["Find on this site"] = "このサイトで見つける"; +$a->strings["Results for:"] = "の結果:"; +$a->strings["Site Directory"] = "サイトディレクトリ"; +$a->strings["Bad Request"] = "要求の形式が正しくありません"; +$a->strings["Unauthorized"] = "認証されていません"; +$a->strings["Forbidden"] = "禁止されています"; +$a->strings["Not Found"] = "見つかりません"; +$a->strings["Internal Server Error"] = "内部サーバーエラー"; +$a->strings["Service Unavailable"] = "サービスは利用できません"; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "明らかなクライアントエラーのため、サーバーは要求を処理できないか、処理しません。"; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "認証が必要であり、失敗したか、まだ提供されていません。"; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "要求は有効でしたが、サーバーはアクションを拒否しています。ユーザーがリソースに必要な権限を持っていないか、アカウントが必要な場合があります。"; +$a->strings["The requested resource could not be found but may be available in the future."] = "要求されたリソースは見つかりませんでしたが、将来利用可能になる可能性があります。"; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "予期しない状態が発生したため、適切な特定のメッセージはありません。"; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "サーバーは現在使用できません(メンテナンスのために過負荷になっているか、停止しているため)。後でもう一度やり直してください。"; +$a->strings["Go back"] = "戻る"; +$a->strings["Help:"] = "ヘルプ:"; +$a->strings["Manage Identities and/or Pages"] = "IDやページを管理する"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "アカウントの詳細を共有する、または「管理」権限が付与されているさまざまなIDまたはコミュニティ/グループページを切り替える"; +$a->strings["Select an identity to manage: "] = "管理するIDを選択します。"; $a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "登録時、およびユーザーアカウントとコンタクト間の通信を提供するために、ユーザーは表示名(ペンネーム)、ユーザー名(ニックネーム)、および有効な電子メールアドレスを提供する必要があります。\n他のプロフィールの詳細が表示されていなくても、ページの訪問者はアカウントのプロフィールページで名前にアクセスできます。\n電子メールアドレスは、インタラクションに関するユーザー通知の送信にのみ使用されますが、表示されることはありません。\nノードのユーザーディレクトリまたはグローバルユーザーディレクトリでのアカウントのリストはオプションであり、ユーザー設定で制御できます。通信には必要ありません。"; $a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "このデータは通信に必要であり、通信パートナーのノードに渡されてそこに保存されます。ユーザーは、通信パートナーアカウントに送信される可能性のある追加のプライベートデータを入力できます。"; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "ログインしたユーザーは、いつでもアカウント設定からアカウントデータをエクスポートできます。ユーザーがアカウントを削除する場合は、 %1\$s/removeme で削除できます。アカウントの削除は永続的です。データの削除も、通信パートナーのノードから要求されます。"; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "ログインしたユーザーは、いつでもアカウント設定からアカウントデータをエクスポートできます。 ユーザーがアカウントを削除する場合は、 %1\$s/removeme で削除できます。 アカウントの削除は取り消しできません。 データの削除は、通信パートナーのノードからも要求されます。"; $a->strings["Privacy Statement"] = "プライバシーに関する声明"; -$a->strings["No installed applications."] = "アプリケーションがインストールされていません。"; -$a->strings["Applications"] = "用途"; -$a->strings["Credits"] = "クレジット"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendicaはコミュニティプロジェクトであり、多くの人々の助けがなければ不可能です。以下は、Friendicaのコードまたは翻訳に貢献した人のリストです。皆さん、ありがとうございました!"; -$a->strings["Addon not found."] = "アドオンが見つかりません。"; -$a->strings["Addon %s disabled."] = "アドオン%sを無効にしました。"; -$a->strings["Addon %s enabled."] = "アドオン%sが有効になりました。"; -$a->strings["Disable"] = "無効にする"; -$a->strings["Enable"] = "有効にする"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server-セットアップ"; +$a->strings["System check"] = "システムチェック"; +$a->strings["Next"] = "次"; +$a->strings["Check again"] = "再び確かめる"; +$a->strings["No SSL policy, links will track page SSL state"] = "SSLポリシーはありません。リンクはページのSSL状態を追跡します"; +$a->strings["Force all links to use SSL"] = "すべてのリンクに強制的にSSLを使用させる"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "自己署名証明書、ローカルリンクのみにSSLを使用(非開示)"; +$a->strings["Base settings"] = "基本設定"; +$a->strings["SSL link policy"] = "SSLリンクポリシー"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "生成されたリンクにSSLの使用を強制する必要があるかどうかを決定します"; +$a->strings["Host name"] = "ホスト名"; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "決定されたホスト名が正しくない場合、このフィールドを上書きします。そうでない場合はそのままにします。"; +$a->strings["Base path to installation"] = "インストールへの基本パス"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "システムがインストールへの正しいパスを検出できない場合は、ここに正しいパスを入力します。この設定は、制限されたシステムとWebルートへのシンボリックリンクを使用している場合にのみ設定する必要があります。"; +$a->strings["Sub path of the URL"] = "URLのサブパス"; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "サブパスの決定が正しくない場合はこのフィールドを上書きし、そうでない場合はそのままにしておきます。このフィールドを空白のままにすると、サブパスなしでベースURLにインストールされます。"; +$a->strings["Database connection"] = "データベース接続"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Friendicaをインストールするには、データベースへの接続方法を知る必要があります。"; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "これらの設定について質問がある場合は、ホスティングプロバイダーまたはサイト管理者にお問い合わせください。"; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "以下で指定するデータベースはすでに存在している必要があります。存在しない場合は、続行する前に作成してください。"; +$a->strings["Database Server Name"] = "データベースサーバー名"; +$a->strings["Database Login Name"] = "データベースのログイン名"; +$a->strings["Database Login Password"] = "データベースログインパスワード"; +$a->strings["For security reasons the password must not be empty"] = "セキュリティ上の理由から、パスワードを空にしないでください"; +$a->strings["Database Name"] = "データベース名"; +$a->strings["Please select a default timezone for your website"] = "ウェブサイトのデフォルトのタイムゾーンを選択してください"; +$a->strings["Site settings"] = "サイト設定"; +$a->strings["Site administrator email address"] = "サイト管理者のメールアドレス"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "ウェブ管理パネルを使用するには、アカウントのメールアドレスがこれと一致する必要があります。"; +$a->strings["System Language:"] = "システム言語:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Friendicaインストールインターフェイスのデフォルト言語を設定し、メールを送信します。"; +$a->strings["Your Friendica site database has been installed."] = "Friendicaサイトデータベースがインストールされました。"; +$a->strings["Installation finished"] = "インストール完了"; +$a->strings["

What next

"] = "

次は何でしょうか

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "重要:ワーカーのスケジュールされたタスクを[手動で]設定する必要があります。"; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "新しいFriendicaノード登録ページに移動して、新しいユーザーとして登録します。管理者の電子メールとして入力したものと同じ電子メールを使用することを忘れないでください。これにより、サイト管理者パネルに入ることができます。"; +$a->strings["Please login to continue."] = "この先に進むにはログインしてください。"; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "サブ管理アカウントは管理ページにアクセスできません。マスターアカウントとしてログインし直してください。"; +$a->strings["Overview"] = "概要"; +$a->strings["Federation Statistics"] = "フェデレーション統計"; +$a->strings["Configuration"] = "構成"; +$a->strings["Site"] = "サイト"; +$a->strings["Users"] = "ユーザー"; +$a->strings["Addons"] = "アドオン"; +$a->strings["Themes"] = "テーマ"; +$a->strings["Additional features"] = "追加機能"; +$a->strings["Database"] = "データベース"; +$a->strings["DB updates"] = "DBの更新"; +$a->strings["Inspect Deferred Workers"] = "非同期実行ワーカーの検査"; +$a->strings["Inspect worker Queue"] = "ワーカーキューの検査"; +$a->strings["Tools"] = "ツール"; +$a->strings["Contact Blocklist"] = "コンタクトブロックリスト"; +$a->strings["Server Blocklist"] = "サーバーブロックリスト"; +$a->strings["Delete Item"] = "アイテムを削除"; +$a->strings["Logs"] = "ログ"; +$a->strings["View Logs"] = "ログを見る"; +$a->strings["Diagnostics"] = "診断"; +$a->strings["PHP Info"] = "PHP情報"; +$a->strings["probe address"] = "プローブアドレス"; +$a->strings["check webfinger"] = "webfingerで診断"; +$a->strings["Item Source"] = "アイテムソース"; +$a->strings["Babel"] = "Babel"; +$a->strings["Addon Features"] = "アドオン機能"; +$a->strings["User registrations waiting for confirmation"] = "確認待ちのユーザー登録"; +$a->strings["Create a New Account"] = "新しいアカウントを作成する"; +$a->strings["Your OpenID: "] = "あなたの OpenID: "; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "ユーザー名とパスワードを入力して、既存のアカウントにOpenIDを追加してください。"; +$a->strings["Or login using OpenID: "] = "または、OpenIDを使用してログインします。"; +$a->strings["Nickname or Email: "] = "ニックネームまたはメール:"; +$a->strings["Password: "] = "パスワード:"; +$a->strings["Remember me"] = "私を覚えてますか"; +$a->strings["Forgot your password?"] = "パスワードをお忘れですか?"; +$a->strings["Password Reset"] = "パスワードのリセット"; +$a->strings["Website Terms of Service"] = "ウェブサイト利用規約"; +$a->strings["terms of service"] = "利用規約"; +$a->strings["Website Privacy Policy"] = "ウェブサイトのプライバシーポリシー"; +$a->strings["privacy policy"] = "個人情報保護方針"; +$a->strings["Access to this profile has been restricted."] = "このプロフィールへのアクセスは制限されています。"; +$a->strings["Invalid code, please retry."] = "無効なコードです。再試行してください。"; +$a->strings["Two-factor authentication"] = "二要素認証"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

デバイスで二要素認証アプリを開き、認証コードを取得して本人確認を行います。

"; +$a->strings["Error"] = [ + 0 => "エラー", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "お使いの携帯電話を持ってませんか? 2要素認証の回復コードを入力"; +$a->strings["Please enter a code from your authentication app"] = "認証アプリからコードを入力してください"; +$a->strings["Verify code and complete login"] = "コードを確認してログインを完了する"; +$a->strings["Remaining recovery codes: %d"] = "残りの復旧コード: %d"; +$a->strings["Two-factor recovery"] = "二要素回復"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

モバイルデバイスにアクセスできなくなった場合に備えて、ワンタイムリカバリコードのいずれかを入力できます。

"; +$a->strings["Please enter a recovery code"] = "復旧コードを入力してください"; +$a->strings["Submit recovery code and complete login"] = "復旧コードを送信してログインを完了する"; +$a->strings["System down for maintenance"] = "メンテナンスのためのシステムダウン"; +$a->strings["This page is missing a url parameter."] = "このページにはurlパラメーターがありません。"; +$a->strings["The post was created"] = "投稿が作成されました"; +$a->strings["Invalid photo with id %s."] = "ID %s の写真が無効です。"; +$a->strings["Item was not found."] = "アイテムが見つかりませんでした。"; +$a->strings["Server domain pattern added to blocklist."] = "ブロックリストに追加されたサーバードメインパターン。"; +$a->strings["Site blocklist updated."] = "サイトブロックリストが更新されました。"; +$a->strings["Blocked server domain pattern"] = "ブロックされたサーバードメインパターン"; +$a->strings["Reason for the block"] = "ブロックの理由"; +$a->strings["Delete server domain pattern"] = "サーバードメインパターンの削除"; +$a->strings["Check to delete this entry from the blocklist"] = "ブロックリストからこのエントリを削除する場合にチェックします"; $a->strings["Administration"] = "運営管理"; -$a->strings["Toggle"] = "トグル"; -$a->strings["Author: "] = "著者:"; -$a->strings["Maintainer: "] = "メンテナー:"; -$a->strings["Addon %s failed to install."] = "アドオン %s のインストールに失敗しました。"; -$a->strings["Reload active addons"] = "アクティブなアドオンをリロードする"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "現在、ノードで使用可能なアドオンはありません。公式のアドオンリポジトリは %1\$s にあり、他の興味深いアドオンは %2\$s オープン アドオン レジストリにあります。"; +$a->strings["Server Domain Pattern Blocklist"] = "サーバードメインパターンブロックリスト"; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "このページを使用して、ノードとの対話が許可されていない連合ネットワークからのサーバードメインパターンのブラックリストを定義できます。ドメインパターンごとに、ブロックする理由も指定する必要があります。"; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "ブロックされたサーバードメインパターンのリストは、 /friendica ページで公開され、ユーザーやコミュニケーションの問題を調査している人々が理由を簡単に見つけることができます。"; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

サーバードメインパターンの構文は、大文字と小文字を区別しないシェルワイルドカードであり、次の特殊文字で構成されています。

\n
    \n\t
  • *:任意の数の文字
  • \n\t
  • ?:任意の1文字
  • \n\t
  • [<char1><char2>...]:char1またはchar2
  • \n
"; +$a->strings["Add new entry to block list"] = "ブロックリストに新しいエントリを追加する"; +$a->strings["Server Domain Pattern"] = "サーバードメインパターン"; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "ブロックリストに追加する新しいサーバーのドメインパターン。プロトコルを含めないでください。"; +$a->strings["Block reason"] = "ブロック理由"; +$a->strings["The reason why you blocked this server domain pattern."] = "このサーバードメインパターンをブロックした理由。"; +$a->strings["Add Entry"] = "エントリーを追加"; +$a->strings["Save changes to the blocklist"] = "変更をブロックリストに保存する"; +$a->strings["Current Entries in the Blocklist"] = "ブロックリストの現在のエントリ"; +$a->strings["Delete entry from blocklist"] = "ブロックリストからエントリを削除"; +$a->strings["Delete entry from blocklist?"] = "ブロックリストからエントリを削除しますか?"; $a->strings["The contact has been blocked from the node"] = "このコンタクトはノードからブロックされています"; $a->strings["Could not find any contact entry for this URL (%s)"] = "このURL( %s )のコンタクトエントリが見つかりませんでした"; $a->strings["%s contact unblocked"] = [ @@ -1560,93 +1036,102 @@ $a->strings["No remote contact is blocked from this node."] = "このノード $a->strings["Blocked Remote Contacts"] = "ブロックされたリモートコンタクト"; $a->strings["Block New Remote Contact"] = "新しいリモートコンタクトをブロック"; $a->strings["Photo"] = "写真"; +$a->strings["Name"] = "名"; $a->strings["Reason"] = "理由"; $a->strings["%s total blocked contact"] = [ 0 => "%s 件のブロック済みコンタクト", ]; +$a->strings["Profile URL"] = "プロフィールURL"; $a->strings["URL of the remote contact to block."] = "ブロックするリモートコンタクトのURL。"; $a->strings["Block Reason"] = "ブロックの理由"; -$a->strings["Server domain pattern added to blocklist."] = "ブロックリストに追加されたサーバードメインパターン。"; -$a->strings["Site blocklist updated."] = "サイトブロックリストが更新されました。"; -$a->strings["Blocked server domain pattern"] = "ブロックされたサーバードメインパターン"; -$a->strings["Reason for the block"] = "ブロックの理由"; -$a->strings["Delete server domain pattern"] = "サーバードメインパターンの削除"; -$a->strings["Check to delete this entry from the blocklist"] = "ブロックリストからこのエントリを削除する場合にチェックします"; -$a->strings["Server Domain Pattern Blocklist"] = "サーバードメインパターンブロックリスト"; -$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "このページを使用して、ノードとの対話が許可されていない連合ネットワークからのサーバードメインパターンのブラックリストを定義できます。ドメインパターンごとに、ブロックする理由も指定する必要があります。"; -$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "ブロックされたサーバードメインパターンのリストは、 /friendica ページで公開され、ユーザーやコミュニケーションの問題を調査している人々が理由を簡単に見つけることができます。"; -$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = "

サーバードメインパターンの構文は、大文字と小文字を区別しないシェルワイルドカードであり、次の特殊文字で構成されています。

\n
    \n\t
  • *:任意の数の文字
  • \n\t
  • ?:任意の1文字
  • \n\t
  • [<char1><char2>...]:char1またはchar2
  • \n
"; -$a->strings["Add new entry to block list"] = "ブロックリストに新しいエントリを追加する"; -$a->strings["Server Domain Pattern"] = "サーバードメインパターン"; -$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "ブロックリストに追加する新しいサーバーのドメインパターン。プロトコルを含めないでください。"; -$a->strings["Block reason"] = "ブロック理由"; -$a->strings["The reason why you blocked this server domain pattern."] = "このサーバードメインパターンをブロックした理由。"; -$a->strings["Add Entry"] = "エントリーを追加"; -$a->strings["Save changes to the blocklist"] = "変更をブロックリストに保存する"; -$a->strings["Current Entries in the Blocklist"] = "ブロックリストの現在のエントリ"; -$a->strings["Delete entry from blocklist"] = "ブロックリストからエントリを削除"; -$a->strings["Delete entry from blocklist?"] = "ブロックリストからエントリを削除しますか?"; -$a->strings["Update has been marked successful"] = "更新に成功のマークが付けられました"; -$a->strings["Database structure update %s was successfully applied."] = "データベース構造の更新 %s が正常に適用されました。"; -$a->strings["Executing of database structure update %s failed with error: %s"] = "データベース構造の更新 %s は次のエラーで失敗しました: %s"; -$a->strings["Executing %s failed with error: %s"] = "次のエラーで %s の実行に失敗しました: %s"; -$a->strings["Update %s was successfully applied."] = "更新 %s が正常に適用されました。"; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "更新 %s はステータスを返しませんでした。成功した場合は不明です。"; -$a->strings["There was no additional update function %s that needed to be called."] = "呼び出される必要のある機能 %s について追加の更新はありませんでした。"; -$a->strings["No failed updates."] = "失敗した更新はありません。"; -$a->strings["Check database structure"] = "データベース構造を確認する"; -$a->strings["Failed Updates"] = "失敗した更新"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "これには、ステータスを返さなかった1139より前の更新は含まれません。"; -$a->strings["Mark success (if update was manually applied)"] = "成功をマーク(更新が手動で適用された場合)"; -$a->strings["Attempt to execute this update step automatically"] = "この更新手順を自動的に実行しようとします"; -$a->strings["Lock feature %s"] = "機能 %s をロック"; -$a->strings["Manage Additional Features"] = "追加機能を管理する"; -$a->strings["unknown"] = "未知の"; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "このページでは、Friendicaノードが属するフェデレーションソーシャルネットワークの既知の部分にいくつかの番号を提供します。これらの数値は完全なものではなく、ノードが認識しているネットワークの部分のみを反映しています。"; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "自動検出されたコンタクトのディレクトリ機能は有効ではありません。それによりこのデータ一覧が改善されるばあいがあります。"; -$a->strings["Federation Statistics"] = "フェデレーション統計"; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "現在、このノードは %d ノードと、以下のプラットフォームからの登録ユーザー %d 人を認識しています:"; -$a->strings["Item marked for deletion."] = "削除対象としてマークされたアイテム。"; -$a->strings["Delete Item"] = "アイテムを削除"; -$a->strings["Delete this Item"] = "このアイテムを削除"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "このページでは、ノードからアイテムを削除できます。アイテムがトップレベルの投稿である場合、スレッド全体が削除されます。"; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "項目のGUIDを知る必要があります。たとえば、表示URLを調べることで見つけることができます。たとえば http://example.com/display/123456 の最後の部分がGUIDであり、ここでは123456です。"; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "削除する項目のGUID。"; -$a->strings["Item Guid"] = "項目GUID"; -$a->strings["The logfile '%s' is not writable. No logging possible"] = "ログファイル ' %s ' は書き込みできません。ログ機能が使用できません。"; -$a->strings["Log settings updated."] = "ログ設定が更新されました。"; -$a->strings["PHP log currently enabled."] = "現在有効なPHPログ。"; -$a->strings["PHP log currently disabled."] = "PHPログは現在無効になっています。"; -$a->strings["Logs"] = "ログ"; -$a->strings["Clear"] = "クリア"; -$a->strings["Enable Debugging"] = "デバッグを有効にする"; -$a->strings["Log file"] = "ログファイル"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Webサーバーから書き込み可能である必要があります。 Friendicaの最上位ディレクトリからの相対パス。"; -$a->strings["Log level"] = "ログレベル"; -$a->strings["PHP logging"] = "PHPロギング"; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "PHPのエラーと警告のログを一時的に有効にするには、インストールのindex.phpファイルに次を追加します。 「error_log」行に設定されたファイル名は、Friendicaの最上位ディレクトリに関連しており、Webサーバーが書き込み可能である必要があります。 「log_errors」および「display_errors」のオプション「1」はこれらのオプションを有効にすることであり、「0」に設定すると無効になります。"; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "ログファイル %1\$s を開こうとしてエラーが発生しました。
\nファイル%1\$sが存在し、読み取り可能かどうかを確認してください。"; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "ログファイル %1\$s を開けませんでした。
\nファイル %1\$s が読み取り可能かどうかを確認してください。"; -$a->strings["View Logs"] = "ログを見る"; -$a->strings["Inspect Deferred Worker Queue"] = "遅延ワーカーキューの詳細を見る"; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "このページには、遅延ワーカージョブが一覧表示されます。これは、投入時に実行できなかったジョブです。"; -$a->strings["Inspect Worker Queue"] = "ワーカーキューの詳細を見る"; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "このページには、現在キューに入れられているワーカージョブが一覧表示されます。これらのジョブは、インストール中に設定したワーカーcronジョブによって処理されます。"; -$a->strings["ID"] = "ID"; -$a->strings["Job Parameters"] = "ジョブパラメータ"; -$a->strings["Created"] = "作成した"; -$a->strings["Priority"] = "優先度"; +$a->strings["The Terms of Service settings have been updated."] = "利用規約の設定が更新されました。"; +$a->strings["Display Terms of Service"] = "利用規約を表示する"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "利用規約ページを有効にします。これを有効にすると、登録フォームと一般情報ページに規約へのリンクが追加されます。"; +$a->strings["Display Privacy Statement"] = "プライバシーに関する声明を表示する"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = " EU-GDPR などに準拠したノード運営に必要な情報を表示します。"; +$a->strings["Privacy Statement Preview"] = "プライバシーに関する声明のプレビュー"; +$a->strings["The Terms of Service"] = "利用規約"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "ここにノードの利用規約を入力します。 BBCodeを使用できます。セクションのヘッダーは[h2]以下である必要があります。"; +$a->strings["Save Settings"] = "設定を保存"; +$a->strings["Addon not found."] = "アドオンが見つかりません。"; +$a->strings["Addon %s disabled."] = "アドオン%sを無効にしました。"; +$a->strings["Addon %s enabled."] = "アドオン%sが有効になりました。"; +$a->strings["Disable"] = "無効にする"; +$a->strings["Enable"] = "有効にする"; +$a->strings["Toggle"] = "トグル"; +$a->strings["Author: "] = "著者:"; +$a->strings["Maintainer: "] = "メンテナー:"; +$a->strings["Addon %s failed to install."] = "アドオン %s のインストールに失敗しました。"; +$a->strings["Reload active addons"] = "アクティブなアドオンをリロードする"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "現在、ノードで使用可能なアドオンはありません。公式のアドオンリポジトリは %1\$s にあり、他の興味深いアドオンは %2\$s オープン アドオン レジストリにあります。"; +$a->strings["Theme settings updated."] = "テーマ設定が更新されました。"; +$a->strings["Unknown theme."] = "不明なテーマ。"; +$a->strings["Theme %s disabled."] = "テーマ%sを無効にしました。"; +$a->strings["Theme %s successfully enabled."] = "テーマ%sが有効になりました。"; +$a->strings["Theme %s failed to install."] = "テーマ%sのインストールに失敗しました。"; +$a->strings["Screenshot"] = "スクリーンショット"; +$a->strings["Reload active themes"] = "アクティブなテーマをリロードする"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "システムにテーマが見つかりません。 %1\$sに配置する必要があります"; +$a->strings["[Experimental]"] = "[実験的]"; +$a->strings["[Unsupported]"] = "[サポートされていません]"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s 、\n\t\t\t\t%2\$s管理者がアカウントを設定しました。"; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "ログインの詳細は次のとおりです:\n\nサイトの場所:\t%1\$s\nログイン名:\t\t%2\$s\nPassword:\t\t%3\$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1\$s/removeme\nから可能です。\n\nありがとうございます。%4\$sへようこそ。"; +$a->strings["%s user blocked"] = [ + 0 => "%sユーザーがブロックされました", +]; +$a->strings["%s user unblocked"] = [ + 0 => "%sユーザーのブロックを解除しました", +]; +$a->strings["You can't remove yourself"] = "自分を削除することはできません"; +$a->strings["%s user deleted"] = [ + 0 => "%sユーザーが削除されました", +]; +$a->strings["User \"%s\" deleted"] = "ユーザー\"%s\"が削除されました"; +$a->strings["User \"%s\" blocked"] = "ユーザー\"%s\"がブロックされました"; +$a->strings["User \"%s\" unblocked"] = "ユーザー\"%s\"のブロックを解除しました"; +$a->strings["Normal Account Page"] = "通常のアカウントページ"; +$a->strings["Soapbox Page"] = "Soapboxページ"; +$a->strings["Public Forum"] = "一般公開フォーラム"; +$a->strings["Automatic Friend Page"] = "自動友達ページ"; +$a->strings["Private Forum"] = "プライベートフォーラム"; +$a->strings["Personal Page"] = "個人ページ"; +$a->strings["Organisation Page"] = "組織ページ"; +$a->strings["News Page"] = "ニュースページ"; +$a->strings["Community Forum"] = "コミュニティフォーラム"; +$a->strings["Relay"] = "リレー"; +$a->strings["Register date"] = "登録日"; +$a->strings["Last login"] = "前回のログイン"; +$a->strings["Last item"] = "最後のアイテム"; +$a->strings["Type"] = "タイプ"; +$a->strings["Add User"] = "ユーザーを追加する"; +$a->strings["User registrations waiting for confirm"] = "確認待ちのユーザー登録"; +$a->strings["User waiting for permanent deletion"] = "永久削除を待っているユーザー"; +$a->strings["Request date"] = "依頼日"; +$a->strings["No registrations."] = "登録なし。"; +$a->strings["Note from the user"] = "ユーザーからのメモ"; +$a->strings["Deny"] = "拒否する"; +$a->strings["User blocked"] = "ユーザーがブロックされました"; +$a->strings["Site admin"] = "サイト管理者"; +$a->strings["Account expired"] = "アカウントの有効期限が切れました"; +$a->strings["New User"] = "新しいユーザー"; +$a->strings["Permanent deletion"] = "永久削除"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "選択したユーザーは削除されます!\n\nこれらのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "ユーザー{0}は削除されます!\n\nこのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?"; +$a->strings["Name of the new user."] = "新しいユーザーの名前。"; +$a->strings["Nickname"] = "ニックネーム"; +$a->strings["Nickname of the new user."] = "新しいユーザーのニックネーム。"; +$a->strings["Email address of the new user."] = "新しいユーザーのメールアドレス。"; $a->strings["Can not parse base url. Must have at least ://"] = "ベースURLを解析できません。少なくとも://が必要です"; $a->strings["Invalid storage backend setting value."] = "無効なストレージバックエンド設定値です。"; $a->strings["Site settings updated."] = "サイト設定が更新されました。"; +$a->strings["No special theme for mobile devices"] = "モバイルデバイス向けの特別なテーマはありません"; +$a->strings["%s - (Experimental)"] = "%s (実験的)"; $a->strings["No community page for local users"] = "ローカルユーザー向けのコミュニティページはありません"; $a->strings["No community page"] = "コミュニティページなし"; $a->strings["Public postings from users of this site"] = "このサイトのユーザーからの一般公開投稿"; $a->strings["Public postings from the federated network"] = "フェデレーションネットワークからの一般公開投稿"; $a->strings["Public postings from local users and the federated network"] = "ローカルユーザーとフェデレーションネットワークからの一般公開投稿"; $a->strings["Disabled"] = "無効"; -$a->strings["Users"] = "ユーザー"; $a->strings["Users, Global Contacts"] = "ユーザー、グローバルコンタクト"; $a->strings["Users, Global Contacts/fallback"] = "ユーザー、グローバルコンタクト/フォールバック"; $a->strings["One month"] = "1ヶ月"; @@ -1657,14 +1142,10 @@ $a->strings["Multi user instance"] = "マルチユーザーインスタンス"; $a->strings["Closed"] = "閉まっている"; $a->strings["Requires approval"] = "承認が必要"; $a->strings["Open"] = "開いた"; -$a->strings["No SSL policy, links will track page SSL state"] = "SSLポリシーはありません。リンクはページのSSL状態を追跡します"; -$a->strings["Force all links to use SSL"] = "すべてのリンクに強制的にSSLを使用させる"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "自己署名証明書、ローカルリンクのみにSSLを使用(非開示)"; $a->strings["Don't check"] = "チェックしない"; $a->strings["check the stable version"] = "安定版を確認してください"; $a->strings["check the development version"] = "開発バージョンを確認する"; $a->strings["Database (legacy)"] = "データベース(レガシー)"; -$a->strings["Site"] = "サイト"; $a->strings["Republish users to directory"] = "ユーザーをディレクトリに再公開する"; $a->strings["Registration"] = "登録"; $a->strings["File upload"] = "ファイルのアップロード"; @@ -1690,8 +1171,6 @@ $a->strings["System theme"] = "システムテーマ"; $a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = "既定のシステムテーマ - ユーザープロフィールによって上書きされる場合があります -既定のテーマ設定を変更します"; $a->strings["Mobile system theme"] = "モバイルシステムのテーマ"; $a->strings["Theme for mobile devices"] = "モバイルデバイスのテーマ"; -$a->strings["SSL link policy"] = "SSLリンクポリシー"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "生成されたリンクにSSLの使用を強制する必要があるかどうかを決定します"; $a->strings["Force SSL"] = "SSLを強制する"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "すべての非SSL要求をSSLに強制する-注意:一部のシステムでは、無限ループにつながる可能性があります。"; $a->strings["Hide help entry from navigation menu"] = "ナビゲーションメニューからヘルプエントリを非表示にする"; @@ -1727,7 +1206,7 @@ $a->strings["Block public"] = "一般公開をブロック"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "このサイトの一般公開済み個人ページを除き、すべてのページで非ログイン状態のアクセスをブロックするには、ここをチェックします。"; $a->strings["Force publish"] = "公開を強制する"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "このサイトのすべてのプロフィールがサイトディレクトリにリストされるように強制するには、チェックします。"; -$a->strings["Enabling this may violate privacy laws like the GDPR"] = "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります"; +$a->strings["Enabling this may violate privacy laws like the GDPR"] = "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります。"; $a->strings["Global directory URL"] = "グローバルディレクトリURL"; $a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "グローバルディレクトリへのURL。これが設定されていない場合、グローバルディレクトリはアプリケーションで全く利用できなくなります。"; $a->strings["Private posts by default for new users"] = "新規ユーザー向けの 既定のプライベート投稿"; @@ -1777,7 +1256,7 @@ $a->strings["Maximum table size (in MB) for the automatic optimization. Enter -1 $a->strings["Minimum level of fragmentation"] = "断片化の最小レベル"; $a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "自動最適化を開始する最小フラグメンテーションレベル-デフォルト値は30%です。"; $a->strings["Periodical check of global contacts"] = "グローバルなコンタクトの定期的なチェック"; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "有効にした場合、グローバルなコンタクトは定期的に、欠落または古いデータ、およびコンタクトとサーバーの活力をチェックされます。"; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "有効にした場合、グローバルなコンタクトは定期的に、欠落または古いデータ、およびコンタクトとサーバーが引き続き有効かをチェックされます。"; $a->strings["Days between requery"] = "再クエリの間隔"; $a->strings["Number of days after which a server is requeried for his contacts."] = "コンタクトについてサーバーが再照会されるまでの日数。"; $a->strings["Discover contacts from other servers"] = "他のサーバーからコンタクトを発見する"; @@ -1840,6 +1319,42 @@ $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "\" $a->strings["Allow user tags"] = "ユーザータグを許可する"; $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "有効にすると、保存された検索のタグが、\"relay_server_tags \"に加えて\"tags \"サブスクリプションに使用されます。"; $a->strings["Start Relocation"] = "再配置を開始"; +$a->strings["unknown"] = "未知の"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "このページでは、Friendicaノードが属するフェデレーションソーシャルネットワークの既知の部分について統計を提供します。これらの数値は完全なものではなく、ノードが認識しているネットワークの部分のみを反映しています。"; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "自動検出されたコンタクトのディレクトリ機能は有効ではありません。それによりこのデータ一覧が改善されるばあいがあります。"; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "現在、このノードは %d ノードと、以下のプラットフォームからの登録ユーザー %d 人を認識しています:"; +$a->strings["Off"] = "オフ"; +$a->strings["On"] = "に"; +$a->strings["Lock feature %s"] = "機能 %s をロック"; +$a->strings["Manage Additional Features"] = "追加機能を管理する"; +$a->strings["Inspect Deferred Worker Queue"] = "遅延ワーカーキューの詳細を見る"; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "このページには、遅延ワーカージョブが一覧表示されます。これは、投入時に実行できなかったジョブです。"; +$a->strings["Inspect Worker Queue"] = "ワーカーキューの詳細を見る"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "このページには、現在キューに入れられているワーカージョブが一覧表示されます。これらのジョブは、インストール中に設定したワーカーcronジョブによって処理されます。"; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = "ジョブパラメータ"; +$a->strings["Created"] = "作成した"; +$a->strings["Priority"] = "優先度"; +$a->strings["Item marked for deletion."] = "削除対象としてマークされたアイテム。"; +$a->strings["Delete this Item"] = "このアイテムを削除"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "このページでは、ノードからアイテムを削除できます。アイテムがトップレベルの投稿である場合、スレッド全体が削除されます。"; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "項目のGUIDを知る必要があります。たとえば、表示URLを調べることで見つけることができます。たとえば http://example.com/display/123456 の最後の部分がGUIDであり、ここでは123456です。"; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "削除する項目のGUID。"; +$a->strings["Item Guid"] = "項目GUID"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = "ログファイル ' %s ' は書き込みできません。ログ機能が使用できません。"; +$a->strings["Log settings updated."] = "ログ設定が更新されました。"; +$a->strings["PHP log currently enabled."] = "現在有効なPHPログ。"; +$a->strings["PHP log currently disabled."] = "PHPログは現在無効になっています。"; +$a->strings["Clear"] = "クリア"; +$a->strings["Enable Debugging"] = "デバッグを有効にする"; +$a->strings["Log file"] = "ログファイル"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Webサーバーから書き込み可能である必要があります。 Friendicaの最上位ディレクトリからの相対パス。"; +$a->strings["Log level"] = "ログレベル"; +$a->strings["PHP logging"] = "PHPロギング"; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "PHPのエラーと警告のログを一時的に有効にするには、インストールのindex.phpファイルに次を追加します。 「error_log」行に設定されたファイル名は、Friendicaの最上位ディレクトリに関連しており、Webサーバーが書き込み可能である必要があります。 「log_errors」および「display_errors」のオプション「1」はこれらのオプションを有効にすることであり、「0」に設定すると無効になります。"; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "ログファイル %1\$s を開こうとしてエラーが発生しました。
\nファイル%1\$sが存在し、読み取り可能かどうかを確認してください。"; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "ログファイル %1\$s を開けませんでした。
\nファイル %1\$s が読み取り可能かどうかを確認してください。"; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = "DBは引き続きMyISAMテーブルで実行されます。エンジンタイプをInnoDBに変更する必要があります。 Friendicaは今後InnoDBのみの機能を使用するため、これを変更する必要があります。テーブルエンジンの変換に役立つガイドについては、こちらをご覧ください。 Friendicaインストールの php bin/console.php dbstructure toinnodb コマンドを使用して自動変換することもできます。
"; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "ダウンロード可能なFriendicaの新しいバージョンがあります。現在のバージョンは%1\$s 、アップストリームバージョンは%2\$sです。"; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "データベースの更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。"; @@ -1849,6 +1364,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = "Friendicaの設定はconfig/local.config.phpに保存されるようになりました。config/local-sample.config.phpをコピーし、設定を .htconfig.php から移動してください。移行のヘルプについては、 Configヘルプページをご覧ください。"; $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = "Friendicaの設定はconfig/local.config.phpに保存されるようになりました。config/ local-sample.config.phpをコピーして、設定を config / local.ini.php から移動してください。移行のヘルプについては、 Configヘルプページをご覧ください。"; $a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = "システムで %s に到達できません。これは、サーバー間の通信を妨げる重大な構成の問題です。ヘルプについては、インストールページをご覧ください。"; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = "ログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )"; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = "デバッグログファイル ' %s ' は使用できません。ログ機能が使用できません。(エラー: ' %s ' )"; $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "Friendicaのsystem.basepathは '%s' から '%s' に更新されました。差異を避けるために、データベースからsystem.basepathを削除してください。"; $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "Friendicaの現在のsystem.basepath '%s' は間違っています。構成ファイル '%s'は使用されていません。"; $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "Friendicaの現在のsystem.basepath '%s'は、構成ファイル '%s'と等しくありません。設定を修正してください。"; @@ -1865,172 +1382,140 @@ $a->strings["Registered users"] = "登録ユーザー"; $a->strings["Pending registrations"] = "保留中の登録"; $a->strings["Version"] = "バージョン"; $a->strings["Active addons"] = "アクティブなアドオン"; -$a->strings["Theme settings updated."] = "テーマ設定が更新されました。"; -$a->strings["Theme %s disabled."] = "テーマ%sを無効にしました。"; -$a->strings["Theme %s successfully enabled."] = "テーマ%sが有効になりました。"; -$a->strings["Theme %s failed to install."] = "テーマ%sのインストールに失敗しました。"; -$a->strings["Screenshot"] = "スクリーンショット"; -$a->strings["Themes"] = "テーマ"; -$a->strings["Unknown theme."] = "不明なテーマ。"; -$a->strings["Reload active themes"] = "アクティブなテーマをリロードする"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "システムにテーマが見つかりません。 %1\$sに配置する必要があります"; -$a->strings["[Experimental]"] = "[実験的]"; -$a->strings["[Unsupported]"] = "[サポートされていません]"; -$a->strings["The Terms of Service settings have been updated."] = "利用規約の設定が更新されました。"; -$a->strings["Display Terms of Service"] = "利用規約を表示する"; -$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "利用規約ページを有効にします。これを有効にすると、登録フォームと一般情報ページに規約へのリンクが追加されます。"; -$a->strings["Display Privacy Statement"] = "プライバシーに関する声明を表示する"; -$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = " EU-GDPR に従ってノードを操作するために必要な情報に関する情報を表示します。"; -$a->strings["Privacy Statement Preview"] = "プライバシーに関する声明のプレビュー"; -$a->strings["The Terms of Service"] = "利用規約"; -$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "ここにノードの利用規約を入力します。 BBCodeを使用できます。セクションのヘッダーは[h2]以下である必要があります。"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s 、\n\t\t\t\t%2\$s管理者がアカウントを設定しました。"; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "ログインの詳細は次のとおりです:\n\nサイトの場所:\t%1\$s\nログイン名:\t\t%2\$s\nPassword:\t\t%3\$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1\$s/removeme\nから可能です。\n\nありがとうございます。%4\$sへようこそ。"; -$a->strings["%s user blocked"] = [ - 0 => "%sユーザーがブロックされました", -]; -$a->strings["%s user unblocked"] = [ - 0 => "%sユーザーのブロックを解除しました", -]; -$a->strings["You can't remove yourself"] = "自分を削除することはできません"; -$a->strings["%s user deleted"] = [ - 0 => "%sユーザーが削除されました", -]; -$a->strings["User \"%s\" deleted"] = "ユーザー\"%s\"が削除されました"; -$a->strings["User \"%s\" blocked"] = "ユーザー\"%s\"がブロックされました"; -$a->strings["User \"%s\" unblocked"] = "ユーザー\"%s\"のブロックを解除しました"; -$a->strings["Private Forum"] = "プライベートフォーラム"; -$a->strings["Relay"] = "リレー"; -$a->strings["Register date"] = "登録日"; -$a->strings["Last login"] = "前回のログイン"; -$a->strings["Last item"] = "最後のアイテム"; -$a->strings["Type"] = "タイプ"; -$a->strings["Add User"] = "ユーザーを追加する"; -$a->strings["User registrations waiting for confirm"] = "確認待ちのユーザー登録"; -$a->strings["User waiting for permanent deletion"] = "永久削除を待っているユーザー"; -$a->strings["Request date"] = "依頼日"; -$a->strings["No registrations."] = "登録なし。"; -$a->strings["Note from the user"] = "ユーザーからの注意"; -$a->strings["Deny"] = "拒否する"; -$a->strings["User blocked"] = "ユーザーがブロックされました"; -$a->strings["Site admin"] = "サイト管理者"; -$a->strings["Account expired"] = "アカウントの有効期限が切れました"; -$a->strings["New User"] = "新しいユーザー"; -$a->strings["Permanent deletion"] = "永久削除"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "選択したユーザーは削除されます!\n\nこれらのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "ユーザー{0}は削除されます!\n\nこのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?"; -$a->strings["Name of the new user."] = "新しいユーザーの名前。"; -$a->strings["Nickname"] = "ニックネーム"; -$a->strings["Nickname of the new user."] = "新しいユーザーのニックネーム。"; -$a->strings["Email address of the new user."] = "新しいユーザーのメールアドレス。"; -$a->strings["No friends to display."] = "表示する友達はいません。"; -$a->strings["Item was not found."] = "アイテムが見つかりませんでした。"; -$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "サブ管理アカウントは管理ページにアクセスできません。マスターアカウントとしてログインし直してください。"; -$a->strings["Overview"] = "概要"; -$a->strings["Configuration"] = "構成"; -$a->strings["Database"] = "データベース"; -$a->strings["DB updates"] = "DBの更新"; -$a->strings["Inspect Deferred Workers"] = "非同期実行ワーカーの検査"; -$a->strings["Inspect worker Queue"] = "ワーカーキューの検査"; -$a->strings["Tools"] = "道具"; -$a->strings["Contact Blocklist"] = "コンタクトブロックリスト"; -$a->strings["Server Blocklist"] = "サーバーブロックリスト"; -$a->strings["Diagnostics"] = "診断"; -$a->strings["PHP Info"] = "PHP情報"; -$a->strings["probe address"] = "プローブアドレス"; -$a->strings["check webfinger"] = "webfingerを確認してください"; -$a->strings["Item Source"] = "アイテムソース"; -$a->strings["Babel"] = "Babel"; -$a->strings["Addon Features"] = "アドオン機能"; -$a->strings["User registrations waiting for confirmation"] = "確認待ちのユーザー登録"; -$a->strings["People Search - %s"] = "人の検索- %s"; +$a->strings["Update has been marked successful"] = "更新は正常にマークされました"; +$a->strings["Database structure update %s was successfully applied."] = "データベース構造の更新 %s が正常に適用されました。"; +$a->strings["Executing of database structure update %s failed with error: %s"] = "データベース構造の更新 %s は次のエラーで失敗しました: %s"; +$a->strings["Executing %s failed with error: %s"] = "次のエラーで %s の実行に失敗しました: %s"; +$a->strings["Update %s was successfully applied."] = "更新 %s が正常に適用されました。"; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "更新 %s はステータスを返しませんでした。成功した場合は不明です。"; +$a->strings["There was no additional update function %s that needed to be called."] = "呼び出される必要のある機能 %s について追加の更新はありませんでした。"; +$a->strings["No failed updates."] = "失敗した更新はありません。"; +$a->strings["Check database structure"] = "データベース構造を確認する"; +$a->strings["Failed Updates"] = "失敗した更新"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "これには、ステータスを返さなかった1139より前の更新は含まれません。"; +$a->strings["Mark success (if update was manually applied)"] = "成功をマークする(更新が手動で適用された場合)"; +$a->strings["Attempt to execute this update step automatically"] = "この更新手順を自動的に実行しようとします"; +$a->strings["Delegation successfully granted."] = "委任が正常に許可されました。"; +$a->strings["Parent user not found, unavailable or password doesn't match."] = "親ユーザーが見つからないか、利用できないか、パスワードが一致しません。"; +$a->strings["Delegation successfully revoked."] = "委任が正常に取り消されました。"; +$a->strings["Delegated administrators can view but not change delegation permissions."] = "委任された管理者は、委任権限を確認できますが、変更はできません。"; +$a->strings["Delegate user not found."] = "移譲ユーザーが見つかりません。"; +$a->strings["No parent user"] = "親となるユーザが存在しません。"; +$a->strings["Parent Password:"] = "親パスワード:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "リクエストの確認のため、親アカウントのパスワードを入力してください。"; +$a->strings["Parent User"] = "親ユーザ"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "親ユーザは、このアカウントについてアカウント設定を含む全ての権限を持ちます。 このアクセスを許可するユーザ名を再確認してください。"; +$a->strings["Delegate Page Management"] = "ベージの管理を移譲"; +$a->strings["Delegates"] = "移譲"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "移譲された人は、このアカウント/ページの管理について、基本的なアカウント設定を除いた、すべての権限を得ます。 完全に信頼していない人には、あなたの個人アカウントを移譲しないでください。"; +$a->strings["Existing Page Delegates"] = "既存のページの移譲"; +$a->strings["Potential Delegates"] = "移譲先の候補"; +$a->strings["Remove"] = "削除"; +$a->strings["Add"] = "追加"; +$a->strings["No entries."] = "エントリは有りません。"; +$a->strings["Export account"] = "アカウントのエクスポート"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "アカウント情報とコンタクトをエクスポートします。これを使用して、アカウントのバックアップを作成したり、別のサーバーに移動したりします。"; +$a->strings["Export all"] = "すべてエクスポート"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "アカウント情報、コンタクト、すべてのアイテムをjsonとしてエクスポートします。非常に大きなファイルになる可能性があり、時間がかかる可能性があります。これを使用して、アカウントの完全バックアップを作成します(写真はエクスポートされません)"; +$a->strings["Export Contacts to CSV"] = "連絡先をCSV形式でエクスポート"; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "フォローしているアカウントのリストをCSVファイルとしてエクスポートします。 マストドンなどに対応します。"; +$a->strings["Export personal data"] = "個人データのエクスポート"; +$a->strings["Please enter your password to access this page."] = "このページにアクセスするには、パスワードを入力してください。"; +$a->strings["Two-factor authentication successfully activated."] = "二要素認証が正常にアクティブ化されました。"; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

または認証設定を手動で送信できます:

\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "二要素コード検証"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

このQRコードを認証アプリでスキャンして、提供されたコードを送信してください。

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

または、モバイルデバイスで次のURLを開くことができます。

%s

"; +$a->strings["Verify code and enable two-factor authentication"] = "コードを確認し、二要素認証を有効にします"; +$a->strings["App-specific password generation failed: The description is empty."] = "アプリ固有のパスワード生成に失敗しました:説明は空です。"; +$a->strings["App-specific password generation failed: This description already exists."] = "アプリ固有のパスワード生成に失敗しました:この説明は既に存在します。"; +$a->strings["New app-specific password generated."] = "新しいアプリ固有のパスワードが生成されました。"; +$a->strings["App-specific passwords successfully revoked."] = "アプリ固有のパスワードが正常に取り消されました。"; +$a->strings["App-specific password successfully revoked."] = "アプリ固有のパスワードが正常に取り消されました。"; +$a->strings["Two-factor app-specific passwords"] = "二要素アプリ固有のパスワード"; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

アプリ固有のパスワードは、2要素認証をサポートしないサードパーティアプリケーションでアカウントを認証するために、通常のパスワードの代わりに使用されるランダムに生成されたパスワードです。

"; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "今すぐ新しいアプリ固有のパスワードをコピーしてください。あなたは再びそれを見ることができなくなります!"; +$a->strings["Description"] = "説明"; +$a->strings["Last Used"] = "最終使用"; +$a->strings["Revoke"] = "取り消す"; +$a->strings["Revoke All"] = "すべて取り消す"; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "新しいアプリ固有のパスワードを生成するときは、すぐに使用する必要があります。生成後、一度表示されます。"; +$a->strings["Generate new app-specific password"] = "新しいアプリ固有のパスワードを生成する"; +$a->strings["Friendiqa on my Fairphone 2..."] = "フェアフォン2のFriendiqa ..."; +$a->strings["Generate"] = "生成する"; +$a->strings["Two-factor authentication successfully disabled."] = "二要素認証が正常に無効になりました。"; +$a->strings["Wrong Password"] = "間違ったパスワード"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

ログイン時にプロンプトが表示されたら、モバイルデバイスのアプリケーションを使用して2要素認証コードを取得します。

"; +$a->strings["Authenticator app"] = "認証アプリ"; +$a->strings["Configured"] = "設定済み"; +$a->strings["Not Configured"] = "設定されていません"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

認証アプリの設定が完了していません。

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

認証アプリが正しく構成されています。

"; +$a->strings["Recovery codes"] = "回復コード"; +$a->strings["Remaining valid codes"] = "残りの有効なコード"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

これらの使い捨てコードは、認証アプリのコードにアクセスできなくなった場合に、認証アプリのコードを置き換えることができます。

"; +$a->strings["App-specific passwords"] = "アプリ固有のパスワード"; +$a->strings["Generated app-specific passwords"] = "生成されたアプリ固有のパスワード"; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

これらのランダムに生成されたパスワードを使用すると、2要素認証をサポートしていないアプリで認証できます。

"; +$a->strings["Actions"] = "操作"; +$a->strings["Current password:"] = "現在のパスワード:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "2要素認証設定を変更するには、現在のパスワードを入力する必要があります。"; +$a->strings["Enable two-factor authentication"] = "二要素認証を有効にする"; +$a->strings["Disable two-factor authentication"] = "二要素認証を無効にする"; +$a->strings["Show recovery codes"] = "復旧コードを表示"; +$a->strings["Manage app-specific passwords"] = "アプリ固有のパスワードを管理する"; +$a->strings["Finish app configuration"] = "アプリの構成を完了する"; +$a->strings["New recovery codes successfully generated."] = "新しい回復コードが正常に生成されました。"; +$a->strings["Two-factor recovery codes"] = "二要素回復コード"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

リカバリコードは、デバイスへのアクセスを失い、二要素認証コードを受信できない場合にアカウントにアクセスするために使用できます。

これらを安全な場所に置いてください!デバイスを紛失し、復旧コードをお持ちでない場合、アカウントにアクセスできなくなります。

"; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "新しい回復コードを生成する場合、新しいコードをコピーする必要があります。古いコードはもう機能しません。"; +$a->strings["Generate new recovery codes"] = "新しい回復コードを生成する"; +$a->strings["Next: Verification"] = "次:検証"; +$a->strings["Method Not Allowed."] = "そのメソッドは許可されていません。"; +$a->strings["Page not found."] = "ページが見つかりません。"; +$a->strings["People Search - %s"] = "人を検索- %s"; $a->strings["Forum Search - %s"] = "フォーラム検索- %s"; -$a->strings["This page is missing a url parameter."] = "このページにはurlパラメーターがありません。"; -$a->strings["The post was created"] = "投稿が作成されました"; -$a->strings["%d contact edited."] = [ - 0 => "%dコンタクトを編集しました。", -]; -$a->strings["Could not access contact record."] = "コンタクトレコードにアクセスできませんでした。"; -$a->strings["Could not locate selected profile."] = "選択したプロフィールが見つかりませんでした。"; -$a->strings["Contact updated."] = "コンタクトが更新されました。"; -$a->strings["Contact not found"] = "コンタクトが見つかりません"; -$a->strings["Contact has been blocked"] = "コンタクトがブロックされました"; -$a->strings["Contact has been unblocked"] = "コンタクトのブロックが解除されました"; -$a->strings["Contact has been ignored"] = "コンタクトは無視されました"; -$a->strings["Contact has been unignored"] = "コンタクトは無視されていません"; -$a->strings["Contact has been archived"] = "コンタクトがアーカイブされました"; -$a->strings["Contact has been unarchived"] = "コンタクトのアーカイブを解除しました"; -$a->strings["Drop contact"] = "コンタクトを削除"; -$a->strings["Do you really want to delete this contact?"] = "このコンタクトを本当に削除しますか?"; -$a->strings["Contact has been removed."] = "コンタクトは削除されました。"; -$a->strings["You are mutual friends with %s"] = "あなたは%sと共通の友達です"; -$a->strings["You are sharing with %s"] = "%sと共有しています"; -$a->strings["%s is sharing with you"] = "%sはあなたと共有しています"; -$a->strings["Private communications are not available for this contact."] = "このコンタクトへのプライベート通信は利用できません。"; -$a->strings["Never"] = "決してしない"; -$a->strings["(Update was successful)"] = "(更新は成功しました)"; -$a->strings["(Update was not successful)"] = "(更新は成功しませんでした)"; -$a->strings["Suggest friends"] = "友人のおすすめ"; -$a->strings["Network type: %s"] = "ネットワークの種類: %s"; -$a->strings["Communications lost with this contact!"] = "このコンタクトとの通信が失われました!"; -$a->strings["Fetch further information for feeds"] = "フィードの詳細情報を取得する"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "フィードアイテムからプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィードアイテムのメタヘッダーから取得され、ハッシュタグとして投稿されます。"; -$a->strings["Fetch information"] = "情報を取得する"; -$a->strings["Fetch keywords"] = "キーワードを取得する"; -$a->strings["Fetch information and keywords"] = "情報とキーワードを取得する"; -$a->strings["Profile Visibility"] = "プロフィールの可視性"; -$a->strings["Contact Information / Notes"] = "コンタクト/メモ"; -$a->strings["Contact Settings"] = "コンタクト設定"; -$a->strings["Contact"] = "コンタクト"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "プロフィールを安全に表示するときに、 %sに表示するプロフィールを選択してください。"; -$a->strings["Their personal note"] = "彼らの個人的なメモ"; -$a->strings["Edit contact notes"] = "コンタクトメモを編集する"; -$a->strings["Visit %s's profile [%s]"] = "%sのプロフィール[ %s ]を開く"; -$a->strings["Block/Unblock contact"] = "コンタクトのブロック/ブロック解除"; -$a->strings["Ignore contact"] = "コンタクトを無視"; -$a->strings["Repair URL settings"] = "修復URL設定"; -$a->strings["View conversations"] = "会話を見る"; -$a->strings["Last update:"] = "最後の更新:"; -$a->strings["Update public posts"] = "一般公開の投稿を更新"; -$a->strings["Update now"] = "今すぐアップデート"; -$a->strings["Unignore"] = "無視しない"; -$a->strings["Currently blocked"] = "現在ブロックされています"; -$a->strings["Currently ignored"] = "現在無視されます"; -$a->strings["Currently archived"] = "現在アーカイブ済み"; -$a->strings["Awaiting connection acknowledge"] = "接続確認応答待ち"; -$a->strings["Replies/likes to your public posts may still be visible"] = "一般公開の投稿への返信・いいねは、引き続き表示される場合があります"; -$a->strings["Notification for new posts"] = "新しい投稿の通知"; -$a->strings["Send a notification of every new post of this contact"] = "このコンタクトの新しい投稿ごとに通知を送信する"; -$a->strings["Blacklisted keywords"] = "ブラックリストに登録されたキーワード"; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト"; -$a->strings["Actions"] = "行動"; -$a->strings["Show all contacts"] = "すべてのコンタクトを表示"; -$a->strings["Blocked"] = "ブロックされました"; -$a->strings["Only show blocked contacts"] = "ブロックされたコンタクトのみを表示"; -$a->strings["Ignored"] = "無視された"; -$a->strings["Only show ignored contacts"] = "無視されたコンタクトのみを表示"; -$a->strings["Archived"] = "アーカイブ済み"; -$a->strings["Only show archived contacts"] = "アーカイブされたコンタクトのみを表示"; -$a->strings["Hidden"] = "非表示"; -$a->strings["Only show hidden contacts"] = "非表示のコンタクトのみを表示"; -$a->strings["Organize your contact groups"] = "コンタクトグループを整理する"; -$a->strings["Search your contacts"] = "コンタクトを検索する"; -$a->strings["Archive"] = "アーカイブ"; -$a->strings["Unarchive"] = "アーカイブ解除"; -$a->strings["Batch Actions"] = "バッチアクション"; -$a->strings["Conversations started by this contact"] = "このコンタクトが開始した会話"; -$a->strings["Posts and Comments"] = "投稿とコメント"; -$a->strings["View all contacts"] = "すべてのコンタクトを表示"; -$a->strings["View all common friends"] = "一般的な友達をすべて表示"; -$a->strings["Advanced Contact Settings"] = "高度なコンタクト設定"; -$a->strings["Mutual Friendship"] = "相互の友情"; -$a->strings["is a fan of yours"] = "あなたのファンです"; -$a->strings["you are a fan of"] = "あなたはファンです"; -$a->strings["Edit contact"] = "コンタクトを編集"; -$a->strings["Toggle Blocked status"] = "ブロック状態の切り替え"; -$a->strings["Toggle Ignored status"] = "無視ステータスの切り替え"; -$a->strings["Toggle Archive status"] = "アーカイブステータスの切り替え"; -$a->strings["Delete contact"] = "コンタクトを削除"; +$a->strings["No matches"] = "一致する項目がありません"; +$a->strings["No installed applications."] = "アプリケーションがインストールされていません。"; +$a->strings["Applications"] = "アプリケーション"; +$a->strings["Credits"] = "クレジット"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendicaはコミュニティプロジェクトであり、多くの人々の助けがなければ不可能です。以下は、Friendicaのコードまたは翻訳に貢献した人のリストです。皆さん、ありがとうございました!"; +$a->strings["Logged out."] = "ログアウトしました。"; +$a->strings["Group created."] = "グループが作成されました。"; +$a->strings["Could not create group."] = "グループを作成できませんでした。"; +$a->strings["Group not found."] = "グループが見つかりません。"; +$a->strings["Group name changed."] = "グループ名が変更されました。"; +$a->strings["Unknown group."] = "不明なグループ。"; +$a->strings["Contact not found."] = "コンタクトが見つかりません。"; +$a->strings["Contact is unavailable."] = "コンタクトは利用できません。"; +$a->strings["Contact is deleted."] = "コンタクトが削除されます。"; +$a->strings["Contact is blocked, unable to add it to a group."] = "コンタクトはブロックされているため、グループに追加できません。"; +$a->strings["Unable to add the contact to the group."] = "グループにコンタクトを追加できません。"; +$a->strings["Contact successfully added to group."] = "グループにコンタクトを追加しました。"; +$a->strings["Unable to remove the contact from the group."] = "グループからコンタクトを削除できません。"; +$a->strings["Contact successfully removed from group."] = "グループからコンタクトを削除しました。"; +$a->strings["Unknown group command."] = "不明なグループコマンド。"; +$a->strings["Bad request."] = "要求の形式が正しくありません。"; +$a->strings["Save Group"] = "グループを保存"; +$a->strings["Filter"] = "フィルタ"; +$a->strings["Create a group of contacts/friends."] = "コンタクト/友人のグループを作成します。"; +$a->strings["Group removed."] = "グループが削除されました。"; +$a->strings["Unable to remove group."] = "グループを削除できません。"; +$a->strings["Delete Group"] = "グループを削除"; +$a->strings["Edit Group Name"] = "グループ名を編集"; +$a->strings["Members"] = "会員"; +$a->strings["Group is empty"] = "グループは空です"; +$a->strings["Remove contact from group"] = "グループからコンタクトを削除"; +$a->strings["Click on a contact to add or remove."] = "コンタクトをクリックして追加・削除"; +$a->strings["Add contact to group"] = "グループにコンタクトを追加"; +$a->strings["No given contact."] = "コンタクトなし。"; +$a->strings["Only logged in users are permitted to perform a probing."] = "ログインしているユーザーのみがプローブを実行できます。"; +$a->strings["Time Conversion"] = "時間変換"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendicaは、未知のタイムゾーンで他のネットワークや友人とイベントを共有するためにこのサービスを提供します。"; +$a->strings["UTC time: %s"] = "UTC時間: %s"; +$a->strings["Current timezone: %s"] = "現在のタイムゾーン: %s"; +$a->strings["Converted localtime: %s"] = "変換された現地時間: %s"; +$a->strings["Please select your timezone:"] = "タイムゾーンを選択してください:"; $a->strings["Source input"] = "ソース入力"; $a->strings["BBCode::toPlaintext"] = "BBCode :: toPlaintext"; $a->strings["BBCode::convert (raw HTML)"] = "BBCode :: convert(生のHTML)"; @@ -2059,240 +1544,11 @@ $a->strings["Source text"] = "ソーステキスト"; $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = "マークダウン"; $a->strings["HTML"] = "HTML"; +$a->strings["Access denied."] = "アクセスが拒否されました。"; $a->strings["You must be logged in to use this module"] = "このモジュールを使用するにはログインする必要があります"; $a->strings["Source URL"] = "ソースURL"; -$a->strings["Time Conversion"] = "時間変換"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendicaは、未知のタイムゾーンで他のネットワークや友人とイベントを共有するためにこのサービスを提供します。"; -$a->strings["UTC time: %s"] = "UTC時間: %s"; -$a->strings["Current timezone: %s"] = "現在のタイムゾーン: %s"; -$a->strings["Converted localtime: %s"] = "変換された現地時間: %s"; -$a->strings["Please select your timezone:"] = "タイムゾーンを選択してください:"; -$a->strings["Only logged in users are permitted to perform a probing."] = "ログインしているユーザーのみがプローブを実行できます。"; $a->strings["Lookup address"] = "ルックアップアドレス"; -$a->strings["No entries (some entries may be hidden)."] = "エントリなし(一部のエントリは非表示になる場合があります)"; -$a->strings["Find on this site"] = "このサイトで見つける"; -$a->strings["Results for:"] = "の結果:"; -$a->strings["Site Directory"] = "サイトディレクトリ"; -$a->strings["Filetag %s saved to item"] = "ファイルタグ%sがアイテムに保存されました"; -$a->strings["- select -"] = "-選択-"; -$a->strings["No given contact."] = "コンタクトなし。"; -$a->strings["Installed addons/apps:"] = "インストールされたアドオン/アプリ:"; -$a->strings["No installed addons/apps"] = "アドオン/アプリがインストールされていません"; -$a->strings["Read about the Terms of Service of this node."] = "このノードの利用規約について読んでください。"; -$a->strings["On this server the following remote servers are blocked."] = "このサーバーでは、次のリモートサーバーがブロックされています。"; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "これは、Webロケーション%s実行されているFriendicaバージョン%sです。データベースのバージョンは%s 、更新後のバージョンは%sです。"; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Friendicaプロジェクトの詳細については、 Friendi.ca をご覧ください。"; -$a->strings["Bug reports and issues: please visit"] = "バグレポートと問題:をご覧ください"; -$a->strings["the bugtracker at github"] = "githubのバグトラッカー"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。"; -$a->strings["Group created."] = "グループが作成されました。"; -$a->strings["Could not create group."] = "グループを作成できませんでした。"; -$a->strings["Group not found."] = "グループが見つかりません。"; -$a->strings["Group name changed."] = "グループ名が変更されました。"; -$a->strings["Unknown group."] = "不明なグループ。"; -$a->strings["Contact is unavailable."] = "コンタクトは利用できません。"; -$a->strings["Contact is deleted."] = "コンタクトが削除されます。"; -$a->strings["Contact is blocked, unable to add it to a group."] = "コンタクトはブロックされているため、グループに追加できません。"; -$a->strings["Unable to add the contact to the group."] = "グループにコンタクトを追加できません。"; -$a->strings["Contact successfully added to group."] = "グループにコンタクトを追加しました。"; -$a->strings["Unable to remove the contact from the group."] = "グループからコンタクトを削除できません。"; -$a->strings["Contact successfully removed from group."] = "グループからコンタクトを削除しました。"; -$a->strings["Unknown group command."] = "不明なグループコマンド。"; -$a->strings["Bad request."] = "要求の形式が正しくありません。"; -$a->strings["Save Group"] = "グループを保存"; -$a->strings["Filter"] = "フィルタ"; -$a->strings["Create a group of contacts/friends."] = "コンタクト/友人のグループを作成します。"; -$a->strings["Group removed."] = "グループが削除されました。"; -$a->strings["Unable to remove group."] = "グループを削除できません。"; -$a->strings["Delete Group"] = "グループを削除"; -$a->strings["Edit Group Name"] = "グループ名を編集"; -$a->strings["Members"] = "会員"; -$a->strings["Remove contact from group"] = "グループからコンタクトを削除"; -$a->strings["Add contact to group"] = "グループにコンタクトを追加"; -$a->strings["Help:"] = "助けて:"; $a->strings["Welcome to %s"] = "%sへようこそ"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server-セットアップ"; -$a->strings["System check"] = "システムチェック"; -$a->strings["Check again"] = "再び確かめる"; -$a->strings["Base settings"] = "基本設定"; -$a->strings["Host name"] = "ホスト名"; -$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "決定されたホスト名が正しくない場合、このフィールドを上書きします。そうでない場合はそのままにします。"; -$a->strings["Base path to installation"] = "インストールへの基本パス"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "システムがインストールへの正しいパスを検出できない場合は、ここに正しいパスを入力します。この設定は、制限されたシステムとWebルートへのシンボリックリンクを使用している場合にのみ設定する必要があります。"; -$a->strings["Sub path of the URL"] = "URLのサブパス"; -$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "サブパスの決定が正しくない場合はこのフィールドを上書きし、そうでない場合はそのままにしておきます。このフィールドを空白のままにすると、サブパスなしでベースURLにインストールされます。"; -$a->strings["Database connection"] = "データベース接続"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Friendicaをインストールするには、データベースへの接続方法を知る必要があります。"; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "これらの設定について質問がある場合は、ホスティングプロバイダーまたはサイト管理者にお問い合わせください。"; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "以下で指定するデータベースはすでに存在している必要があります。存在しない場合は、続行する前に作成してください。"; -$a->strings["Database Server Name"] = "データベースサーバー名"; -$a->strings["Database Login Name"] = "データベースのログイン名"; -$a->strings["Database Login Password"] = "データベースログインパスワード"; -$a->strings["For security reasons the password must not be empty"] = "セキュリティ上の理由から、パスワードを空にしないでください"; -$a->strings["Database Name"] = "データベース名"; -$a->strings["Please select a default timezone for your website"] = "ウェブサイトのデフォルトのタイムゾーンを選択してください"; -$a->strings["Site settings"] = "サイト設定"; -$a->strings["Site administrator email address"] = "サイト管理者のメールアドレス"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "ウェブ管理パネルを使用するには、アカウントのメールアドレスがこれと一致する必要があります。"; -$a->strings["System Language:"] = "システム言語:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Friendicaインストールインターフェイスのデフォルト言語を設定し、メールを送信します。"; -$a->strings["Your Friendica site database has been installed."] = "Friendicaサイトデータベースがインストールされました。"; -$a->strings["Installation finished"] = "インストール完了"; -$a->strings["

What next

"] = "

次は何でしょうか

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "重要:ワーカーのスケジュールされたタスクを[手動で]設定する必要があります。"; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "新しいFriendicaノード登録ページに移動して、新しいユーザーとして登録します。管理者の電子メールとして入力したものと同じ電子メールを使用することを忘れないでください。これにより、サイト管理者パネルに入ることができます。"; -$a->strings["Total invitation limit exceeded."] = "合計招待制限を超えました。"; -$a->strings["%s : Not a valid email address."] = "%s :有効なメールアドレスではありません。"; -$a->strings["Please join us on Friendica"] = "Friendicaにご参加ください"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "招待制限を超えました。サイト管理者に連絡してください。"; -$a->strings["%s : Message delivery failed."] = "%s :メッセージの配信に失敗しました。"; -$a->strings["%d message sent."] = [ - 0 => "%dメッセージを送信しました。", -]; -$a->strings["You have no more invitations available"] = "利用可能な招待はもうありません"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "参加できる公開サイトのリストについては、 %sにアクセスしてください。他のサイトのFriendicaメンバーは、他の多くのソーシャルネットワークのメンバーと同様に、お互いに接続できます。"; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "この招待を受け入れるには、 %sまたはその他の公開Friendica Webサイトにアクセスして登録してください。"; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。参加できるFriendicaサイトのリストについては、 %sをご覧ください。"; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "申し訳ございません。このシステムは現在、他の公開サイトに接続したり、メンバーを招待するようには構成されていません。"; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。"; -$a->strings["To accept this invitation, please visit and register at %s."] = "この招待を受け入れるには、 %sアクセスして登録してください。"; -$a->strings["Send invitations"] = "招待状を送信する"; -$a->strings["Enter email addresses, one per line:"] = "電子メールアドレスを1行に1つずつ入力します。"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Friendicaで私や他の親しい友人と一緒に参加してください。より良いソーシャルWebの作成を手伝ってください。"; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "この招待コードを提供する必要があります:$ invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "登録したら、次のプロフィールページから接続してください。"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Friendicaプロジェクトの詳細と、それが重要だと感じる理由については、http://friendi.caをご覧ください。"; -$a->strings["Please enter a post body."] = "投稿本文を入力してください。"; -$a->strings["This feature is only available with the frio theme."] = "この機能は、frioテーマでのみ使用可能です。"; -$a->strings["Compose new personal note"] = "新しい個人メモを作成する"; -$a->strings["Compose new post"] = "新しい投稿を作成"; -$a->strings["Clear the location"] = "場所をクリアする"; -$a->strings["Location services are unavailable on your device"] = "デバイスで位置情報サービスを利用できません"; -$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください"; -$a->strings["Public"] = "一般公開"; -$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "この投稿はすべてのフォロワーに送信され、コミュニティページやリンクを知っている誰でも閲覧できます。"; -$a->strings["Limited/Private"] = "限定/プライベート"; -$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "この投稿は、2番目のボックスに記載されている人を除き、最初のボックスの人にのみ送信されます。公開の場所には表示されません。"; -$a->strings["Create a New Account"] = "新しいアカウントを作成する"; -$a->strings["Password: "] = "パスワード:"; -$a->strings["Remember me"] = "私を覚えてますか"; -$a->strings["Or login using OpenID: "] = "または、OpenIDを使用してログインします。"; -$a->strings["Forgot your password?"] = "パスワードをお忘れですか?"; -$a->strings["Website Terms of Service"] = "ウェブサイト利用規約"; -$a->strings["terms of service"] = "利用規約"; -$a->strings["Website Privacy Policy"] = "ウェブサイトのプライバシーポリシー"; -$a->strings["privacy policy"] = "個人情報保護方針"; -$a->strings["Logged out."] = "ログアウトしました。"; -$a->strings["System down for maintenance"] = "メンテナンスのためのシステムダウン"; -$a->strings["Page not found."] = "ページが見つかりません。"; -$a->strings["Invalid photo with id %s."] = "ID %s の写真が無効です。"; -$a->strings["User not found."] = "ユーザーが見つかりません。"; -$a->strings["No contacts."] = "コンタクトはありません。"; -$a->strings["Follower (%s)"] = [ - 0 => "フォロワー( %s )", -]; -$a->strings["Following (%s)"] = [ - 0 => "フォロー中( %s )", -]; -$a->strings["Mutual friend (%s)"] = [ - 0 => "相互の友人( %s )", -]; -$a->strings["Contact (%s)"] = [ - 0 => "コンタクト( %s )", -]; -$a->strings["All contacts"] = "すべてのコンタクト"; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "(オプションで)OpenIDを提供し、「登録」をクリックして、OpenIDを介してこのフォームに入力できます。"; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "OpenIDに慣れていない場合は、そのフィールドを空白のままにして、残りの項目を入力してください。"; -$a->strings["Your OpenID (optional): "] = "OpenID(オプション):"; -$a->strings["Include your profile in member directory?"] = "メンバーディレクトリにプロフィールを含めますか?"; -$a->strings["Note for the admin"] = "管理者への注意"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "このノードに参加する理由、管理者へのメッセージを残す"; -$a->strings["Membership on this site is by invitation only."] = "このサイトのメンバーシップは招待のみです。"; -$a->strings["Your invitation code: "] = "招待コード:"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):"; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)"; -$a->strings["Leave empty for an auto generated password."] = "自動生成されたパスワードの場合は空のままにします。"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "プロフィールのニックネームを選択します。これはテキスト文字で始まる必要があります。このサイトのプロフィールアドレスは\" nickname@%s \"になります。"; -$a->strings["Choose a nickname: "] = "ニックネームを選択:"; -$a->strings["Import your profile to this friendica instance"] = "このfriendicaインスタンスにプロフィールをインポートします"; -$a->strings["Note: This node explicitly contains adult content"] = "注:このノードには、露骨なアダルトコンテンツが含まれています"; -$a->strings["Registration successful. Please check your email for further instructions."] = "登録に成功。詳細については、メールを確認してください。"; -$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "メールを送信できませんでした。ここでアカウントの詳細:
ログイン: %s
パスワード: %s

ログイン後にパスワードを変更できます。"; -$a->strings["Registration successful."] = "登録に成功。"; -$a->strings["Your registration can not be processed."] = "登録を処理できません。"; -$a->strings["Your registration is pending approval by the site owner."] = "登録はサイト所有者による承認待ちです。"; -$a->strings["Please enter your password to access this page."] = "このページにアクセスするには、パスワードを入力してください。"; -$a->strings["App-specific password generation failed: The description is empty."] = "アプリ固有のパスワード生成に失敗しました:説明は空です。"; -$a->strings["App-specific password generation failed: This description already exists."] = "アプリ固有のパスワード生成に失敗しました:この説明は既に存在します。"; -$a->strings["New app-specific password generated."] = "新しいアプリ固有のパスワードが生成されました。"; -$a->strings["App-specific passwords successfully revoked."] = "アプリ固有のパスワードが正常に取り消されました。"; -$a->strings["App-specific password successfully revoked."] = "アプリ固有のパスワードが正常に取り消されました。"; -$a->strings["Two-factor app-specific passwords"] = "二要素アプリ固有のパスワード"; -$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

アプリ固有のパスワードは、2要素認証をサポートしないサードパーティアプリケーションでアカウントを認証するために、通常のパスワードの代わりに使用されるランダムに生成されたパスワードです。

"; -$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "今すぐ新しいアプリ固有のパスワードをコピーしてください。あなたは再びそれを見ることができなくなります!"; -$a->strings["Description"] = "説明"; -$a->strings["Last Used"] = "最終使用"; -$a->strings["Revoke"] = "取り消す"; -$a->strings["Revoke All"] = "すべて取り消す"; -$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = "新しいアプリ固有のパスワードを生成するときは、すぐに使用する必要があります。生成後、一度表示されます。"; -$a->strings["Generate new app-specific password"] = "新しいアプリ固有のパスワードを生成する"; -$a->strings["Friendiqa on my Fairphone 2..."] = "フェアフォン2のFriendiqa ..."; -$a->strings["Generate"] = "生成する"; -$a->strings["Two-factor authentication successfully disabled."] = "二要素認証が正常に無効になりました。"; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

ログイン時にプロンプトが表示されたら、モバイルデバイスのアプリケーションを使用して2要素認証コードを取得します。

"; -$a->strings["Authenticator app"] = "認証アプリ"; -$a->strings["Configured"] = "設定済み"; -$a->strings["Not Configured"] = "設定されていません"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

認証アプリの設定が完了していません。

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

認証アプリが正しく構成されています。

"; -$a->strings["Recovery codes"] = "回復コード"; -$a->strings["Remaining valid codes"] = "残りの有効なコード"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

これらの使い捨てコードは、認証アプリのコードにアクセスできなくなった場合に、認証アプリのコードを置き換えることができます。

"; -$a->strings["App-specific passwords"] = "アプリ固有のパスワード"; -$a->strings["Generated app-specific passwords"] = "生成されたアプリ固有のパスワード"; -$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

これらのランダムに生成されたパスワードを使用すると、2要素認証をサポートしていないアプリで認証できます。

"; -$a->strings["Current password:"] = "現在のパスワード:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "2要素認証設定を変更するには、現在のパスワードを入力する必要があります。"; -$a->strings["Enable two-factor authentication"] = "二要素認証を有効にする"; -$a->strings["Disable two-factor authentication"] = "二要素認証を無効にする"; -$a->strings["Show recovery codes"] = "復旧コードを表示"; -$a->strings["Manage app-specific passwords"] = "アプリ固有のパスワードを管理する"; -$a->strings["Finish app configuration"] = "アプリの構成を完了する"; -$a->strings["New recovery codes successfully generated."] = "新しい回復コードが正常に生成されました。"; -$a->strings["Two-factor recovery codes"] = "二要素回復コード"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = "

リカバリコードは、デバイスへのアクセスを失い、二要素認証コードを受信できない場合にアカウントにアクセスするために使用できます。

これらを安全な場所に置いてください!デバイスを紛失し、復旧コードをお持ちでない場合、アカウントにアクセスできなくなります。

"; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "新しい回復コードを生成する場合、新しいコードをコピーする必要があります。古いコードはもう機能しません。"; -$a->strings["Generate new recovery codes"] = "新しい回復コードを生成する"; -$a->strings["Next: Verification"] = "次:検証"; -$a->strings["Two-factor authentication successfully activated."] = "二要素認証が正常にアクティブ化されました。"; -$a->strings["Invalid code, please retry."] = "無効なコードです。再試行してください。"; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

または認証設定を手動で送信できます:

\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "二要素コード検証"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

このQRコードを認証アプリでスキャンして、提供されたコードを送信してください。

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

または、モバイルデバイスで次のURLを開くことができます。

%s

"; -$a->strings["Please enter a code from your authentication app"] = "認証アプリからコードを入力してください"; -$a->strings["Verify code and enable two-factor authentication"] = "コードを確認し、二要素認証を有効にします"; -$a->strings["Bad Request"] = "要求の形式が正しくありません"; -$a->strings["Unauthorized"] = "認証されていません"; -$a->strings["Forbidden"] = "禁止されています"; -$a->strings["Not Found"] = "見つかりません"; -$a->strings["Internal Server Error"] = "内部サーバーエラー"; -$a->strings["Service Unavailable"] = "サービスは利用できません"; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "明らかなクライアントエラーのため、サーバーは要求を処理できないか、処理しません。"; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "認証が必要であり、失敗したか、まだ提供されていません。"; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "要求は有効でしたが、サーバーはアクションを拒否しています。ユーザーがリソースに必要な権限を持っていないか、アカウントが必要な場合があります。"; -$a->strings["The requested resource could not be found but may be available in the future."] = "要求されたリソースは見つかりませんでしたが、将来利用可能になる可能性があります。"; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "予期しない状態が発生したため、適切な特定のメッセージはありません。"; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "サーバーは現在使用できません(メンテナンスのために過負荷になっているか、停止しているため)。後でもう一度やり直してください。"; -$a->strings["Go back"] = "戻る"; -$a->strings["Remaining recovery codes: %d"] = "残りの復旧コード: %d"; -$a->strings["Two-factor recovery"] = "二要素回復"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

モバイルデバイスにアクセスできなくなった場合に備えて、ワンタイムリカバリコードのいずれかを入力できます。

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "お使いの携帯電話を持ってませんか? 2要素認証の回復コードを入力"; -$a->strings["Please enter a recovery code"] = "復旧コードを入力してください"; -$a->strings["Submit recovery code and complete login"] = "復旧コードを送信してログインを完了する"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

デバイスで二要素認証アプリを開き、認証コードを取得して本人確認を行います。

"; -$a->strings["Verify code and complete login"] = "コードを確認してログインを完了する"; $a->strings["Welcome to Friendica"] = "Friendicaへようこそ"; $a->strings["New Member Checklist"] = "新しく参加した人のチェックリスト"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "私たちはあなたの経験を楽しいものにするためのいくつかのヒントとリンクを提供したいと思います。項目をクリックして、関連するページにアクセスします。このページへのリンクは、最初の登録後2週間、ホームページから表示され、その後静かに消えます。"; @@ -2302,6 +1558,7 @@ $a->strings["On your Quick Start page - find a brief introduction to yo $a->strings["Go to Your Settings"] = "設定に移動"; $a->strings["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."] = "[設定]ページで、初期パスワードを変更します。また、IDアドレスを書き留めます。これはメールアドレスのように見えます。無料のソーシャルウェブで友達を作るのに役立ちます。"; $a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "他の設定、特にプライバシー設定を確認してください。公開されていないディレクトリ一覧は、一覧にない電話番号を持っているようなものです。一般に、おそらくあなたのリストを公開する必要があります-あなたの友人や潜在的な友人全員があなたを見つける方法を正確に知っていない限り。"; +$a->strings["Upload Profile Photo"] = "プロフィール写真をアップロード"; $a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "まだプロフィール写真をアップロードしていない場合はアップロードします。研究では、自分の実際の写真を持っている人は、持っていない人よりも友達を作る可能性が10倍高いことが示されています。"; $a->strings["Edit Your Profile"] = "プロフィールを編集する"; $a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "お好みに合わせて既定のプロフィールを編集します。友達のリストを非表示にし、未知の訪問者からプロフィールを非表示にするための設定を確認します。"; @@ -2323,55 +1580,838 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s $a->strings["Getting Help"] = "ヘルプを得る"; $a->strings["Go to the Help Section"] = "ヘルプセクションに移動"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "プログラムのその他の機能やリソースの詳細については、ヘルプページをご覧ください。"; -$a->strings["This entry was edited"] = "このエントリは編集されました"; -$a->strings["Private Message"] = "プライベートメッセージ"; -$a->strings["Delete locally"] = "ローカルで削除"; -$a->strings["Delete globally"] = "グローバルに削除"; -$a->strings["Remove locally"] = "ローカルで削除"; -$a->strings["save to folder"] = "フォルダーに保存"; -$a->strings["I will attend"] = "参加します"; -$a->strings["I will not attend"] = "私は出席しません"; -$a->strings["I might attend"] = "私は出席するかもしれません"; -$a->strings["ignore thread"] = "スレッドを無視"; -$a->strings["unignore thread"] = "無視しないスレッド"; -$a->strings["toggle ignore status"] = "トグル無視ステータス"; -$a->strings["add star"] = "スターを追加"; -$a->strings["remove star"] = "スターを削除"; -$a->strings["toggle star status"] = "スターの状態を切り替える"; -$a->strings["starred"] = "スター付き"; -$a->strings["add tag"] = "タグ付けする"; -$a->strings["like"] = "いいね"; -$a->strings["dislike"] = "嫌い"; -$a->strings["Share this"] = "これを共有"; -$a->strings["share"] = "共有"; -$a->strings["to"] = "に"; -$a->strings["via"] = "経由で"; -$a->strings["Wall-to-Wall"] = "壁間"; -$a->strings["via Wall-To-Wall:"] = "Wall-to-Wall経由:"; -$a->strings["Reply to %s"] = "%s返信"; -$a->strings["Notifier task is pending"] = "通知タスクは保留中です"; -$a->strings["Delivery to remote servers is pending"] = "リモートサーバーへの配信は保留中です"; -$a->strings["Delivery to remote servers is underway"] = "リモートサーバーへの配信が進行中です"; -$a->strings["Delivery to remote servers is mostly done"] = "リモートサーバーへの配信はほとんど行われます"; -$a->strings["Delivery to remote servers is done"] = "リモートサーバーへの配信が完了しました"; -$a->strings["%d comment"] = [ - 0 => "%dコメント", +$a->strings["User not found."] = "ユーザーが見つかりません。"; +$a->strings["No contacts."] = "コンタクトはありません。"; +$a->strings["Visit %s's profile [%s]"] = "%sのプロフィール[ %s ]を開く"; +$a->strings["Follower (%s)"] = [ + 0 => "フォロワー( %s )", ]; -$a->strings["Show more"] = "もっと見せる"; -$a->strings["Show fewer"] = "表示を減らす"; -$a->strings["Legacy module file not found: %s"] = "レガシーモジュールファイルが見つかりません: %s"; +$a->strings["Following (%s)"] = [ + 0 => "フォロー中( %s )", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "相互の友人( %s )", +]; +$a->strings["Contact (%s)"] = [ + 0 => "コンタクト( %s )", +]; +$a->strings["All contacts"] = "すべてのコンタクト"; +$a->strings["Filetag %s saved to item"] = "ファイルタグ%sがアイテムに保存されました"; +$a->strings["- select -"] = "-選択-"; +$a->strings["Invalid contact."] = "無効なコンタクト。"; +$a->strings["No friends to display."] = "表示する友達はいません。"; +$a->strings["%d contact edited."] = [ + 0 => "%dコンタクトを編集しました。", +]; +$a->strings["Could not access contact record."] = "コンタクトレコードにアクセスできませんでした。"; +$a->strings["Could not locate selected profile."] = "選択したプロフィールが見つかりませんでした。"; +$a->strings["Contact updated."] = "コンタクトが更新されました。"; +$a->strings["Failed to update contact record."] = "コンタクトレコードを更新できませんでした。"; +$a->strings["Contact not found"] = "コンタクトが見つかりません"; +$a->strings["Contact has been blocked"] = "コンタクトがブロックされました"; +$a->strings["Contact has been unblocked"] = "コンタクトのブロックが解除されました"; +$a->strings["Contact has been ignored"] = "コンタクトは無視されました"; +$a->strings["Contact has been unignored"] = "コンタクトは無視されていません"; +$a->strings["Contact has been archived"] = "コンタクトがアーカイブされました"; +$a->strings["Contact has been unarchived"] = "コンタクトのアーカイブを解除しました"; +$a->strings["Drop contact"] = "コンタクトを削除"; +$a->strings["Do you really want to delete this contact?"] = "このコンタクトを本当に削除しますか?"; +$a->strings["Contact has been removed."] = "コンタクトは削除されました。"; +$a->strings["You are mutual friends with %s"] = "あなたは%sと共通の友達です"; +$a->strings["You are sharing with %s"] = "%sと共有しています"; +$a->strings["%s is sharing with you"] = "%sはあなたと共有しています"; +$a->strings["Private communications are not available for this contact."] = "このコンタクトへのプライベート通信は利用できません。"; +$a->strings["Never"] = "全くない"; +$a->strings["(Update was successful)"] = "(更新は成功しました)"; +$a->strings["(Update was not successful)"] = "(更新は成功しませんでした)"; +$a->strings["Suggest friends"] = "友人のおすすめ"; +$a->strings["Network type: %s"] = "ネットワークの種類: %s"; +$a->strings["Communications lost with this contact!"] = "このコンタクトとの通信が失われました!"; +$a->strings["Fetch further information for feeds"] = "フィードの詳細情報を取得する"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "フィードアイテムからプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィードアイテムのメタヘッダーから取得され、ハッシュタグとして投稿されます。"; +$a->strings["Fetch information"] = "情報を取得する"; +$a->strings["Fetch keywords"] = "キーワードを取得する"; +$a->strings["Fetch information and keywords"] = "情報とキーワードを取得する"; +$a->strings["Profile Visibility"] = "プロフィールの可視性"; +$a->strings["Contact Information / Notes"] = "コンタクト/メモ"; +$a->strings["Contact Settings"] = "コンタクト設定"; +$a->strings["Contact"] = "コンタクト"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "プロフィールを安全に表示するときに、 %sに表示するプロフィールを選択してください。"; +$a->strings["Their personal note"] = "彼らの個人的なメモ"; +$a->strings["Edit contact notes"] = "コンタクトメモを編集する"; +$a->strings["Block/Unblock contact"] = "コンタクトのブロック/ブロック解除"; +$a->strings["Ignore contact"] = "コンタクトを無視"; +$a->strings["Repair URL settings"] = "修復URL設定"; +$a->strings["View conversations"] = "会話を見る"; +$a->strings["Last update:"] = "最後の更新:"; +$a->strings["Update public posts"] = "一般公開の投稿を更新"; +$a->strings["Update now"] = "今すぐアップデート"; +$a->strings["Unignore"] = "無視しない"; +$a->strings["Currently blocked"] = "現在ブロックされています"; +$a->strings["Currently ignored"] = "現在無視されます"; +$a->strings["Currently archived"] = "現在アーカイブ済み"; +$a->strings["Awaiting connection acknowledge"] = "接続確認応答待ち"; +$a->strings["Hide this contact from others"] = "このコンタクトを他の人から隠す"; +$a->strings["Replies/likes to your public posts may still be visible"] = "一般公開の投稿への返信・いいねは、引き続き表示される場合があります"; +$a->strings["Notification for new posts"] = "新しい投稿の通知"; +$a->strings["Send a notification of every new post of this contact"] = "このコンタクトの新しい投稿ごとに通知を送信する"; +$a->strings["Blacklisted keywords"] = "ブラックリストに登録されたキーワード"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト"; +$a->strings["Show all contacts"] = "すべてのコンタクトを表示"; +$a->strings["Pending"] = "保留"; +$a->strings["Only show pending contacts"] = "保留中のコンタクトのみを表示"; +$a->strings["Blocked"] = "ブロックされました"; +$a->strings["Only show blocked contacts"] = "ブロックされたコンタクトのみを表示"; +$a->strings["Ignored"] = "無視された"; +$a->strings["Only show ignored contacts"] = "無視されたコンタクトのみを表示"; +$a->strings["Archived"] = "アーカイブ済み"; +$a->strings["Only show archived contacts"] = "アーカイブされたコンタクトのみを表示"; +$a->strings["Hidden"] = "非表示"; +$a->strings["Only show hidden contacts"] = "非表示のコンタクトのみを表示"; +$a->strings["Organize your contact groups"] = "コンタクトグループを整理する"; +$a->strings["Search your contacts"] = "コンタクトを検索する"; +$a->strings["Results for: %s"] = "結果: %s"; +$a->strings["Update"] = "更新"; +$a->strings["Archive"] = "アーカイブ"; +$a->strings["Unarchive"] = "アーカイブ解除"; +$a->strings["Batch Actions"] = "バッチアクション"; +$a->strings["Conversations started by this contact"] = "このコンタクトが開始した会話"; +$a->strings["Posts and Comments"] = "投稿とコメント"; +$a->strings["View all contacts"] = "すべてのコンタクトを表示"; +$a->strings["Common Friends"] = "共通の友達"; +$a->strings["View all common friends"] = "一般的な友達をすべて表示"; +$a->strings["Advanced Contact Settings"] = "高度なコンタクト設定"; +$a->strings["Mutual Friendship"] = "相互フォロー"; +$a->strings["is a fan of yours"] = "あなたのファンです"; +$a->strings["you are a fan of"] = "あなたはファンです"; +$a->strings["Pending outgoing contact request"] = "保留中の送信済みコンタクトリクエスト"; +$a->strings["Pending incoming contact request"] = "保留中の受信済みコンタクトリクエスト"; +$a->strings["Edit contact"] = "コンタクトを編集"; +$a->strings["Toggle Blocked status"] = "ブロック状態の切り替え"; +$a->strings["Toggle Ignored status"] = "無視ステータスの切り替え"; +$a->strings["Toggle Archive status"] = "アーカイブステータスの切り替え"; +$a->strings["Delete contact"] = "コンタクトを削除"; +$a->strings["Total invitation limit exceeded."] = "合計招待制限を超えました。"; +$a->strings["%s : Not a valid email address."] = "%s :有効なメールアドレスではありません。"; +$a->strings["Please join us on Friendica"] = "Friendicaにご参加ください"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "招待制限を超えました。サイト管理者に連絡してください。"; +$a->strings["%s : Message delivery failed."] = "%s :メッセージの配信に失敗しました。"; +$a->strings["%d message sent."] = [ + 0 => "%dメッセージを送信しました。", +]; +$a->strings["You have no more invitations available"] = "利用可能な招待はもうありません"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "参加できる公開サイトのリストについては、 %sにアクセスしてください。他のサイトのFriendicaメンバーは、他の多くのソーシャルネットワークのメンバーと同様に、お互いに接続できます。"; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "この招待を受け入れるには、 %sまたはその他の公開Friendica Webサイトにアクセスして登録してください。"; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。参加できるFriendicaサイトのリストについては、 %sをご覧ください。"; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "申し訳ございません。このシステムは現在、他の公開サイトに接続したり、メンバーを招待するようには構成されていません。"; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendicaサイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。"; +$a->strings["To accept this invitation, please visit and register at %s."] = "この招待を受け入れるには、 %sアクセスして登録してください。"; +$a->strings["Send invitations"] = "招待状を送信する"; +$a->strings["Enter email addresses, one per line:"] = "電子メールアドレスを1行に1つずつ入力します。"; +$a->strings["Your message:"] = "メッセージ"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Friendicaで私や他の親しい友人と一緒に参加してください。より良いソーシャルWebの作成を手伝ってください。"; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "この招待コードを提供する必要があります:$ invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "登録したら、次のプロフィールページから接続してください。"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Friendicaプロジェクトの詳細と、それが重要だと感じる理由については、http://friendi.caをご覧ください。"; +$a->strings["everybody"] = "みなさん"; +$a->strings["Account"] = "アカウント"; +$a->strings["Display"] = "表示"; +$a->strings["Social Networks"] = "ソーシャルネットワーク"; +$a->strings["Delegations"] = "代表団"; +$a->strings["Connected apps"] = "接続されたアプリ"; +$a->strings["Remove account"] = "アカウントを削除"; +$a->strings["Please enter a post body."] = "投稿本文を入力してください。"; +$a->strings["This feature is only available with the frio theme."] = "この機能は、frioテーマでのみ使用可能です。"; +$a->strings["Compose new personal note"] = "新しい個人メモを作成する"; +$a->strings["Compose new post"] = "新しい投稿を作成"; +$a->strings["Visibility"] = "公開範囲"; +$a->strings["Clear the location"] = "場所をクリアする"; +$a->strings["Location services are unavailable on your device"] = "デバイスで位置情報サービスを利用できません"; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください"; +$a->strings["Installed addons/apps:"] = "インストールされたアドオン/アプリ:"; +$a->strings["No installed addons/apps"] = "アドオン/アプリがインストールされていません"; +$a->strings["Read about the Terms of Service of this node."] = "このノードの利用規約について読んでください。"; +$a->strings["On this server the following remote servers are blocked."] = "このサーバーでは、次のリモートサーバーがブロックされています。"; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "これは、Webロケーション%s実行されているFriendicaバージョン%sです。データベースのバージョンは%s 、更新後のバージョンは%sです。"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Friendicaプロジェクトの詳細については、 Friendi.ca をご覧ください。"; +$a->strings["Bug reports and issues: please visit"] = "バグレポートと問題:をご覧ください"; +$a->strings["the bugtracker at github"] = "githubのバグトラッカー"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "このサイトは、1日あたりに許可されているアカウント登録数の上限を超えています。 明日再度お試しください。"; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "(オプションで)OpenIDを提供し、「登録」をクリックして、OpenIDを介してこのフォームに入力できます。"; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "OpenIDに慣れていない場合は、そのフィールドを空白のままにして、残りの項目を入力してください。"; +$a->strings["Your OpenID (optional): "] = "OpenID(オプション):"; +$a->strings["Include your profile in member directory?"] = "メンバーディレクトリにプロフィールを含めますか?"; +$a->strings["No"] = "いいえ"; +$a->strings["Note for the admin"] = "管理者への注意"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "このノードに参加する理由、管理者へのメッセージを残す"; +$a->strings["Membership on this site is by invitation only."] = "このサイトのメンバーシップは招待のみです。"; +$a->strings["Your invitation code: "] = "招待コード:"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)"; +$a->strings["New Password:"] = "新しいパスワード:"; +$a->strings["Leave empty for an auto generated password."] = "自動生成されたパスワードの場合は空のままにします。"; +$a->strings["Confirm:"] = "確認:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "プロフィールのニックネームを選択します。これはテキスト文字で始まる必要があります。このサイトのプロフィールアドレスは\" nickname@%s \"になります。"; +$a->strings["Choose a nickname: "] = "ニックネームを選択:"; +$a->strings["Import"] = "インポート"; +$a->strings["Import your profile to this friendica instance"] = "このfriendicaインスタンスにプロフィールをインポートします"; +$a->strings["Note: This node explicitly contains adult content"] = "注:このノードには、露骨なアダルトコンテンツが含まれています"; +$a->strings["Registration successful. Please check your email for further instructions."] = "登録に成功。詳細については、メールを確認してください。"; +$a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "メールを送信できませんでした。ここでアカウントの詳細:
ログイン: %s
パスワード: %s

ログイン後にパスワードを変更できます。"; +$a->strings["Registration successful."] = "登録に成功。"; +$a->strings["Your registration can not be processed."] = "登録を処理できません。"; +$a->strings["You have to leave a request note for the admin."] = "管理者へリクエストする内容を書く必要があります。"; +$a->strings["You have entered too much information."] = "入力件数が多すぎます"; +$a->strings["Your registration is pending approval by the site owner."] = "登録はサイト所有者による承認待ちです。"; +$a->strings["Search term successfully saved."] = "検索キーワードを保存しました。"; +$a->strings["Search term already saved."] = "すでに保存された検索キーワードです。"; +$a->strings["Search term successfully removed."] = "検索キーワードを削除しました。"; +$a->strings["Only logged in users are permitted to perform a search."] = "ログインしたユーザーのみが検索を実行できます。"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "ログインしていないユーザーには、1分間に1つの検索のみが許可されます。"; +$a->strings["No results."] = "結果がありません。"; +$a->strings["Items tagged with: %s"] = "タグ付けされたアイテム: %s"; +$a->strings["You must be logged in to use this module."] = "このモジュールを使用するにはログインする必要があります"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "フォームセキュリティトークンが正しくありませんでした。これは、フォームを送信する前にフォームが長時間(3時間以上)開かれたために発生した可能性があります。"; $a->strings["Delete this item?"] = "このアイテムを削除しますか?"; $a->strings["toggle mobile"] = "モバイルを切り替え"; -$a->strings["No system theme config value set."] = "システムテーマの構成値が設定されていません。"; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "そのメソッドは、このモジュールでは許可されていません。 このメソッド(たち)が許可されています: %s"; $a->strings["You must be logged in to use addons. "] = "アドオンを使用するにはログインする必要があります。"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "フォームセキュリティトークンが正しくありませんでした。これは、フォームを送信する前にフォームが長時間(3時間以上)開かれたために発生した可能性があります。"; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした"; -$a->strings["The contact entries have been archived"] = "コンタクトエントリがアーカイブされました"; -$a->strings["Enter new password: "] = "新しいパスワードを入力してください:"; +$a->strings["Miscellaneous"] = "その他"; +$a->strings["Age: "] = "年齢:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DDまたはMM-DD"; +$a->strings["never"] = "全くない"; +$a->strings["less than a second ago"] = "少し前"; +$a->strings["year"] = "年"; +$a->strings["years"] = "年"; +$a->strings["months"] = "数ヶ月"; +$a->strings["weeks"] = "週間"; +$a->strings["days"] = "日々"; +$a->strings["hour"] = "時間"; +$a->strings["hours"] = "時間"; +$a->strings["minute"] = "分"; +$a->strings["minutes"] = "分"; +$a->strings["second"] = "秒"; +$a->strings["seconds"] = "秒"; +$a->strings["in %1\$d %2\$s"] = "場所: %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s前"; +$a->strings["(no subject)"] = "(件名なし)"; $a->strings["Post update version number has been set to %s."] = "更新後のバージョン番号が %s に設定されました。"; $a->strings["Check for pending update actions."] = "保留中の更新アクションを確認します。"; $a->strings["Done."] = "完了しました。"; $a->strings["Execute pending post updates."] = "保留中の投稿の更新を実行します。"; $a->strings["All pending post updates are done."] = "保留中の投稿の更新はすべて完了しました。"; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s :アイテムとスレッドテーブルの作成者IDと所有者IDを更新しています。"; -$a->strings["%s: Updating post-type."] = "%s :投稿タイプを更新しています。"; +$a->strings["Enter new password: "] = "新しいパスワードを入力してください:"; +$a->strings["Password update failed. Please try again."] = "パスワードの更新に失敗しました。もう一度試してください。"; +$a->strings["Password changed."] = "パスワード変更済み。"; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした"; +$a->strings["The contact entries have been archived"] = "コンタクトエントリがアーカイブされました"; +$a->strings["No valid account found."] = "有効なアカウントが見つかりません。"; +$a->strings["Password reset request issued. Check your email."] = "パスワードリセット要求が発行されました。あなたのメールをチェックしてください。"; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s 、\n\t\t\tAアカウントをリセットするため%2\$sリクエストが\" %2\$s \"で最近受信されました\n\t\tpassword。このリクエストを確認するには、確認リンクを選択してください\n\t\t以下またはウェブブラウザのアドレスバーに貼り付けてください。\n\n\t\tこの変更をリクエストしていない場合は、リンクをたどらないでください\n\t\tこのメールを提供し、無視および/または削除すると、リクエストはまもなく期限切れになります。\n\n\t\tこのリクエストを発行したことを確認できない限り、パスワードは変更されません。"; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tこのリンクをたどって本人確認を行ってください:\n\n\t\t%1\$s\n\n\t\t新しいパスワードを含むフォローアップメッセージが届きます。\n\t\tログイン後にアカウント設定ページからそのパスワードを変更できます。\n\n\t\tログインの詳細は次のとおりです。\n\n\t\tサイトの場所:\t%2\$s\n\t\tログイン名:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "パスワードのリセット要求が有りました: %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "リクエストを確認できませんでした。 (以前に送信した可能性があります。)パスワードのリセットに失敗しました。"; +$a->strings["Request has expired, please make a new one."] = "リクエストの有効期限が切れています。新しいものを作成してください。"; +$a->strings["Forgot your Password?"] = "パスワードをお忘れですか?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "メールアドレスを入力して送信し、パスワードをリセットしてください。その後、メールで詳細な手順を確認してください。"; +$a->strings["Reset"] = "リセットする"; +$a->strings["Your password has been reset as requested."] = "パスワードは要求どおりにリセットされました。"; +$a->strings["Your new password is"] = "新しいパスワードは"; +$a->strings["Save or copy your new password - and then"] = "新しいパスワードを保存またはコピーします-その後"; +$a->strings["click here to login"] = "ここをクリックしてログイン"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "ログインに成功すると、パスワードは設定ページから変更される場合があります。"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s 、\n\t\t\t\tパスワードは要求に応じて変更されました。記録のためにこの情報を保持してください(または、パスワードをすぐに覚えているものに変更してください)。\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1\$s\n\t\t\tログイン名:\t%2\$s\n\t\t\tパスワード:\t%3\$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t"; +$a->strings["Your password has been changed at %s"] = "パスワードは%s変更されました"; +$a->strings["[Embedded content - reload page to view]"] = "[埋め込みコンテンツ - ページを再読み込みして表示]"; +$a->strings["User imports on closed servers can only be done by an administrator."] = "クローズドなサーバでのユーザーインポートは、管理者のみが実行できます。"; +$a->strings["Move account"] = "アカウントの移動"; +$a->strings["You can import an account from another Friendica server."] = "別のFriendicaサーバーからアカウントをインポートできます。"; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "古いサーバからアカウントをエクスポートして、このサーバにアップロードする必要があります。 アップロード後、このサーバが、すべてのコンタクト・元のアカウントを再作成します。 また、あなたがこのサーバに移転したことを友人にお知らせします。"; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "この機能はまだ実験的なものです。 OStatusネットワーク(GNU Social / Statusnet)またはDiasporaからのコンタクトはインポートできません。"; +$a->strings["Account file"] = "アカウントファイル"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "アカウントをエクスポートするには、「設定」->「個人データのエクスポート」に進み、「アカウントのエクスポート」を選択します"; +$a->strings["Community option not available."] = "コミュニティオプションは利用できません。"; +$a->strings["Not available."] = "利用不可。"; +$a->strings["Local Community"] = "ローカル コミュニティ"; +$a->strings["Posts from local users on this server"] = "このサーバー上のローカルユーザーからの投稿"; +$a->strings["Global Community"] = "グローバルコミュニティ"; +$a->strings["Posts from users of the whole federated network"] = "フェデレーションネットワーク全体のユーザーからの投稿"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。"; +$a->strings["Suggested contact not found."] = "推奨コンタクトが見つかりません。"; +$a->strings["Friend suggestion sent."] = "友達の提案が送信されました。"; +$a->strings["Suggest Friends"] = "友人を示唆しています"; +$a->strings["Suggest a friend for %s"] = "%s友達を提案する"; +$a->strings["No contacts in common."] = "共通のコンタクトはありません。"; +$a->strings["{0} wants to be your friend"] = "{0}は友達になりたい"; +$a->strings["{0} requested registration"] = "{0}は登録をリクエストしました"; +$a->strings["Remote privacy information not available."] = "リモートプライバシー情報は利用できません。"; +$a->strings["Visible to:"] = "に表示:"; +$a->strings["Event can not end before it has started."] = "イベントは開始する前に終了できません。"; +$a->strings["Event title and start time are required."] = "イベントのタイトルと開始時間が必要です。"; +$a->strings["View"] = "表示する"; +$a->strings["Create New Event"] = "新しいイベントを作成"; +$a->strings["Previous"] = "前"; +$a->strings["list"] = "リスト"; +$a->strings["Event details"] = "イベントの詳細"; +$a->strings["Starting date and Title are required."] = "開始日とタイトルが必要です。"; +$a->strings["Event Starts:"] = "イベント開始:"; +$a->strings["Required"] = "必須"; +$a->strings["Finish date/time is not known or not relevant"] = "終了日時が不明であるか、関連性がない"; +$a->strings["Event Finishes:"] = "イベント終了:"; +$a->strings["Adjust for viewer timezone"] = "視聴者のタイムゾーンに合わせて調整する"; +$a->strings["Description:"] = "説明:"; +$a->strings["Title:"] = "タイトル:"; +$a->strings["Share this event"] = "このイベントを共有する"; +$a->strings["Permissions"] = "許可"; +$a->strings["Failed to remove event"] = "イベントを削除できませんでした"; +$a->strings["Event removed"] = "イベントを削除しました"; +$a->strings["Authorize application connection"] = "アプリからの接続を承認します"; +$a->strings["Return to your app and insert this Securty Code:"] = "アプリの画面に戻り、以下のセキュリティコードを入力してください:"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "このアプリケーションによる、あなたの投稿・コンタクトの読み取りや、新しい投稿の作成を許可しますか?"; +$a->strings["%1\$s welcomes %2\$s"] = "%2\$sさん、%1\$sへようこそ"; +$a->strings["This calendar format is not supported"] = "このカレンダー形式はサポートされていません"; +$a->strings["No exportable data found"] = "エクスポート可能なデータが見つかりません"; +$a->strings["calendar"] = "カレンダー"; +$a->strings["The requested item doesn't exist or has been deleted."] = "要求されたアイテムは存在しないか、削除されました。"; +$a->strings["The feed for this item is unavailable."] = "このアイテムのフィードは利用できません。"; +$a->strings["This introduction has already been accepted."] = "この招待はすでに承諾されています。"; +$a->strings["Profile location is not valid or does not contain profile information."] = "プロフィールに書かれた場所が無効であるか、プロフィール情報が含まれていません。"; +$a->strings["Warning: profile location has no identifiable owner name."] = "警告:プロフィールに書かれた場所には識別可能な所有者名がありません。"; +$a->strings["Warning: profile location has no profile photo."] = "警告:プロフィールに書かれた場所にはプロフィール写真がありません。"; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "指定された場所に%d必須パラメータが見つかりませんでした", +]; +$a->strings["Introduction complete."] = "招待が完了しました。"; +$a->strings["Unrecoverable protocol error."] = "回復不能なプロトコルエラー。"; +$a->strings["Profile unavailable."] = "プロフィールを利用できません。"; +$a->strings["%s has received too many connection requests today."] = "今日、 %sが受信したつながりリクエストが多すぎます。"; +$a->strings["Spam protection measures have been invoked."] = "スパム対策が呼び出されました。"; +$a->strings["Friends are advised to please try again in 24 hours."] = "24時間以内にもう一度お試しください。"; +$a->strings["Invalid locator"] = "無効なロケーター"; +$a->strings["You have already introduced yourself here."] = "あなたはすでにここで自己紹介しています。"; +$a->strings["Apparently you are already friends with %s."] = "どうやらあなたはすでに%sと友達です。"; +$a->strings["Invalid profile URL."] = "無効なプロフィールURL。"; +$a->strings["Your introduction has been sent."] = "招待文が送信されました。"; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "あなたのネットワークでリモートサブスクリプションを行うことはできません。あなたのシステム上で直接購読してください。"; +$a->strings["Please login to confirm introduction."] = "ログインして招待を確認してください。"; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "現在ログインしているIDが正しくありません。こちらのプロフィールにログインしてください。"; +$a->strings["Confirm"] = "確認する"; +$a->strings["Hide this contact"] = "このコンタクトを非表示"; +$a->strings["Welcome home %s."] = "おかえりなさい%s 。"; +$a->strings["Please confirm your introduction/connection request to %s."] = "%sへの招待/接続リクエストを確認してください。"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "次のサポートされている通信ネットワークのいずれかから「IDアドレス」を入力してください。"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "まだ'自由なソーシャルウェブ'のメンバーでない場合は、このリンクをクリックして、Friendicaの公開サイトを見つけて、今すぐ参加してください。"; +$a->strings["Friend/Connection Request"] = "友達/接続リクエスト"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "例: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "以下に答えてください。"; +$a->strings["Does %s know you?"] = "%sはあなたを知っていますか?"; +$a->strings["Add a personal note:"] = "個人メモを追加します。"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social(Pleroma、Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora(Socialhome、Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "-このフォームは使用しないでください。代わりに、Diaspora検索バーに%sを入力してください。"; +$a->strings["Your Identity Address:"] = "あなたのIdentityアドレス:"; +$a->strings["Submit Request"] = "リクエストを送る"; +$a->strings["Contact settings applied."] = "コンタクト設定が適用されました。"; +$a->strings["Contact update failed."] = "コンタクトの更新に失敗しました。"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "警告:これは非常に高度です。誤った情報を入力すると、このコンタクトとのコミュニケーションが機能しなくなる場合があります。"; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "このページで何をすべきかわからない場合は、ブラウザの \"戻る\" ボタンを *今すぐ*クリックしてください。"; +$a->strings["No mirroring"] = "ミラーリングなし"; +$a->strings["Mirror as forwarded posting"] = "転送された投稿としてミラー"; +$a->strings["Mirror as my own posting"] = "自分の投稿としてミラー"; +$a->strings["Return to contact editor"] = "コンタクトエディターに戻る"; +$a->strings["Refetch contact data"] = "コンタクトデータを再取得する"; +$a->strings["Remote Self"] = "リモートセルフ"; +$a->strings["Mirror postings from this contact"] = "このコンタクトからの投稿をミラーリングする"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。"; +$a->strings["Account Nickname"] = "アカウントのニックネーム"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - 名前/ニックネームをオーバーライドします"; +$a->strings["Account URL"] = "アカウントURL"; +$a->strings["Account URL Alias"] = "アカウントURLエイリアス"; +$a->strings["Friend Request URL"] = "フレンドリクエストURL"; +$a->strings["Friend Confirm URL"] = "友人確認URL"; +$a->strings["Notification Endpoint URL"] = "通知エンドポイントURL"; +$a->strings["Poll/Feed URL"] = "ポーリング/フィードURL"; +$a->strings["New photo from this URL"] = "このURLからの新しい写真"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenIDプロトコルエラー。 IDは返されません。"; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "アカウントが見つかりませんでした。 既存のアカウントにログインして、OpenIDを追加してください。"; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "アカウントが見つかりませんでした。 OpenIDを追加するには、新しいアカウントを登録するか、既存のアカウントにログインしてください。"; +$a->strings["Invalid request identifier."] = "無効なリクエスト識別子。"; +$a->strings["Discard"] = "捨てる"; +$a->strings["Network Notifications"] = "ネットワーク通知"; +$a->strings["System Notifications"] = "システム通知"; +$a->strings["Personal Notifications"] = "個人的な通知"; +$a->strings["Home Notifications"] = "ホーム通知"; +$a->strings["Show unread"] = "未読を表示"; +$a->strings["Show all"] = "すべて表示する"; +$a->strings["Show Ignored Requests"] = "無視されたリクエストを表示"; +$a->strings["Hide Ignored Requests"] = "無視されたリクエストを隠す"; +$a->strings["Notification type:"] = "通知タイプ:"; +$a->strings["Suggested by:"] = "によって提案されました:"; +$a->strings["Claims to be known to you: "] = "あなたに知られているという主張:"; +$a->strings["yes"] = "はい"; +$a->strings["no"] = "いや"; +$a->strings["Shall your connection be bidirectional or not?"] = "接続は双方向ですか?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "受け入れ%s友人などができます%sあなたの記事を購読すると、あなたもあなたのニュースフィードにそれらから更新を受信します。"; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "購読者として%sを受け入れると、投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。"; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "共有者として%sを受け入れると、彼らはあなたの投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。"; +$a->strings["Friend"] = "ともだち"; +$a->strings["Sharer"] = "共有者"; +$a->strings["Subscriber"] = "加入者"; +$a->strings["No introductions."] = "招待はありません。"; +$a->strings["No more %s notifications."] = "これ以上%s通知はありません。"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一日のウォールメッセージ上限 %s 通を超えました。投稿できません。"; +$a->strings["No recipient selected."] = "宛先が未指定です。"; +$a->strings["Unable to check your home location."] = "あなたのホームロケーションを確認できません。"; +$a->strings["Message could not be sent."] = "メッセージを送信できませんでした。"; +$a->strings["Message collection failure."] = "メッセージの収集に失敗しました。"; +$a->strings["Message sent."] = "メッセージを送信しました。"; +$a->strings["No recipient."] = "宛先がありません。"; +$a->strings["Please enter a link URL:"] = "リンクURLを入力してください。"; +$a->strings["Send Private Message"] = "プライベートメッセージを送信する"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "%s からの返信を受け取りたい場合は、サイトのプライバシー設定で「不明な送信者からのプライベートメール」を許可しているか確認してください。"; +$a->strings["To:"] = "送信先:"; +$a->strings["Subject:"] = "件名"; +$a->strings["Insert web link"] = "webリンクを挿入"; +$a->strings["Subscribing to OStatus contacts"] = "Ostatusコンタクトを購読しています。"; +$a->strings["No contact provided."] = "コンタクトは提供されていません。"; +$a->strings["Couldn't fetch information for contact."] = "コンタクトの情報を取得できませんでした。"; +$a->strings["Couldn't fetch friends for contact."] = "コンタクトの友達関係を取得できませんでした。"; +$a->strings["Done"] = "完了"; +$a->strings["success"] = "成功"; +$a->strings["failed"] = "失敗"; +$a->strings["Keep this window open until done."] = "ウィンドウを閉じずにお待ちください…"; +$a->strings["The contact could not be added."] = "コンタクトを追加できませんでした。"; +$a->strings["You already added this contact."] = "このコンタクトは既に追加されています。"; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diasporaのサポートは有効になっていません。コンタクトを追加できません。"; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatusサポートは無効です。コンタクトを追加できません。"; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "ネットワークタイプを検出できませんでした。コンタクトを追加できません。"; +$a->strings["Upload"] = "アップロードする"; +$a->strings["Files"] = "ファイル"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "警告:このグループには、非公開メッセージを許可しないネットワーク上の %s 人のメンバーが含まれています。", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "このグループのメッセージは、これらの受信者には送信されません。"; +$a->strings["No such group"] = "そのようなグループはありません"; +$a->strings["Group: %s"] = "グループ: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "この人へのプライベートメッセージは、公開される危険があります。"; +$a->strings["Latest Activity"] = "最近の操作"; +$a->strings["Sort by latest activity"] = "最終更新順に並び替え"; +$a->strings["Latest Posts"] = "最新の投稿"; +$a->strings["Sort by post received date"] = "投稿を受信した順に並び替え"; +$a->strings["Personal"] = "パーソナル"; +$a->strings["Posts that mention or involve you"] = "あなたに言及または関与している投稿"; +$a->strings["New"] = "新しい"; +$a->strings["Activity Stream - by date"] = "アクティビティストリーム-日付別"; +$a->strings["Shared Links"] = "共有リンク"; +$a->strings["Interesting Links"] = "興味深いリンク"; +$a->strings["Starred"] = "スター付き"; +$a->strings["Favourite Posts"] = "お気に入りの投稿"; +$a->strings["You aren't following this contact."] = "あなたはこのコンタクトをフォローしていません"; +$a->strings["Unfollowing is currently not supported by your network."] = "現在、フォロー解除はあなたのネットワークではサポートされていません"; +$a->strings["Contact unfollowed"] = "コンタクトのフォロー解除"; +$a->strings["Disconnect/Unfollow"] = "接続・フォローを解除"; +$a->strings["Image uploaded but image cropping failed."] = "画像はアップロードされましたが、画像の切り取りに失敗しました。"; +$a->strings["Image size reduction [%s] failed."] = "画像サイズの縮小[ %s ]に失敗しました。"; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "新しい写真がすぐに表示されない場合は、Shiftキーを押しながらページをリロードするか、ブラウザーのキャッシュをクリアします。"; +$a->strings["Unable to process image"] = "画像を処理できません"; +$a->strings["Image exceeds size limit of %s"] = "画像サイズ上限 %s を超えています。"; +$a->strings["Unable to process image."] = "画像を処理できません。"; +$a->strings["Upload File:"] = "ファイルをアップロードする:"; +$a->strings["Select a profile:"] = "プロフィールを選択:"; +$a->strings["or"] = "または"; +$a->strings["skip this step"] = "このステップを飛ばす"; +$a->strings["select a photo from your photo albums"] = "フォトアルバムから写真を選択する"; +$a->strings["Crop Image"] = "クロップ画像"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "最適な表示になるように画像のトリミングを調整してください。"; +$a->strings["Done Editing"] = "編集完了"; +$a->strings["Image uploaded successfully."] = "画像が正常にアップロードされました。"; +$a->strings["Image upload failed."] = "画像アップロードに失敗しました。"; +$a->strings["Poke/Prod"] = "突く/製品"; +$a->strings["poke, prod or do other things to somebody"] = "誰かに突く、突く、または他のことをする"; +$a->strings["Recipient"] = "受取人"; +$a->strings["Choose what you wish to do to recipient"] = "受信者にしたいことを選択してください"; +$a->strings["Make this post private"] = "この投稿を非公開にします"; +$a->strings["Recent Photos"] = "最近の写真"; +$a->strings["Upload New Photos"] = "新しい写真をアップロード"; +$a->strings["Contact information unavailable"] = "コンタクト情報は利用できません"; +$a->strings["Album not found."] = "アルバムが見つかりません。"; +$a->strings["Album successfully deleted"] = "アルバムを削除しました"; +$a->strings["Album was empty."] = "アルバムは空でした。"; +$a->strings["a photo"] = "写真"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$sが%2\$sで%3\$sによってタグ付けされました"; +$a->strings["Image upload didn't complete, please try again"] = "画像のアップロードが完了しませんでした。もう一度お試しください"; +$a->strings["Image file is missing"] = "画像ファイルがありません"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください"; +$a->strings["Image file is empty."] = "画像ファイルが空です。"; +$a->strings["No photos selected"] = "写真が選択されていません"; +$a->strings["Access to this item is restricted."] = "このアイテムへのアクセスは制限されています。"; +$a->strings["Upload Photos"] = "写真をアップロードする"; +$a->strings["New album name: "] = "新しいアルバム名:"; +$a->strings["or select existing album:"] = "または既存のアルバムを選択:"; +$a->strings["Do not show a status post for this upload"] = "このアップロードのステータス投稿を表示しません"; +$a->strings["Show to Groups"] = "グループに表示"; +$a->strings["Show to Contacts"] = "コンタクトに表示"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "このフォトアルバムとそのすべての写真を本当に削除しますか?"; +$a->strings["Delete Album"] = "アルバムを削除"; +$a->strings["Edit Album"] = "アルバムを編集"; +$a->strings["Drop Album"] = "ドロップアルバム"; +$a->strings["Show Newest First"] = "最新を最初に表示"; +$a->strings["Show Oldest First"] = "最も古いものを最初に表示"; +$a->strings["View Photo"] = "写真を見る"; +$a->strings["Permission denied. Access to this item may be restricted."] = "アクセス拒否。このアイテムへのアクセスは制限される場合があります。"; +$a->strings["Photo not available"] = "写真は利用できません"; +$a->strings["Do you really want to delete this photo?"] = "この写真を本当に削除しますか?"; +$a->strings["Delete Photo"] = "写真を削除"; +$a->strings["View photo"] = "写真を見る"; +$a->strings["Edit photo"] = "写真を編集する"; +$a->strings["Delete photo"] = "写真を削除"; +$a->strings["Use as profile photo"] = "プロフィール写真として使用"; +$a->strings["Private Photo"] = "プライベート写真"; +$a->strings["View Full Size"] = "フルサイズを表示"; +$a->strings["Tags: "] = "タグ:"; +$a->strings["[Select tags to remove]"] = "[削除するタグを選択]"; +$a->strings["New album name"] = "新しいアルバム名"; +$a->strings["Caption"] = "キャプション"; +$a->strings["Add a Tag"] = "タグを追加する"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping"; +$a->strings["Do not rotate"] = "回転させないでください"; +$a->strings["Rotate CW (right)"] = "CWを回転(右)"; +$a->strings["Rotate CCW (left)"] = "CCWを回転(左)"; +$a->strings["Map"] = "地図"; +$a->strings["View Album"] = "アルバムを見る"; +$a->strings["Profile not found."] = "プロフィールが見つかりません。"; +$a->strings["Profile deleted."] = "プロフィールが削除されました。"; +$a->strings["Profile-"] = "プロフィール - "; +$a->strings["New profile created."] = "プロフィールを新規作成しました。"; +$a->strings["Profile unavailable to clone."] = "このプロフィールはクローンできません。"; +$a->strings["Profile Name is required."] = "プロフィール名が必要です。"; +$a->strings["Marital Status"] = "配偶者の有無"; +$a->strings["Romantic Partner"] = "恋愛関係にあるパートナー"; +$a->strings["Work/Employment"] = "勤務先"; +$a->strings["Religion"] = "宗教"; +$a->strings["Political Views"] = "政治観"; +$a->strings["Gender"] = "性別"; +$a->strings["Sexual Preference"] = "性的嗜好"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "ホームページ"; +$a->strings["Interests"] = "興味"; +$a->strings["Address"] = "住所"; +$a->strings["Location"] = "位置情報"; +$a->strings["Profile updated."] = "プロフィールを更新しました。"; +$a->strings["Hide contacts and friends:"] = "コンタクトや友人を非表示にする:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "このプロフィールの閲覧者からコンタクト/友達リストを非表示にしますか?"; +$a->strings["Show more profile fields:"] = "他のプロフィールフィールドを表示:"; +$a->strings["Profile Actions"] = "プロフィールアクション"; +$a->strings["Edit Profile Details"] = "プロフィールの詳細を編集"; +$a->strings["Change Profile Photo"] = "プロフィール写真の変更"; +$a->strings["View this profile"] = "このプロフィールを見る"; +$a->strings["View all profiles"] = "すべてのプロフィールを表示"; +$a->strings["Create a new profile using these settings"] = "これらの設定を使用して新しいプロフィールを作成します"; +$a->strings["Clone this profile"] = "このプロフィールを複製"; +$a->strings["Delete this profile"] = "このプロフィールを削除"; +$a->strings["Basic information"] = "基本情報"; +$a->strings["Profile picture"] = "プロフィールの写真"; +$a->strings["Preferences"] = "プリファレンス"; +$a->strings["Status information"] = "ステータス情報"; +$a->strings["Additional information"] = "追加情報"; +$a->strings["Relation"] = "関係"; +$a->strings["Your Gender:"] = "あなたの性別:"; +$a->strings[" Marital Status:"] = "婚姻:"; +$a->strings["Example: fishing photography software"] = "例:釣りを撮影するソフトウェア"; +$a->strings["Profile Name:"] = "プロフィール名:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "これはあなたの一般公開プロフィールです。
インターネットを使用している人なら誰でも見ることができます。"; +$a->strings["Your Full Name:"] = "あなたのフルネーム:"; +$a->strings["Title/Description:"] = "タイトル説明:"; +$a->strings["Street Address:"] = "住所:"; +$a->strings["Locality/City:"] = "地域/市:"; +$a->strings["Region/State:"] = "地域/州:"; +$a->strings["Postal/Zip Code:"] = "郵便番号:"; +$a->strings["Country:"] = "国:"; +$a->strings["Who: (if applicable)"] = "誰:(該当する場合)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "例:cathy123、Cathy Williams、cathy@example.com"; +$a->strings["Since [date]:"] = "[日付]以降:"; +$a->strings["Tell us about yourself..."] = "あなた自身について教えてください..."; +$a->strings["XMPP (Jabber) address:"] = "XMPP(Jabber)アドレス:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "XMPPアドレスがコンタクトに伝達され、コンタクトがあなたをフォローできるようになります。"; +$a->strings["Homepage URL:"] = "ホームページのURL:"; +$a->strings["Religious Views:"] = "宗教的見解:"; +$a->strings["Public Keywords:"] = "公開キーワード:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(友人を候補を提案するために使用ます。また他の人が見ることができます。)"; +$a->strings["Private Keywords:"] = "プライベートキーワード:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(プロフィールの検索に使用され、他のユーザーには表示されません)"; +$a->strings["Musical interests"] = "音楽的興味"; +$a->strings["Books, literature"] = "本、文学"; +$a->strings["Television"] = "テレビ"; +$a->strings["Film/dance/culture/entertainment"] = "映画/ダンス/文化/エンターテイメント"; +$a->strings["Hobbies/Interests"] = "趣味/興味"; +$a->strings["Love/romance"] = "愛/ロマンス"; +$a->strings["Work/employment"] = "仕事/雇用"; +$a->strings["School/education"] = "学校教育"; +$a->strings["Contact information and Social Networks"] = "コンタクト情報とソーシャルネットワーク"; +$a->strings["Edit/Manage Profiles"] = "プロフィールの編集/管理"; +$a->strings["Invalid request."] = "無効なリクエストです。"; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "すいません、サーバのPHP設定で許可されたサイズよりも大きいファイルをアップロードしている可能性があります。"; +$a->strings["Or - did you try to upload an empty file?"] = "または、空のファイルをアップロードしようとしていませんか?"; +$a->strings["File exceeds size limit of %s"] = "ファイルサイズ上限 %s を超えています。"; +$a->strings["File upload failed."] = "アップロードが失敗しました。"; +$a->strings["Unable to locate original post."] = "元の投稿が見つかりません。"; +$a->strings["Empty post discarded."] = "空の投稿は破棄されました。"; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "このメッセージは、Friendicaソーシャルネットワークのメンバーである%sから送信されました。"; +$a->strings["You may visit them online at %s"] = "あなたは%sでそれらをオンラインで訪れることができます"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "これらのメッセージを受信したくない場合は、この投稿に返信して送信者に連絡してください。"; +$a->strings["%s posted an update."] = "%sが更新を投稿しました。"; +$a->strings["Post successful."] = "投稿しました。"; +$a->strings["Account approved."] = "アカウントが認証されました。"; +$a->strings["Registration revoked for %s"] = "%s への登録は取り消されました"; +$a->strings["Please login."] = "ログインしてください。"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "合致するキーワードが有りません。あなたの既定のプロフィールにキーワードを追加してください。"; +$a->strings["Profile Match"] = "一致するプロフィール"; +$a->strings["Missing some important data!"] = "重要なデータがありません!"; +$a->strings["Failed to connect with email account using the settings provided."] = "提供された設定を使用してメールアカウントに接続できませんでした。"; +$a->strings["Email settings updated."] = "メール設定が更新されました。"; +$a->strings["Features updated"] = "更新された機能"; +$a->strings["The theme you chose isn't available."] = "選択したテーマは使用できません。"; +$a->strings["Contact CSV file upload error"] = "アップロードエラー:コンタクトCSVファイル"; +$a->strings["Importing Contacts done"] = "コンタクトのインポートが完了しました"; +$a->strings["Relocate message has been send to your contacts"] = "再配置メッセージがコンタクトに送信されました"; +$a->strings["Passwords do not match."] = "パスワードが一致していません。"; +$a->strings["Password unchanged."] = "パスワードは変更されていません。"; +$a->strings[" Please use a shorter name."] = "短い名前を使用してください。"; +$a->strings[" Name too short."] = "名前が短すぎます。"; +$a->strings["Invalid email."] = "無効なメール。"; +$a->strings["Cannot change to that email."] = "そのメールに変更できません。"; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "プライベートフォーラムにはプライバシー権限がありません。デフォルトのプライバシーグループを使用します。"; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "プライベートフォーラムにはプライバシー権限がなく、デフォルトのプライバシーグループもありません。"; +$a->strings["Settings updated."] = "設定が更新されました。"; +$a->strings["Add application"] = "アプリケーションを追加"; +$a->strings["Consumer Key"] = "消費者キー"; +$a->strings["Consumer Secret"] = "消費者の秘密"; +$a->strings["Redirect"] = "リダイレクト"; +$a->strings["Icon url"] = "アイコンのURL"; +$a->strings["You can't edit this application."] = "このアプリケーションを編集することはできません。"; +$a->strings["Connected Apps"] = "接続されたアプリ"; +$a->strings["Client key starts with"] = "クライアントキーで始まる"; +$a->strings["No name"] = "ノーネーム"; +$a->strings["Remove authorization"] = "承認を削除"; +$a->strings["No Addon settings configured"] = "アドオン設定は構成されていません"; +$a->strings["Addon Settings"] = "アドオン設定"; +$a->strings["Additional Features"] = "追加機能"; +$a->strings["enabled"] = "有効"; +$a->strings["disabled"] = "無効"; +$a->strings["Built-in support for %s connectivity is %s"] = "%s接続の組み込みサポートは%s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social(OStatus)"; +$a->strings["Email access is disabled on this site."] = "このサイトではメールアクセスが無効になっています。"; +$a->strings["None"] = "無し"; +$a->strings["General Social Media Settings"] = "一般的なソーシャルメディア設定"; +$a->strings["Accept only top level posts by contacts you follow"] = "フォローしているコンタクトによるトップレベルの投稿のみを受け入れます"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "システムは、コメントが到着するとスレッドの自動補完を行います。これには、非フォロワーによって開始されたが、フォローしているユーザーによってコメントされた投稿を受信できるという副作用があります。この設定により、この動作が無効になります。有効にすると、あなたが本当にフォローしている人からの投稿のみを厳密に受け取ります。"; +$a->strings["Disable Content Warning"] = "コンテンツ警告を無効にする"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "MastodonやPleromaなどのネットワーク上のユーザーは、デフォルトで投稿を折りたたむコンテンツ警告フィールドを設定できます。これにより、自動折りたたみが無効になり、コンテンツの警告が投稿タイトルとして設定されます。最終的に設定する他のコンテンツフィルタリングには影響しません。"; +$a->strings["Disable intelligent shortening"] = "インテリジェントな短縮を無効にする"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "通常、システムは短縮された投稿に追加するのに最適なリンクを見つけようとします。このオプションを有効にすると、すべての短縮された投稿は常に元のfriendica投稿を指すようになります。"; +$a->strings["Attach the link title"] = "リンクの件名を添付します"; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = "有効にすると、添付されたリンクのタイトルがDiasporaへの投稿のタイトルとして追加されます。 これは主に、フィードコンテンツを共有する「リモート セルフ」コンタクトで役立ちます。"; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "GNU Social(OStatus)のフォロワー/メンショナーを自動的にフォローする"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "不明なOStatusユーザーからメッセージを受信した場合、このオプションは何をするかを決定します。チェックされている場合、未知のユーザーごとに新しいコンタクトが作成されます。"; +$a->strings["Default group for OStatus contacts"] = "OStatusコンタクトのデフォルトグループ"; +$a->strings["Your legacy GNU Social account"] = "レガシーGNU Socialアカウント"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "ここに古いGNU Social / Statusnetアカウント名を入力すると(user@domain.tldの形式で)、コンタクトが自動的に追加されます。完了すると、フィールドは空になります。"; +$a->strings["Repair OStatus subscriptions"] = "OStatusサブスクリプションを修復する"; +$a->strings["Email/Mailbox Setup"] = "メール/メールボックスのセットアップ"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "このサービス(オプション)を使用してメールコンタクトと通信する場合は、メールボックスへの接続方法を指定してください。"; +$a->strings["Last successful email check:"] = "最後に成功したメールチェック:"; +$a->strings["IMAP server name:"] = "IMAPサーバー名:"; +$a->strings["IMAP port:"] = "IMAPポート:"; +$a->strings["Security:"] = "セキュリティ:"; +$a->strings["Email login name:"] = "メールのログイン名:"; +$a->strings["Email password:"] = "メールのパスワード:"; +$a->strings["Reply-to address:"] = "返信先アドレス:"; +$a->strings["Send public posts to all email contacts:"] = "すべてのメールコンタクトに一般公開投稿を送信します。"; +$a->strings["Action after import:"] = "インポート後のアクション:"; +$a->strings["Move to folder"] = "フォルダへ移動"; +$a->strings["Move to folder:"] = "フォルダへ移動:"; +$a->strings["%s - (Unsupported)"] = "%s (サポートされていません)"; +$a->strings["Display Settings"] = "ディスプレイの設定"; +$a->strings["Display Theme:"] = "ディスプレイテーマ:"; +$a->strings["Mobile Theme:"] = "モバイルテーマ:"; +$a->strings["Suppress warning of insecure networks"] = "安全でないネットワークの警告を抑制する"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "\"現在のグループに非公開の投稿を受信できないネットワークのメンバーが含まれている\"という警告をシステムが抑制した場合。"; +$a->strings["Update browser every xx seconds"] = "xx秒ごとにブラウザーを更新する"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "10秒以上。 -1を入力して無効にします。"; +$a->strings["Number of items to display per page:"] = "ページごとに表示するアイテムの数:"; +$a->strings["Maximum of 100 items"] = "最大100アイテム"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "モバイルデバイスから表示したときにページごとに表示するアイテムの数:"; +$a->strings["Don't show emoticons"] = "絵文字を表示しない"; +$a->strings["Calendar"] = "カレンダー"; +$a->strings["Beginning of week:"] = "週の始まり:"; +$a->strings["Don't show notices"] = "通知を表示しない"; +$a->strings["Infinite scroll"] = "無限スクロール"; +$a->strings["Automatic updates only at the top of the network page"] = "ネットワークページの上部でのみ自動更新"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "無効にすると、ネットワークページが常に更新され、読み取り中に混乱する可能性があります。"; +$a->strings["Bandwidth Saver Mode"] = "帯域幅節約モード"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "有効にすると、埋め込みコンテンツは自動更新では表示されず、ページの再読み込みでのみ表示されます。"; +$a->strings["Disable Smart Threading"] = "スマートスレッドを無効にする"; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "外部スレッドのインデントについて、自動抑制を無効にします。"; +$a->strings["General Theme Settings"] = "一般的なテーマ設定"; +$a->strings["Custom Theme Settings"] = "カスタムテーマ設定"; +$a->strings["Content Settings"] = "コンテンツ設定"; +$a->strings["Unable to find your profile. Please contact your admin."] = "プロフィールが見つかりません。管理者に連絡してください。"; +$a->strings["Account Types"] = "アカウントの種類"; +$a->strings["Personal Page Subtypes"] = "個人ページのサブタイプ"; +$a->strings["Community Forum Subtypes"] = "コミュニティフォーラムのサブタイプ"; +$a->strings["Account for a personal profile."] = "個人プロフィールを説明します。"; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "コンタクトリクエストを「フォロワー」として自動的に承認する組織のアカウント。"; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "コンタクトのリクエストを「フォロワー」として自動的に承認するニュースリフレクターのアカウント。"; +$a->strings["Account for community discussions."] = "コミュニティディスカッションのアカウント。"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "コンタクトリクエストを「フォロワー」として自動的に承認する一般公開プロフィールのアカウント。"; +$a->strings["Automatically approves all contact requests."] = "すべてのコンタクトリクエストを自動的に承認します。"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "コンタクトのリクエストを「フレンド」として自動的に承認する人気のあるプロフィールのアカウント。"; +$a->strings["Private Forum [Experimental]"] = "プライベートフォーラム[実験的]"; +$a->strings["Requires manual approval of contact requests."] = "コンタクトリクエストの手動承認が必要です。"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(オプション)このOpenIDがこのアカウントにログインできるようにします。"; +$a->strings["Publish your default profile in your local site directory?"] = "ローカルサイトディレクトリにデフォルトプロフィールを公開しますか?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "プロフィールはこのノードのローカルディレクトリで公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。"; +$a->strings["Publish your default profile in the global social directory?"] = "グローバル ソーシャルディレクトリで既定のプロフィールを公開しますか?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例: %s )。あなたのプロフィールは一般公開されます。"; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "Friendicaは検索エンジンへ、\"あなたのプロフィールをインデックスしていいかどうか\" を通知できます。この設定は、その通知自体の送信可否を決定します。 サードパーティの検索エンジンは、この設定を尊重する場合としない場合があります。"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "デフォルトプロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "コンタクトリストは、既定のプロフィールページに表示されません。作成する追加のプロフィールごとにコンタクトリストを個別に表示することを決定できます"; +$a->strings["Hide your profile details from anonymous viewers?"] = "匿名の閲覧者からプロフィールの詳細を非表示にしますか?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "匿名の訪問者には、プロフィールページで使用しているプロフィール写真、表示名、ニックネームのみが表示されます。一般公開の投稿と返信には、他の方法で引き続きアクセスできます。"; +$a->strings["Allow friends to post to your profile page?"] = "友人があなたのプロフィールページに投稿することを許可しますか?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "コンタクトは、プロフィールウォールに投稿を書くことができます。これらの投稿はコンタクトに配信されます"; +$a->strings["Allow friends to tag your posts?"] = "友達があなたの投稿にタグを付けることを許可しますか?"; +$a->strings["Your contacts can add additional tags to your posts."] = "コンタクトは、投稿にタグを追加できます。"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "あなたを新しいメンバーの潜在的な友人として提案させてください。"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "必要に応じて、Friendicaはコンタクトとしてあなたを追加する新しいメンバーを提案する場合があります。"; +$a->strings["Permit unknown people to send you private mail?"] = "知らない人にプライベートメールを送ることを許可しますか?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。"; +$a->strings["Profile is not published."] = "プロフィールは公開されていません。"; +$a->strings["Your Identity Address is '%s' or '%s'."] = "IDアドレスは ' %s ' または ' %s 'です。"; +$a->strings["Automatically expire posts after this many days:"] = "この数日後に投稿を自動的に期限切れにします:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます"; +$a->strings["Advanced expiration settings"] = "高度な有効期限設定"; +$a->strings["Advanced Expiration"] = "高度な有効期限"; +$a->strings["Expire posts:"] = "投稿の有効期限:"; +$a->strings["Expire personal notes:"] = "個人メモの有効期限:"; +$a->strings["Expire starred posts:"] = "スター付き投稿を期限切れにする:"; +$a->strings["Expire photos:"] = "写真の有効期限:"; +$a->strings["Only expire posts by others:"] = "他のユーザーによる投稿のみを期限切れにする:"; +$a->strings["Account Settings"] = "アカウント設定"; +$a->strings["Password Settings"] = "パスワード設定"; +$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "使用できる文字は、a〜z、A〜Z、0〜9、および空白、アクセント文字、コロン(:)を除く特殊文字です。"; +$a->strings["Leave password fields blank unless changing"] = "変更しない限り、パスワードフィールドは空白のままにしてください"; +$a->strings["Current Password:"] = "現在のパスワード:"; +$a->strings["Your current password to confirm the changes"] = "変更を確認するための現在のパスワード"; +$a->strings["Password:"] = "パスワード:"; +$a->strings["Delete OpenID URL"] = "OpenID URLを削除"; +$a->strings["Basic Settings"] = "基本設定"; +$a->strings["Email Address:"] = "電子メールアドレス:"; +$a->strings["Your Timezone:"] = "あなたのタイムゾーン:"; +$a->strings["Your Language:"] = "あなたの言語:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します"; +$a->strings["Default Post Location:"] = "デフォルトの投稿場所:"; +$a->strings["Use Browser Location:"] = "ブラウザのロケーションを使用:"; +$a->strings["Security and Privacy Settings"] = "セキュリティとプライバシーの設定"; +$a->strings["Maximum Friend Requests/Day:"] = "1日あたりの友達リクエスト上限:"; +$a->strings["(to prevent spam abuse)"] = "(スパムの悪用を防ぐため)"; +$a->strings["Default Post Permissions"] = "投稿の既定の権限"; +$a->strings["(click to open/close)"] = "(クリックして開く・閉じる)"; +$a->strings["Default Private Post"] = "既定のプライベート投稿"; +$a->strings["Default Public Post"] = "既定の一般公開投稿"; +$a->strings["Default Permissions for New Posts"] = "新しい投稿の既定の権限"; +$a->strings["Maximum private messages per day from unknown people:"] = "不明な人からの 1日あたりのプライベートメッセージ上限:"; +$a->strings["Notification Settings"] = "通知設定"; +$a->strings["Send a notification email when:"] = "次の場合に通知メールを送信します。"; +$a->strings["You receive an introduction"] = "招待を受けます"; +$a->strings["Your introductions are confirmed"] = "あなたの招待が確認されました"; +$a->strings["Someone writes on your profile wall"] = "誰かがあなたのプロフィールウォールに書き込みます"; +$a->strings["Someone writes a followup comment"] = "誰かがフォローアップコメントを書く"; +$a->strings["You receive a private message"] = "プライベートメッセージを受け取ります"; +$a->strings["You receive a friend suggestion"] = "友達の提案を受け取ります"; +$a->strings["You are tagged in a post"] = "あなたは投稿でタグ付けされています"; +$a->strings["You are poked/prodded/etc. in a post"] = "あなたは突かれた/突かれた/などです。投稿で"; +$a->strings["Activate desktop notifications"] = "デスクトップ通知を有効にする"; +$a->strings["Show desktop popup on new notifications"] = "新しい通知にデスクトップポップアップを表示する"; +$a->strings["Text-only notification emails"] = "テキストのみの通知メール"; +$a->strings["Send text only notification emails, without the html part"] = "HTML部分なしで、テキストのみの通知メールを送信します"; +$a->strings["Show detailled notifications"] = "詳細な通知を表示"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "デフォルトでは、通知はアイテムごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。"; +$a->strings["Advanced Account/Page Type Settings"] = "アカウント/ページタイプの詳細設定"; +$a->strings["Change the behaviour of this account for special situations"] = "特別な状況でこのアカウントの動作を変更する"; +$a->strings["Import Contacts"] = "コンタクトをインポートする"; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "古いアカウントからエクスポートしたCSVファイルをアップロードします。これは最初の列に、フォローしているアカウントのハンドルを含みます。"; +$a->strings["Upload File"] = "ファイルをアップロード"; +$a->strings["Relocate"] = "再配置"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。"; +$a->strings["Resend relocate message to contacts"] = "再配置メッセージをコンタクトに再送信する"; +$a->strings["Contact suggestion successfully ignored."] = "コンタクトの提案は無視されました。"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。"; +$a->strings["Do you really want to delete this suggestion?"] = "この提案を本当に削除しますか?"; +$a->strings["Ignore/Hide"] = "無視/非表示"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "これは、連絡が両方の人から要求され、すでに承認されている場合に発生することがあります。"; +$a->strings["Response from remote site was not understood."] = "リモートサイトから解釈できない応答がありました。"; +$a->strings["Unexpected response from remote site: "] = "リモートサイトからの予期しない応答:"; +$a->strings["Confirmation completed successfully."] = "確認が正常に完了しました。"; +$a->strings["Temporary failure. Please wait and try again."] = "一時的な障害。しばらくしてからもう一度お試しください。"; +$a->strings["Introduction failed or was revoked."] = "招待が失敗したか取り消されました。"; +$a->strings["Remote site reported: "] = "報告されたリモートサイト:"; +$a->strings["No user record found for '%s' "] = "' %s 'のユーザーレコードが見つかりません"; +$a->strings["Our site encryption key is apparently messed up."] = "当サイトの暗号化キーが破損しているようです。"; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "空のサイトURLが提供されたか、URLを解読できませんでした。"; +$a->strings["Contact record was not found for you on our site."] = "私たちのサイトでコンタクトレコードが見つかりませんでした。"; +$a->strings["Site public key not available in contact record for URL %s."] = "URL %sのコンタクトレコードに対応したサイトの公開鍵がありません。"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "あなたのシステムから提供されたIDは、このサーバ上で重複しています。再試行すると使えるかもしれません。"; +$a->strings["Unable to set your contact credentials on our system."] = "このサーバ上のあなたのコンタクトの資格情報を設定できません。"; +$a->strings["Unable to update your contact profile details on our system"] = "このサーバ上のあなたのコンタクトプロフィールの詳細を更新できません"; +$a->strings["User deleted their account"] = "このユーザはアカウントを削除しました。"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。"; +$a->strings["The user id is %d"] = "ユーザIDは %d です"; +$a->strings["Remove My Account"] = "自分のアカウントを削除します"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。"; +$a->strings["Please enter your password for verification:"] = "確認のため、あなたのパスワードを入力してください。"; +$a->strings["Wall Photos"] = "ウォール写真"; +$a->strings["Item not found"] = "アイテムが見つかりません"; +$a->strings["Edit post"] = "投稿を編集"; +$a->strings["web link"] = "ウェブリンク"; +$a->strings["Insert video link"] = "ビデオリンクを挿入"; +$a->strings["video link"] = "ビデオリンク"; +$a->strings["Insert audio link"] = "オーディオリンクを挿入"; +$a->strings["audio link"] = "オーディオリンク"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s をフォローしています"; +$a->strings["Unable to locate contact information."] = "コンタクト情報が見つかりません。"; +$a->strings["Do you really want to delete this message?"] = "このメッセージを本当に削除しますか?"; +$a->strings["Conversation not found."] = "会話が見つかりません。"; +$a->strings["Message deleted."] = "メッセージを削除しました。"; +$a->strings["Conversation removed."] = "会話を削除しました。"; +$a->strings["No messages."] = "メッセージはありません。"; +$a->strings["Message not available."] = "メッセージは利用できません。"; +$a->strings["Delete message"] = "メッセージを削除"; +$a->strings["D, d M Y - g:i A"] = "D、d MY-g:i A"; +$a->strings["Delete conversation"] = "会話を削除"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "安全な通信は利用できません。送信者のプロフィールページから返信できる場合があります。"; +$a->strings["Send Reply"] = "返信する"; +$a->strings["Unknown sender - %s"] = "不明な送信者です - %s"; +$a->strings["You and %s"] = "あなたと%s"; +$a->strings["%s and You"] = "%sとあなた"; +$a->strings["%d message"] = [ + 0 => "%dメッセージ", +]; +$a->strings["Resubscribing to OStatus contacts"] = "Ostatusコンタクトをもう一度購読します"; +$a->strings["No profile"] = "プロフィールなし"; +$a->strings["Permission denied"] = "必要な権限が有りません"; +$a->strings["Invalid profile identifier."] = "無効なプロフィールidentifierです。"; +$a->strings["Profile Visibility Editor"] = "プロフィールの公開範囲を編集"; +$a->strings["Visible To"] = "以下に公開しています"; +$a->strings["All Contacts (with secure profile access)"] = "すべてのコンタクト(保護されたアクセスを含む)"; +$a->strings["Tag(s) removed"] = "タグ(達)が削除されました"; +$a->strings["Remove Item Tag"] = "タグの削除"; +$a->strings["Select a tag to remove: "] = "削除するタグを選択:"; +$a->strings["No videos selected"] = "動画が選択されていません"; +$a->strings["Recent Videos"] = "最近の動画"; +$a->strings["Upload New Videos"] = "新しい動画をアップロード"; diff --git a/view/lang/nl/messages.po b/view/lang/nl/messages.po index eba77ceaec..b6bf7e139e 100644 --- a/view/lang/nl/messages.po +++ b/view/lang/nl/messages.po @@ -3,6 +3,7 @@ # This file is distributed under the same license as the Friendica package. # # Translators: +# Casper , 2019 # eddy2508 , 2013 # eddy2508 , 2013 # Gert Cauwenberg , 2013 @@ -19,9 +20,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-06 16:52+0200\n" -"PO-Revision-Date: 2019-08-08 09:50+0000\n" -"Last-Translator: Jeroen De Meerleer \n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-15 01:10+0000\n" +"Last-Translator: fabrixxm \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,270 +30,299 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/enotify.php:57 +#: include/api.php:1124 +#, php-format +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "De dagelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard." +msgstr[1] "De dagelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." + +#: include/api.php:1138 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "De wekelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard." +msgstr[1] "De wekelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." + +#: include/api.php:1152 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." + +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: mod/profile_photo.php:103 mod/profile_photo.php:210 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 +msgid "Profile Photos" +msgstr "Profielfoto's" + +#: include/enotify.php:58 msgid "Friendica Notification" msgstr "Friendica Notificatie" -#: include/enotify.php:60 +#: include/enotify.php:61 msgid "Thank You," msgstr "Bedankt" -#: include/enotify.php:63 +#: include/enotify.php:64 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s Beheerder" -#: include/enotify.php:65 +#: include/enotify.php:66 #, php-format msgid "%s Administrator" msgstr "%s Beheerder" -#: include/enotify.php:134 +#: include/enotify.php:135 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica:Notificatie] Nieuw bericht ontvangen op %s" -#: include/enotify.php:136 +#: include/enotify.php:137 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s sent you a new private message at %2$s." -#: include/enotify.php:137 +#: include/enotify.php:138 msgid "a private message" msgstr "een prive bericht" -#: include/enotify.php:137 +#: include/enotify.php:138 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s stuurde jou %2$s." -#: include/enotify.php:139 +#: include/enotify.php:140 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden." -#: include/enotify.php:172 +#: include/enotify.php:173 #, php-format msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" msgstr "%1$s heeft je getagd op [url=%2$s]een %3$s[/url]" -#: include/enotify.php:178 +#: include/enotify.php:179 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s gaf een reactie op [url=%2$s]a %3$s[/url]" -#: include/enotify.php:188 +#: include/enotify.php:189 #, php-format msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s heeft je getagd op [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:195 +#: include/enotify.php:196 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s gaf een reactie op [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:207 +#: include/enotify.php:208 #, php-format msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" msgstr "%1$s heeft je getagd op [url=%2$s]jouw %3$s[/url]" -#: include/enotify.php:213 +#: include/enotify.php:214 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s gaf een reactie op [url=%2$s]jouw %3$s[/url]" -#: include/enotify.php:224 +#: include/enotify.php:225 #, php-format msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" msgstr "%1$s heeft je getagd op [url=%2$s]zijn %3$s[/url]" -#: include/enotify.php:230 +#: include/enotify.php:231 #, php-format msgid "%1$s commented on [url=%2$s]their %3$s[/url]" msgstr "%1$s heeft gereageerd op [url=%2$s]zijn %3$s[/url]" -#: include/enotify.php:243 +#: include/enotify.php:244 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Notificatie] %s heeft jou genoemd" -#: include/enotify.php:245 +#: include/enotify.php:246 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s heeft jou in %2$s genoemd" -#: include/enotify.php:247 +#: include/enotify.php:248 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica:Notificatie] Reactie op gesprek #%1$d door %2$s" -#: include/enotify.php:249 +#: include/enotify.php:250 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s gaf een reactie op een bericht/gesprek die jij volgt." -#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Bezoek %s om het gesprek te bekijken en/of te beantwoorden." -#: include/enotify.php:261 +#: include/enotify.php:262 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica:Melding] %s plaatste een bericht op je tijdlijn" -#: include/enotify.php:263 +#: include/enotify.php:264 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$splaatste een bericht op je tijdlijn op %2$s" -#: include/enotify.php:264 +#: include/enotify.php:265 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s schreef op [url=%2$s]jouw tijdlijn[/url]" -#: include/enotify.php:276 +#: include/enotify.php:277 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica:Melding] %s deelde een nieuw bericht" -#: include/enotify.php:278 +#: include/enotify.php:279 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "%1$s deelde een nieuw bericht op %2$s" -#: include/enotify.php:279 +#: include/enotify.php:280 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "%1$s [url=%2$s]deelde een bericht[/url]." -#: include/enotify.php:291 +#: include/enotify.php:292 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Melding] %1$s heeft jou gepord" -#: include/enotify.php:293 +#: include/enotify.php:294 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s heeft jou gepord op %2$s" -#: include/enotify.php:294 +#: include/enotify.php:295 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]porde jou[/url]" -#: include/enotify.php:311 +#: include/enotify.php:312 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Notificatie] %s heeft jouw bericht gelabeld" -#: include/enotify.php:313 +#: include/enotify.php:314 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s heeft jouw bericht gelabeld in %2$s" -#: include/enotify.php:314 +#: include/enotify.php:315 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s labelde [url=%2$s]jouw bericht[/url]" -#: include/enotify.php:326 +#: include/enotify.php:327 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen" -#: include/enotify.php:328 +#: include/enotify.php:329 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1$s' om %2$s" -#: include/enotify.php:329 +#: include/enotify.php:330 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "Je ontving [url=%1$s]een vriendschaps- of connectieverzoek[/url] van %2$s." -#: include/enotify.php:334 include/enotify.php:380 +#: include/enotify.php:335 include/enotify.php:381 #, php-format msgid "You may visit their profile at %s" msgstr "Je kunt hun profiel bezoeken op %s" -#: include/enotify.php:336 +#: include/enotify.php:337 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Bezoek %s om het verzoek goed of af te keuren." -#: include/enotify.php:343 +#: include/enotify.php:344 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica:Melding] Iemand nieuw deelt met jou." -#: include/enotify.php:345 include/enotify.php:346 +#: include/enotify.php:346 include/enotify.php:347 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s deelt met jou in %2$s" -#: include/enotify.php:353 +#: include/enotify.php:354 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica:Melding] Je hebt een nieuwe volger" -#: include/enotify.php:355 include/enotify.php:356 +#: include/enotify.php:356 include/enotify.php:357 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "Je hebt een nieuwe volger op %2$s: %1$s" -#: include/enotify.php:369 +#: include/enotify.php:370 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica:Melding] Vriendschapsvoorstel ontvangen" -#: include/enotify.php:371 +#: include/enotify.php:372 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "Je kreeg een vriendschapssuggestie van '%1$s' op %2$s" -#: include/enotify.php:372 +#: include/enotify.php:373 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "Je kreeg een [url=%1$s]vriendschapssuggestie[/url] voor %2$s op %3$s." -#: include/enotify.php:378 +#: include/enotify.php:379 msgid "Name:" msgstr "Naam:" -#: include/enotify.php:379 +#: include/enotify.php:380 msgid "Photo:" msgstr "Foto: " -#: include/enotify.php:382 +#: include/enotify.php:383 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Bezoek %s om de suggestie goed of af te keuren." -#: include/enotify.php:390 include/enotify.php:405 +#: include/enotify.php:391 include/enotify.php:406 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Melding] Verbinding aanvaard" -#: include/enotify.php:392 include/enotify.php:407 +#: include/enotify.php:393 include/enotify.php:408 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' aanvaarde je contactaanvraag op %2$s" -#: include/enotify.php:393 include/enotify.php:408 +#: include/enotify.php:394 include/enotify.php:409 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$saanvaardde jouw [url=%1$s]contactaanvraag[/url]." -#: include/enotify.php:398 +#: include/enotify.php:399 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "Jullie zijn nu in contact met elkaar en kunnen statusberichten, foto's en email delen zonder beperkingen." -#: include/enotify.php:400 +#: include/enotify.php:401 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Bezoek alstublieft %s als je deze relatie wil wijzigen." -#: include/enotify.php:413 +#: include/enotify.php:414 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -301,37 +331,37 @@ msgid "" "automatically." msgstr "'%1$s' koos om je te accepteren als fan, wat sommige communicatievormen beperkt - zoals privéberichten en sommige profielfuncties. Als dit een beroemdheid- of groepspagina is, werd dit automatisch toegepast." -#: include/enotify.php:415 +#: include/enotify.php:416 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' kan er later voor kiezen om deze beperkingen aan te passen." -#: include/enotify.php:417 +#: include/enotify.php:418 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Bezoek %s wanneer je deze relatie wil wijzigen." -#: include/enotify.php:427 mod/removeme.php:46 +#: include/enotify.php:428 mod/removeme.php:46 msgid "[Friendica System Notify]" msgstr "[Friendica systeem notificatie]" -#: include/enotify.php:427 +#: include/enotify.php:428 msgid "registration request" msgstr "registratie verzoek" -#: include/enotify.php:429 +#: include/enotify.php:430 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "Je kreeg een registratieaanvraag van '%1$s' op %2$s" -#: include/enotify.php:430 +#: include/enotify.php:431 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "Je kreeg een [url=%1$s]registratieaanvraag[/url] van %2$s." -#: include/enotify.php:435 +#: include/enotify.php:436 #, php-format msgid "" "Full Name:\t%s\n" @@ -339,3867 +369,681 @@ msgid "" "Login Name:\t%s (%s)" msgstr "Volledige naam:\t%s\nAdres van de site:\t%s\nLoginnaam:\t%s (%s)" -#: include/enotify.php:441 +#: include/enotify.php:442 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Bezoek %s om de aanvraag goed of af te keuren." -#: include/api.php:1119 -#, php-format -msgid "Daily posting limit of %d post reached. The post was rejected." -msgid_plural "Daily posting limit of %d posts reached. The post was rejected." -msgstr[0] "De dagelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard." -msgstr[1] "De dagelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." - -#: include/api.php:1133 -#, php-format -msgid "Weekly posting limit of %d post reached. The post was rejected." -msgid_plural "" -"Weekly posting limit of %d posts reached. The post was rejected." -msgstr[0] "De wekelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard." -msgstr[1] "De wekelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." - -#: include/api.php:1147 -#, php-format -msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." - -#: include/api.php:4587 mod/photos.php:91 mod/photos.php:196 -#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 -#: mod/profile_photo.php:103 mod/profile_photo.php:210 -#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 -#: src/Model/User.php:804 src/Model/User.php:812 -msgid "Profile Photos" -msgstr "Profielfoto's" - -#: include/conversation.php:161 include/conversation.php:298 -#: src/Model/Item.php:3300 +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 msgid "event" msgstr "gebeurtenis" -#: include/conversation.php:164 include/conversation.php:174 -#: include/conversation.php:301 include/conversation.php:310 -#: mod/subthread.php:88 mod/tagger.php:69 +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 msgid "status" msgstr "status" -#: include/conversation.php:169 include/conversation.php:306 -#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3302 +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 msgid "photo" msgstr "foto" -#: include/conversation.php:182 +#: include/conversation.php:188 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s vindt het %3$s van %2$s leuk" -#: include/conversation.php:184 +#: include/conversation.php:190 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s vindt het %3$s van %2$s niet leuk" -#: include/conversation.php:186 +#: include/conversation.php:192 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "%1$s neemt deel aan %2$ss %3$s deel" -#: include/conversation.php:188 +#: include/conversation.php:194 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "%1$s neemt niet deel aan %2$ss %3$s" -#: include/conversation.php:190 +#: include/conversation.php:196 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "%1$s neemt misschien deel aan %2$ss %3$s" -#: include/conversation.php:225 +#: include/conversation.php:231 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s is nu bevriend met %2$s" -#: include/conversation.php:266 +#: include/conversation.php:272 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s porde %2$s aan" -#: include/conversation.php:320 mod/tagger.php:102 +#: include/conversation.php:326 mod/tagger.php:105 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s labelde %3$s van %2$s met %4$s" -#: include/conversation.php:342 +#: include/conversation.php:348 msgid "post/item" msgstr "bericht/item" -#: include/conversation.php:343 +#: include/conversation.php:349 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s markeerde %2$s's %3$s als favoriet" -#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 msgid "Likes" msgstr "Houdt van" -#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 msgid "Dislikes" msgstr "Houdt niet van" -#: include/conversation.php:571 include/conversation.php:1565 -#: mod/photos.php:1443 +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 msgid "Attending" msgid_plural "Attending" msgstr[0] "Neemt deel" msgstr[1] "Nemen deel" -#: include/conversation.php:572 mod/photos.php:1443 +#: include/conversation.php:577 mod/photos.php:1408 msgid "Not attending" msgstr "Nemen niet deel" -#: include/conversation.php:573 mod/photos.php:1443 +#: include/conversation.php:578 mod/photos.php:1408 msgid "Might attend" msgstr "Nemen misschien deel" -#: include/conversation.php:574 +#: include/conversation.php:579 msgid "Reshares" msgstr "Delingen" -#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 msgid "Select" msgstr "Kies" -#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830 -#: src/Module/Contact.php:1101 +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 msgid "Delete" msgstr "Verwijder" -#: include/conversation.php:680 src/Object/Post.php:383 -#: src/Object/Post.php:384 +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 #, php-format msgid "View %s's profile @ %s" msgstr "Bekijk het profiel van %s @ %s" -#: include/conversation.php:693 src/Object/Post.php:371 +#: include/conversation.php:702 src/Object/Post.php:395 msgid "Categories:" msgstr "Categorieën:" -#: include/conversation.php:694 src/Object/Post.php:372 +#: include/conversation.php:703 src/Object/Post.php:396 msgid "Filed under:" msgstr "Bewaard onder:" -#: include/conversation.php:701 src/Object/Post.php:397 +#: include/conversation.php:710 src/Object/Post.php:421 #, php-format msgid "%s from %s" msgstr "%s van %s" -#: include/conversation.php:716 +#: include/conversation.php:725 msgid "View in context" msgstr "In context bekijken" -#: include/conversation.php:718 include/conversation.php:1231 -#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 -#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 -#: src/Object/Post.php:424 +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 msgid "Please wait" msgstr "Even geduld" -#: include/conversation.php:782 +#: include/conversation.php:791 msgid "remove" msgstr "verwijder" -#: include/conversation.php:786 +#: include/conversation.php:795 msgid "Delete Selected Items" msgstr "Geselecteerde items verwijderen" -#: include/conversation.php:941 view/theme/frio/theme.php:363 +#: include/conversation.php:956 view/theme/frio/theme.php:363 msgid "Follow Thread" msgstr "Gesprek volgen" -#: include/conversation.php:942 src/Model/Contact.php:1198 +#: include/conversation.php:957 src/Model/Contact.php:1255 msgid "View Status" msgstr "Bekijk status" -#: include/conversation.php:943 include/conversation.php:961 mod/match.php:87 -#: mod/suggest.php:87 src/Model/Contact.php:1138 src/Model/Contact.php:1191 -#: src/Model/Contact.php:1199 src/Module/AllFriends.php:74 -#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 msgid "View Profile" msgstr "Bekijk profiel" -#: include/conversation.php:944 src/Model/Contact.php:1200 +#: include/conversation.php:959 src/Model/Contact.php:1257 msgid "View Photos" msgstr "Bekijk foto's" -#: include/conversation.php:945 src/Model/Contact.php:1192 -#: src/Model/Contact.php:1201 +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 msgid "Network Posts" msgstr "Netwerkberichten" -#: include/conversation.php:946 src/Model/Contact.php:1193 -#: src/Model/Contact.php:1202 +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 msgid "View Contact" msgstr "Bekijk contact" -#: include/conversation.php:947 src/Model/Contact.php:1204 +#: include/conversation.php:962 src/Model/Contact.php:1261 msgid "Send PM" msgstr "Stuur een privébericht" -#: include/conversation.php:948 src/Module/Admin/Blocklist/Contact.php:67 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:623 -#: src/Module/Contact.php:827 src/Module/Contact.php:1076 +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 msgid "Block" msgstr "Blokkeren" -#: include/conversation.php:949 mod/notifications.php:60 -#: mod/notifications.php:189 mod/notifications.php:282 -#: src/Module/Contact.php:624 src/Module/Contact.php:828 -#: src/Module/Contact.php:1084 +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 msgid "Ignore" msgstr "Negeren" -#: include/conversation.php:953 src/Model/Contact.php:1205 +#: include/conversation.php:968 src/Model/Contact.php:1262 msgid "Poke" msgstr "Porren" -#: include/conversation.php:958 mod/match.php:88 mod/follow.php:160 -#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 -#: src/Model/Contact.php:1194 src/Module/AllFriends.php:75 -#: src/Module/BaseSearchModule.php:134 +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 msgid "Connect/Follow" msgstr "Verbind/Volg" -#: include/conversation.php:1083 +#: include/conversation.php:1101 #, php-format msgid "%s likes this." msgstr "%s vindt dit leuk." -#: include/conversation.php:1086 +#: include/conversation.php:1104 #, php-format msgid "%s doesn't like this." msgstr "%s vindt dit niet leuk." -#: include/conversation.php:1089 +#: include/conversation.php:1107 #, php-format msgid "%s attends." msgstr "%s neemt deel" -#: include/conversation.php:1092 +#: include/conversation.php:1110 #, php-format msgid "%s doesn't attend." msgstr "%s neemt niet deel" -#: include/conversation.php:1095 +#: include/conversation.php:1113 #, php-format msgid "%s attends maybe." msgstr "%s neemt misschien deel" -#: include/conversation.php:1098 include/conversation.php:1141 +#: include/conversation.php:1116 include/conversation.php:1159 #, php-format msgid "%s reshared this." msgstr "%s heeft dit gedeeld" -#: include/conversation.php:1106 +#: include/conversation.php:1124 msgid "and" msgstr "en" -#: include/conversation.php:1112 +#: include/conversation.php:1130 #, php-format msgid "and %d other people" msgstr "en %d anderen" -#: include/conversation.php:1120 +#: include/conversation.php:1138 #, php-format msgid "%2$d people like this" msgstr "%2$d mensen vinden dit leuk" -#: include/conversation.php:1121 +#: include/conversation.php:1139 #, php-format msgid "%s like this." msgstr "%s vinden dit leuk." -#: include/conversation.php:1124 +#: include/conversation.php:1142 #, php-format msgid "%2$d people don't like this" msgstr "%2$d people vinden dit niet leuk" -#: include/conversation.php:1125 +#: include/conversation.php:1143 #, php-format msgid "%s don't like this." msgstr "%s vinden dit niet leuk." -#: include/conversation.php:1128 +#: include/conversation.php:1146 #, php-format msgid "%2$d people attend" msgstr "%2$d mensen nemen deel" -#: include/conversation.php:1129 +#: include/conversation.php:1147 #, php-format msgid "%s attend." msgstr "%s nemen deel." -#: include/conversation.php:1132 +#: include/conversation.php:1150 #, php-format msgid "%2$d people don't attend" msgstr "%2$d mensen nemen niet deel" -#: include/conversation.php:1133 +#: include/conversation.php:1151 #, php-format msgid "%s don't attend." msgstr "%s nemen niet deel." -#: include/conversation.php:1136 +#: include/conversation.php:1154 #, php-format msgid "%2$d people attend maybe" msgstr "%2$d mensen nemen misschien deel" -#: include/conversation.php:1137 +#: include/conversation.php:1155 #, php-format msgid "%s attend maybe." msgstr "%s neemt misschien deel." -#: include/conversation.php:1140 +#: include/conversation.php:1158 #, php-format msgid "%2$d people reshared this" msgstr "%2$d mensen hebben dit gedeeld" -#: include/conversation.php:1170 +#: include/conversation.php:1188 msgid "Visible to everybody" msgstr "Zichtbaar voor iedereen" -#: include/conversation.php:1171 src/Module/Item/Compose.php:187 -#: src/Object/Post.php:887 +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Geef een afbeelding/video/audio/webpagina in:" -#: include/conversation.php:1172 +#: include/conversation.php:1190 msgid "Tag term:" msgstr "Label:" -#: include/conversation.php:1173 src/Module/Filer/SaveTag.php:48 +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 msgid "Save to Folder:" msgstr "Bewaren in map:" -#: include/conversation.php:1174 +#: include/conversation.php:1192 msgid "Where are you right now?" msgstr "Waar ben je nu?" -#: include/conversation.php:1175 +#: include/conversation.php:1193 msgid "Delete item(s)?" msgstr "Item(s) verwijderen?" -#: include/conversation.php:1207 +#: include/conversation.php:1225 msgid "New Post" msgstr "Nieuw bericht" -#: include/conversation.php:1210 +#: include/conversation.php:1228 msgid "Share" msgstr "Delen" -#: include/conversation.php:1211 mod/wallmessage.php:139 mod/editpost.php:72 +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 #: mod/message.php:258 mod/message.php:439 msgid "Upload photo" msgstr "Foto uploaden" -#: include/conversation.php:1212 mod/editpost.php:73 +#: include/conversation.php:1230 mod/editpost.php:74 msgid "upload photo" msgstr "Foto uploaden" -#: include/conversation.php:1213 mod/editpost.php:74 +#: include/conversation.php:1231 mod/editpost.php:75 msgid "Attach file" msgstr "Bestand bijvoegen" -#: include/conversation.php:1214 mod/editpost.php:75 +#: include/conversation.php:1232 mod/editpost.php:76 msgid "attach file" msgstr "bestand bijvoegen" -#: include/conversation.php:1215 src/Module/Item/Compose.php:179 -#: src/Object/Post.php:879 +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 msgid "Bold" msgstr "Vet" -#: include/conversation.php:1216 src/Module/Item/Compose.php:180 -#: src/Object/Post.php:880 +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 msgid "Italic" msgstr "Cursief" -#: include/conversation.php:1217 src/Module/Item/Compose.php:181 -#: src/Object/Post.php:881 +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 msgid "Underline" msgstr "Onderstrepen" -#: include/conversation.php:1218 src/Module/Item/Compose.php:182 -#: src/Object/Post.php:882 +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 msgid "Quote" msgstr "Citeren" -#: include/conversation.php:1219 src/Module/Item/Compose.php:183 -#: src/Object/Post.php:883 +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 msgid "Code" msgstr "Broncode" -#: include/conversation.php:1220 src/Module/Item/Compose.php:184 -#: src/Object/Post.php:884 +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 msgid "Image" msgstr "Afbeelding" -#: include/conversation.php:1221 src/Module/Item/Compose.php:185 -#: src/Object/Post.php:885 +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 msgid "Link" msgstr "Link" -#: include/conversation.php:1222 src/Module/Item/Compose.php:186 -#: src/Object/Post.php:886 +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 msgid "Link or Media" msgstr "Link of media" -#: include/conversation.php:1223 mod/editpost.php:82 -#: src/Module/Item/Compose.php:189 +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 msgid "Set your location" msgstr "Stel je locatie in" -#: include/conversation.php:1224 mod/editpost.php:83 +#: include/conversation.php:1242 mod/editpost.php:84 msgid "set location" msgstr "Stel uw locatie in" -#: include/conversation.php:1225 mod/editpost.php:84 +#: include/conversation.php:1243 mod/editpost.php:85 msgid "Clear browser location" msgstr "Verwijder locatie uit uw webbrowser" -#: include/conversation.php:1226 mod/editpost.php:85 +#: include/conversation.php:1244 mod/editpost.php:86 msgid "clear location" msgstr "Verwijder locatie uit uw webbrowser" -#: include/conversation.php:1228 mod/editpost.php:99 -#: src/Module/Item/Compose.php:194 +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 msgid "Set title" msgstr "Titel plaatsen" -#: include/conversation.php:1230 mod/editpost.php:101 -#: src/Module/Item/Compose.php:195 +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 msgid "Categories (comma-separated list)" msgstr "Categorieën (komma-gescheiden lijst)" -#: include/conversation.php:1232 mod/editpost.php:87 +#: include/conversation.php:1250 mod/editpost.php:88 msgid "Permission settings" msgstr "Instellingen van rechten" -#: include/conversation.php:1233 mod/editpost.php:116 +#: include/conversation.php:1251 mod/editpost.php:117 msgid "permissions" msgstr "rechten" -#: include/conversation.php:1242 mod/editpost.php:96 +#: include/conversation.php:1260 mod/editpost.php:97 msgid "Public post" msgstr "Openbare post" -#: include/conversation.php:1246 mod/editpost.php:107 mod/events.php:550 -#: mod/photos.php:1433 mod/photos.php:1472 mod/photos.php:1532 -#: src/Module/Item/Compose.php:188 src/Object/Post.php:888 +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 msgid "Preview" msgstr "Voorvertoning" -#: include/conversation.php:1250 include/items.php:397 mod/tagrm.php:20 -#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 -#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 -#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 -#: mod/photos.php:1191 mod/settings.php:678 mod/settings.php:704 -#: mod/suggest.php:76 src/Module/Contact.php:464 +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 msgid "Cancel" msgstr "Annuleren" -#: include/conversation.php:1255 +#: include/conversation.php:1273 msgid "Post to Groups" msgstr "Verzenden naar Groepen" -#: include/conversation.php:1256 +#: include/conversation.php:1274 msgid "Post to Contacts" msgstr "Verzenden naar Contacten" -#: include/conversation.php:1257 +#: include/conversation.php:1275 msgid "Private post" msgstr "Privé verzending" -#: include/conversation.php:1262 mod/editpost.php:114 -#: src/Model/Profile.php:542 src/Module/Contact.php:339 +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 msgid "Message" msgstr "Bericht" -#: include/conversation.php:1263 mod/editpost.php:115 +#: include/conversation.php:1281 mod/editpost.php:116 msgid "Browser" msgstr "Browser" -#: include/conversation.php:1535 +#: include/conversation.php:1573 msgid "View all" msgstr "Toon alles" -#: include/conversation.php:1559 +#: include/conversation.php:1597 msgid "Like" msgid_plural "Likes" msgstr[0] "Houdt van" msgstr[1] "Houdt van" -#: include/conversation.php:1562 +#: include/conversation.php:1600 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Houdt niet van" msgstr[1] "Houdt niet van" -#: include/conversation.php:1568 +#: include/conversation.php:1606 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Neemt niet deel" msgstr[1] "Nemen niet deel" -#: include/conversation.php:1571 src/Content/ContactSelector.php:167 +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 msgid "Undecided" msgid_plural "Undecided" msgstr[0] "Onbeslist" msgstr[1] "Onbeslist" -#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 -#: src/Module/Admin/Themes/Index.php:41 src/Module/Debug/ItemBody.php:27 +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 #: src/Module/Debug/ItemBody.php:40 msgid "Item not found." msgstr "Item niet gevonden." -#: include/items.php:392 +#: include/items.php:387 msgid "Do you really want to delete this item?" msgstr "Wil je echt dit item verwijderen?" -#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 -#: mod/follow.php:163 mod/message.php:150 mod/settings.php:1089 -#: mod/settings.php:1095 mod/settings.php:1102 mod/settings.php:1106 -#: mod/settings.php:1110 mod/settings.php:1114 mod/settings.php:1118 -#: mod/settings.php:1122 mod/settings.php:1142 mod/settings.php:1143 +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 #: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 -#: mod/suggest.php:73 src/Module/Contact.php:461 src/Module/Register.php:97 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 msgid "Yes" msgstr "Ja" -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 -#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 -#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 -#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 -#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 -#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 -#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 -#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/events.php:208 -#: mod/follow.php:57 mod/follow.php:134 mod/fsuggest.php:63 mod/item.php:170 -#: mod/manage.php:130 mod/message.php:56 mod/message.php:101 -#: mod/network.php:37 mod/notes.php:27 mod/notifications.php:70 -#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 -#: mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:197 mod/settings.php:52 mod/settings.php:165 -#: mod/settings.php:667 mod/suggest.php:39 src/Module/Attach.php:42 -#: src/Module/Contact.php:378 src/Module/FollowConfirm.php:27 -#: src/Module/Group.php:31 src/Module/Group.php:77 src/Module/Invite.php:22 -#: src/Module/Invite.php:110 src/Module/Notifications/Notify.php:19 -#: src/Module/Profile/Contacts.php:50 src/Module/Register.php:192 -#: src/Module/Search/Directory.php:17 +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 msgid "Permission denied." msgstr "Toegang geweigerd" -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "Verbinding met de applicatie goedkeuren" - -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "Keer terug naar jouw app en voeg deze beveiligingscode in:" - -#: mod/api.php:94 src/Module/BaseAdminModule.php:56 -msgid "Please login to continue." -msgstr "Log in om verder te gaan." - -#: mod/api.php:108 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?" - -#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 -#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:98 -msgid "No" -msgstr "Nee" - -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Ouderlijke gebruiker niet gevonden." - -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "Ouderlijke gebruiker ontbreekt" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Ouderlijk paswoord:" - -#: mod/delegate.php:164 -msgid "" -"Please enter the password of the parent account to legitimize your request." -msgstr "Geef alstublieft het paswoord van het ouderlijke account om je verzoek te legitimeren." - -#: mod/delegate.php:171 -msgid "Parent User" -msgstr "Ouderlijke gebruiker" - -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "Ouderlijke gebruikers hebben totale controle over dit account, de account instellingen inbegrepen. Dubbel check dus alstublieft aan wie je deze toegang geeft." - -#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784 -#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Site.php:569 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50 -msgid "Save Settings" -msgstr "Instellingen opslaan" - -#: mod/delegate.php:176 src/Content/Nav.php:263 -msgid "Delegate Page Management" -msgstr "Paginabeheer uitbesteden" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Gemachtigden" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwt." - -#: mod/delegate.php:180 -msgid "Existing Page Delegates" -msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed " - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "Verwijderen" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "Toevoegen" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "Geen gegevens." - -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Bericht succesvol geplaatst." - -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Inschrijven bij OStatus contacten" - -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "Geen contact opgegeven." - -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Kon de informatie voor het contact niet ophalen." - -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Kon de vrienden van contact niet ophalen." - -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Klaar" - -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "Succesvol" - -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "Mislukt" - -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 -msgid "ignored" -msgstr "Verboden" - -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Houd dit scherm open tot het klaar is" - -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Toegang geweigerd" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Ongeldige profiel-identificatie." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Profiel Zichtbaarheid Editor" - -#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 -#: src/Model/Profile.php:881 src/Model/Profile.php:917 -#: src/Module/Contact.php:656 src/Module/Contact.php:872 -#: src/Module/Welcome.php:38 -msgid "Profile" -msgstr "Profiel" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Klik op een contact om het toe te voegen of te verwijderen." - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Zichtbaar voor" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "Alle contacten (met veilige profieltoegang)" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Account goedgekeurd." - -#: mod/regmod.php:77 +#: update.php:218 #, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "%s: author-id en owner-id in item en gesprekstabel aan het updaten." -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Inloggen." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "Gebruiker verwijderde zijn of haar account" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "Een gebruiker heeft zijn of haar account verwijderd op je Friendica node. Zorg er zeker voor dat zijn of haar data verwijderd is uit de backups." - -#: mod/removeme.php:48 +#: update.php:273 #, php-format -msgid "The user id is %d" -msgstr "De gebruikers id is %d" +msgid "%s: Updating post-type." +msgstr "%s: bericht-type bewerken" -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Verwijder mijn account" +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "Forum/groepsprofielen" -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is." +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "Laatste gebruikers" -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Voer je wachtwoord in voor verificatie:" +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "Zoek mensen" -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Opnieuw inschrijven bij OStatus contacten" +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "Vul naam of interesse in" -#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "Fout" -msgstr[1] "Fouten" +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Voorbeelden: Jan Peeters, Vissen" -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Tag(s) verwijderd" +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "Zoek" -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Verwijder label van item" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Selecteer een label om te verwijderen: " - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "Importen van een gebruiker op een gesloten node kan enkel gedaan worden door een administrator" - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Importeren" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Account verplaatsen" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "Je kunt een account van een andere Friendica server importeren." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "Dit feature is experimenteel. We kunnen contacten van het OStatus netwerk (GNU Social/Statusnet) of van Diaspora niet importeren." - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Account bestand" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "Om je account te exporteren, ga naar \"Instellingen->Exporteer je persoonlijke data\" en selecteer \"Exporteer account\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "Je volgt dit contact niet." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Ontvolgen is momenteel niet gesupporteerd door je netwerk." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Contact ontvolgd." - -#: mod/unfollow.php:118 -msgid "Disconnect/Unfollow" -msgstr "Disconnecteer/stop met volgen" - -#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 -msgid "Your Identity Address:" -msgstr "Adres van je identiteit:" - -#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 -msgid "Submit Request" -msgstr "Aanvraag indienen" - -#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:182 -#: mod/notifications.php:274 src/Module/Admin/Blocklist/Contact.php:83 -#: src/Module/Contact.php:641 -msgid "Profile URL" -msgstr "Profiel url" - -#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:912 -#: src/Module/Contact.php:867 -msgid "Status Messages and Posts" -msgstr "Berichten op jouw tijdlijn" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Ongeldige aanvraag." - -#: mod/wall_attach.php:103 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, je op te laden bestand is groter dan deze PHP configuratie toelaat" - -#: mod/wall_attach.php:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Of - probeerde je een lege file op te laden?" - -#: mod/wall_attach.php:114 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "Bestand is groter dan de limiet ( %s )" - -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "Uploaden van bestand mislukt." - -#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 -#: mod/photos.php:715 mod/profile_photo.php:152 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Beeld is groter dan de limiet ( %s )" - -#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 -msgid "Unable to process image." -msgstr "Niet in staat om de afbeelding te verwerken" - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Tijdlijn foto's" - -#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 -msgid "Image upload failed." -msgstr "Uploaden van afbeelding mislukt." - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Maximum aantal dagelijkse tijdlijn boodschappen van %s overschreden. Kon boodschap niet plaatsen." - -#: mod/wallmessage.php:60 mod/message.php:70 -msgid "No recipient selected." -msgstr "Geen ontvanger geselecteerd." - -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Niet in staat om je tijdlijn-locatie vast te stellen" - -#: mod/wallmessage.php:66 mod/message.php:77 -msgid "Message could not be sent." -msgstr "Bericht kon niet verzonden worden." - -#: mod/wallmessage.php:69 mod/message.php:80 -msgid "Message collection failure." -msgstr "Fout bij het verzamelen van berichten." - -#: mod/wallmessage.php:72 mod/message.php:83 -msgid "Message sent." -msgstr "Bericht verzonden." - -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "Geen ontvanger." - -#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 -msgid "Please enter a link URL:" -msgstr "Vul een internetadres/URL in:" - -#: mod/wallmessage.php:128 mod/message.php:246 -msgid "Send Private Message" -msgstr "Verstuur privébericht" - -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat." - -#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 -msgid "To:" -msgstr "Aan:" - -#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 -msgid "Subject:" -msgstr "Onderwerp:" - -#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Jouw bericht:" - -#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 -#: mod/message.php:440 -msgid "Insert web link" -msgstr "Voeg een webadres in" - -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel." - -#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 -#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 -msgid "Connect" -msgstr "Verbinden" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "eerste" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "volgende" - -#: mod/match.php:130 src/Module/BaseSearchModule.php:92 -msgid "No matches" -msgstr "Geen resultaten" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Profielmatch" - -#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 -#: mod/profiles.php:511 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Profiel niet gevonden" - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Profiel verwijderd" - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profiel-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "Nieuw profiel aangemaakt." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Profiel niet beschikbaar om te klonen." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Echtelijke staat" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romantische Partner" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Werk" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Godsdienst" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Politieke standpunten" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Geslacht" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Seksuele Voorkeur" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Tijdlijn" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Interesses" - -#: mod/profiles.php:382 -msgid "Address" -msgstr "Adres" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Plaats" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profiel opgeslagen" - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Verberg contacten en vrienden:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Toon meer profiel velden:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Profiel Acties" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Profieldetails bewerken" - -#: mod/profiles.php:562 mod/crepair.php:149 mod/events.php:552 -#: mod/fsuggest.php:92 mod/manage.php:183 mod/message.php:261 -#: mod/message.php:441 mod/photos.php:991 mod/photos.php:1101 -#: mod/photos.php:1387 mod/photos.php:1432 mod/photos.php:1471 -#: mod/photos.php:1531 mod/poke.php:184 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 -#: view/theme/vier/config.php:120 src/Module/Contact.php:598 -#: src/Module/Debug/Localtime.php:45 src/Module/Install.php:213 -#: src/Module/Install.php:253 src/Module/Install.php:289 -#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 -#: src/Object/Post.php:878 -msgid "Submit" -msgstr "Opslaan" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Profielfoto wijzigen" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "Dit profiel bekijken" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "Toon alle profielen" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 -msgid "Edit visibility" -msgstr "Pas zichtbaarheid aan" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Nieuw profiel aanmaken met deze instellingen" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Dit profiel klonen" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Dit profiel verwijderen" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Basis informatie" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Profiel foto" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Voorkeuren" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Status informatie" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Bijkomende informatie" - -#: mod/profiles.php:579 mod/network.php:992 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Persoonlijk" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Relatie" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Diversen" - -#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 -msgid "Upload Profile Photo" -msgstr "Profielfoto uploaden" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Je Geslacht:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Echtelijke Staat:" - -#: mod/profiles.php:586 src/Model/Profile.php:800 -msgid "Sexual Preference:" -msgstr "Seksuele Voorkeur:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Voorbeeld: vissen fotografie software" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Profiel Naam:" - -#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 -msgid "Required" -msgstr "Vereist" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "Je volledige naam:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Titel/Beschrijving:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Postadres:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Gemeente/Stad:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Regio/Staat:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Land:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Leeftijd:" - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Wie: (indien toepasbaar)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Sinds [datum]:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "Vertel iets over jezelf..." - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) adres:" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "Het XMPP adres zal doorgegeven worden aan je contacten zodat zij je kunnen volgen." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Adres tijdlijn:" - -#: mod/profiles.php:613 src/Model/Profile.php:808 -msgid "Hometown:" -msgstr "Woonplaats:" - -#: mod/profiles.php:614 src/Model/Profile.php:816 -msgid "Political Views:" -msgstr "Politieke standpunten:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Geloof:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Publieke Sleutelwoorden:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Privé Sleutelwoorden:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" - -#: mod/profiles.php:618 src/Model/Profile.php:832 -msgid "Likes:" -msgstr "Houdt van:" - -#: mod/profiles.php:619 src/Model/Profile.php:836 -msgid "Dislikes:" -msgstr "Houdt niet van:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Muzikale interesses" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Boeken, literatuur" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Televisie" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultuur/ontspanning" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Hobby's/Interesses" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Liefde/romance" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Werk" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "School/opleiding" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Contactinformatie en sociale netwerken" - -#: mod/profiles.php:659 src/Model/Profile.php:419 -msgid "Profile Image" -msgstr "Profiel afbeelding" - -#: mod/profiles.php:661 src/Model/Profile.php:422 -msgid "visible to everybody" -msgstr "zichtbaar voor iedereen" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Wijzig/Beheer Profielen" - -#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 -msgid "Change profile photo" -msgstr "Profiel foto wijzigen" - -#: mod/profiles.php:670 src/Model/Profile.php:410 -msgid "Create New Profile" -msgstr "Maak nieuw profiel" - -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 -#: src/Module/Debug/ItemBody.php:18 -msgid "Access denied." -msgstr "Toegang geweigerd" - -#: mod/cal.php:140 mod/display.php:301 src/Module/Profile.php:177 -msgid "Access to this profile has been restricted." -msgstr "Toegang tot dit profiel is beperkt." - -#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 -#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 -#: src/Content/Nav.php:228 src/Model/Profile.php:945 src/Model/Profile.php:956 -msgid "Events" -msgstr "Gebeurtenissen" - -#: mod/cal.php:272 mod/events.php:384 -msgid "View" -msgstr "Beeld" - -#: mod/cal.php:273 mod/events.php:386 -msgid "Previous" -msgstr "Vorige" - -#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:175 -msgid "Next" -msgstr "Volgende" - -#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 -msgid "today" -msgstr "vandaag" - -#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 -#: src/Model/Event.php:429 -msgid "month" -msgstr "maand" - -#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 -#: src/Model/Event.php:430 -msgid "week" -msgstr "week" - -#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 -#: src/Model/Event.php:431 -msgid "day" -msgstr "dag" - -#: mod/cal.php:281 mod/events.php:396 -msgid "list" -msgstr "lijst" - -#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 -msgid "User not found" -msgstr "Gebruiker niet gevonden" - -#: mod/cal.php:310 -msgid "This calendar format is not supported" -msgstr "Dit kalender formaat is niet ondersteund" - -#: mod/cal.php:312 -msgid "No exportable data found" -msgstr "Geen exporteerbare data gevonden" - -#: mod/cal.php:329 -msgid "calendar" -msgstr "kalender" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "Geen gedeelde contacten." - -#: mod/common.php:141 src/Module/Contact.php:895 -msgid "Common Friends" -msgstr "Gedeelde Vrienden" - -#: mod/community.php:33 mod/dfrn_request.php:597 mod/display.php:199 -#: mod/photos.php:850 mod/search.php:87 mod/search.php:93 mod/videos.php:118 -#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 -#: src/Module/Directory.php:30 -msgid "Public access denied." -msgstr "Niet vrij toegankelijk" - -#: mod/community.php:76 -msgid "Community option not available." -msgstr "Groepsoptie niet beschikbaar" - -#: mod/community.php:93 -msgid "Not available." -msgstr "Niet beschikbaar" - -#: mod/community.php:103 -msgid "Local Community" -msgstr "Lokale Groep" - -#: mod/community.php:106 -msgid "Posts from local users on this server" -msgstr "Berichten van lokale gebruikers op deze server" - -#: mod/community.php:114 -msgid "Global Community" -msgstr "Globale gemeenschap" - -#: mod/community.php:117 -msgid "Posts from users of the whole federated network" -msgstr "Berichten van gebruikers van het hele gefedereerde netwerk" - -#: mod/community.php:163 mod/search.php:222 -msgid "No results." -msgstr "Geen resultaten." - -#: mod/community.php:215 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "Deze groepsstroom toont alle publieke berichten die deze node ontvangen heeft. Ze kunnen mogelijks niet de mening van de gebruikers van deze node weerspiegelen." - -#: mod/crepair.php:79 -msgid "Contact settings applied." -msgstr "Contactinstellingen toegepast." - -#: mod/crepair.php:81 -msgid "Contact update failed." -msgstr "Aanpassen van contact mislukt." - -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 -#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 -#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 -msgid "Contact not found." -msgstr "Contact niet gevonden" - -#: mod/crepair.php:115 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon." - -#: mod/crepair.php:116 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen." - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "No mirroring" -msgstr "Geen mirroring" - -#: mod/crepair.php:130 -msgid "Mirror as forwarded posting" -msgstr "Spiegel als geforward bericht" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "Mirror as my own posting" -msgstr "Spiegel als mijn eigen bericht" - -#: mod/crepair.php:145 -msgid "Return to contact editor" -msgstr "Ga terug naar contactbewerker" - -#: mod/crepair.php:147 -msgid "Refetch contact data" -msgstr "Contact data opnieuw ophalen" - -#: mod/crepair.php:150 -msgid "Remote Self" -msgstr "Mijn identiteit elders" - -#: mod/crepair.php:153 -msgid "Mirror postings from this contact" -msgstr "Berichten van dit contact spiegelen" - -#: mod/crepair.php:155 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "Markeer dit contact als remote_self, hierdoor zal friendica nieuwe berichten van dit contact opnieuw posten." - -#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 -#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:313 -msgid "Name" -msgstr "Naam" - -#: mod/crepair.php:160 -msgid "Account Nickname" -msgstr "Bijnaam account" - -#: mod/crepair.php:161 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam" - -#: mod/crepair.php:162 -msgid "Account URL" -msgstr "URL account" - -#: mod/crepair.php:163 -msgid "Account URL Alias" -msgstr "Account URL Alias" - -#: mod/crepair.php:164 -msgid "Friend Request URL" -msgstr "URL vriendschapsverzoek" - -#: mod/crepair.php:165 -msgid "Friend Confirm URL" -msgstr "URL vriendschapsbevestiging" - -#: mod/crepair.php:166 -msgid "Notification Endpoint URL" -msgstr "Notificatie Endpoint URL" - -#: mod/crepair.php:167 -msgid "Poll/Feed URL" -msgstr "URL poll/feed" - -#: mod/crepair.php:168 -msgid "New photo from this URL" -msgstr "Nieuwe foto van deze URL" - -#: mod/dfrn_confirm.php:126 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd." - -#: mod/dfrn_confirm.php:227 -msgid "Response from remote site was not understood." -msgstr "Antwoord van de website op afstand werd niet begrepen." - -#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " -msgstr "Onverwacht antwoord van website op afstand:" - -#: mod/dfrn_confirm.php:249 -msgid "Confirmation completed successfully." -msgstr "Bevestiging werd correct voltooid." - -#: mod/dfrn_confirm.php:261 -msgid "Temporary failure. Please wait and try again." -msgstr "Tijdelijke fout. Wacht even en probeer opnieuw." - -#: mod/dfrn_confirm.php:264 -msgid "Introduction failed or was revoked." -msgstr "Verzoek mislukt of herroepen." - -#: mod/dfrn_confirm.php:269 -msgid "Remote site reported: " -msgstr "Website op afstand berichtte: " - -#: mod/dfrn_confirm.php:374 -#, php-format -msgid "No user record found for '%s' " -msgstr "Geen gebruiker gevonden voor '%s'" - -#: mod/dfrn_confirm.php:384 -msgid "Our site encryption key is apparently messed up." -msgstr "De encryptie-sleutel van onze webstek is blijkbaar beschadigd." - -#: mod/dfrn_confirm.php:395 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons." - -#: mod/dfrn_confirm.php:411 -msgid "Contact record was not found for you on our site." -msgstr "We vonden op onze webstek geen contactrecord voor jou." - -#: mod/dfrn_confirm.php:425 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s." - -#: mod/dfrn_confirm.php:441 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken." - -#: mod/dfrn_confirm.php:452 -msgid "Unable to set your contact credentials on our system." -msgstr "Niet in staat om op dit systeem je contactreferenties in te stellen." - -#: mod/dfrn_confirm.php:508 -msgid "Unable to update your contact profile details on our system" -msgstr "Kan je contact profiel details op ons systeem niet aanpassen" - -#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2457 -msgid "[Name Withheld]" -msgstr "[Naam achtergehouden]" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s heet %2$s van harte welkom" - -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "Verzoek is al goedgekeurd" - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:354 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profiel is ongeldig of bevat geen informatie" - -#: mod/dfrn_request.php:120 mod/dfrn_request.php:358 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar." - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:361 -msgid "Warning: profile location has no profile photo." -msgstr "Waarschuwing: Profieladres heeft geen profielfoto." - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:365 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden" -msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden" - -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "Verzoek voltooid." - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "Onherstelbare protocolfout. " - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "Profiel onbeschikbaar" - -#: mod/dfrn_request.php:249 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s heeft te veel verzoeken gehad vandaag." - -#: mod/dfrn_request.php:250 -msgid "Spam protection measures have been invoked." -msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden." - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen." - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "Ongeldige plaatsbepaler" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "Je hebt jezelf hier al voorgesteld." - -#: mod/dfrn_request.php:314 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Blijkbaar ben je al bevriend met %s." - -#: mod/dfrn_request.php:334 -msgid "Invalid profile URL." -msgstr "Ongeldig profiel adres." - -#: mod/dfrn_request.php:340 src/Model/Contact.php:2099 -msgid "Disallowed profile URL." -msgstr "Niet toegelaten profiel adres." - -#: mod/dfrn_request.php:346 src/Model/Contact.php:2104 -#: src/Module/Friendica.php:59 -msgid "Blocked domain" -msgstr "Domein geblokeerd" - -#: mod/dfrn_request.php:413 src/Module/Contact.php:143 -msgid "Failed to update contact record." -msgstr "Ik kon de contactgegevens niet aanpassen." - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "Je verzoek is verzonden." - -#: mod/dfrn_request.php:471 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Remote inschrijving kan niet op jouw netwerk. Gelieve direct op je systeem in te schrijven." - -#: mod/dfrn_request.php:487 -msgid "Please login to confirm introduction." -msgstr "Log in om je verzoek te bevestigen." - -#: mod/dfrn_request.php:495 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Je huidige identiteit is niet de juiste. Log met dit profiel in." - -#: mod/dfrn_request.php:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "Bevestig" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "Verberg dit contact" - -#: mod/dfrn_request.php:522 -#, php-format -msgid "Welcome home %s." -msgstr "Welkom terug %s." - -#: mod/dfrn_request.php:523 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s." - -#: mod/dfrn_request.php:632 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:" - -#: 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 "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een publieke Friendica site te vinden en vervoeg ons vandaag" - -#: mod/dfrn_request.php:637 -msgid "Friend/Connection Request" -msgstr "Vriendschaps-/connectieverzoek" - -#: mod/dfrn_request.php:638 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" - -#: mod/dfrn_request.php:639 mod/follow.php:162 -msgid "Please answer the following:" -msgstr "Beantwoord het volgende:" - -#: mod/dfrn_request.php:640 mod/follow.php:163 -#, php-format -msgid "Does %s know you?" -msgstr "Kent %s jou?" - -#: mod/dfrn_request.php:641 mod/follow.php:164 -msgid "Add a personal note:" -msgstr "Voeg een persoonlijke opmerking toe:" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "GNU Social (Pleroma, Mastodon)" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "Diaspora (Socialhome, Hubzilla)" - -#: mod/dfrn_request.php:646 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk." - -#: mod/display.php:252 mod/display.php:337 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Het gevraagde item bestaat niet of is verwijderd" - -#: mod/display.php:412 -msgid "The feed for this item is unavailable." -msgstr "De tijdlijn voor dit item is niet beschikbaar" - -#: mod/editpost.php:28 mod/editpost.php:38 -msgid "Item not found" -msgstr "Item niet gevonden" - -#: mod/editpost.php:45 -msgid "Edit post" -msgstr "Bericht bewerken" - -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:883 -#: src/Module/Filer/SaveTag.php:49 -msgid "Save" -msgstr "Bewaren" - -#: mod/editpost.php:77 -msgid "web link" -msgstr "webadres" - -#: mod/editpost.php:78 -msgid "Insert video link" -msgstr "Voeg video toe" - -#: mod/editpost.php:79 -msgid "video link" -msgstr "video adres" - -#: mod/editpost.php:80 -msgid "Insert audio link" -msgstr "Voeg audio adres toe" - -#: mod/editpost.php:81 -msgid "audio link" -msgstr "audio adres" - -#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 -msgid "CC: email addresses" -msgstr "CC: e-mailadressen" - -#: mod/editpost.php:102 src/Core/ACL.php:309 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be" - -#: mod/events.php:118 mod/events.php:120 -msgid "Event can not end before it has started." -msgstr "Gebeurtenis kan niet eindigen voor het begin." - -#: mod/events.php:127 mod/events.php:129 -msgid "Event title and start time are required." -msgstr "Titel en begintijd van de gebeurtenis zijn vereist." - -#: mod/events.php:385 -msgid "Create New Event" -msgstr "Maak een nieuwe gebeurtenis" - -#: mod/events.php:508 -msgid "Event details" -msgstr "Gebeurtenis details" - -#: mod/events.php:509 -msgid "Starting date and Title are required." -msgstr "Start datum en Titel zijn verplicht." - -#: mod/events.php:510 mod/events.php:515 -msgid "Event Starts:" -msgstr "Gebeurtenis begint:" - -#: mod/events.php:523 mod/events.php:548 -msgid "Finish date/time is not known or not relevant" -msgstr "Einddatum/tijd is niet gekend of niet relevant" - -#: mod/events.php:525 mod/events.php:530 -msgid "Event Finishes:" -msgstr "Gebeurtenis eindigt:" - -#: mod/events.php:536 mod/events.php:549 -msgid "Adjust for viewer timezone" -msgstr "Pas aan aan de tijdzone van de gebruiker" - -#: mod/events.php:538 -msgid "Description:" -msgstr "Beschrijving:" - -#: mod/events.php:540 mod/notifications.php:264 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:447 src/Module/Contact.php:645 -#: src/Module/Directory.php:137 -msgid "Location:" -msgstr "Plaats:" - -#: mod/events.php:542 mod/events.php:544 -msgid "Title:" -msgstr "Titel:" - -#: mod/events.php:545 mod/events.php:546 -msgid "Share this event" -msgstr "Deel deze gebeurtenis" - -#: mod/events.php:553 src/Model/Profile.php:882 -msgid "Basic" -msgstr "Basis" - -#: mod/events.php:554 src/Model/Profile.php:883 src/Module/Admin/Site.php:574 -#: src/Module/Contact.php:905 -msgid "Advanced" -msgstr "Geavanceerd" - -#: mod/events.php:555 mod/photos.php:1009 mod/photos.php:1383 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Rechten" - -#: mod/events.php:571 -msgid "Failed to remove event" -msgstr "Kon remote event niet verwijderen" - -#: mod/events.php:573 -msgid "Event removed" -msgstr "Gebeurtenis verwijderd" - -#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 -#: src/Model/Profile.php:925 -msgid "Photos" -msgstr "Foto's" - -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 -#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 -#: src/Model/Photo.php:583 -msgid "Contact Photos" -msgstr "Contactfoto's" - -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 -msgid "Upload" -msgstr "Uploaden" - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "Bestanden" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "Het contact kon niet toegevoegd worden." - -#: mod/follow.php:87 -msgid "You already added this contact." -msgstr "Je hebt deze kontakt al toegevoegd" - -#: mod/follow.php:99 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora ondersteuning is niet geactiveerd. Contact kan niet toegevoegd worden." - -#: mod/follow.php:106 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus ondersteuning is niet geactiveerd. Contact kan niet toegevoegd woren." - -#: mod/follow.php:113 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "Het type netwerk kon niet gedetecteerd worden. Contact kan niet toegevoegd worden." - -#: mod/follow.php:183 mod/notifications.php:268 src/Model/Profile.php:812 -#: src/Module/Contact.php:651 -msgid "Tags:" -msgstr "Labels:" - -#: mod/fsuggest.php:44 -msgid "Suggested contact not found." -msgstr "Voorgesteld contact werd niet gevonden" - -#: mod/fsuggest.php:57 -msgid "Friend suggestion sent." -msgstr "Vriendschapsvoorstel verzonden." - -#: mod/fsuggest.php:79 -msgid "Suggest Friends" -msgstr "Stel vrienden voor" - -#: mod/fsuggest.php:81 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Stel een vriend voor aan %s" - -#: mod/hcard.php:20 -msgid "No profile" -msgstr "Geen profiel" - -#: mod/item.php:123 -msgid "Unable to locate original post." -msgstr "Ik kan de originele post niet meer vinden." - -#: mod/item.php:323 -msgid "Empty post discarded." -msgstr "Lege post weggegooid." - -#: mod/item.php:803 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk." - -#: mod/item.php:805 -#, php-format -msgid "You may visit them online at %s" -msgstr "Je kunt ze online bezoeken op %s" - -#: mod/item.php:806 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen." - -#: mod/item.php:810 -#, php-format -msgid "%s posted an update." -msgstr "%s heeft een wijziging geplaatst." - -#: mod/lockview.php:47 mod/lockview.php:58 -msgid "Remote privacy information not available." -msgstr "Privacyinformatie op afstand niet beschikbaar." - -#: mod/lockview.php:67 -msgid "Visible to:" -msgstr "Zichtbaar voor:" - -#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 -#: src/Module/Contact.php:797 src/Module/Item/Compose.php:97 -#: src/Module/Profile/Contacts.php:126 -msgid "Followers" -msgstr "Volgers" - -#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 -msgid "Mutuals" -msgstr "Gemeenschappelijk" - -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "Geen geldige account gevonden." - -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na." - -#: mod/lostpass.php:44 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\n\t\tBeste %1$s,\n\t\t\tEr is recent om \"%2$s\" een verzoek gekomen om je paswoord te resetten.\n\t\tOm dit verzoek te bevestigen, gelieve de verificatie link hieronder te volgen of in je browser te kopiëren.\n\n\t\tAls je dit verzoek NIET hebt gedaan, volg deze link dan NIET en negeer \n\t\ten/of verwijder deze email, het verzoek zal binnenkort vanzelf ongeldig worden.\n\n\t\tJe paswoord zal niet aangepast worden tenzij we kunnen verifiëren\n\t\tdat je dit verzoek verzonden hebt." - -#: mod/lostpass.php:55 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "\n\t\tVolg nu deze link om je identiteit te bevestigen:\n\n\t\t%1$s\n\n\t\tJe zal dan een boodschap krijgen met je nieuw paswoord.\n\t\tJe kunt je paswoord veranderen in je instelling pagina nadat je ingelogd bent.\n\n\t\tDe login details zijn de volgende:\n\n\t\tSite locatie:\t%2$s\n\t\tLogin naam:\t%3$s" - -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "Op %s werd gevraagd je wachtwoord opnieuw in te stellen" - -#: mod/lostpass.php:89 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld." - -#: mod/lostpass.php:102 -msgid "Request has expired, please make a new one." -msgstr "Aanvraag is verlopen, gelieve een nieuwe aan te maken." - -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "Wachtwoord vergeten?" - -#: mod/lostpass.php:118 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies." - -#: mod/lostpass.php:119 src/Module/Login.php:318 -msgid "Nickname or Email: " -msgstr "Bijnaam of e-mail:" - -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "Opnieuw" - -#: mod/lostpass.php:135 src/Module/Login.php:330 -msgid "Password Reset" -msgstr "Wachtwoord opnieuw instellen" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd." - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "Je nieuwe wachtwoord is" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "Bewaar of kopieer je nieuw wachtwoord - en dan" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "klik hier om in te loggen" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina." - -#: mod/lostpass.php:147 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "\n\t\t\tBeste %1$s,\n\t\t\t\tJe paswoord is aangepast zoals je gevraagd hebt. Hou deze informatie\n\t\t\talstublieft bij (of pas je paswoord onmiddellijk aan\n\t\t\tnaar iets wat je je kan herinneren).\n\t\t" - -#: mod/lostpass.php:153 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "\n\t\t\tJe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1$s\n\t\t\tLogin Naam:\t%2$s\n\t\t\tPaswoord:\t%3$s\n\n\t\t\tJe kan dit paswoord in het account instellingen aanpassen nadat je ingelogd bent.\n\t\t" - -#: mod/lostpass.php:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Je wachtwoord is veranderd op %s" - -#: mod/manage.php:179 -msgid "Manage Identities and/or Pages" -msgstr "Beheer Identiteiten en/of Pagina's" - -#: mod/manage.php:180 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen." - -#: mod/manage.php:181 -msgid "Select an identity to manage: " -msgstr "Selecteer een identiteit om te beheren:" - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 -msgid "New Message" -msgstr "Nieuw Bericht" - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "Ik kan geen contact informatie vinden." - -#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:190 -#: mod/notifications.php:246 -msgid "Discard" -msgstr "Verwerpen" - -#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Messages" -msgstr "Privéberichten" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "Wil je echt dit bericht verwijderen?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "Gesprek niet gevonden." - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "Bericht verwijderd." - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "Gesprek verwijderd." - -#: mod/message.php:289 -msgid "No messages." -msgstr "Geen berichten." - -#: mod/message.php:352 -msgid "Message not available." -msgstr "Bericht niet beschikbaar." - -#: mod/message.php:406 -msgid "Delete message" -msgstr "Verwijder bericht" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "Verwijder gesprek" - -#: mod/message.php:425 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender." - -#: mod/message.php:429 -msgid "Send Reply" -msgstr "Verstuur Antwoord" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "Onbekende afzender - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "Jij en %s" - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%s en jij" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d bericht" -msgstr[1] "%d berichten" - -#: mod/network.php:183 mod/search.php:35 -msgid "Remove term" -msgstr "Verwijder zoekterm" - -#: mod/network.php:190 mod/search.php:44 -msgid "Saved Searches" -msgstr "Opgeslagen zoekopdrachten" - -#: mod/network.php:191 src/Model/Group.php:483 -msgid "add" -msgstr "toevoegen" - -#: mod/network.php:571 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "Waarschuwing: Deze groep bevat %s lid van een netwerk dat geen niet-publieke boodschappen toelaat." -msgstr[1] "Waarschuwing: Deze groep bevat %s leden van een netwerk dat geen niet-publieke boodschappen toelaat." - -#: mod/network.php:574 -msgid "Messages in this group won't be send to these receivers." -msgstr "Boodschappen in deze groep zullen niet verzonden worden naar deze ontvangers." - -#: mod/network.php:641 -msgid "No such group" -msgstr "Zo'n groep bestaat niet" - -#: mod/network.php:662 src/Module/Group.php:288 -msgid "Group is empty" -msgstr "De groep is leeg" - -#: mod/network.php:666 -#, php-format -msgid "Group: %s" -msgstr "Groep: %s" - -#: mod/network.php:692 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden." - -#: mod/network.php:695 src/Module/AllFriends.php:35 -#: src/Module/AllFriends.php:43 -msgid "Invalid contact." -msgstr "Ongeldig contact." - -#: mod/network.php:974 -msgid "Commented Order" -msgstr "Nieuwe reacties bovenaan" - -#: mod/network.php:977 -msgid "Sort by Comment Date" -msgstr "Berichten met nieuwe reacties bovenaan" - -#: mod/network.php:982 -msgid "Posted Order" -msgstr "Nieuwe berichten bovenaan" - -#: mod/network.php:985 -msgid "Sort by Post Date" -msgstr "Nieuwe berichten bovenaan" - -#: mod/network.php:995 -msgid "Posts that mention or involve you" -msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" - -#: mod/network.php:1002 -msgid "New" -msgstr "Nieuw" - -#: mod/network.php:1005 -msgid "Activity Stream - by date" -msgstr "Activiteitenstroom - volgens datum" - -#: mod/network.php:1013 -msgid "Shared Links" -msgstr "Gedeelde links" - -#: mod/network.php:1016 -msgid "Interesting Links" -msgstr "Interessante links" - -#: mod/network.php:1023 -msgid "Starred" -msgstr "Met ster" - -#: mod/network.php:1026 -msgid "Favourite Posts" -msgstr "Favoriete berichten" - -#: mod/notes.php:34 src/Model/Profile.php:967 -msgid "Personal Notes" -msgstr "Persoonlijke Nota's" - -#: mod/notifications.php:38 -msgid "Invalid request identifier." -msgstr "Ongeldige request identifier." - -#: mod/notifications.php:93 src/Content/Nav.php:249 -msgid "Notifications" -msgstr "Notificaties" - -#: mod/notifications.php:107 -msgid "Network Notifications" -msgstr "Netwerknotificaties" - -#: mod/notifications.php:112 -msgid "System Notifications" -msgstr "Systeemnotificaties" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Persoonlijke notificaties" - -#: mod/notifications.php:122 -msgid "Home Notifications" -msgstr "Tijdlijn-notificaties" - -#: mod/notifications.php:145 -msgid "Show unread" -msgstr "Toon ongelezen" - -#: mod/notifications.php:145 -msgid "Show all" -msgstr "Toon alles" - -#: mod/notifications.php:156 -msgid "Show Ignored Requests" -msgstr "Toon genegeerde verzoeken" - -#: mod/notifications.php:156 -msgid "Hide Ignored Requests" -msgstr "Verberg genegeerde verzoeken" - -#: mod/notifications.php:169 mod/notifications.php:254 -msgid "Notification type:" -msgstr "Notificatiesoort:" - -#: mod/notifications.php:172 -msgid "Suggested by:" -msgstr "Voorgesteld door:" - -#: mod/notifications.php:184 mod/notifications.php:271 -#: src/Module/Contact.php:632 -msgid "Hide this contact from others" -msgstr "Verberg dit contact voor anderen" - -#: mod/notifications.php:186 mod/notifications.php:280 -#: src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Goedkeuren" - -#: mod/notifications.php:206 -msgid "Claims to be known to you: " -msgstr "Denkt dat je hem of haar kent:" - -#: mod/notifications.php:207 -msgid "yes" -msgstr "Ja" - -#: mod/notifications.php:207 -msgid "no" -msgstr "Nee" - -#: mod/notifications.php:208 mod/notifications.php:212 -msgid "Shall your connection be bidirectional or not?" -msgstr "Zal je connectie bidirectioneel zijn of niet?" - -#: mod/notifications.php:209 mod/notifications.php:213 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "%s als vriend accepteren laat %s toe om in te schrijven op je berichten, en je zal ook updates ontvangen van hen in je nieuws feed." - -#: mod/notifications.php:210 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "%s als volger accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed." - -#: mod/notifications.php:214 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "%s als deler accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed." - -#: mod/notifications.php:225 -msgid "Friend" -msgstr "Vriend" - -#: mod/notifications.php:226 -msgid "Sharer" -msgstr "Deler" - -#: mod/notifications.php:226 -msgid "Subscriber" -msgstr "Volger" - -#: mod/notifications.php:266 src/Model/Profile.php:453 -#: src/Model/Profile.php:824 src/Module/Contact.php:649 -#: src/Module/Directory.php:145 -msgid "About:" -msgstr "Over:" - -#: mod/notifications.php:270 src/Model/Profile.php:450 -#: src/Model/Profile.php:763 src/Module/Directory.php:142 -msgid "Gender:" -msgstr "Geslacht:" - -#: mod/notifications.php:277 src/Model/Profile.php:550 -#: src/Module/Contact.php:333 -msgid "Network:" -msgstr "Netwerk:" - -#: mod/notifications.php:291 -msgid "No introductions." -msgstr "Geen vriendschaps- of connectieverzoeken." - -#: mod/notifications.php:325 -#, php-format -msgid "No more %s notifications." -msgstr "Geen %s notificaties meer." - -#: mod/openid.php:31 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol fout. Geen ID Gevonden." - -#: mod/openid.php:67 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website." - -#: mod/openid.php:117 src/Module/Login.php:88 src/Module/Login.php:139 -msgid "Login failed." -msgstr "Login mislukt." - -#: mod/photos.php:113 src/Model/Profile.php:928 -msgid "Photo Albums" -msgstr "Fotoalbums" - -#: mod/photos.php:114 mod/photos.php:1639 -msgid "Recent Photos" -msgstr "Recente foto's" - -#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 -msgid "Upload New Photos" -msgstr "Nieuwe foto's uploaden" - -#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 -msgid "everybody" -msgstr "iedereen" - -#: mod/photos.php:185 -msgid "Contact information unavailable" -msgstr "Contactinformatie niet beschikbaar" - -#: mod/photos.php:207 -msgid "Album not found." -msgstr "Album niet gevonden" - -#: mod/photos.php:265 -msgid "Album successfully deleted" -msgstr "Album succesvol gedeeld" - -#: mod/photos.php:267 -msgid "Album was empty." -msgstr "Het album was leeg" - -#: mod/photos.php:590 -msgid "a photo" -msgstr "een foto" - -#: mod/photos.php:590 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s is gelabeld in %2$s door %3$s" - -#: mod/photos.php:689 -msgid "Image upload didn't complete, please try again" -msgstr "Opladen van het beeld is niet compleet, probeer het opnieuw" - -#: mod/photos.php:692 -msgid "Image file is missing" -msgstr "Beeld bestand ontbreekt" - -#: mod/photos.php:697 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "De server kan op dit moment geen nieuw bestand opladen, contacteer alsjeblieft je beheerder" - -#: mod/photos.php:723 -msgid "Image file is empty." -msgstr "Afbeeldingsbestand is leeg." - -#: mod/photos.php:855 -msgid "No photos selected" -msgstr "Geen foto's geselecteerd" - -#: mod/photos.php:947 mod/videos.php:210 -msgid "Access to this item is restricted." -msgstr "Toegang tot dit item is beperkt." - -#: mod/photos.php:1001 -msgid "Upload Photos" -msgstr "Upload foto's" - -#: mod/photos.php:1005 mod/photos.php:1097 -msgid "New album name: " -msgstr "Nieuwe albumnaam: " - -#: mod/photos.php:1006 -msgid "or select existing album:" -msgstr "Of selecteer bestaand album:" - -#: mod/photos.php:1007 -msgid "Do not show a status post for this upload" -msgstr "Toon geen bericht op je tijdlijn van deze upload" - -#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 -msgid "Show to Groups" -msgstr "Tonen aan groepen" - -#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 -msgid "Show to Contacts" -msgstr "Tonen aan contacten" - -#: mod/photos.php:1079 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?" - -#: mod/photos.php:1081 mod/photos.php:1102 -msgid "Delete Album" -msgstr "Verwijder album" - -#: mod/photos.php:1108 -msgid "Edit Album" -msgstr "Album wijzigen" - -#: mod/photos.php:1109 -msgid "Drop Album" -msgstr "Album verwijderen" - -#: mod/photos.php:1114 -msgid "Show Newest First" -msgstr "Toon niewste eerst" - -#: mod/photos.php:1116 -msgid "Show Oldest First" -msgstr "Toon oudste eerst" - -#: mod/photos.php:1137 mod/photos.php:1624 -msgid "View Photo" -msgstr "Bekijk foto" - -#: mod/photos.php:1174 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt." - -#: mod/photos.php:1176 -msgid "Photo not available" -msgstr "Foto is niet beschikbaar" - -#: mod/photos.php:1186 -msgid "Do you really want to delete this photo?" -msgstr "Wil je echt deze foto verwijderen?" - -#: mod/photos.php:1188 mod/photos.php:1388 -msgid "Delete Photo" -msgstr "Verwijder foto" - -#: mod/photos.php:1279 -msgid "View photo" -msgstr "Bekijk foto" - -#: mod/photos.php:1281 -msgid "Edit photo" -msgstr "Bewerk foto" - -#: mod/photos.php:1282 -msgid "Delete photo" -msgstr "Foto verwijderen" - -#: mod/photos.php:1283 -msgid "Use as profile photo" -msgstr "Gebruik als profielfoto" - -#: mod/photos.php:1290 -msgid "Private Photo" -msgstr "Privé foto" - -#: mod/photos.php:1296 -msgid "View Full Size" -msgstr "Bekijk in volledig formaat" - -#: mod/photos.php:1356 -msgid "Tags: " -msgstr "Labels: " - -#: mod/photos.php:1359 -msgid "[Select tags to remove]" -msgstr "[Selecteer tags om te verwijderen]" - -#: mod/photos.php:1374 -msgid "New album name" -msgstr "Nieuwe albumnaam" - -#: mod/photos.php:1375 -msgid "Caption" -msgstr "Onderschrift" - -#: mod/photos.php:1376 -msgid "Add a Tag" -msgstr "Een label toevoegen" - -#: mod/photos.php:1376 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping " - -#: mod/photos.php:1377 -msgid "Do not rotate" -msgstr "Niet roteren" - -#: mod/photos.php:1378 -msgid "Rotate CW (right)" -msgstr "Roteren met de klok mee (rechts)" - -#: mod/photos.php:1379 -msgid "Rotate CCW (left)" -msgstr "Roteren tegen de klok in (links)" - -#: mod/photos.php:1413 src/Object/Post.php:313 -msgid "I like this (toggle)" -msgstr "Vind ik leuk" - -#: mod/photos.php:1414 src/Object/Post.php:314 -msgid "I don't like this (toggle)" -msgstr "Vind ik niet leuk" - -#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 -#: src/Module/Contact.php:1017 src/Module/Item/Compose.php:176 -#: src/Object/Post.php:875 -msgid "This is you" -msgstr "Dit ben jij" - -#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 -#: src/Object/Post.php:420 src/Object/Post.php:877 -msgid "Comment" -msgstr "Reacties" - -#: mod/photos.php:1559 -msgid "Map" -msgstr "Kaart" - -#: mod/photos.php:1630 mod/videos.php:287 -msgid "View Album" -msgstr "Album bekijken" - -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0} wilt je vriend worden" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0} vroeg om zich te registreren" - -#: mod/poke.php:177 -msgid "Poke/Prod" -msgstr "Aanstoten/porren" - -#: mod/poke.php:178 -msgid "poke, prod or do other things to somebody" -msgstr "aanstoten, porren of andere dingen met iemand doen" - -#: mod/poke.php:179 -msgid "Recipient" -msgstr "Ontvanger" - -#: mod/poke.php:180 -msgid "Choose what you wish to do to recipient" -msgstr "Kies wat je met de ontvanger wil doen" - -#: mod/poke.php:183 -msgid "Make this post private" -msgstr "Dit bericht privé maken" - -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "Afbeelding opgeladen, maar bijsnijden mislukt." - -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:311 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Verkleining van de afbeelding [%s] mislukt." - -#: mod/profile_photo.php:125 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen." - -#: mod/profile_photo.php:133 -msgid "Unable to process image" -msgstr "Ik kan de afbeelding niet verwerken" - -#: mod/profile_photo.php:244 -msgid "Upload File:" -msgstr "Upload bestand:" - -#: mod/profile_photo.php:245 -msgid "Select a profile:" -msgstr "Kies een profiel:" - -#: mod/profile_photo.php:250 -msgid "or" -msgstr "of" - -#: mod/profile_photo.php:251 -msgid "skip this step" -msgstr "Deze stap overslaan" - -#: mod/profile_photo.php:251 -msgid "select a photo from your photo albums" -msgstr "Kies een foto uit je fotoalbums" - -#: mod/profile_photo.php:264 -msgid "Crop Image" -msgstr "Afbeelding bijsnijden" - -#: mod/profile_photo.php:265 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat." - -#: mod/profile_photo.php:267 -msgid "Done Editing" -msgstr "Wijzigingen compleet" - -#: mod/profile_photo.php:301 -msgid "Image uploaded successfully." -msgstr "Uploaden van afbeelding gelukt." - -#: mod/search.php:92 -msgid "Only logged in users are permitted to perform a search." -msgstr "Alleen ingelogde gebruikers mogen een zoekopdracht starten." - -#: mod/search.php:114 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Niet ingelogde gebruikers mogen slechts 1 opzoeking doen per minuut" - -#: mod/search.php:134 src/Content/Text/HTML.php:889 src/Content/Nav.php:200 -msgid "Search" -msgstr "Zoeken" - -#: mod/search.php:228 -#, php-format -msgid "Items tagged with: %s" -msgstr "Items getagd met: %s" - -#: mod/search.php:230 src/Module/Contact.php:819 -#, php-format -msgid "Results for: %s" -msgstr "Resultaten voor: %s" - -#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:89 -#: src/Module/TwoFactor/Verify.php:62 -msgid "Two-factor authentication" -msgstr "2-factor authenticatie" - -#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profielen" - -#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Extra functies" - -#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Weergave" - -#: mod/settings.php:103 mod/settings.php:843 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Sociale netwerken" - -#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Addons" - -#: mod/settings.php:117 src/Content/Nav.php:263 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegaties" - -#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Verbonden applicaties" - -#: mod/settings.php:131 mod/uexport.php:59 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Persoonlijke gegevens exporteren" - -#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Account verwijderen" - -#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 -msgid "Settings" -msgstr "Instellingen" - -#: mod/settings.php:190 -msgid "Missing some important data!" -msgstr "Een belangrijk gegeven ontbreekt!" - -#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:826 -msgid "Update" -msgstr "Wijzigen" - -#: mod/settings.php:302 -msgid "Failed to connect with email account using the settings provided." -msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." - -#: mod/settings.php:307 -msgid "Email settings updated." -msgstr "E-mail instellingen opgeslagen" - -#: mod/settings.php:323 -msgid "Features updated" -msgstr "Functies opgeslagen" - -#: mod/settings.php:384 -msgid "The theme you chose isn't available." -msgstr "Het thema dat je koos is niet beschikbaar" - -#: mod/settings.php:396 -msgid "Relocate message has been send to your contacts" -msgstr "Verhuis boodschap is verzonden naar je contacten" - -#: mod/settings.php:408 -msgid "Passwords do not match." -msgstr "Wachtwoorden zijn niet gelijk" - -#: mod/settings.php:416 src/Console/NewPassword.php:101 -msgid "Password update failed. Please try again." -msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." - -#: mod/settings.php:419 src/Console/NewPassword.php:104 -msgid "Password changed." -msgstr "Wachtwoord gewijzigd." - -#: mod/settings.php:422 -msgid "Password unchanged." -msgstr "Wachtwoord ongewijzigd" - -#: mod/settings.php:503 -msgid " Please use a shorter name." -msgstr "Gebruik een kortere naam." - -#: mod/settings.php:506 -msgid " Name too short." -msgstr "Naam te kort." - -#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 -msgid "Wrong Password" -msgstr "Verkeerd wachtwoord" - -#: mod/settings.php:518 -msgid "Invalid email." -msgstr "Ongeldig email adres." - -#: mod/settings.php:524 -msgid "Cannot change to that email." -msgstr "Kan niet naar dat email adres veranderen." - -#: mod/settings.php:574 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt." - -#: mod/settings.php:577 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep." - -#: mod/settings.php:617 -msgid "Settings updated." -msgstr "Instellingen opgeslagen" - -#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 -msgid "Add application" -msgstr "Toepassing toevoegen" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Consumer Key" -msgstr "Gebruikerssleutel" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Secret" -msgstr "Gebruikersgeheim" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Redirect" -msgstr "Doorverwijzing" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Icon url" -msgstr "URL pictogram" - -#: mod/settings.php:694 -msgid "You can't edit this application." -msgstr "Je kunt deze toepassing niet wijzigen." - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "Verbonden applicaties" - -#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 -msgid "Edit" -msgstr "Bewerken" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "Client sleutel begint met" - -#: mod/settings.php:740 -msgid "No name" -msgstr "Geen naam" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "Verwijder authorisatie" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "Geen Addon instellingen geconfigureerd" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "Addon instellingen" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Uit" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "Aan" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "Extra functies" - -#: mod/settings.php:806 src/Content/ContactSelector.php:87 -msgid "Diaspora" -msgstr "Diaspora" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "enabled" -msgstr "ingeschakeld" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "disabled" -msgstr "uitgeschakeld" - -#: mod/settings.php:806 mod/settings.php:807 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" - -#: mod/settings.php:807 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:838 -msgid "Email access is disabled on this site." -msgstr "E-mailtoegang is op deze website uitgeschakeld." - -#: mod/settings.php:848 -msgid "General Social Media Settings" -msgstr "Algemene Sociale Media Instellingen" - -#: mod/settings.php:849 -msgid "Accept only top level posts by contacts you follow" -msgstr "Enkel posts van het het hoogste niveau accepteren van contacten die je volgt." - -#: mod/settings.php:849 -msgid "" -"The system does an auto completion of threads when a comment arrives. This " -"has got the side effect that you can receive posts that had been started by " -"a non-follower but had been commented by someone you follow. This setting " -"deactivates this behaviour. When activated, you strictly only will receive " -"posts from people you really do follow." -msgstr "Het systeem doet auto-complete bij posts wanneer een nieuwe reactie aankomt. Dit heeft het neveneffect dat je posts kan ontvangen die zijn gestart door iemand die je niet volgt maar op werd gereageerd door iemand die je wel volgt. Deze instelling deactiveerd dit gedrag. Als je dit activeert zal je enkel posts ontvangen van mensen die je echt volgt." - -#: mod/settings.php:850 -msgid "Disable Content Warning" -msgstr "Deactiveer Content Waarschuwing" - -#: mod/settings.php:850 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Gebruikers op netwerken als Mastodon en Pleroma kunnen een content waarschuwing instellen die hun bericht standaard inklapt. Dit deactiveert het automatisch inklappen en toont de content waarschuwing als titel van het bericht. Dit beïnvloedt andere content filters die je mogelijk ingesteld hebt niet." - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "Deactiveer intelligent afkorten" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Normaal probeert het systeem de beste link te vinden om toe te voegen aan ingekorte berichten. Als deze optie geactiveerd is, dan zal elk ingekort bericht altijd verwijzen naar het originele friendica bericht." - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Volg automatisch alle GNU Social (OStatus) volgers/vermelders" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "Als je een boodschap ontvangt van een voor jou onbekende OStatus gebruiker, dan beslist deze optie wat er moet gebeuren. Als de optie is geactiveerd, dan zal voor elke onbekende gebruiker een nieuw contact aangemaakt worden." - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "Standaard groep voor OStatus contacten" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "Je verouderd GNU Social account" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Als je hier je oude GNU Social/Statusnet account naam invoert (in het formaat gebruiker@domein.tld), dan zullen je contacten automatisch toegevoegd worden. Het veld zal nadien leeg gemaakt worden." - -#: mod/settings.php:857 -msgid "Repair OStatus subscriptions" -msgstr "Herstel OStatus inschrijvingen" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "E-mail Instellen" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "Laatste succesvolle e-mail controle:" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "IMAP server naam:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "IMAP poort:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "Beveiliging:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "Geen" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "E-mail login naam:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "E-mail wachtwoord:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "Antwoord adres:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "Openbare posts naar alle e-mail contacten versturen:" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "Actie na importeren:" - -#: mod/settings.php:872 src/Content/Nav.php:251 -msgid "Mark as seen" -msgstr "Als 'gelezen' markeren" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "Naar map verplaatsen" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "Verplaatsen naar map:" - -#: mod/settings.php:897 src/Module/Admin/Site.php:434 -msgid "No special theme for mobile devices" -msgstr "Geen speciaal thema voor mobiele apparaten" - -#: mod/settings.php:905 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Niet ondersteund)" - -#: mod/settings.php:907 src/Module/Admin/Site.php:451 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s - (Experimenteel)" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Zondag" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 -msgid "Monday" -msgstr "Maandag" - -#: mod/settings.php:951 -msgid "Display Settings" -msgstr "Scherminstellingen" - -#: mod/settings.php:957 -msgid "Display Theme:" -msgstr "Schermthema:" - -#: mod/settings.php:958 -msgid "Mobile Theme:" -msgstr "Mobiel thema:" - -#: mod/settings.php:959 -msgid "Suppress warning of insecure networks" -msgstr "Onderdruk waarschuwingen over onbeveiligde netwerken" - -#: mod/settings.php:959 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "Moet het systeem waarschuwingen onderdrukken dat de huidige groep leden bevat van netwerken die geen niet-publieke berichten kunnen ontvangen." - -#: mod/settings.php:960 -msgid "Update browser every xx seconds" -msgstr "Browser elke xx seconden verversen" - -#: mod/settings.php:960 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum 10 seconden. Geef -1 op om te deactiveren." - -#: mod/settings.php:961 -msgid "Number of items to display per page:" -msgstr "Aantal items te tonen per pagina:" - -#: mod/settings.php:961 mod/settings.php:962 -msgid "Maximum of 100 items" -msgstr "Maximum 100 items" - -#: mod/settings.php:962 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" - -#: mod/settings.php:963 -msgid "Don't show emoticons" -msgstr "Emoticons niet tonen" - -#: mod/settings.php:964 -msgid "Calendar" -msgstr "Kalender" - -#: mod/settings.php:965 -msgid "Beginning of week:" -msgstr "Begin van de week:" - -#: mod/settings.php:966 -msgid "Don't show notices" -msgstr "Toon geen aankondigingen" - -#: mod/settings.php:967 -msgid "Infinite scroll" -msgstr "Oneindig scrollen" - -#: mod/settings.php:968 -msgid "Automatic updates only at the top of the network page" -msgstr "Automatische updates alleen bovenaan de netwerk pagina" - -#: mod/settings.php:968 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "Als deze parameter gedeactiveerd is, dan wordt de netwerk pagina constant geüpdate, wat verwarrend zou kunnen zijn tijdens het lezen." - -#: mod/settings.php:969 -msgid "Bandwidth Saver Mode" -msgstr "Bandbreedte Besparen Mode" - -#: mod/settings.php:969 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "Als deze parameter geactiveerd is, dan wordt embedded content niet getoond bij automatische updates, ze worden alleen getoond bij het herladen van de pagina." - -#: mod/settings.php:970 -msgid "Smart Threading" -msgstr "Slimme Gespreksstroom" - -#: mod/settings.php:970 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "Als deze parameter geactiveerd is, dan dan wordt overbodig inspringen van reacties onderdrukt terwijl het behouden blijft waar het nodig is. Werkt alleen als gespreksstroom beschikbaar is en geactiveerd." - -#: mod/settings.php:972 -msgid "General Theme Settings" -msgstr "Algemene Thema Instellingen" - -#: mod/settings.php:973 -msgid "Custom Theme Settings" -msgstr "Speciale Thema Instellingen" - -#: mod/settings.php:974 -msgid "Content Settings" -msgstr "Content Instellingen" - -#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "Thema-instellingen" - -#: mod/settings.php:989 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Kan je profiel niet vinden. Contacteer alsjeblieft je beheerder." - -#: mod/settings.php:1028 -msgid "Account Types" -msgstr "Account Types" - -#: mod/settings.php:1029 -msgid "Personal Page Subtypes" -msgstr "Persoonlijke Pagina Subtypes" - -#: mod/settings.php:1030 -msgid "Community Forum Subtypes" -msgstr "Groepsforum Subtypes" - -#: mod/settings.php:1037 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Persoonlijke pagina" - -#: mod/settings.php:1038 -msgid "Account for a personal profile." -msgstr "Account voor een persoonlijk profiel" - -#: mod/settings.php:1041 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Organisatie Pagina" - -#: mod/settings.php:1042 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "Account voor een organisatie die automatisch contact aanvragen goedkeurt als \"Volgers\"." - -#: mod/settings.php:1045 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "Nieuws pagina" - -#: mod/settings.php:1046 -msgid "" -"Account for a news reflector that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account voor een nieuws reflector die automatisch contact aanvragen goedkeurt als \"Volgers\"." - -#: mod/settings.php:1049 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Groepsforum" - -#: mod/settings.php:1050 -msgid "Account for community discussions." -msgstr "Account voor groepsdiscussies." - -#: mod/settings.php:1053 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Normale accountpagina" - -#: mod/settings.php:1054 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "Account voor een normaal persoonlijk profiel dat manuele goedkeuring vereist van \"Vrienden\" en \"Volgers\"." - -#: mod/settings.php:1057 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Zeepkist-pagina" - -#: mod/settings.php:1058 -msgid "" -"Account for a public profile that automatically approves contact requests as" -" \"Followers\"." -msgstr "Account voor een publiek profiel dat automatisch contact aanvragen goedkeurt als \"Volgers\"." - -#: mod/settings.php:1061 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Publiek Forum" - -#: mod/settings.php:1062 -msgid "Automatically approves all contact requests." -msgstr "Aanvaardt automatisch all contact aanvragen." - -#: mod/settings.php:1065 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Automatisch Vriendschapspagina" - -#: mod/settings.php:1066 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "Account voor een populair profiel dat automatisch contact aanvragen goedkeurt als \"Vrienden\"." - -#: mod/settings.php:1069 -msgid "Private Forum [Experimental]" -msgstr "Privé-forum [experimenteel]" - -#: mod/settings.php:1070 -msgid "Requires manual approval of contact requests." -msgstr "Vereist manuele goedkeuring van contact aanvragen." - -#: mod/settings.php:1081 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1081 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." - -#: mod/settings.php:1089 -msgid "Publish your default profile in your local site directory?" -msgstr "Je standaardprofiel in je lokale gids publiceren?" - -#: mod/settings.php:1089 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "Je profiel zal gepubliceerd worden de lokale gids van deze node. Je profiel details kunnen publiek zichtbaar zijn afhankelijk van de systeem instellingen." - -#: mod/settings.php:1095 -msgid "Publish your default profile in the global social directory?" -msgstr "Je standaardprofiel in de globale sociale gids publiceren?" - -#: mod/settings.php:1095 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "Je profiel zal gepubliceerd worden in de globale friendica gids (bvb. %s). Je profiel zal publiek zichtbaar zijn." - -#: mod/settings.php:1102 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" - -#: mod/settings.php:1102 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "Je contact lijst zal niet getoond worden in je standaard profiel pagina. Je kan beslissen om je contact lijst apart te tonen per bijkomend profiel dat je aanmaakt." - -#: mod/settings.php:1106 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Je profiel details verbergen voor anonieme bezoekers?" - -#: mod/settings.php:1106 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "Anonieme bezoekers zullen alleen je profiel foto zien, je naam en de bijnaam die je gebruikt op je profiel pagina. Je publieke berichten en reacties zullen nog altijd toegankelijk zijn via andere wegen." - -#: mod/settings.php:1110 -msgid "Allow friends to post to your profile page?" -msgstr "Vrienden toestaan om op jouw profielpagina te posten?" - -#: mod/settings.php:1110 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "Je contacten kunnen berichten schrijven op je tijdslijn. Deze berichten zullen verspreid worden naar je contacten" - -#: mod/settings.php:1114 -msgid "Allow friends to tag your posts?" -msgstr "Sta vrienden toe om jouw berichten te labelen?" - -#: mod/settings.php:1114 -msgid "Your contacts can add additional tags to your posts." -msgstr "Je contacten kunnen tags toevoegen aan je berichten." - -#: mod/settings.php:1118 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" - -#: mod/settings.php:1118 -msgid "" -"If you like, Friendica may suggest new members to add you as a contact." -msgstr "Als je wil, kan Friendica je nieuwe leden suggereren als contacten." - -#: mod/settings.php:1122 -msgid "Permit unknown people to send you private mail?" -msgstr "Mogen onbekende personen jou privé berichten sturen?" - -#: mod/settings.php:1122 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "Friendica netwerk gebruikers kunnen je privé boodschappen sturen zelfs als ze niet in je contact lijst staan." - -#: mod/settings.php:1126 -msgid "Profile is not published." -msgstr "Profiel is niet gepubliceerd." - -#: mod/settings.php:1132 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "Je Identiteit adres is '%s' of '%s'." - -#: mod/settings.php:1139 -msgid "Automatically expire posts after this many days:" -msgstr "Laat berichten automatisch vervallen na zo veel dagen:" - -#: mod/settings.php:1139 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." - -#: mod/settings.php:1140 -msgid "Advanced expiration settings" -msgstr "Geavanceerde instellingen voor vervallen" - -#: mod/settings.php:1141 -msgid "Advanced Expiration" -msgstr "Geavanceerd Verval:" - -#: mod/settings.php:1142 -msgid "Expire posts:" -msgstr "Laat berichten vervallen:" - -#: mod/settings.php:1143 -msgid "Expire personal notes:" -msgstr "Laat persoonlijke aantekeningen verlopen:" - -#: mod/settings.php:1144 -msgid "Expire starred posts:" -msgstr "Laat berichten met ster verlopen" - -#: mod/settings.php:1145 -msgid "Expire photos:" -msgstr "Laat foto's vervallen:" - -#: mod/settings.php:1146 -msgid "Only expire posts by others:" -msgstr "Laat alleen berichten door anderen vervallen:" - -#: mod/settings.php:1176 -msgid "Account Settings" -msgstr "Account Instellingen" - -#: mod/settings.php:1184 -msgid "Password Settings" -msgstr "Wachtwoord Instellingen" - -#: mod/settings.php:1185 src/Module/Register.php:130 -msgid "New Password:" -msgstr "Nieuw Wachtwoord:" - -#: mod/settings.php:1185 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Toegestane tekens zijn a-z, A-Z, 0-9 en speciale tekens behalve spatie, geaccentueerde tekens en dubbele punt." - -#: mod/settings.php:1186 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Bevestig:" - -#: mod/settings.php:1186 -msgid "Leave password fields blank unless changing" -msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" - -#: mod/settings.php:1187 -msgid "Current Password:" -msgstr "Huidig wachtwoord:" - -#: mod/settings.php:1187 mod/settings.php:1188 -msgid "Your current password to confirm the changes" -msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" - -#: mod/settings.php:1188 -msgid "Password:" -msgstr "Wachtwoord:" - -#: mod/settings.php:1192 -msgid "Basic Settings" -msgstr "Basis Instellingen" - -#: mod/settings.php:1193 src/Model/Profile.php:756 -msgid "Full Name:" -msgstr "Volledige Naam:" - -#: mod/settings.php:1194 -msgid "Email Address:" -msgstr "E-mailadres:" - -#: mod/settings.php:1195 -msgid "Your Timezone:" -msgstr "Je Tijdzone:" - -#: mod/settings.php:1196 -msgid "Your Language:" -msgstr "Je taal:" - -#: mod/settings.php:1196 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Configureer de taal van die we gebruiken als friendica interface en om je emails te sturen" - -#: mod/settings.php:1197 -msgid "Default Post Location:" -msgstr "Standaard locatie:" - -#: mod/settings.php:1198 -msgid "Use Browser Location:" -msgstr "Gebruik Webbrowser Locatie:" - -#: mod/settings.php:1201 -msgid "Security and Privacy Settings" -msgstr "Instellingen voor Beveiliging en Privacy" - -#: mod/settings.php:1203 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum aantal vriendschapsverzoeken per dag:" - -#: mod/settings.php:1203 mod/settings.php:1232 -msgid "(to prevent spam abuse)" -msgstr "(om spam misbruik te voorkomen)" - -#: mod/settings.php:1204 -msgid "Default Post Permissions" -msgstr "Standaard rechten voor nieuwe berichten" - -#: mod/settings.php:1205 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" - -#: mod/settings.php:1215 -msgid "Default Private Post" -msgstr "Standaard Privé Post" - -#: mod/settings.php:1216 -msgid "Default Public Post" -msgstr "Standaard Publieke Post" - -#: mod/settings.php:1220 -msgid "Default Permissions for New Posts" -msgstr "Standaard rechten voor nieuwe berichten" - -#: mod/settings.php:1232 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" - -#: mod/settings.php:1235 -msgid "Notification Settings" -msgstr "Notificatie Instellingen" - -#: mod/settings.php:1236 -msgid "Send a notification email when:" -msgstr "Stuur een notificatie e-mail wanneer:" - -#: mod/settings.php:1237 -msgid "You receive an introduction" -msgstr "Je ontvangt een vriendschaps- of connectieverzoek" - -#: mod/settings.php:1238 -msgid "Your introductions are confirmed" -msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" - -#: mod/settings.php:1239 -msgid "Someone writes on your profile wall" -msgstr "Iemand iets op je tijdlijn schrijft" - -#: mod/settings.php:1240 -msgid "Someone writes a followup comment" -msgstr "Iemand een reactie schrijft" - -#: mod/settings.php:1241 -msgid "You receive a private message" -msgstr "Je een privé-bericht ontvangt" - -#: mod/settings.php:1242 -msgid "You receive a friend suggestion" -msgstr "Je een suggestie voor een vriendschap ontvangt" - -#: mod/settings.php:1243 -msgid "You are tagged in a post" -msgstr "Je expliciet in een bericht bent genoemd" - -#: mod/settings.php:1244 -msgid "You are poked/prodded/etc. in a post" -msgstr "Je in een bericht bent aangestoten/gepord/etc." - -#: mod/settings.php:1246 -msgid "Activate desktop notifications" -msgstr "Activeer desktop notificaties" - -#: mod/settings.php:1246 -msgid "Show desktop popup on new notifications" -msgstr "Toon desktop pop-up bij nieuwe notificaties" - -#: mod/settings.php:1248 -msgid "Text-only notification emails" -msgstr "Alleen-tekst notificatie emails" - -#: mod/settings.php:1250 -msgid "Send text only notification emails, without the html part" -msgstr "Stuur alleen-tekst notificatie emails, zonder het html gedeelte" - -#: mod/settings.php:1252 -msgid "Show detailled notifications" -msgstr "Toon gedetailleerde notificaties" - -#: mod/settings.php:1254 -msgid "" -"Per default, notifications are condensed to a single notification per item. " -"When enabled every notification is displayed." -msgstr "Standaard worden notificaties samengevoegd in een enkele notificatie per item. Als je deze parameter activeert wordt elke notificatie getoond." - -#: mod/settings.php:1256 -msgid "Advanced Account/Page Type Settings" -msgstr "Geavanceerde Account/Pagina Type Instellingen" - -#: mod/settings.php:1257 -msgid "Change the behaviour of this account for special situations" -msgstr "Pas het gedrag van dit account aan voor speciale situaties" - -#: mod/settings.php:1260 -msgid "Relocate" -msgstr "Verhuis" - -#: mod/settings.php:1261 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "Als je je profiel van een andere server hebt verhuisd, en er zijn contacten die geen updates van je ontvangen, probeer dan eens deze knop." - -#: mod/settings.php:1262 -msgid "Resend relocate message to contacts" -msgstr "Stuur verhuis boodschap naar contacten" - -#: mod/subthread.php:104 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s volgt %3$s van %2$s" - -#: mod/suggest.php:28 -msgid "Contact suggestion successfully ignored." -msgstr "Contact suggestie succesvol genegeerd" - -#: mod/suggest.php:52 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen." - -#: mod/suggest.php:71 -msgid "Do you really want to delete this suggestion?" -msgstr "Wil je echt dit voorstel verwijderen?" - -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "Negeren/Verbergen" - -#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 msgid "Friend Suggestions" msgstr "Vriendschapsvoorstellen" -#: mod/uexport.php:52 -msgid "Export account" -msgstr "Account exporteren" +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "Dezelfde interesses" -#: mod/uexport.php:52 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server." +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "Willekeurig Profiel" -#: mod/uexport.php:53 -msgid "Export all" -msgstr "Alles exporteren" +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "Vrienden uitnodigen" -#: mod/uexport.php:53 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "Globale gids" -#: mod/videos.php:123 -msgid "No videos selected" -msgstr "Geen video's geselecteerd" +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "Lokale gids" -#: mod/videos.php:280 src/Model/Item.php:3468 -msgid "View Video" -msgstr "Bekijk Video" +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "Forums" -#: mod/videos.php:295 -msgid "Recent Videos" -msgstr "Recente video's" +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "Externe link naar het forum" -#: mod/videos.php:297 -msgid "Upload New Videos" -msgstr "Nieuwe video's uploaden" +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "toon meer" -#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "Snelstart" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "Help" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "Diensten verbinden" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "Kommagescheiden lijst van de helper forums" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "niet tonen" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "tonen" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "Opslaan" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 +#: mod/settings.php:976 +msgid "Theme settings" +msgstr "Thema-instellingen" + +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "Stijl instellen" + +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "Forum/groepspagina's" + +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "Help of @NewHere ?" + +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "Zoek vrienden" + +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 msgid "default" msgstr "standaard" @@ -4267,6 +1111,107 @@ msgstr "Mozaïek" msgid "Repeat image to fill the screen." msgstr "Herhaal beeld om het scherm te vullen." +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Gast" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Bezoeker" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "Tijdlijn" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "Jouw berichten en gesprekken" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "Profiel" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "Jouw profiel pagina" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "Foto's" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "Jouw foto's" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "Video's" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "Je video's" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "Gebeurtenissen" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "Jouw gebeurtenissen" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Network" +msgstr "Netwerk" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "Gesprekken van je vrienden" + +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "Gebeurtenissen en kalender" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "Privéberichten" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "Privéberichten" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "Instellingen" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "Account instellingen" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "Contacten" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "Beheer/Wijzig vrienden en contacten" + #: view/theme/frio/config.php:111 msgid "Custom" msgstr "Aangepast" @@ -4343,79 +1288,6 @@ msgstr "Achtergrondkleur aanmeldpagina" msgid "Leave background image and color empty for theme defaults" msgstr "Laat de achtergrondafbeelding en kleur leeg om de standaard van het thema te gebruiken" -#: view/theme/frio/theme.php:246 -msgid "Guest" -msgstr "Gast" - -#: view/theme/frio/theme.php:251 -msgid "Visitor" -msgstr "Bezoeker" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Model/Profile.php:909 src/Module/Contact.php:654 -#: src/Module/Contact.php:856 src/Module/Settings/TwoFactor/Index.php:91 -msgid "Status" -msgstr "Tijdlijn" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Content/Nav.php:244 -msgid "Your posts and conversations" -msgstr "Jouw berichten en gesprekken" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 -msgid "Your profile page" -msgstr "Jouw profiel pagina" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 -msgid "Your photos" -msgstr "Jouw foto's" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -#: src/Model/Profile.php:933 src/Model/Profile.php:936 -msgid "Videos" -msgstr "Video's" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -msgid "Your videos" -msgstr "Je video's" - -#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 -msgid "Your events" -msgstr "Jouw gebeurtenissen" - -#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 -#: src/Content/Nav.php:241 -msgid "Network" -msgstr "Netwerk" - -#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 -msgid "Conversations from your friends" -msgstr "Gesprekken van je vrienden" - -#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 -#: src/Model/Profile.php:948 src/Model/Profile.php:959 -msgid "Events and Calendar" -msgstr "Gebeurtenissen en kalender" - -#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Private mail" -msgstr "Privéberichten" - -#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 -msgid "Account settings" -msgstr "Account instellingen" - -#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:900 -#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:988 -#: src/Model/Profile.php:991 src/Module/Contact.php:800 -#: src/Module/Contact.php:884 -msgid "Contacts" -msgstr "Contacten" - -#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 -msgid "Manage/edit friends and contacts" -msgstr "Beheer/Wijzig vrienden en contacten" - #: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "Uitlijning" @@ -4440,925 +1312,303 @@ msgstr "Lettergrootte berichten" msgid "Textareas font size" msgstr "Lettergrootte tekstgebieden" -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Kommagescheiden lijst van de helper forums" +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "Er zijn geen MyISAM tabellen." -#: view/theme/vier/config.php:116 src/Core/ACL.php:302 -msgid "don't show" -msgstr "niet tonen" - -#: view/theme/vier/config.php:116 src/Core/ACL.php:301 -msgid "show" -msgstr "tonen" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Stijl instellen" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Forum/groepspagina's" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Forum/groepsprofielen" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help of @NewHere ?" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Diensten verbinden" - -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Zoek vrienden" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Laatste gebruikers" - -#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 -msgid "Find People" -msgstr "Zoek mensen" - -#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 -msgid "Enter name or interest" -msgstr "Vul naam of interesse in" - -#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Voorbeelden: Jan Peeters, Vissen" - -#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 -#: src/Module/Contact.php:820 src/Module/Directory.php:86 -msgid "Find" -msgstr "Zoek" - -#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 -msgid "Similar Interests" -msgstr "Dezelfde interesses" - -#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 -msgid "Random Profile" -msgstr "Willekeurig Profiel" - -#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 -msgid "Invite Friends" -msgstr "Vrienden uitnodigen" - -#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 -#: src/Module/Directory.php:78 -msgid "Global Directory" -msgstr "Globale gids" - -#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 -msgid "Local Directory" -msgstr "Lokale gids" - -#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:903 -#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 -msgid "Forums" -msgstr "Forums" - -#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 -msgid "External link to forum" -msgstr "Externe link naar het forum" - -#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:135 -#: src/Content/Widget.php:407 src/Content/Widget.php:507 -msgid "show more" -msgstr "toon meer" - -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Snelstart" - -#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 -#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 -#: src/Module/Settings/TwoFactor/Index.php:90 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 -msgid "Help" -msgstr "Help" - -#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 -msgid "Post to Email" -msgstr "Verzenden per e-mail" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Zichtbaar voor iedereen" - -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "" - -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Je profieldetails verbergen voor onbekende bezoekers?" - -#: src/Core/ACL.php:313 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectoren gedeactiveerd, aangezien \"%s\" geactiveerd is." - -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Afsluiten" - -#: src/Core/Installer.php:163 -msgid "" -"The database configuration file \"config/local.config.php\" could not be " -"written. Please use the enclosed text to create a configuration file in your" -" web server root." -msgstr "Het databaseconfiguratiebestand \"config/local.config.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver. " - -#: src/Core/Installer.php:182 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql." - -#: src/Core/Installer.php:183 src/Module/Install.php:174 -#: src/Module/Install.php:330 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Zie het bestand \"INSTALL.txt\"." - -#: src/Core/Installer.php:244 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Kan geen command-line-versie van PHP vinden in het PATH van de webserver." - -#: src/Core/Installer.php:245 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" -msgstr "Als je geen command line versie van PHP geïnstalleerd hebt op je server, dan kan je de achtergrondprocessen niet draaien. Zie 'Installatie van de worker'" - -#: src/Core/Installer.php:250 -msgid "PHP executable path" -msgstr "PATH van het PHP commando" - -#: src/Core/Installer.php:250 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Vul het volledige pad in naar het php programma. Je kunt dit leeg laten om de installatie verder te zetten." - -#: src/Core/Installer.php:255 -msgid "Command line PHP" -msgstr "PHP-opdrachtregel" - -#: src/Core/Installer.php:264 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "PHP uitvoerbaar bestand is niet de php cli binary (zou kunnen de cgi-fgci versie zijn)" - -#: src/Core/Installer.php:265 -msgid "Found PHP version: " -msgstr "Gevonden PHP versie:" - -#: src/Core/Installer.php:267 -msgid "PHP cli binary" -msgstr "PHP cli binary" - -#: src/Core/Installer.php:280 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd." - -#: src/Core/Installer.php:281 -msgid "This is required for message delivery to work." -msgstr "Dit is nodig om het verzenden van berichten mogelijk te maken." - -#: src/Core/Installer.php:286 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: src/Core/Installer.php:318 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Fout: de \"openssl_pkey_new\" functie op dit systeem kan geen encryptie sleutels genereren" - -#: src/Core/Installer.php:319 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait." - -#: src/Core/Installer.php:322 -msgid "Generate encryption keys" -msgstr "Genereer encryptie sleutels" - -#: src/Core/Installer.php:374 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd." - -#: src/Core/Installer.php:379 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" - -#: src/Core/Installer.php:385 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "Fout: PDO of MySQLi PHP module vereist maar niet geïnstalleerd." - -#: src/Core/Installer.php:390 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "Fout: de MySQL driver voor PDO is niet geïnstalleerd." - -#: src/Core/Installer.php:394 -msgid "PDO or MySQLi PHP module" -msgstr "PDO of MySQLi PHP module" - -#: src/Core/Installer.php:402 -msgid "Error, XML PHP module required but not installed." -msgstr "Fout: XML PHP module vereist maar niet geinstalleerd." - -#: src/Core/Installer.php:406 -msgid "XML PHP module" -msgstr "XML PHP module" - -#: src/Core/Installer.php:409 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" - -#: src/Core/Installer.php:410 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd." - -#: src/Core/Installer.php:416 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" - -#: src/Core/Installer.php:417 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd." - -#: src/Core/Installer.php:423 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" - -#: src/Core/Installer.php:424 -msgid "Error: openssl PHP module required but not installed." -msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd." - -#: src/Core/Installer.php:430 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" - -#: src/Core/Installer.php:431 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd." - -#: src/Core/Installer.php:437 -msgid "iconv PHP module" -msgstr "iconv PHP module" - -#: src/Core/Installer.php:438 -msgid "Error: iconv PHP module required but not installed." -msgstr "Fout: iconv PHP module vereist maar niet geïnstalleerd." - -#: src/Core/Installer.php:444 -msgid "POSIX PHP module" -msgstr "POSIX PHP module" - -#: src/Core/Installer.php:445 -msgid "Error: POSIX PHP module required but not installed." -msgstr "Fout: POSIX PHP module vereist maar niet geïnstalleerd." - -#: src/Core/Installer.php:451 -msgid "JSON PHP module" -msgstr "" - -#: src/Core/Installer.php:452 -msgid "Error: JSON PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:458 -msgid "File Information PHP module" -msgstr "" - -#: src/Core/Installer.php:459 -msgid "Error: File Information PHP module required but not installed." -msgstr "" - -#: src/Core/Installer.php:482 -msgid "" -"The web installer needs to be able to create a file called " -"\"local.config.php\" in the \"config\" folder of your web server and it is " -"unable to do so." -msgstr "Het installatieprogramma moet een bestand \"local.config.php\" in de \"config\" map van je webserver aanmaken, maar kan dit niet doen. " - -#: src/Core/Installer.php:483 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel." - -#: src/Core/Installer.php:484 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named local.config.php in your Friendica \"config\" folder." -msgstr "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand local.config.php in Friendica \"config\" map. " - -#: src/Core/Installer.php:485 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies." - -#: src/Core/Installer.php:488 -msgid "config/local.config.php is writable" -msgstr "config/local.config.php is schrijfbaar " - -#: src/Core/Installer.php:508 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen." - -#: src/Core/Installer.php:509 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie." - -#: src/Core/Installer.php:510 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Zorg ervoor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map." - -#: src/Core/Installer.php:511 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten." - -#: src/Core/Installer.php:514 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 is schrijfbaar" - -#: src/Core/Installer.php:543 -msgid "" -"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" -" to .htaccess." -msgstr "Url rewrite in .htaccess werkt niet. Heb je .htaccess-dist gekopieerd naar .htaccess?" - -#: src/Core/Installer.php:545 -msgid "Error message from Curl when fetching" -msgstr "Fout boodschap van Curl bij ophalen" - -#: src/Core/Installer.php:550 -msgid "Url rewrite is working" -msgstr "Url rewrite werkt correct" - -#: src/Core/Installer.php:579 -msgid "ImageMagick PHP extension is not installed" -msgstr "ImageMagick PHP extensie is niet geïnstalleerd" - -#: src/Core/Installer.php:581 -msgid "ImageMagick PHP extension is installed" -msgstr "ImageMagick PHP extensie is geïnstalleerd" - -#: src/Core/Installer.php:583 tests/src/Core/InstallerTest.php:372 -#: tests/src/Core/InstallerTest.php:400 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick ondersteunt GIF" - -#: src/Core/Installer.php:606 -msgid "Database already in use." -msgstr "Database al in gebruik." - -#: src/Core/Installer.php:611 -msgid "Could not connect to database." -msgstr "Kon geen toegang krijgen tot de database." - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Dinsdag" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Woensdag" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Donderdag" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 -msgid "Friday" -msgstr "Vrijdag" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Zaterdag" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 -msgid "January" -msgstr "Januari" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 -msgid "February" -msgstr "Februari" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 -msgid "March" -msgstr "Maart" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 -msgid "April" -msgstr "April" - -#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 -#: src/Model/Event.php:407 -msgid "May" -msgstr "Mei" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 -msgid "June" -msgstr "Juni" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 -msgid "July" -msgstr "Juli" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 -msgid "August" -msgstr "Augustus" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 -msgid "September" -msgstr "September" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 -msgid "October" -msgstr "Oktober" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 -msgid "November" -msgstr "November" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 -msgid "December" -msgstr "December" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Maa" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Din" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Woe" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Don" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Vrij" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Zat" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 -msgid "Sun" -msgstr "Zon" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 -msgid "Jan" -msgstr "Jan" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 -msgid "Feb" -msgstr "Feb" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 -msgid "Mar" -msgstr "Maa" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 -msgid "Apr" -msgstr "Apr" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 -msgid "Jun" -msgstr "Jun" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 -msgid "Jul" -msgstr "Jul" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 -msgid "Aug" -msgstr "Aug" - -#: src/Core/L10n/L10n.php:394 -msgid "Sep" -msgstr "Sep" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 -msgid "Oct" -msgstr "Okt" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 -msgid "Nov" -msgstr "Nov" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 -msgid "Dec" -msgstr "Dec" - -#: src/Core/L10n/L10n.php:413 -msgid "poke" -msgstr "por" - -#: src/Core/L10n/L10n.php:413 -msgid "poked" -msgstr "porde" - -#: src/Core/L10n/L10n.php:414 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n/L10n.php:414 -msgid "pinged" -msgstr "gepingd" - -#: src/Core/L10n/L10n.php:415 -msgid "prod" -msgstr "porren" - -#: src/Core/L10n/L10n.php:415 -msgid "prodded" -msgstr "gepord" - -#: src/Core/L10n/L10n.php:416 -msgid "slap" -msgstr "slaan" - -#: src/Core/L10n/L10n.php:416 -msgid "slapped" -msgstr "geslagen" - -#: src/Core/L10n/L10n.php:417 -msgid "finger" -msgstr "finger" - -#: src/Core/L10n/L10n.php:417 -msgid "fingered" -msgstr "gerfingerd" - -#: src/Core/L10n/L10n.php:418 -msgid "rebuff" -msgstr "afpoeieren" - -#: src/Core/L10n/L10n.php:418 -msgid "rebuffed" -msgstr "afgepoeierd" - -#: src/Core/NotificationsManager.php:144 -msgid "System" -msgstr "Systeem" - -#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 -#: src/Content/Nav.php:244 -msgid "Home" -msgstr "Tijdlijn" - -#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 -msgid "Introductions" -msgstr "Verzoeken" - -#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s gaf een reactie op het bericht van %s" - -#: src/Core/NotificationsManager.php:245 -#, php-format -msgid "%s created a new post" -msgstr "%s schreef een nieuw bericht" - -#: src/Core/NotificationsManager.php:259 -#, php-format -msgid "%s liked %s's post" -msgstr "%s vond het bericht van %s leuk" - -#: src/Core/NotificationsManager.php:272 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s vond het bericht van %s niet leuk" - -#: src/Core/NotificationsManager.php:285 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s woont het event van %s bij" - -#: src/Core/NotificationsManager.php:298 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s woont het event van %s niet bij" - -#: src/Core/NotificationsManager.php:311 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s woont het event van %s misschien bij" - -#: src/Core/NotificationsManager.php:344 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s is nu bevriend met %s" - -#: src/Core/NotificationsManager.php:622 -msgid "Friend Suggestion" -msgstr "Vriendschapsvoorstel" - -#: src/Core/NotificationsManager.php:656 -msgid "Friend/Connect Request" -msgstr "Vriendschapsverzoek" - -#: src/Core/NotificationsManager.php:656 -msgid "New Follower" -msgstr "Nieuwe Volger" - -#: src/Core/Session.php:188 -#, php-format -msgid "Welcome %s" -msgstr "" - -#: src/Core/Session.php:189 -msgid "Please upload a profile photo." -msgstr "Upload een profielfoto." - -#: src/Core/Session.php:192 -#, php-format -msgid "Welcome back %s" -msgstr "" - -#: src/Core/Update.php:193 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "Wijziging %s mislukt. Lees de error logbestanden." - -#: src/Core/Update.php:257 +#: src/Database/DBStructure.php:74 #, php-format msgid "" "\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "\n\t\t\t\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn." +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nFout %d is opgetreden tijdens database update:\n%s\n" -#: src/Core/Update.php:263 +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "Fouten opgetreden tijdens database aanpassingen:" + +#: src/Database/DBStructure.php:266 #, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "De foutboodschap is\n[pre]%s[/pre]" +msgid "%s: Database update" +msgstr "%s: Database update" -#: src/Core/Update.php:269 src/Core/Update.php:308 -msgid "[Friendica Notify] Database update" +#: src/Database/DBStructure.php:527 +#, php-format +msgid "%s: updating %s table." +msgstr "%s: tabel %s aan het updaten." + +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "Deze entry werd bewerkt" + +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "Privébericht" + +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "Bewerken" + +#: src/Object/Post.php:197 +msgid "pinned item" msgstr "" -#: src/Core/Update.php:300 +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "Verwijder lokaal" + +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "Verwijder globaal" + +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "Verwijder lokaal" + +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "Bewaren in map" + +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "Ik zal er zijn" + +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "Ik zal er niet zijn" + +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "Ik ga misschien" + +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "Negeer gesprek" + +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "Stop met gesprek te negeren" + +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "verwissel negeer status" + +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "Verboden" + +#: src/Object/Post.php:296 +msgid "pin" +msgstr "" + +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "" + +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "" + +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "" + +#: src/Object/Post.php:308 +msgid "add star" +msgstr "ster toevoegen" + +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "ster verwijderen" + +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "ster toevoegen of verwijderen" + +#: src/Object/Post.php:313 +msgid "starred" +msgstr "met ster" + +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "label toevoegen" + +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "Vind ik leuk" + +#: src/Object/Post.php:328 +msgid "like" +msgstr "leuk" + +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "Vind ik niet leuk" + +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "niet leuk" + +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "Delen" + +#: src/Object/Post.php:332 +msgid "share" +msgstr "Delen" + +#: src/Object/Post.php:384 #, php-format -msgid "" -"\n" -"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." -msgstr "\n\t\t\t\t\tDe Friendica database is succesvol geupdatet van %s naar %s" +msgid "%s (Received %s)" +msgstr "" -#: src/Core/UserImport.php:107 -msgid "Error decoding account file" -msgstr "Fout bij decoderen van het account bestand" +#: src/Object/Post.php:409 +msgid "to" +msgstr "aan" -#: src/Core/UserImport.php:113 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Fout! Geen versie data in het bestand! Is dit wel een Friendica account bestand?" +#: src/Object/Post.php:410 +msgid "via" +msgstr "via" -#: src/Core/UserImport.php:121 +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "wall-to-wall" + +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall" + +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "Reacties" + +#: src/Object/Post.php:448 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "Gebruiker '%s' bestaat al op deze server!" +msgid "Reply to %s" +msgstr "" -#: src/Core/UserImport.php:157 -msgid "User creation error" -msgstr "Fout bij het aanmaken van de gebruiker" +#: src/Object/Post.php:464 +msgid "Notifier task is pending" +msgstr "" -#: src/Core/UserImport.php:175 -msgid "User profile creation error" -msgstr "Fout bij het aanmaken van het gebruikersprofiel" +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "" -#: src/Core/UserImport.php:219 +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "" + +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "" + +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "" + +#: src/Object/Post.php:488 #, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact werd niet geïmporteerd" -msgstr[1] "%d contacten werden niet geïmporteerd" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d reactie" +msgstr[1] "%d reacties" -#: src/Core/UserImport.php:284 -msgid "Done. You can now login with your username and password" -msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" +#: src/Object/Post.php:489 +msgid "Show more" +msgstr "" -#: src/Util/Temporal.php:147 src/Model/Profile.php:776 -msgid "Birthday:" -msgstr "Verjaardag:" +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "" -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "JJJJ-MM-DD of MM-DD" +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "reactie" +msgstr[1] "reacties" -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "nooit" +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "Dit ben jij" -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "minder dan een seconde geleden" +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "Geen systeem thema configuratie ingesteld." -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "jaar" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "jaren" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "maanden" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "weken" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "dagen" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "uur" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "uren" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "minuut" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "minuten" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "seconde" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "seconden" - -#: src/Util/Temporal.php:329 -#, php-format -msgid "in %1$d %2$s" -msgstr "in %1$d%2$s" - -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s geleden" - -#: src/Content/Text/BBCode.php:457 +#: src/Content/Text/BBCode.php:490 msgid "view full size" msgstr "Volledig formaat" -#: src/Content/Text/BBCode.php:891 src/Content/Text/BBCode.php:1533 -#: src/Content/Text/BBCode.php:1534 +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 msgid "Image/photo" msgstr "Afbeelding/foto" -#: src/Content/Text/BBCode.php:1009 +#: src/Content/Text/BBCode.php:1045 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:1460 src/Content/Text/BBCode.php:1482 -msgid "$1 wrote:" -msgstr "$1 schreef:" - -#: src/Content/Text/BBCode.php:1536 src/Content/Text/BBCode.php:1537 -msgid "Encrypted content" -msgstr "Versleutelde inhoud" - -#: src/Content/Text/BBCode.php:1758 -msgid "Invalid source protocol" -msgstr "Ongeldig bron protocol" - -#: src/Content/Text/BBCode.php:1769 -msgid "Invalid link protocol" -msgstr "Ongeldig verbinding protocol" - -#: src/Content/Text/HTML.php:789 -msgid "Loading more entries..." -msgstr "Meer berichten aan het laden..." - -#: src/Content/Text/HTML.php:790 -msgid "The end" -msgstr "Het einde" - -#: src/Content/Text/HTML.php:883 src/Model/Profile.php:536 -#: src/Module/Contact.php:335 -msgid "Follow" -msgstr "Volg" - -#: src/Content/Text/HTML.php:892 src/Content/Nav.php:79 -msgid "@name, !forum, #tags, content" -msgstr "@naam, !forum, #labels, inhoud" - -#: src/Content/Text/HTML.php:898 src/Content/Nav.php:203 -msgid "Full Text" -msgstr "Volledige tekst" - -#: src/Content/Text/HTML.php:899 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:204 -msgid "Tags" -msgstr "Labels" - -#: src/Content/Text/HTML.php:940 src/Model/Item.php:3518 -#: src/Model/Item.php:3529 +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 msgid "Click to open/close" msgstr "klik om te openen/sluiten" -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Exporteer" +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "$1 schreef:" -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Exporteer kalender als ical" +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "Versleutelde inhoud" -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Exporteer kalender als csv" +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "Ongeldig bron protocol" -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "Geen contacten" +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "Ongeldig verbinding protocol" -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contact" -msgstr[1] "%d contacten" +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "Meer berichten aan het laden..." -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "Bekijk contacten" +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "Het einde" -#: src/Content/Widget/TrendingTags.php:34 -#, php-format -msgid "Trending Tags (last %d hour)" -msgid_plural "Trending Tags (last %d hours)" -msgstr[0] "" -msgstr[1] "" +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "Bewaren" -#: src/Content/Widget/TrendingTags.php:35 -msgid "More Trending Tags" -msgstr "" +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "Volg" -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "nieuwere berichten" +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "Zoeken" -#: src/Content/Pager.php:158 -msgid "older" -msgstr "oudere berichten" +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@naam, !forum, #labels, inhoud" -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "vorige" +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Volledige tekst" -#: src/Content/Pager.php:263 -msgid "last" -msgstr "laatste" +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Labels" #: src/Content/ContactSelector.php:58 msgid "Frequently" @@ -5384,297 +1634,393 @@ msgstr "Wekelijks" msgid "Monthly" msgstr "Maandelijks" -#: src/Content/ContactSelector.php:83 +#: src/Content/ContactSelector.php:116 msgid "DFRN" msgstr "DFRN" -#: src/Content/ContactSelector.php:84 +#: src/Content/ContactSelector.php:117 msgid "OStatus" msgstr "OStatus" -#: src/Content/ContactSelector.php:85 +#: src/Content/ContactSelector.php:118 msgid "RSS/Atom" msgstr "RSS/Atom" -#: src/Content/ContactSelector.php:86 src/Module/Admin/Users.php:272 +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 #: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 #: src/Module/Admin/Users.php:315 msgid "Email" msgstr "E-mail" -#: src/Content/ContactSelector.php:88 +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "Diaspora" + +#: src/Content/ContactSelector.php:121 msgid "Zot!" msgstr "Zot!" -#: src/Content/ContactSelector.php:89 +#: src/Content/ContactSelector.php:122 msgid "LinkedIn" msgstr "LinkedIn" -#: src/Content/ContactSelector.php:90 +#: src/Content/ContactSelector.php:123 msgid "XMPP/IM" msgstr "XMPP/Chat" -#: src/Content/ContactSelector.php:91 +#: src/Content/ContactSelector.php:124 msgid "MySpace" msgstr "MySpace" -#: src/Content/ContactSelector.php:92 +#: src/Content/ContactSelector.php:125 msgid "Google+" msgstr "Google+" -#: src/Content/ContactSelector.php:93 +#: src/Content/ContactSelector.php:126 msgid "pump.io" msgstr "pump.io" -#: src/Content/ContactSelector.php:94 +#: src/Content/ContactSelector.php:127 msgid "Twitter" msgstr "Twitter" -#: src/Content/ContactSelector.php:95 +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "" + +#: src/Content/ContactSelector.php:129 msgid "Diaspora Connector" msgstr "Diaspora Connector" -#: src/Content/ContactSelector.php:96 +#: src/Content/ContactSelector.php:130 msgid "GNU Social Connector" msgstr "GNU Social Connector" -#: src/Content/ContactSelector.php:97 +#: src/Content/ContactSelector.php:131 msgid "ActivityPub" msgstr "ActivityPub" -#: src/Content/ContactSelector.php:98 +#: src/Content/ContactSelector.php:132 msgid "pnut" msgstr "pnut" -#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193 -#: src/Content/ContactSelector.php:231 +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 msgid "No answer" msgstr "Geen antwoord" -#: src/Content/ContactSelector.php:154 +#: src/Content/ContactSelector.php:232 msgid "Male" -msgstr "Mannelijk" +msgstr "Man" -#: src/Content/ContactSelector.php:155 +#: src/Content/ContactSelector.php:233 msgid "Female" -msgstr "Vrouwelijk" +msgstr "Vrouw" -#: src/Content/ContactSelector.php:156 +#: src/Content/ContactSelector.php:234 msgid "Currently Male" -msgstr "Momenteel mannelijk" +msgstr "Momenteel man" -#: src/Content/ContactSelector.php:157 +#: src/Content/ContactSelector.php:235 msgid "Currently Female" -msgstr "Momenteel vrouwelijk" +msgstr "Momenteel vrouw" -#: src/Content/ContactSelector.php:158 +#: src/Content/ContactSelector.php:236 msgid "Mostly Male" -msgstr "Hoofdzakelijk mannelijk" +msgstr "Hoofdzakelijk man" -#: src/Content/ContactSelector.php:159 +#: src/Content/ContactSelector.php:237 msgid "Mostly Female" -msgstr "Hoofdzakelijk vrouwelijk" +msgstr "Hoofdzakelijk vrouw" -#: src/Content/ContactSelector.php:160 +#: src/Content/ContactSelector.php:238 msgid "Transgender" msgstr "Transgender" -#: src/Content/ContactSelector.php:161 +#: src/Content/ContactSelector.php:239 msgid "Intersex" msgstr "Intersex" -#: src/Content/ContactSelector.php:162 +#: src/Content/ContactSelector.php:240 msgid "Transsexual" msgstr "Transeksueel" -#: src/Content/ContactSelector.php:163 +#: src/Content/ContactSelector.php:241 msgid "Hermaphrodite" msgstr "Hermafrodiet" -#: src/Content/ContactSelector.php:164 +#: src/Content/ContactSelector.php:242 msgid "Neuter" msgstr "Onzijdig" -#: src/Content/ContactSelector.php:165 +#: src/Content/ContactSelector.php:243 msgid "Non-specific" msgstr "Niet-specifiek" -#: src/Content/ContactSelector.php:166 +#: src/Content/ContactSelector.php:244 msgid "Other" msgstr "Anders" -#: src/Content/ContactSelector.php:194 +#: src/Content/ContactSelector.php:272 msgid "Males" msgstr "Mannen" -#: src/Content/ContactSelector.php:195 +#: src/Content/ContactSelector.php:273 msgid "Females" msgstr "Vrouwen" -#: src/Content/ContactSelector.php:196 +#: src/Content/ContactSelector.php:274 msgid "Gay" msgstr "Homo" -#: src/Content/ContactSelector.php:197 +#: src/Content/ContactSelector.php:275 msgid "Lesbian" msgstr "Lesbienne" -#: src/Content/ContactSelector.php:198 +#: src/Content/ContactSelector.php:276 msgid "No Preference" msgstr "Geen voorkeur" -#: src/Content/ContactSelector.php:199 +#: src/Content/ContactSelector.php:277 msgid "Bisexual" msgstr "Biseksueel" -#: src/Content/ContactSelector.php:200 +#: src/Content/ContactSelector.php:278 msgid "Autosexual" msgstr "Autoseksueel" -#: src/Content/ContactSelector.php:201 +#: src/Content/ContactSelector.php:279 msgid "Abstinent" msgstr "Onthouder" -#: src/Content/ContactSelector.php:202 +#: src/Content/ContactSelector.php:280 msgid "Virgin" msgstr "Maagd" -#: src/Content/ContactSelector.php:203 +#: src/Content/ContactSelector.php:281 msgid "Deviant" msgstr "Afwijkend" -#: src/Content/ContactSelector.php:204 +#: src/Content/ContactSelector.php:282 msgid "Fetish" msgstr "Fetisj" -#: src/Content/ContactSelector.php:205 +#: src/Content/ContactSelector.php:283 msgid "Oodles" msgstr "Veel" -#: src/Content/ContactSelector.php:206 +#: src/Content/ContactSelector.php:284 msgid "Nonsexual" msgstr "Niet seksueel" -#: src/Content/ContactSelector.php:232 +#: src/Content/ContactSelector.php:310 msgid "Single" msgstr "Alleenstaand" -#: src/Content/ContactSelector.php:233 +#: src/Content/ContactSelector.php:311 msgid "Lonely" msgstr "Eenzaam" -#: src/Content/ContactSelector.php:234 +#: src/Content/ContactSelector.php:312 msgid "In a relation" msgstr "In een relatie" -#: src/Content/ContactSelector.php:235 +#: src/Content/ContactSelector.php:313 msgid "Has crush" msgstr "Verliefd" -#: src/Content/ContactSelector.php:236 +#: src/Content/ContactSelector.php:314 msgid "Infatuated" msgstr "Smoorverliefd" -#: src/Content/ContactSelector.php:237 +#: src/Content/ContactSelector.php:315 msgid "Dating" msgstr "Aan het daten" -#: src/Content/ContactSelector.php:238 +#: src/Content/ContactSelector.php:316 msgid "Unfaithful" msgstr "Ontrouw" -#: src/Content/ContactSelector.php:239 +#: src/Content/ContactSelector.php:317 msgid "Sex Addict" msgstr "Seksverslaafd" -#: src/Content/ContactSelector.php:240 src/Model/User.php:762 +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 msgid "Friends" msgstr "Vrienden" -#: src/Content/ContactSelector.php:241 +#: src/Content/ContactSelector.php:319 msgid "Friends/Benefits" msgstr "Vriendschap plus" -#: src/Content/ContactSelector.php:242 +#: src/Content/ContactSelector.php:320 msgid "Casual" msgstr "Ongebonden/vluchtig" -#: src/Content/ContactSelector.php:243 +#: src/Content/ContactSelector.php:321 msgid "Engaged" msgstr "Verloofd" -#: src/Content/ContactSelector.php:244 +#: src/Content/ContactSelector.php:322 msgid "Married" msgstr "Getrouwd" -#: src/Content/ContactSelector.php:245 +#: src/Content/ContactSelector.php:323 msgid "Imaginarily married" msgstr "Denkbeeldig getrouwd" -#: src/Content/ContactSelector.php:246 +#: src/Content/ContactSelector.php:324 msgid "Partners" msgstr "Partners" -#: src/Content/ContactSelector.php:247 +#: src/Content/ContactSelector.php:325 msgid "Cohabiting" msgstr "Samenwonend" -#: src/Content/ContactSelector.php:248 +#: src/Content/ContactSelector.php:326 msgid "Common law" msgstr "getrouwd voor-de-wet" -#: src/Content/ContactSelector.php:249 +#: src/Content/ContactSelector.php:327 msgid "Happy" msgstr "Blij" -#: src/Content/ContactSelector.php:250 +#: src/Content/ContactSelector.php:328 msgid "Not looking" msgstr "Niet op zoek" -#: src/Content/ContactSelector.php:251 +#: src/Content/ContactSelector.php:329 msgid "Swinger" msgstr "Swinger" -#: src/Content/ContactSelector.php:252 +#: src/Content/ContactSelector.php:330 msgid "Betrayed" msgstr "Bedrogen" -#: src/Content/ContactSelector.php:253 +#: src/Content/ContactSelector.php:331 msgid "Separated" msgstr "Uit elkaar" -#: src/Content/ContactSelector.php:254 +#: src/Content/ContactSelector.php:332 msgid "Unstable" msgstr "Onstabiel" -#: src/Content/ContactSelector.php:255 +#: src/Content/ContactSelector.php:333 msgid "Divorced" msgstr "Gescheiden" -#: src/Content/ContactSelector.php:256 +#: src/Content/ContactSelector.php:334 msgid "Imaginarily divorced" msgstr "Denkbeeldig gescheiden" -#: src/Content/ContactSelector.php:257 +#: src/Content/ContactSelector.php:335 msgid "Widowed" msgstr "Weduwnaar/weduwe" -#: src/Content/ContactSelector.php:258 +#: src/Content/ContactSelector.php:336 msgid "Uncertain" msgstr "Onzeker" -#: src/Content/ContactSelector.php:259 +#: src/Content/ContactSelector.php:337 msgid "It's complicated" msgstr "Het is gecompliceerd" -#: src/Content/ContactSelector.php:260 +#: src/Content/ContactSelector.php:338 msgid "Don't care" msgstr "Kan me niet schelen" -#: src/Content/ContactSelector.php:261 +#: src/Content/ContactSelector.php:339 msgid "Ask me" msgstr "Vraag me" +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "Nieuw Contact toevoegen" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "Voeg een webadres of -locatie in:" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "Verbinden" + +#: src/Content/Widget.php:59 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d uitnodiging beschikbaar" +msgstr[1] "%d uitnodigingen beschikbaar" + +#: src/Content/Widget.php:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "Volgers" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "Volgend" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "Gemeenschappelijke vrienden" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "Relaties" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "Alle Contacten" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "Protocollen" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "Alle protocollen" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "Bewaarde Mappen" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "Alles" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "Categorieën" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d gedeeld contact" +msgstr[1] "%d gedeelde contacten" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "Archieven" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Inbedden uitgeschakeld" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Ingebedde inhoud" + #: src/Content/Feature.php:82 msgid "General Features" msgstr "Algemene functies" @@ -5707,13 +2053,13 @@ msgstr "Mogelijkheid voor bezoekers om de publieke kalender te downloaden" #: src/Content/Feature.php:87 msgid "Trending Tags" -msgstr "" +msgstr "Populaire Tags" #: src/Content/Feature.php:87 msgid "" "Show a community page widget with a list of the most popular tags in recent " "public posts." -msgstr "" +msgstr "Toon een widget voor communitypagina met een lijst van de populairste tags in recente openbare berichten." #: src/Content/Feature.php:92 msgid "Post Composition Features" @@ -5730,22 +2076,18 @@ msgstr "Voeg toe/verwijder vermelding wanneer een forum pagina geselecteerd/gede #: src/Content/Feature.php:94 msgid "Explicit Mentions" -msgstr "" +msgstr "Expliciete vermeldingen" #: src/Content/Feature.php:94 msgid "" "Add explicit mentions to comment box for manual control over who gets " "mentioned in replies." -msgstr "" +msgstr "Voeg expliciete vermeldingen toe aan het opmerkingenvak voor handmatige controle over wie in antwoorden wordt vermeld." #: src/Content/Feature.php:99 msgid "Network Sidebar" msgstr "Netwerk Zijbalk" -#: src/Content/Feature.php:100 src/Content/Widget.php:501 -msgid "Archives" -msgstr "Archieven" - #: src/Content/Feature.php:100 msgid "Ability to select posts by date ranges" msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik" @@ -5826,7 +2168,7 @@ msgstr "Niets nieuw hier" msgid "Clear notifications" msgstr "Notificaties verwijderen" -#: src/Content/Nav.php:153 src/Module/Login.php:315 +#: src/Content/Nav.php:153 src/Module/Login.php:136 msgid "Logout" msgstr "Uitloggen" @@ -5834,8 +2176,8 @@ msgstr "Uitloggen" msgid "End this session" msgstr "Deze sessie beëindigen" -#: src/Content/Nav.php:155 src/Module/Bookmarklet.php:25 -#: src/Module/Login.php:316 +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 msgid "Login" msgstr "Login" @@ -5851,12 +2193,15 @@ msgstr "Persoonlijke nota's" msgid "Your personal notes" msgstr "Je persoonlijke nota's" +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "Tijdlijn" + #: src/Content/Nav.php:182 msgid "Home Page" msgstr "Jouw tijdlijn" -#: src/Content/Nav.php:186 src/Module/Login.php:287 -#: src/Module/Register.php:136 +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 msgid "Register" msgstr "Registreer" @@ -5904,8 +2249,9 @@ msgstr "Informatie" msgid "Information about this friendica instance" msgstr "informatie over deze friendica server" -#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 msgid "Terms of Service" msgstr "Gebruiksvoorwaarden" @@ -5921,14 +2267,26 @@ msgstr "Netwerkpagina opnieuw instellen" msgid "Load Network page with no filters" msgstr "Laad de netwerkpagina zonder filters" +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Verzoeken" + #: src/Content/Nav.php:248 msgid "Friend Requests" msgstr "Vriendschapsverzoeken" +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "Notificaties" + #: src/Content/Nav.php:250 msgid "See all notifications" msgstr "Toon alle notificaties" +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "Als 'gelezen' markeren" + #: src/Content/Nav.php:251 msgid "Mark all system notifications seen" msgstr "Alle systeemnotificaties als gelezen markeren" @@ -5941,671 +2299,732 @@ msgstr "Inbox" msgid "Outbox" msgstr "Verzonden berichten" +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "Nieuw Bericht" + #: src/Content/Nav.php:260 -msgid "Manage" -msgstr "Beheren" +msgid "Delegation" +msgstr "Delegatie" #: src/Content/Nav.php:260 msgid "Manage other pages" msgstr "Andere pagina's beheren" -#: src/Content/Nav.php:268 +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "Profielen" + +#: src/Content/Nav.php:266 msgid "Manage/Edit Profiles" msgstr "Beheer/Wijzig Profielen" -#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 msgid "Admin" msgstr "Beheer" -#: src/Content/Nav.php:276 +#: src/Content/Nav.php:274 msgid "Site setup and configuration" msgstr "Website opzetten en configureren" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:277 msgid "Navigation" msgstr "Navigatie" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:277 msgid "Site map" msgstr "Sitemap" -#: src/Content/OEmbed.php:254 -msgid "Embedding disabled" -msgstr "Inbedden uitgeschakeld" +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "Verwijder zoekterm" -#: src/Content/OEmbed.php:377 -msgid "Embedded content" -msgstr "Ingebedde inhoud" +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "Opgeslagen zoekopdrachten" -#: src/Content/Widget.php:38 -msgid "Add New Contact" -msgstr "Nieuw Contact toevoegen" +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Exporteer" -#: src/Content/Widget.php:39 -msgid "Enter address or web location" -msgstr "Voeg een webadres of -locatie in:" +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Exporteer kalender als ical" -#: src/Content/Widget.php:40 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara" +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Exporteer kalender als csv" -#: src/Content/Widget.php:58 +#: src/Content/Widget/TrendingTags.php:34 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d uitnodiging beschikbaar" -msgstr[1] "%d uitnodigingen beschikbaar" +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "Populaire Tags (laatste %d uur)" +msgstr[1] "Populaire Tags (laatste %d uur)" -#: src/Content/Widget.php:193 src/Module/Contact.php:798 -#: src/Module/Profile/Contacts.php:127 -msgid "Following" -msgstr "" +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "Meer Populaire Tags" -#: src/Content/Widget.php:194 src/Module/Contact.php:799 -#: src/Module/Profile/Contacts.php:128 -msgid "Mutual friends" -msgstr "" +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "Geen contacten" -#: src/Content/Widget.php:199 -msgid "Relationships" -msgstr "" - -#: src/Content/Widget.php:201 src/Module/Contact.php:694 -#: src/Module/Group.php:287 -msgid "All Contacts" -msgstr "Alle Contacten" - -#: src/Content/Widget.php:244 -msgid "Protocols" -msgstr "Protocollen" - -#: src/Content/Widget.php:246 -msgid "All Protocols" -msgstr "Alle protocollen" - -#: src/Content/Widget.php:279 -msgid "Saved Folders" -msgstr "Bewaarde Mappen" - -#: src/Content/Widget.php:281 src/Content/Widget.php:320 -msgid "Everything" -msgstr "Alles" - -#: src/Content/Widget.php:318 -msgid "Categories" -msgstr "Categorieën" - -#: src/Content/Widget.php:402 +#: src/Content/Widget/ContactBlock.php:90 #, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d gedeeld contact" -msgstr[1] "%d gedeelde contacten" +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contact" +msgstr[1] "%d contacten" -#: src/Database/DBStructure.php:50 -msgid "There are no tables on MyISAM." -msgstr "Er zijn geen MyISAM tabellen." +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "Bekijk contacten" -#: src/Database/DBStructure.php:74 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nFout %d is opgetreden tijdens database update:\n%s\n" +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "nieuwere berichten" -#: src/Database/DBStructure.php:77 -msgid "Errors encountered performing database changes: " -msgstr "Fouten opgetreden tijdens database aanpassingen:" +#: src/Content/Pager.php:158 +msgid "older" +msgstr "oudere berichten" -#: src/Database/DBStructure.php:266 -#, php-format -msgid "%s: Database update" -msgstr "%s: Database update" +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "eerste" -#: src/Database/DBStructure.php:527 -#, php-format -msgid "%s: updating %s table." -msgstr "%s: tabel %s aan het updaten." +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "vorige" -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "" +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "volgende" -#: src/Model/Storage/Filesystem.php:105 -#, php-format -msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "" +#: src/Content/Pager.php:263 +msgid "last" +msgstr "laatste" -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "" - -#: src/Model/Storage/Filesystem.php:128 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "" - -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "" - -#: src/Model/Contact.php:1203 -msgid "Drop Contact" -msgstr "Verwijder contact" - -#: src/Model/Contact.php:1705 -msgid "Organisation" -msgstr "Organisatie" - -#: src/Model/Contact.php:1709 -msgid "News" -msgstr "Nieuws" - -#: src/Model/Contact.php:1713 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:2109 -msgid "Connect URL missing." -msgstr "Connectie URL ontbreekt." - -#: src/Model/Contact.php:2118 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "Het contact kon niet toegevoegd worden. Gelieve de relevante netwerk gegevens na te kijken in Instellingen -> Sociale Netwerken." - -#: src/Model/Contact.php:2159 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken." - -#: src/Model/Contact.php:2160 src/Model/Contact.php:2173 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." - -#: src/Model/Contact.php:2171 -msgid "The profile address specified does not provide adequate information." -msgstr "Het opgegeven profiel adres bevat geen adequate informatie." - -#: src/Model/Contact.php:2176 -msgid "An author or name was not found." -msgstr "Er werd geen auteur of naam gevonden." - -#: src/Model/Contact.php:2179 -msgid "No browser URL could be matched to this address." -msgstr "Er kan geen browser URL gematcht worden met dit adres." - -#: src/Model/Contact.php:2182 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact." - -#: src/Model/Contact.php:2183 -msgid "Use mailto: in front of address to force email check." -msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." - -#: src/Model/Contact.php:2189 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Het opgegeven profiel adres behoort tot een netwerk dat gedeactiveerd is op deze site." - -#: src/Model/Contact.php:2194 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Profiel met restricties. Deze peresoon zal geen directe/persoonlijke notificaties van jou kunnen ontvangen." - -#: src/Model/Contact.php:2249 -msgid "Unable to retrieve contact information." -msgstr "Het was niet mogelijk informatie over dit contact op te halen." - -#: src/Model/Event.php:34 src/Model/Event.php:847 -#: src/Module/Debug/Localtime.php:17 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "Begint:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "Eindigt:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "de hele dag" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "Sep" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "Geen gebeurtenissen te tonen" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "l j F" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "Gebeurtenis bewerken" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "Duplicate gebeurtenis" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "Verwijder gebeurtenis" - -#: src/Model/Event.php:626 src/Model/Item.php:3569 src/Model/Item.php:3576 -msgid "link to source" -msgstr "Verwijzing naar bron" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "D g:i A" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "g:i A" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "Toon kaart" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "Verberg kaart" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%s's verjaardag" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "Gefeliciteerd %s" - -#: src/Model/FileTag.php:265 -msgid "Item filed" -msgstr "Item bewaard" - -#: src/Model/Group.php:77 -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 "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. " - -#: src/Model/Group.php:407 -msgid "Default privacy group for new contacts" -msgstr "Standaard privacy groep voor nieuwe contacten" - -#: src/Model/Group.php:439 -msgid "Everybody" -msgstr "Iedereen" - -#: src/Model/Group.php:458 -msgid "edit" -msgstr "verander" - -#: src/Model/Group.php:484 src/Module/Contact.php:734 -#: src/Module/Welcome.php:57 -msgid "Groups" -msgstr "Groepen" - -#: src/Model/Group.php:488 -msgid "Edit group" -msgstr "Verander groep" - -#: src/Model/Group.php:489 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Contacten bestaan in geen enkele groep" - -#: src/Model/Group.php:491 -msgid "Create a new group" -msgstr "Maak nieuwe groep" - -#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Groepsnaam:" - -#: src/Model/Group.php:493 -msgid "Edit groups" -msgstr "Bewerk groepen" - -#: src/Model/Item.php:3304 -msgid "activity" -msgstr "activiteit" - -#: src/Model/Item.php:3306 src/Object/Post.php:473 -msgid "comment" -msgid_plural "comments" -msgstr[0] "reactie" -msgstr[1] "reacties" - -#: src/Model/Item.php:3309 -msgid "post" -msgstr "bericht" - -#: src/Model/Item.php:3408 -#, php-format -msgid "Content warning: %s" -msgstr "Waarschuwing inhoud: %s" - -#: src/Model/Item.php:3485 -msgid "bytes" -msgstr "bytes" - -#: src/Model/Item.php:3563 -msgid "View on separate page" -msgstr "Bekijk op aparte pagina" - -#: src/Model/Item.php:3564 -msgid "view on separate page" -msgstr "bekijk op aparte pagina" - -#: src/Model/Mail.php:112 src/Model/Mail.php:247 -msgid "[no subject]" -msgstr "[geen onderwerp]" - -#: src/Model/Profile.php:212 src/Model/Profile.php:428 -#: src/Model/Profile.php:877 +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 msgid "Edit profile" msgstr "Bewerk profiel" -#: src/Model/Profile.php:402 +#: src/Model/Profile.php:398 msgid "Manage/edit profiles" msgstr "Beheer/wijzig profielen" -#: src/Model/Profile.php:451 src/Model/Profile.php:787 -#: src/Module/Directory.php:143 +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "Profiel foto wijzigen" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "Maak nieuw profiel" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "Profiel afbeelding" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "zichtbaar voor iedereen" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "Pas zichtbaarheid aan" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "Plaats:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "Geslacht:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 msgid "Status:" msgstr "Tijdlijn:" -#: src/Model/Profile.php:452 src/Model/Profile.php:804 -#: src/Module/Directory.php:144 +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 msgid "Homepage:" msgstr "Website:" -#: src/Model/Profile.php:454 src/Module/Contact.php:647 +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "Over:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 msgid "XMPP:" msgstr "XMPP:" -#: src/Model/Profile.php:538 src/Module/Contact.php:337 +#: src/Model/Profile.php:542 src/Module/Contact.php:320 msgid "Unfollow" -msgstr "" +msgstr "Stop volgen" -#: src/Model/Profile.php:540 +#: src/Model/Profile.php:544 msgid "Atom feed" msgstr "Atom feed" -#: src/Model/Profile.php:580 src/Model/Profile.php:677 +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "Netwerk:" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 msgid "g A l F d" msgstr "G l j F" -#: src/Model/Profile.php:581 +#: src/Model/Profile.php:585 msgid "F d" msgstr "d F" -#: src/Model/Profile.php:643 src/Model/Profile.php:728 +#: src/Model/Profile.php:647 src/Model/Profile.php:732 msgid "[today]" msgstr "[vandaag]" -#: src/Model/Profile.php:653 +#: src/Model/Profile.php:657 msgid "Birthday Reminders" msgstr "Verjaardagsherinneringen" -#: src/Model/Profile.php:654 +#: src/Model/Profile.php:658 msgid "Birthdays this week:" msgstr "Verjaardagen deze week:" -#: src/Model/Profile.php:715 +#: src/Model/Profile.php:719 msgid "[No description]" msgstr "[Geen omschrijving]" -#: src/Model/Profile.php:741 +#: src/Model/Profile.php:745 msgid "Event Reminders" msgstr "Gebeurtenisherinneringen" -#: src/Model/Profile.php:742 +#: src/Model/Profile.php:746 msgid "Upcoming events the next 7 days:" msgstr "Evenementen de komende 7 dagen:" -#: src/Model/Profile.php:759 +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "Volledige Naam:" + +#: src/Model/Profile.php:763 msgid "Member since:" msgstr "Lid sinds:" -#: src/Model/Profile.php:767 +#: src/Model/Profile.php:771 msgid "j F, Y" msgstr "F j Y" -#: src/Model/Profile.php:768 +#: src/Model/Profile.php:772 msgid "j F" msgstr "F j" -#: src/Model/Profile.php:783 +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "Verjaardag:" + +#: src/Model/Profile.php:787 msgid "Age:" msgstr "Leeftijd:" -#: src/Model/Profile.php:796 +#: src/Model/Profile.php:800 #, php-format msgid "for %1$d %2$s" msgstr "voor %1$d %2$s" -#: src/Model/Profile.php:820 +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "Seksuele Voorkeur:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "Woonplaats:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "Labels:" + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "Politieke standpunten:" + +#: src/Model/Profile.php:824 msgid "Religion:" msgstr "Religie:" -#: src/Model/Profile.php:828 +#: src/Model/Profile.php:832 msgid "Hobbies/Interests:" msgstr "Hobby:" -#: src/Model/Profile.php:840 +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "Houdt van:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "Houdt niet van:" + +#: src/Model/Profile.php:844 msgid "Contact information and Social Networks:" msgstr "Contactinformatie en sociale netwerken:" -#: src/Model/Profile.php:844 +#: src/Model/Profile.php:848 msgid "Musical interests:" msgstr "Muzikale interesse " -#: src/Model/Profile.php:848 +#: src/Model/Profile.php:852 msgid "Books, literature:" msgstr "Boeken, literatuur:" -#: src/Model/Profile.php:852 +#: src/Model/Profile.php:856 msgid "Television:" msgstr "Televisie" -#: src/Model/Profile.php:856 +#: src/Model/Profile.php:860 msgid "Film/dance/culture/entertainment:" msgstr "Film/dans/cultuur/ontspanning:" -#: src/Model/Profile.php:860 +#: src/Model/Profile.php:864 msgid "Love/Romance:" msgstr "Liefde/romance:" -#: src/Model/Profile.php:864 +#: src/Model/Profile.php:868 msgid "Work/employment:" msgstr "Werk/beroep:" -#: src/Model/Profile.php:868 +#: src/Model/Profile.php:872 msgid "School/education:" msgstr "School/opleiding:" -#: src/Model/Profile.php:873 +#: src/Model/Profile.php:877 msgid "Forums:" msgstr "Fora:" -#: src/Model/Profile.php:920 src/Module/Contact.php:875 +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "Basis" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 +msgid "Advanced" +msgstr "Geavanceerd" + +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "Berichten op jouw tijdlijn" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 msgid "Profile Details" msgstr "Profieldetails" -#: src/Model/Profile.php:970 +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "Fotoalbums" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "Persoonlijke Nota's" + +#: src/Model/Profile.php:974 msgid "Only You Can See This" msgstr "Alleen jij kunt dit zien" -#: src/Model/Profile.php:978 src/Model/Profile.php:981 +#: src/Model/Profile.php:982 src/Model/Profile.php:985 msgid "Tips for New Members" msgstr "Tips voor nieuwe leden" -#: src/Model/Profile.php:1178 +#: src/Model/Profile.php:1180 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s verwelkomt %2$s" -#: src/Model/User.php:331 +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "Begint:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "Eindigt:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "de hele dag" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 +msgid "Sun" +msgstr "Zon" + +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "Maa" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "Din" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "Woe" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "Don" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "Vrij" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "Zat" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "Zondag" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "Maandag" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "Dinsdag" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "Woensdag" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "Donderdag" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "Vrijdag" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "Zaterdag" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 +msgid "Jan" +msgstr "Jan" + +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 +msgid "Feb" +msgstr "Feb" + +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 +msgid "Mar" +msgstr "Maa" + +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 +msgid "Apr" +msgstr "Apr" + +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "Mei" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 +msgid "Jun" +msgstr "Jun" + +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 +msgid "Jul" +msgstr "Jul" + +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 +msgid "Aug" +msgstr "Aug" + +#: src/Model/Event.php:412 +msgid "Sept" +msgstr "Sep" + +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 +msgid "Oct" +msgstr "Okt" + +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 +msgid "Nov" +msgstr "Nov" + +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 +msgid "Dec" +msgstr "Dec" + +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "Januari" + +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "Februari" + +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "Maart" + +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "April" + +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "Juni" + +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "Juli" + +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "Augustus" + +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "September" + +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "Oktober" + +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "November" + +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "December" + +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "vandaag" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "maand" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "week" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "dag" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "Geen gebeurtenissen te tonen" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "l j F" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "Gebeurtenis bewerken" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "Duplicate gebeurtenis" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "Verwijder gebeurtenis" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "Verwijzing naar bron" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "Toon kaart" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "Verberg kaart" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%s's verjaardag" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "Gefeliciteerd %s" + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "Contactfoto's" + +#: src/Model/User.php:357 msgid "Login failed" msgstr "Login mislukt" -#: src/Model/User.php:362 +#: src/Model/User.php:389 msgid "Not enough information to authenticate" msgstr "Niet genoeg informatie om te authentificeren" -#: src/Model/User.php:440 +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "Gebruiker niet gevonden" + +#: src/Model/User.php:483 msgid "Password can't be empty" msgstr "Paswoord mag niet leeg zijn" -#: src/Model/User.php:459 +#: src/Model/User.php:502 msgid "Empty passwords are not allowed." -msgstr "" +msgstr "Lege wachtwoorden zijn niet toegestaan" -#: src/Model/User.php:463 +#: src/Model/User.php:506 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "The nieuwe paswoord is gecompromitteerd in een publieke data dump, kies alsjeblieft een ander." -#: src/Model/User.php:469 +#: src/Model/User.php:512 msgid "" "The password can't contain accentuated letters, white spaces or colons (:)" -msgstr "" +msgstr "Het wachtwoord mag geen geaccentueerde letters, spaties of dubbele punten bevatten (:)" -#: src/Model/User.php:569 +#: src/Model/User.php:612 msgid "Passwords do not match. Password unchanged." msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." -#: src/Model/User.php:576 +#: src/Model/User.php:619 msgid "An invitation is required." msgstr "Een uitnodiging is vereist." -#: src/Model/User.php:580 +#: src/Model/User.php:623 msgid "Invitation could not be verified." msgstr "Uitnodiging kon niet geverifieerd worden." -#: src/Model/User.php:587 +#: src/Model/User.php:631 msgid "Invalid OpenID url" msgstr "Ongeldige OpenID url" -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Model/User.php:644 src/Core/Authentication.php:190 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Er is een probleem opgetreden bij het inloggen met het opgegeven OpenID. Kijk alsjeblieft de spelling van deze ID na." -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Model/User.php:644 src/Core/Authentication.php:190 msgid "The error message was:" msgstr "De foutboodschap was:" -#: src/Model/User.php:606 +#: src/Model/User.php:650 msgid "Please enter the required information." msgstr "Vul de vereiste informatie in." -#: src/Model/User.php:620 +#: src/Model/User.php:664 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "system.username_min_length (%s) en system.username_max_length (%s) sluiten elkaar uit. Waarden worden omgedraaid." -#: src/Model/User.php:627 +#: src/Model/User.php:671 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." msgstr[0] "Gebruikersnaam moet minimaal %s tekens bevatten." msgstr[1] "Gebruikersnaam moet minimaal %s tekens bevatten" -#: src/Model/User.php:631 +#: src/Model/User.php:675 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." msgstr[0] "Gebruikersnaam mag maximaal %s tekens bevatten." msgstr[1] "Gebruikersnaam mag maximaal %s tekens bevatten." -#: src/Model/User.php:639 +#: src/Model/User.php:683 msgid "That doesn't appear to be your full (First Last) name." msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn." -#: src/Model/User.php:644 +#: src/Model/User.php:688 msgid "Your email domain is not among those allowed on this site." msgstr "Je e-maildomein is op deze website niet toegestaan." -#: src/Model/User.php:648 +#: src/Model/User.php:692 msgid "Not a valid email address." msgstr "Geen geldig e-mailadres." -#: src/Model/User.php:651 +#: src/Model/User.php:695 msgid "The nickname was blocked from registration by the nodes admin." msgstr "De bijnaam werd geblokkeerd voor registratie door de node admin" -#: src/Model/User.php:655 src/Model/User.php:663 +#: src/Model/User.php:699 src/Model/User.php:707 msgid "Cannot use that email." msgstr "Ik kan die e-mail niet gebruiken." -#: src/Model/User.php:670 +#: src/Model/User.php:714 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Je bijnaam mag alleen a-z, 0-9 of _ bevatten." -#: src/Model/User.php:677 src/Model/User.php:734 +#: src/Model/User.php:722 src/Model/User.php:779 msgid "Nickname is already registered. Please choose another." msgstr "Bijnaam is al geregistreerd. Kies een andere." -#: src/Model/User.php:687 +#: src/Model/User.php:732 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt." -#: src/Model/User.php:721 src/Model/User.php:725 +#: src/Model/User.php:766 src/Model/User.php:770 msgid "An error occurred during registration. Please try again." msgstr "Er is een fout opgetreden tijdens de registratie. Probeer opnieuw." -#: src/Model/User.php:750 +#: src/Model/User.php:795 msgid "An error occurred creating your default profile. Please try again." msgstr "Er is een fout opgetreden bij het aanmaken van je standaard profiel. Probeer opnieuw." -#: src/Model/User.php:757 +#: src/Model/User.php:802 msgid "An error occurred creating your self contact. Please try again." msgstr "Er is een fout opgetreden bij het aanmaken van je self contact. Probeer opnieuw." -#: src/Model/User.php:766 +#: src/Model/User.php:811 msgid "" "An error occurred creating your default contact group. Please try again." msgstr "Er is een fout opgetreden bij het aanmaken van je standaard contact groep. Probeer opnieuw." -#: src/Model/User.php:842 +#: src/Model/User.php:888 #, php-format msgid "" "\n" @@ -6620,21 +3039,21 @@ msgid "" "\t\t" msgstr "\n\t\t\tHallo %1$s,\n\t\t\t\tBedankt om je te registreren op %2$s. Uw account is op dit moment wachten op bevestiging door de administrator.\n\n\t\t\tUw login details zijn:\n\n\t\t\tSite locatie:\t%3$s\n\t\t\tGebruikersnaam:\t\t%4$s\n\t\t\tWachtwoord:\t\t%5$s\n\t\t" -#: src/Model/User.php:859 +#: src/Model/User.php:909 #, php-format msgid "Registration at %s" msgstr "Registratie bij %s" -#: src/Model/User.php:878 +#: src/Model/User.php:929 #, php-format msgid "" "\n" -"\t\t\tDear %1$s,\n" +"\t\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -msgstr "\n\t\t\tBeste %1$s,\n\t\t\t\tBedankt voor je registratie bij %2$s. Je account is aangemaakt.\n\t\t" +"\t\t\t" +msgstr "" -#: src/Model/User.php:884 +#: src/Model/User.php:937 #, php-format msgid "" "\n" @@ -6666,56 +3085,897 @@ msgid "" "\t\t\tThank you and welcome to %2$s." msgstr "\n\t\t\tDe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%3$s\n\t\t\tLogin Naam:\t\t%1$s\n\t\t\tPaswoord:\t\t%5$s\n\n\t\t\tJe kunt je paswoord in de \"Instellingen\" pagina veranderen nadat je bent ingelogd.\n\n\t\t\tNeem een ogenblik de tijd om je andere instellingen na te kijken op die pagina.\n\n\t\t\tJe kunt ook wat basis informatie toevoegen aan je standaard profiel\n\t\t\t(in de \"Profielen\" pagina) zodat anderen je gemakkelijk kunnen vinden.\n\n\t\t\tWe raden aan je volledige naam in te vullen, een profiel foto toe te voegen,\n\t\t\tenkele profiel \"sleutelwoorden\" (zeer handig om nieuwe vrienden te leren kennen) - en\n\t\t\tmisschien in welk land je woont; als je niet meer details wil geven.\n\t\t\tWe respecteren je privacy volledig, en geen van deze velden zijn verplicht.\n\t\t\tAls je nieuw bent en niemand kent, dan kunnen zij je misschien\n\t\t\thelpen om enkele nieuwe en interessante vrienden te leren kennen.\n\n\t\t\tAls je ooit je account wil verwijderen, dan kan je dat via %3$s/removeme\n\n\t\t\tBedankt en welkom bij %2$s." -#: src/Model/User.php:919 src/Module/Admin/Users.php:88 +#: src/Model/User.php:976 src/Module/Admin/Users.php:88 #, php-format msgid "Registration details for %s" msgstr "Registratie details voor %s" -#: src/Protocol/Diaspora.php:2495 -msgid "Sharing notification from Diaspora network" -msgstr "Deelt notificatie van het Diaspora netwerk" +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[geen onderwerp]" -#: src/Protocol/Diaspora.php:3640 -msgid "Attachments:" -msgstr "Bijlagen:" +#: src/Model/Group.php:77 +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 "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. " -#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:111 -#: src/Module/Profile.php:114 +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "Standaard privacy groep voor nieuwe contacten" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "Iedereen" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "verander" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "toevoegen" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "Groepen" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "Verander groep" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Contacten bestaan in geen enkele groep" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "Maak nieuwe groep" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Groepsnaam:" + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "Bewerk groepen" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "Item bewaard" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "Ontvolgen" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "Verwijder contact" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "Goedkeuren" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "Organisatie" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "Nieuws" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "Niet toegelaten profiel adres." + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "Domein geblokeerd" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "Connectie URL ontbreekt." + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Het contact kon niet toegevoegd worden. Gelieve de relevante netwerk gegevens na te kijken in Instellingen -> Sociale Netwerken." + +#: src/Model/Contact.php:2276 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken." + +#: src/Model/Contact.php:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "Het opgegeven profiel adres bevat geen adequate informatie." + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "Er werd geen auteur of naam gevonden." + +#: src/Model/Contact.php:2296 +msgid "No browser URL could be matched to this address." +msgstr "Er kan geen browser URL gematcht worden met dit adres." + +#: src/Model/Contact.php:2299 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact." + +#: src/Model/Contact.php:2300 +msgid "Use mailto: in front of address to force email check." +msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." + +#: src/Model/Contact.php:2306 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Het opgegeven profiel adres behoort tot een netwerk dat gedeactiveerd is op deze site." + +#: src/Model/Contact.php:2311 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Profiel met restricties. Deze peresoon zal geen directe/persoonlijke notificaties van jou kunnen ontvangen." + +#: src/Model/Contact.php:2372 +msgid "Unable to retrieve contact information." +msgstr "Het was niet mogelijk informatie over dit contact op te halen." + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "[Naam achtergehouden]" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "activiteit" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "bericht" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "Waarschuwing inhoud: %s" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "Bekijk Video" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "bytes" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "Bekijk op aparte pagina" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "bekijk op aparte pagina" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Database opslag faalde om %s te vernieuwen" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Database opslag mislukt om gegevens in te voegen" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "" + +#: src/Model/Storage/Filesystem.php:105 +#, php-format +msgid "" +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Geef een geldige bestaande folder in" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s gaf een reactie op het bericht van %s" + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%s schreef een nieuw bericht" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%s vond het bericht van %s leuk" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s vond het bericht van %s niet leuk" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s woont het event van %s bij" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s woont het event van %s niet bij" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s woont het event van %s misschien bij" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s is nu bevriend met %s" + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "Vriendschapsvoorstel" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "Vriendschapsverzoek" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "Nieuwe Volger" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 #, php-format msgid "%s's timeline" msgstr "Tijdslijn van %s" -#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:112 +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 #, php-format msgid "%s's posts" msgstr "Berichten van %s" -#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:113 +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 #, php-format msgid "%s's comments" msgstr "reactie van %s" -#: src/Protocol/OStatus.php:1861 +#: src/Protocol/OStatus.php:1839 #, php-format msgid "%s is now following %s." msgstr "%s volgt nu %s." -#: src/Protocol/OStatus.php:1862 +#: src/Protocol/OStatus.php:1840 msgid "following" msgstr "volgend" -#: src/Protocol/OStatus.php:1865 +#: src/Protocol/OStatus.php:1843 #, php-format msgid "%s stopped following %s." msgstr "%s stopte %s te volgen." -#: src/Protocol/OStatus.php:1866 +#: src/Protocol/OStatus.php:1844 msgid "stopped following" msgstr "is gestopt met volgen" -#: src/Worker/Delivery.php:461 -msgid "(no subject)" -msgstr "(geen onderwerp)" +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "Bijlagen:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "Legacy module bestand niet gevonden: %s" + +#: src/Core/Update.php:193 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Wijziging %s mislukt. Lees de error logbestanden." + +#: src/Core/Update.php:257 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn." + +#: src/Core/Update.php:263 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "De foutboodschap is\n[pre]%s[/pre]" + +#: src/Core/Update.php:269 src/Core/Update.php:308 +msgid "[Friendica Notify] Database update" +msgstr "" + +#: src/Core/Update.php:300 +#, php-format +msgid "" +"\n" +"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "\n\t\t\t\t\tDe Friendica database is succesvol geupdatet van %s naar %s" + +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "Sep" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "por" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "porde" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "gepingd" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "porren" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "gepord" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "slaan" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "geslagen" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "finger" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "gerfingerd" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "afpoeieren" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "afgepoeierd" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "Login mislukt." + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "" + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "Welkom %s" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "Upload een profielfoto." + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "Welkom terug %s" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "Gemeenschappelijk" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "Verzenden per e-mail" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "Openbaar" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "" + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "Beperkt/Privé" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "" + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "CC: e-mailadressen" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "Connectors" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "Je profieldetails verbergen voor onbekende bezoekers?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectoren gedeactiveerd, aangezien \"%s\" geactiveerd is." + +#: src/Core/UserImport.php:107 +msgid "Error decoding account file" +msgstr "Fout bij decoderen van het account bestand" + +#: src/Core/UserImport.php:113 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Fout! Geen versie data in het bestand! Is dit wel een Friendica account bestand?" + +#: src/Core/UserImport.php:121 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Gebruiker '%s' bestaat al op deze server!" + +#: src/Core/UserImport.php:157 +msgid "User creation error" +msgstr "Fout bij het aanmaken van de gebruiker" + +#: src/Core/UserImport.php:175 +msgid "User profile creation error" +msgstr "Fout bij het aanmaken van het gebruikersprofiel" + +#: src/Core/UserImport.php:219 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact werd niet geïmporteerd" +msgstr[1] "%d contacten werden niet geïmporteerd" + +#: src/Core/UserImport.php:284 +msgid "Done. You can now login with your username and password" +msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" + +#: src/Core/Installer.php:162 +msgid "" +"The database configuration file \"config/local.config.php\" could not be " +"written. Please use the enclosed text to create a configuration file in your" +" web server root." +msgstr "Het databaseconfiguratiebestand \"config/local.config.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver. " + +#: src/Core/Installer.php:181 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql." + +#: src/Core/Installer.php:182 src/Module/Install.php:173 +#: src/Module/Install.php:329 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Zie het bestand \"INSTALL.txt\"." + +#: src/Core/Installer.php:243 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Kan geen command-line-versie van PHP vinden in het PATH van de webserver." + +#: src/Core/Installer.php:244 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "Als je geen command line versie van PHP geïnstalleerd hebt op je server, dan kan je de achtergrondprocessen niet draaien. Zie 'Installatie van de worker'" + +#: src/Core/Installer.php:249 +msgid "PHP executable path" +msgstr "PATH van het PHP commando" + +#: src/Core/Installer.php:249 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Vul het volledige pad in naar het php programma. Je kunt dit leeg laten om de installatie verder te zetten." + +#: src/Core/Installer.php:254 +msgid "Command line PHP" +msgstr "PHP-opdrachtregel" + +#: src/Core/Installer.php:263 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP uitvoerbaar bestand is niet de php cli binary (zou kunnen de cgi-fgci versie zijn)" + +#: src/Core/Installer.php:264 +msgid "Found PHP version: " +msgstr "Gevonden PHP versie:" + +#: src/Core/Installer.php:266 +msgid "PHP cli binary" +msgstr "PHP cli binary" + +#: src/Core/Installer.php:279 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd." + +#: src/Core/Installer.php:280 +msgid "This is required for message delivery to work." +msgstr "Dit is nodig om het verzenden van berichten mogelijk te maken." + +#: src/Core/Installer.php:285 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: src/Core/Installer.php:317 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Fout: de \"openssl_pkey_new\" functie op dit systeem kan geen encryptie sleutels genereren" + +#: src/Core/Installer.php:318 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait." + +#: src/Core/Installer.php:321 +msgid "Generate encryption keys" +msgstr "Genereer encryptie sleutels" + +#: src/Core/Installer.php:373 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd." + +#: src/Core/Installer.php:378 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" + +#: src/Core/Installer.php:384 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Fout: PDO of MySQLi PHP module vereist maar niet geïnstalleerd." + +#: src/Core/Installer.php:389 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Fout: de MySQL driver voor PDO is niet geïnstalleerd." + +#: src/Core/Installer.php:393 +msgid "PDO or MySQLi PHP module" +msgstr "PDO of MySQLi PHP module" + +#: src/Core/Installer.php:401 +msgid "Error, XML PHP module required but not installed." +msgstr "Fout: XML PHP module vereist maar niet geinstalleerd." + +#: src/Core/Installer.php:405 +msgid "XML PHP module" +msgstr "XML PHP module" + +#: src/Core/Installer.php:408 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" + +#: src/Core/Installer.php:409 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd." + +#: src/Core/Installer.php:415 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" + +#: src/Core/Installer.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd." + +#: src/Core/Installer.php:422 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" + +#: src/Core/Installer.php:423 +msgid "Error: openssl PHP module required but not installed." +msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd." + +#: src/Core/Installer.php:429 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" + +#: src/Core/Installer.php:430 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd." + +#: src/Core/Installer.php:436 +msgid "iconv PHP module" +msgstr "iconv PHP module" + +#: src/Core/Installer.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Fout: iconv PHP module vereist maar niet geïnstalleerd." + +#: src/Core/Installer.php:443 +msgid "POSIX PHP module" +msgstr "POSIX PHP module" + +#: src/Core/Installer.php:444 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Fout: POSIX PHP module vereist maar niet geïnstalleerd." + +#: src/Core/Installer.php:450 +msgid "JSON PHP module" +msgstr "" + +#: src/Core/Installer.php:451 +msgid "Error: JSON PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:457 +msgid "File Information PHP module" +msgstr "" + +#: src/Core/Installer.php:458 +msgid "Error: File Information PHP module required but not installed." +msgstr "" + +#: src/Core/Installer.php:481 +msgid "" +"The web installer needs to be able to create a file called " +"\"local.config.php\" in the \"config\" folder of your web server and it is " +"unable to do so." +msgstr "Het installatieprogramma moet een bestand \"local.config.php\" in de \"config\" map van je webserver aanmaken, maar kan dit niet doen. " + +#: src/Core/Installer.php:482 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel." + +#: src/Core/Installer.php:483 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named local.config.php in your Friendica \"config\" folder." +msgstr "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand local.config.php in Friendica \"config\" map. " + +#: src/Core/Installer.php:484 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies." + +#: src/Core/Installer.php:487 +msgid "config/local.config.php is writable" +msgstr "config/local.config.php is schrijfbaar " + +#: src/Core/Installer.php:507 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen." + +#: src/Core/Installer.php:508 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie." + +#: src/Core/Installer.php:509 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Zorg ervoor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map." + +#: src/Core/Installer.php:510 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten." + +#: src/Core/Installer.php:513 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 is schrijfbaar" + +#: src/Core/Installer.php:542 +msgid "" +"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" +" to .htaccess." +msgstr "Url rewrite in .htaccess werkt niet. Heb je .htaccess-dist gekopieerd naar .htaccess?" + +#: src/Core/Installer.php:544 +msgid "Error message from Curl when fetching" +msgstr "Fout boodschap van Curl bij ophalen" + +#: src/Core/Installer.php:549 +msgid "Url rewrite is working" +msgstr "Url rewrite werkt correct" + +#: src/Core/Installer.php:578 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP extensie is niet geïnstalleerd" + +#: src/Core/Installer.php:580 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP extensie is geïnstalleerd" + +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick ondersteunt GIF" + +#: src/Core/Installer.php:604 +msgid "Database already in use." +msgstr "Database al in gebruik." + +#: src/Core/Installer.php:609 +msgid "Could not connect to database." +msgstr "Kon geen toegang krijgen tot de database." + +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "Niet vrij toegankelijk" + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "Op deze website zoeken" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "Resultaten voor:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" +msgstr "Websitegids" + +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "Bad Request" + +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "" + +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "" + +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "Niet gevonden" + +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "" + +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "" + +#: src/Module/Special/HTTPException.php:44 +msgid "" +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "" + +#: src/Module/Special/HTTPException.php:45 +msgid "" +"Authentication is required and has failed or has not yet been provided." +msgstr "" + +#: src/Module/Special/HTTPException.php:46 +msgid "" +"The request was valid, but the server is refusing action. The user might not" +" have the necessary permissions for a resource, or may need an account." +msgstr "" + +#: src/Module/Special/HTTPException.php:47 +msgid "" +"The requested resource could not be found but may be available in the " +"future." +msgstr "" + +#: src/Module/Special/HTTPException.php:48 +msgid "" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "" + +#: src/Module/Special/HTTPException.php:49 +msgid "" +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "" + +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "" + +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "Help:" + +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "Beheer Identiteiten en/of Pagina's" + +#: src/Module/Delegation.php:131 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen." + +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "Selecteer een identiteit om te beheren:" #: src/Module/Tos.php:35 src/Module/Tos.php:77 msgid "" @@ -6741,185 +4001,444 @@ msgstr "Deze data is vereist voor communicatie en wordt doorgegeven aan de nodes #, php-format msgid "" "At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " "be permanent. Deletion of the data will also be requested from the nodes of " "the communication partners." -msgstr "Een ingelogd gebruiker kan op elk moment zijn of haar account data exporteren via account instellingen. Een gebruiker kan ook zijn of haar account verwijderen via %1$s/removeme. De verwijdering van het account is permanent. Ook zal aan andere nodes van communicatie partners gevraagd worden om de data te verwijderen." +msgstr "" #: src/Module/Tos.php:40 src/Module/Tos.php:76 msgid "Privacy Statement" msgstr "Privacy Verklaring" -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "Geen toepassingen geïnstalleerd" +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communicatie Server - Setup" -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Toepassingen" +#: src/Module/Install.php:170 +msgid "System check" +msgstr "Systeemcontrole" -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Credits" +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "Volgende" -#: src/Module/Credits.php:26 +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Controleer opnieuw" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "Verplicht alle links om SSL te gebruiken" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)" + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 +msgid "SSL link policy" +msgstr "Beleid SSL-links" + +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Host naam" + +#: src/Module/Install.php:199 msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!" - -#: src/Module/Admin/Addons/Details.php:51 -msgid "Addon not found." +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." msgstr "" -#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 -#, php-format -msgid "Addon %s disabled." -msgstr "Addon %s gedeactiveerd" +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Basispad voor installatie" -#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 -#, php-format -msgid "Addon %s enabled." -msgstr "Addon %s geactiveerd" +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "Als het systeem het correcte pad naar je installatie niet kan detecteren, geef hier dan het correcte pad in. Deze instelling zou alleen geconfigureerd moeten worden als je een systeem met restricties hebt en symbolische links naar je webroot." -#: src/Module/Admin/Addons/Details.php:76 -#: src/Module/Admin/Themes/Details.php:60 -msgid "Disable" -msgstr "Uitschakelen" - -#: src/Module/Admin/Addons/Details.php:79 -#: src/Module/Admin/Themes/Details.php:63 -msgid "Enable" -msgstr "Inschakelen" - -#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:61 -#: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:567 -#: src/Module/Admin/Summary.php:175 src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 -msgid "Administration" -msgstr "Beheer" - -#: src/Module/Admin/Addons/Details.php:101 -#: src/Module/Admin/Themes/Details.php:106 -msgid "Toggle" -msgstr "Schakelaar" - -#: src/Module/Admin/Addons/Details.php:109 -#: src/Module/Admin/Themes/Details.php:115 -msgid "Author: " -msgstr "Auteur:" - -#: src/Module/Admin/Addons/Details.php:110 -#: src/Module/Admin/Themes/Details.php:116 -msgid "Maintainer: " -msgstr "Onderhoud:" - -#: src/Module/Admin/Addons/Index.php:36 -#, php-format -msgid "Addon %s failed to install." +#: src/Module/Install.php:207 +msgid "Sub path of the URL" msgstr "" -#: src/Module/Admin/Addons/Index.php:53 -msgid "Reload active addons" -msgstr "Herlaad actieve addons" +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "" -#: src/Module/Admin/Addons/Index.php:58 +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Verbinding met database" + +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken." + +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. " + +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat." + +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Servernaam database" + +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Gebruikersnaam database" + +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Wachtwoord database" + +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "Om veiligheidsreden mag het paswoord niet leeg zijn" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Naam database" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Selecteer een standaard tijdzone voor je website" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Website-instellingen" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "E-mailadres van de websitebeheerder" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "Systeem taal:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Stel de standaard taal in voor je Friendica installatie interface en emails." + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "De database van je Friendica-website is geïnstalleerd." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Installaitie beëindigd" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

Wat nu

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "BELANGRIJK: Je zal [manueel] een geplande taak moeten opzetten voor de worker." + +#: src/Module/Install.php:331 #, php-format msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "Er zijn op je node momenteel geen addons beschikbaar. Je kan de officiële addon repository vinden op %1$s en je kan mogelijks nog andere interessante addons vinden in de open addon registry op %2$s" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Go naar je nieuwe Friendica node registratie pagina en registeer als nieuwe gebruiker. Vergeet niet hetzelfde email adres te gebruiken als wat je opgegeven hebt als administrator email. Dit zal je toelaten om het site administratie paneel te openen." -#: src/Module/Admin/Blocklist/Contact.php:28 -#: src/Console/GlobalCommunityBlock.php:87 -msgid "The contact has been blocked from the node" -msgstr "Het contact is geblokkeerd van deze node" +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "Log in om verder te gaan." -#: src/Module/Admin/Blocklist/Contact.php:30 -#: src/Console/GlobalCommunityBlock.php:82 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Kon geen contact vinden op deze URL (%s)" - -#: src/Module/Admin/Blocklist/Contact.php:38 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "%s contact is niet langer geblokkeerd" -msgstr[1] "%s contacten zijn niet langer geblokkeerd" - -#: src/Module/Admin/Blocklist/Contact.php:62 -msgid "Remote Contact Blocklist" -msgstr "Remote Contact Blokkeerlijst" - -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/BaseAdminModule.php:62 msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "De pagina laat je toe om te vermijden dat boodschappen van een remote contact je node bereiken." - -#: src/Module/Admin/Blocklist/Contact.php:64 -msgid "Block Remote Contact" -msgstr "Blokkeer Remote Contact" - -#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 -msgid "select all" -msgstr "Alles selecteren" - -#: src/Module/Admin/Blocklist/Contact.php:66 -msgid "select none" -msgstr "selecteer geen" - -#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:623 src/Module/Contact.php:827 -#: src/Module/Contact.php:1076 -msgid "Unblock" -msgstr "Blokkering opheffen" - -#: src/Module/Admin/Blocklist/Contact.php:69 -msgid "No remote contact is blocked from this node." -msgstr "Geen enkel remote contact is geblokkeerd van deze node." - -#: src/Module/Admin/Blocklist/Contact.php:71 -msgid "Blocked Remote Contacts" -msgstr "Geblokkeerde Remote Contacts" - -#: src/Module/Admin/Blocklist/Contact.php:72 -msgid "Block New Remote Contact" -msgstr "Blokkeer Nieuwe Remote Contacten" - -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Photo" -msgstr "Foto" - -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Reason" +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." msgstr "" -#: src/Module/Admin/Blocklist/Contact.php:81 +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "Overzicht" + +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" +msgstr "Federatie Statistieken" + +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "Configuratie" + +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "Website" + +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "Gebruiker" + +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "Addons" + +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "Thema's" + +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "Extra functies" + +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "Database" + +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "DB aanpassingen" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "Inspecteer uitgestelde workers" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "Taakwachtrij inspecteren" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "Hulpmiddelen" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "Contact Blokkeerlijst" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Server Blokkeerlijst" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "Verwijder Item" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "Logs" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "Bekijk Logs" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "Diagnostiek" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "PHP Info" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "probe adres" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "check webfinger" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" +msgstr "" + +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "Addon Features" + +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "Gebruikersregistraties wachten op bevestiging" + +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "Nieuwe account aanmaken" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " +msgstr "" + +#: src/Module/Login.php:124 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "" + +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " +msgstr "Of log in met OpenID:" + +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "Bijnaam of e-mail:" + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "Wachtwoord:" + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "Onthou me" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "Wachtwoord vergeten?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "Wachtwoord opnieuw instellen" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "Gebruikersvoorwaarden website" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "servicevoorwaarden" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "Privacybeleid website" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "privacybeleid" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "Toegang tot dit profiel is beperkt." + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "" + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "2-factor authenticatie" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Fout" +msgstr[1] "Fouten" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 #, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "%s geblokkeerde contacten in totaal" -msgstr[1] "%s geblokkeerde contacten in totaal" - -#: src/Module/Admin/Blocklist/Contact.php:83 -msgid "URL of the remote contact to block." -msgstr "URL van de remote contact die je wil blokkeren." - -#: src/Module/Admin/Blocklist/Contact.php:84 -msgid "Block Reason" +msgid "Don’t have your phone? Enter a two-factor recovery code" msgstr "" +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "" + +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "Systeem onbeschikbaar wegens onderhoud" + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "" + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "Het bericht is aangemaakt" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "Ongeldige foto met ID %s" + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "Item niet gevonden" + #: src/Module/Admin/Blocklist/Server.php:31 msgid "Server domain pattern added to blocklist." msgstr "" @@ -6946,6 +4465,18 @@ msgstr "" msgid "Check to delete this entry from the blocklist" msgstr "Vink aan om dit item van de blokkeerlijst te verwijderen" +#: src/Module/Admin/Blocklist/Server.php:73 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 +msgid "Administration" +msgstr "Beheer" + #: src/Module/Admin/Blocklist/Server.php:74 msgid "Server Domain Pattern Blocklist" msgstr "" @@ -7016,1405 +4547,99 @@ msgstr "Verwijder item uit de blokkeerlijst" msgid "Delete entry from blocklist?" msgstr "Item verwijderen uit de blokkeerlijst?" -#: src/Module/Admin/DBSync.php:32 -msgid "Update has been marked successful" -msgstr "Wijziging succesvol gemarkeerd " +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "Het contact is geblokkeerd van deze node" -#: src/Module/Admin/DBSync.php:42 +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 #, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Database structuur update %s werd met succes toegepast." +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Kon geen contact vinden op deze URL (%s)" -#: src/Module/Admin/DBSync.php:46 +#: src/Module/Admin/Blocklist/Contact.php:38 #, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "Uitvoering van de database structuur update %s is mislukt met fout: %s" +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact is niet langer geblokkeerd" +msgstr[1] "%s contacten zijn niet langer geblokkeerd" -#: src/Module/Admin/DBSync.php:63 +#: src/Module/Admin/Blocklist/Contact.php:62 +msgid "Remote Contact Blocklist" +msgstr "Remote Contact Blokkeerlijst" + +#: src/Module/Admin/Blocklist/Contact.php:63 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "De pagina laat je toe om te vermijden dat boodschappen van een remote contact je node bereiken." + +#: src/Module/Admin/Blocklist/Contact.php:64 +msgid "Block Remote Contact" +msgstr "Blokkeer Remote Contact" + +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 +msgid "select all" +msgstr "Alles selecteren" + +#: src/Module/Admin/Blocklist/Contact.php:66 +msgid "select none" +msgstr "selecteer geen" + +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 +msgid "Unblock" +msgstr "Blokkering opheffen" + +#: src/Module/Admin/Blocklist/Contact.php:69 +msgid "No remote contact is blocked from this node." +msgstr "Geen enkel remote contact is geblokkeerd van deze node." + +#: src/Module/Admin/Blocklist/Contact.php:71 +msgid "Blocked Remote Contacts" +msgstr "Geblokkeerde Remote Contacts" + +#: src/Module/Admin/Blocklist/Contact.php:72 +msgid "Block New Remote Contact" +msgstr "Blokkeer Nieuwe Remote Contacten" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Photo" +msgstr "Foto" + +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "Naam" + +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" +msgstr "Reden" + +#: src/Module/Admin/Blocklist/Contact.php:81 #, php-format -msgid "Executing %s failed with error: %s" -msgstr "Uitvoering van %s mislukt met fout: %s" - -#: src/Module/Admin/DBSync.php:65 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Wijziging %s geslaagd." - -#: src/Module/Admin/DBSync.php:68 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is." - -#: src/Module/Admin/DBSync.php:71 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "Er was geen bijkomende update functie %s die moest opgeroepen worden." - -#: src/Module/Admin/DBSync.php:91 -msgid "No failed updates." -msgstr "Geen mislukte wijzigingen" - -#: src/Module/Admin/DBSync.php:92 -msgid "Check database structure" -msgstr "Controleer de database structuur" - -#: src/Module/Admin/DBSync.php:97 -msgid "Failed Updates" -msgstr "Mislukte wijzigingen" - -#: src/Module/Admin/DBSync.php:98 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven." - -#: src/Module/Admin/DBSync.php:99 -msgid "Mark success (if update was manually applied)" -msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)" - -#: src/Module/Admin/DBSync.php:100 -msgid "Attempt to execute this update step automatically" -msgstr "Probeer deze stap automatisch uit te voeren" - -#: src/Module/Admin/Features.php:59 -#, php-format -msgid "Lock feature %s" -msgstr "Fixeer feature %s " - -#: src/Module/Admin/Features.php:67 -msgid "Manage Additional Features" -msgstr "Beheer Bijkomende Features" - -#: src/Module/Admin/Federation.php:76 -msgid "unknown" -msgstr "onbekend" - -#: src/Module/Admin/Federation.php:181 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "Deze pagina toont je statistieken van het gekende deel van het gefedereerde sociale netwerk waarvan je Friendica node deel uitmaakt. Deze statistieken zijn niet volledig maar reflecteren het deel van het network dat jouw node kent." - -#: src/Module/Admin/Federation.php:182 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "Het Automatisch Achterhaalde Contact Gids feature is niet geactiveerd, het zal de hier getoonde informatie verbeteren." - -#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 -msgid "Federation Statistics" -msgstr "Federatie Statistieken" - -#: src/Module/Admin/Federation.php:194 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Op dit moment kent deze node %d nodes met %d geregistreerde gebruikers op basis van de volgende patformen:" - -#: src/Module/Admin/Item/Delete.php:35 -msgid "Item marked for deletion." -msgstr "Item gemarkeerd om te verwijderen." - -#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95 -msgid "Delete Item" -msgstr "Verwijder Item" - -#: src/Module/Admin/Item/Delete.php:48 -msgid "Delete this Item" -msgstr "Verwijder dit Item" - -#: src/Module/Admin/Item/Delete.php:49 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Op deze pagina kan je een item van je node verwijderen. Als het item een bericht is op het eerste niveau, dan zal de hele gesprek verwijderd worden." - -#: src/Module/Admin/Item/Delete.php:50 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "Je moet de GUID van het item kennen. Je kan het terugvinden bvb. door te kijken naar de getoonde URL. Het laatste deel van http://example.com/display/123456 is de GUID, hier 123456." - -#: src/Module/Admin/Item/Delete.php:51 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "The GUID of the item you want to delete." -msgstr "De GUID van het item dat je wil verwijderen." - -#: src/Module/Admin/Item/Source.php:46 -msgid "Item Guid" -msgstr "Item identificatie" - -#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 -#: src/Module/Admin/Summary.php:90 -#, php-format -msgid "The logfile '%s' is not writable. No logging possible" -msgstr "" - -#: src/Module/Admin/Logs/Settings.php:36 -msgid "Log settings updated." -msgstr "Log instellingen opgeslagen" - -#: src/Module/Admin/Logs/Settings.php:55 -msgid "PHP log currently enabled." -msgstr "PHP log momenteel geactiveerd" - -#: src/Module/Admin/Logs/Settings.php:57 -msgid "PHP log currently disabled." -msgstr "PHP log momenteel gedeactiveerd" - -#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 -#: src/Module/BaseAdminModule.php:98 -msgid "Logs" -msgstr "Logs" - -#: src/Module/Admin/Logs/Settings.php:66 -msgid "Clear" -msgstr "Wis" - -#: src/Module/Admin/Logs/Settings.php:70 -msgid "Enable Debugging" -msgstr "Activeer Debugging" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "Log file" -msgstr "Logbestand" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. de hoogste folder binnen je Friendica-installatie." - -#: src/Module/Admin/Logs/Settings.php:72 -msgid "Log level" -msgstr "Log niveau" - -#: src/Module/Admin/Logs/Settings.php:74 -msgid "PHP logging" -msgstr "PHP logging" - -#: src/Module/Admin/Logs/Settings.php:75 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the" -" following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "Om logging van PHP fouten en waarschuwingen te activeren, kan je het volgende toevoegen aan het begin van je index.php bestand van je installatie. De naam van het bestand die ingesteld is in de 'error_log' lijn is relatief tegenover de friendica top-level folder en de server moet erin kunnen schrijven. De optie '1' voor 'log_errors' en 'display_errors' activeert deze opties, configureer '0' om ze te deactiveren. " - -#: src/Module/Admin/Logs/View.php:22 -#, 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 "Fout bij het openen van log file %1$s .\\r\\n
Kijk na of bestand %1$s bestaat en mag gelezen worden." - -#: src/Module/Admin/Logs/View.php:26 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
Check to see if file" -" %1$s is readable." -msgstr "Kon log file %1$s niet openen.\\r\\n
Kijk na of bestand %1$s mag gelezen worden." - -#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99 -msgid "View Logs" -msgstr "Bekijk Logs" - -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Inspecteer wachtrij van uitgestelde workers" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "Deze pagine geeft alle uitgestelde workertaken. Dit zijn taken die niet onmiddelijk konden worden uitgevoerd" - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Taakwachtrij inspecteren" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "Deze pagina toont alle taken in de wachtrij. Deze taken worden behandeld door de geplande taak die je hebt ingesteld tijdens installatie." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Taak parameters" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Aangemaakt" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Prioriteit" - -#: src/Module/Admin/Site.php:50 -msgid "Can not parse base url. Must have at least ://" -msgstr "Kan de basis url niet verwerken. Moet minstens zijn ://" - -#: src/Module/Admin/Site.php:235 -msgid "Invalid storage backend setting value." -msgstr "" - -#: src/Module/Admin/Site.php:411 -msgid "Site settings updated." -msgstr "Site instellingen opgeslagen" - -#: src/Module/Admin/Site.php:463 -msgid "No community page for local users" -msgstr "Geen groepspagina voor lokale gebruikers" - -#: src/Module/Admin/Site.php:464 -msgid "No community page" -msgstr "Geen groepspagina" - -#: src/Module/Admin/Site.php:465 -msgid "Public postings from users of this site" -msgstr "Publieke berichten van gebruikers van deze site" - -#: src/Module/Admin/Site.php:466 -msgid "Public postings from the federated network" -msgstr "Publieke berichten van het gefedereerde netwerk" - -#: src/Module/Admin/Site.php:467 -msgid "Public postings from local users and the federated network" -msgstr "Publieke berichten van lokale gebruikers en van het gefedereerde netwerk" - -#: src/Module/Admin/Site.php:471 src/Module/Admin/Site.php:666 -#: src/Module/Admin/Site.php:676 src/Module/Contact.php:563 -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Disabled" -msgstr "Uitgeschakeld" - -#: src/Module/Admin/Site.php:472 src/Module/Admin/Users.php:278 -#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Gebruiker" - -#: src/Module/Admin/Site.php:473 -msgid "Users, Global Contacts" -msgstr "Gebruikers, Globale contacten" - -#: src/Module/Admin/Site.php:474 -msgid "Users, Global Contacts/fallback" -msgstr "Gebruikers, Globale Contacten/noodoplossing" - -#: src/Module/Admin/Site.php:478 -msgid "One month" -msgstr "Een maand" - -#: src/Module/Admin/Site.php:479 -msgid "Three months" -msgstr "Drie maanden" - -#: src/Module/Admin/Site.php:480 -msgid "Half a year" -msgstr "Een half jaar" - -#: src/Module/Admin/Site.php:481 -msgid "One year" -msgstr "Een jaar" - -#: src/Module/Admin/Site.php:487 -msgid "Multi user instance" -msgstr "Server voor meerdere gebruikers" - -#: src/Module/Admin/Site.php:509 -msgid "Closed" -msgstr "Gesloten" - -#: src/Module/Admin/Site.php:510 -msgid "Requires approval" -msgstr "Toestemming vereist" - -#: src/Module/Admin/Site.php:511 -msgid "Open" -msgstr "Open" - -#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 -msgid "No SSL policy, links will track page SSL state" -msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 -msgid "Force all links to use SSL" -msgstr "Verplicht alle links om SSL te gebruiken" - -#: src/Module/Admin/Site.php:517 src/Module/Install.php:185 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)" - -#: src/Module/Admin/Site.php:521 -msgid "Don't check" -msgstr "Geen rekening mee houden" - -#: src/Module/Admin/Site.php:522 -msgid "check the stable version" -msgstr "Neem de stabiele versie in rekening" - -#: src/Module/Admin/Site.php:523 -msgid "check the development version" -msgstr "Neem de ontwikkel versie in rekening" - -#: src/Module/Admin/Site.php:543 -msgid "Database (legacy)" -msgstr "" - -#: src/Module/Admin/Site.php:568 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Website" - -#: src/Module/Admin/Site.php:570 -msgid "Republish users to directory" -msgstr "Opnieuw de gebruikers naar de gids publiceren" - -#: src/Module/Admin/Site.php:571 src/Module/Register.php:121 -msgid "Registration" -msgstr "Registratie" - -#: src/Module/Admin/Site.php:572 -msgid "File upload" -msgstr "Uploaden bestand" - -#: src/Module/Admin/Site.php:573 -msgid "Policies" -msgstr "Beleid" - -#: src/Module/Admin/Site.php:575 -msgid "Auto Discovered Contact Directory" -msgstr "Automatisch Achterhaalde Contact Gids" - -#: src/Module/Admin/Site.php:576 -msgid "Performance" -msgstr "Performantie" - -#: src/Module/Admin/Site.php:577 -msgid "Worker" -msgstr "Worker" - -#: src/Module/Admin/Site.php:578 -msgid "Message Relay" -msgstr "Boodschap Relais" - -#: src/Module/Admin/Site.php:579 -msgid "Relocate Instance" -msgstr "Verhuis node" - -#: src/Module/Admin/Site.php:580 -msgid "Warning! Advanced function. Could make this server unreachable." -msgstr "Waarschuwing! Geavanceerde functie. Dit kan u node onbereikbaar maken" - -#: src/Module/Admin/Site.php:584 -msgid "Site name" -msgstr "Site naam" - -#: src/Module/Admin/Site.php:585 -msgid "Sender Email" -msgstr "Verzender Email" - -#: src/Module/Admin/Site.php:585 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "Het email adres als afzender van notificatie emails." - -#: src/Module/Admin/Site.php:586 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: src/Module/Admin/Site.php:587 -msgid "Shortcut icon" -msgstr "Snelkoppeling icoon" - -#: src/Module/Admin/Site.php:587 -msgid "Link to an icon that will be used for browsers." -msgstr "Link naar een icoon dat zal gebruikt worden voor browsers." - -#: src/Module/Admin/Site.php:588 -msgid "Touch icon" -msgstr "Pictogram voor smartphones" - -#: src/Module/Admin/Site.php:588 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link naar een icoon dat zal gebruikt worden voor tablets en mobiele telefoons." - -#: src/Module/Admin/Site.php:589 -msgid "Additional Info" -msgstr "Bijkomende Info" - -#: src/Module/Admin/Site.php:589 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "Voor publieke servers: je kan bijkomende informatie hier toevoegen die zal opgelijst zijn op %s/servers." - -#: src/Module/Admin/Site.php:590 -msgid "System language" -msgstr "Systeemtaal" - -#: src/Module/Admin/Site.php:591 -msgid "System theme" -msgstr "Systeem thema" - -#: src/Module/Admin/Site.php:591 -msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "" - -#: src/Module/Admin/Site.php:592 -msgid "Mobile system theme" -msgstr "Mobiel systeem thema" - -#: src/Module/Admin/Site.php:592 -msgid "Theme for mobile devices" -msgstr "Thema voor mobiele apparaten" - -#: src/Module/Admin/Site.php:593 src/Module/Install.php:193 -msgid "SSL link policy" -msgstr "Beleid SSL-links" - -#: src/Module/Admin/Site.php:593 src/Module/Install.php:195 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken" - -#: src/Module/Admin/Site.php:594 -msgid "Force SSL" -msgstr "Dwing SSL af" - -#: src/Module/Admin/Site.php:594 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Forceer alle Niet-SSL aanvragen naar SSL - Pas op: dit kan op sommige systeem resulteren in oneindige lussen." - -#: src/Module/Admin/Site.php:595 -msgid "Hide help entry from navigation menu" -msgstr "Verberg de 'help' uit het navigatiemenu" - -#: src/Module/Admin/Site.php:595 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven." - -#: src/Module/Admin/Site.php:596 -msgid "Single user instance" -msgstr "Server voor één gebruiker" - -#: src/Module/Admin/Site.php:596 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker." - -#: src/Module/Admin/Site.php:598 -msgid "File storage backend" -msgstr "" - -#: src/Module/Admin/Site.php:598 -msgid "" -"The backend used to store uploaded data. If you change the storage backend, " -"you can manually move the existing files. If you do not do so, the files " -"uploaded before the change will still be available at the old backend. " -"Please see the settings documentation" -" for more information about the choices and the moving procedure." -msgstr "" - -#: src/Module/Admin/Site.php:600 -msgid "Maximum image size" -msgstr "Maximum afbeeldingsgrootte" - -#: src/Module/Admin/Site.php:600 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking." - -#: src/Module/Admin/Site.php:601 -msgid "Maximum image length" -msgstr "Maximum afbeeldingslengte" - -#: src/Module/Admin/Site.php:601 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen." - -#: src/Module/Admin/Site.php:602 -msgid "JPEG image quality" -msgstr "JPEG afbeeldingskwaliteit" - -#: src/Module/Admin/Site.php:602 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit." - -#: src/Module/Admin/Site.php:604 -msgid "Register policy" -msgstr "Registratiebeleid" - -#: src/Module/Admin/Site.php:605 -msgid "Maximum Daily Registrations" -msgstr "Maximum aantal registraties per dag" - -#: src/Module/Admin/Site.php:605 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect." - -#: src/Module/Admin/Site.php:606 -msgid "Register text" -msgstr "Registratietekst" - -#: src/Module/Admin/Site.php:606 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." -msgstr "Zal prominent op de registratie pagina getoond worden. Je kan hierin BBCode gebruiken." - -#: src/Module/Admin/Site.php:607 -msgid "Forbidden Nicknames" -msgstr "Verboden bijnamen" - -#: src/Module/Admin/Site.php:607 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." -msgstr "Kommagescheiden lijst van bijnamen die verboden zijn voor registratie. De lijst uit RFC2142 is op voorhand ingesteld." - -#: src/Module/Admin/Site.php:608 -msgid "Accounts abandoned after x days" -msgstr "Verlaten accounts na x dagen" - -#: src/Module/Admin/Site.php:608 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet." - -#: src/Module/Admin/Site.php:609 -msgid "Allowed friend domains" -msgstr "Toegelaten vriend domeinen" - -#: src/Module/Admin/Site.php:609 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten." - -#: src/Module/Admin/Site.php:610 -msgid "Allowed email domains" -msgstr "Toegelaten e-mail domeinen" - -#: src/Module/Admin/Site.php:610 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan." - -#: src/Module/Admin/Site.php:611 -msgid "No OEmbed rich content" -msgstr "Geen OEmbed richt content" - -#: src/Module/Admin/Site.php:611 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "Toon geen rich content (bvb. embedded PDF), behalve van domeinen hieronder opgelijst." - -#: src/Module/Admin/Site.php:612 -msgid "Allowed OEmbed domains" -msgstr "Sta OEmbed domeinen toe" - -#: src/Module/Admin/Site.php:612 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "Met komma's gescheiden lijst van domeinen waarvoor oembed content mag getoond worden. Wildcards zijn toegelaten." - -#: src/Module/Admin/Site.php:613 -msgid "Block public" -msgstr "Openbare toegang blokkeren" - -#: src/Module/Admin/Site.php:613 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers." - -#: src/Module/Admin/Site.php:614 -msgid "Force publish" -msgstr "Dwing publiceren af" - -#: src/Module/Admin/Site.php:614 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden." - -#: src/Module/Admin/Site.php:614 -msgid "Enabling this may violate privacy laws like the GDPR" -msgstr "Dit activeren zou privacy wetten zoals GDPR (AVG) kunnen overtreden" - -#: src/Module/Admin/Site.php:615 -msgid "Global directory URL" -msgstr "Algemene gids URL" - -#: src/Module/Admin/Site.php:615 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "URL naar de globale gids. Als dit niet geconfigureerd is, dan zal de globale gids volledig onbeschikbaar zijn voor de applicatie." - -#: src/Module/Admin/Site.php:616 -msgid "Private posts by default for new users" -msgstr "Privéberichten als standaard voor nieuwe gebruikers" - -#: src/Module/Admin/Site.php:616 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Stel de standaardrechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar." - -#: src/Module/Admin/Site.php:617 -msgid "Don't include post content in email notifications" -msgstr "De inhoud van het bericht niet insluiten bij e-mailnotificaties" - -#: src/Module/Admin/Site.php:617 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy." - -#: src/Module/Admin/Site.php:618 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Publieke toegang ontzeggen tot addons die opgelijst zijn in het applicatie menu." - -#: src/Module/Admin/Site.php:618 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Dit vakje aanvinken zal de lijst van addons in het applicatie menu beperken tot alleen leden." - -#: src/Module/Admin/Site.php:619 -msgid "Don't embed private images in posts" -msgstr "Privé beelden in berichten niet inwerken" - -#: src/Module/Admin/Site.php:619 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "Vervang lokaal gehoste privé foto's in berichten niet door een ingewerkte kopie van het beeld. Dit betekent dat contacten die berichten krijgen met privé foto's zullen moeten authentificeren en elk beeld apart laden, wat een tijdje kan duren." - -#: src/Module/Admin/Site.php:620 -msgid "Explicit Content" -msgstr "Expliciete inhoud" - -#: src/Module/Admin/Site.php:620 -msgid "" -"Set this to announce that your node is used mostly for explicit content that" -" might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." -msgstr "Vink dit aan om aan te duiden dat deze node veel expliciet materiaal verspreid en niet bedoeld is voor minderjarigen. Deze info zal gepubliceert worden bij de node-info en kan vb. gebruikt worden voor een filter in de globale lijst. Dit word ook getoont naar de gebruiker op de registratie pagina." - -#: src/Module/Admin/Site.php:621 -msgid "Allow Users to set remote_self" -msgstr "Sta Gebruikers toe om remote_self te configureren" - -#: src/Module/Admin/Site.php:621 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "Als je dit aanvinkt, dan mag elke gebruiker elke contact als remote_self aanduiden in de 'herstel contact' dialoog. Deze vlag aanzetten voor een contact zorgt ervoor dat elke bericht van dit contact gespiegeld wordt in de gebruiker zijn of haar stroom. " - -#: src/Module/Admin/Site.php:622 -msgid "Block multiple registrations" -msgstr "Blokkeer meerdere registraties" - -#: src/Module/Admin/Site.php:622 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken." - -#: src/Module/Admin/Site.php:623 -msgid "Disable OpenID" -msgstr "" - -#: src/Module/Admin/Site.php:623 -msgid "Disable OpenID support for registration and logins." -msgstr "" - -#: src/Module/Admin/Site.php:624 -msgid "No Fullname check" -msgstr "" - -#: src/Module/Admin/Site.php:624 -msgid "" -"Allow users to register without a space between the first name and the last " -"name in their full name." -msgstr "" - -#: src/Module/Admin/Site.php:625 -msgid "Community pages for visitors" -msgstr "Groepspagina voor bezoekers" - -#: src/Module/Admin/Site.php:625 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "Welke groepspagina's moeten beschikbaar zijn voor bezoekers. Lokale gebruikers zien altijd beide pagina's." - -#: src/Module/Admin/Site.php:626 -msgid "Posts per user on community page" -msgstr "Berichten per gebruiker op de groepspagina" - -#: src/Module/Admin/Site.php:626 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "" - -#: src/Module/Admin/Site.php:627 -msgid "Disable OStatus support" -msgstr "" - -#: src/Module/Admin/Site.php:627 -msgid "" -"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: src/Module/Admin/Site.php:628 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatus ondersteuning kan alleen geactiveerd worden als de gespreksstroom geactiveerd is." - -#: src/Module/Admin/Site.php:630 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "Diaspora ondersteuning is niet mogelijk omdat Friendica in een sub folder geïnstalleerd is." - -#: src/Module/Admin/Site.php:631 -msgid "Enable Diaspora support" -msgstr "Diaspora ondersteuning activeren" - -#: src/Module/Admin/Site.php:631 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk." - -#: src/Module/Admin/Site.php:632 -msgid "Only allow Friendica contacts" -msgstr "Laat alleen Friendica contacten toe" - -#: src/Module/Admin/Site.php:632 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld." - -#: src/Module/Admin/Site.php:633 -msgid "Verify SSL" -msgstr "Controleer SSL" - -#: src/Module/Admin/Site.php:633 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken." - -#: src/Module/Admin/Site.php:634 -msgid "Proxy user" -msgstr "Proxy-gebruiker" - -#: src/Module/Admin/Site.php:635 -msgid "Proxy URL" -msgstr "Proxy-URL" - -#: src/Module/Admin/Site.php:636 -msgid "Network timeout" -msgstr "Netwerk timeout" - -#: src/Module/Admin/Site.php:636 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)." - -#: src/Module/Admin/Site.php:637 -msgid "Maximum Load Average" -msgstr "Maximum gemiddelde belasting" - -#: src/Module/Admin/Site.php:637 -#, php-format -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default %d." -msgstr "" - -#: src/Module/Admin/Site.php:638 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum Gemiddelde Belasting (Frontend)" - -#: src/Module/Admin/Site.php:638 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum systeem belasting wanneer de frontend ermee ophoudt - standaard waarde 50." - -#: src/Module/Admin/Site.php:639 -msgid "Minimal Memory" -msgstr "Minimaal Geheugen" - -#: src/Module/Admin/Site.php:639 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimum vrij geheugen in MB voor de worker. Toegang nodig tot /proc/meminfo - standaard waarde 0 (gedeactiveerd)." - -#: src/Module/Admin/Site.php:640 -msgid "Maximum table size for optimization" -msgstr "Maximum tabel grootte voor optimisatie" - -#: src/Module/Admin/Site.php:640 -msgid "" -"Maximum table size (in MB) for the automatic optimization. Enter -1 to " -"disable it." -msgstr "Maximum tabel grootte (in MB) voor de automatisch optimisatie. Geef -1 op om dit te deactiveren." - -#: src/Module/Admin/Site.php:641 -msgid "Minimum level of fragmentation" -msgstr "Minimum niveau van fragmentatie" - -#: src/Module/Admin/Site.php:641 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimum fragmentatie niveau om de automatische optimisatie te starten - standaard waarde is 30%." - -#: src/Module/Admin/Site.php:643 -msgid "Periodical check of global contacts" -msgstr "Regematige controle van de globale contacten" - -#: src/Module/Admin/Site.php:643 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "Als dit geactiveerd is, dan worden de globale contacten regelmatig gecheckt naar ontbrekende of verlopen data and the vitaliteit van de contacten en servers." - -#: src/Module/Admin/Site.php:644 -msgid "Days between requery" -msgstr "Dagen tussen herbevraging" - -#: src/Module/Admin/Site.php:644 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Aantal dagen waarna de server opnieuw bevraagd wordt naar zijn contacten." - -#: src/Module/Admin/Site.php:645 -msgid "Discover contacts from other servers" -msgstr "Ontdek contacten van andere servers" - -#: src/Module/Admin/Site.php:645 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"\"Users\": the users on the remote system, \"Global Contacts\": active " -"contacts that are known on the system. The fallback is meant for Redmatrix " -"servers and older friendica servers, where global contacts weren't " -"available. The fallback increases the server load, so the recommended " -"setting is \"Users, Global Contacts\"." -msgstr "" - -#: src/Module/Admin/Site.php:646 -msgid "Timeframe for fetching global contacts" -msgstr "Tijdspanne voor het ophalen van globale contacten" - -#: src/Module/Admin/Site.php:646 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "Wanneer ontdekking is geactiveerd, dan definieert deze waarde de tijdspanne voor de activiteit van globale contacten die opgehaald worden van andere servers." - -#: src/Module/Admin/Site.php:647 -msgid "Search the local directory" -msgstr "Doorzoek de lokale gids" - -#: src/Module/Admin/Site.php:647 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "Doorzoek de lokale gids in plaats van de globale gids. Bij lokale doorzoeking wordt elke opzoeking in de globale gids op de achtergrond uitgevoerd. Dit verbetert de zoekresultaten wanneer de zoekopdracht herhaald wordt." - -#: src/Module/Admin/Site.php:649 -msgid "Publish server information" -msgstr "Publiceer server informatie" - -#: src/Module/Admin/Site.php:649 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "" - -#: src/Module/Admin/Site.php:651 -msgid "Check upstream version" -msgstr "Controleer upstream versie" - -#: src/Module/Admin/Site.php:651 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "Activeer het controleren op nieuwe versies van Friendica bij github. Als er een nieuwe versie is, dan word je geïnformeerd in the administratie paneel." - -#: src/Module/Admin/Site.php:652 -msgid "Suppress Tags" -msgstr "Onderdruk Tags" - -#: src/Module/Admin/Site.php:652 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Onderdruk het tonen van een lijst van hastags op het einde van het bericht." - -#: src/Module/Admin/Site.php:653 -msgid "Clean database" -msgstr "Database opruimen" - -#: src/Module/Admin/Site.php:653 -msgid "" -"Remove old remote items, orphaned database records and old content from some" -" other helper tables." -msgstr "Verwijder oude remote items, database weesrecords en oude content van andere helper tabellen." - -#: src/Module/Admin/Site.php:654 -msgid "Lifespan of remote items" -msgstr "Levensduur van remote items" - -#: src/Module/Admin/Site.php:654 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"remote items will be deleted. Own items, and marked or filed items are " -"always kept. 0 disables this behaviour." -msgstr "Als de database opruiming is geactiveerd, dan definieert dit na hoeveel dagen remote items verwijderd zullen worden. Eigen items, en gemarkeerde of opgeslagen items worden altijd behouden. 0 deactiveert dit gedrag." - -#: src/Module/Admin/Site.php:655 -msgid "Lifespan of unclaimed items" -msgstr "Levensduur van niet geclaimde items" - -#: src/Module/Admin/Site.php:655 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." -msgstr "Als de database opruiming geactiveerd is, dan definieert dit na hoeveel dagen ongeclaimde remote items (meestal content van een relais) zal verwijderd worden. Standaard waarde is 90 dagen. Als de waarde 0 is, dan is de waarde gelijk aan de algemene levensduur van remote items." - -#: src/Module/Admin/Site.php:656 -msgid "Lifespan of raw conversation data" -msgstr "Levenstijd van ruwe gespreksdata" - -#: src/Module/Admin/Site.php:656 -msgid "" -"The conversation data is used for ActivityPub and OStatus, as well as for " -"debug purposes. It should be safe to remove it after 14 days, default is 90 " -"days." -msgstr "De gespreksdata word gebruikt voor ActivityPub, OStatus en voor debugging doeleinden. Het is veilig om dit na 14 dagen te verwijderen. Standaard staat dit op 90 dagen." - -#: src/Module/Admin/Site.php:657 -msgid "Path to item cache" -msgstr "Pad naar cache voor items" - -#: src/Module/Admin/Site.php:657 -msgid "The item caches buffers generated bbcode and external images." -msgstr "Item caches bufferen gegenereerde bbcodes en externe beelden." - -#: src/Module/Admin/Site.php:658 -msgid "Cache duration in seconds" -msgstr "Cache tijdsduur in seconden" - -#: src/Module/Admin/Site.php:658 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day). To disable the item cache, set the value to -1." -msgstr "Hoe lang moeten de cache bestanden bijgehouden worden? Standaard waarde is 86400 seconden (een dag). Zet de waarde op -1 om de item cache te deactiveren." - -#: src/Module/Admin/Site.php:659 -msgid "Maximum numbers of comments per post" -msgstr "Maximum aantal reacties per bericht" - -#: src/Module/Admin/Site.php:659 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "Hoeveel reacties moeten getoond worden per bericht? Standaard waarde is 100." - -#: src/Module/Admin/Site.php:660 -msgid "Temp path" -msgstr "Tijdelijk pad" - -#: src/Module/Admin/Site.php:660 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Als je een systeem met restricties hebt waarbij de webserver geen toegang heeft tot het systeem pad, geef hier dan een ander pad in. " - -#: src/Module/Admin/Site.php:661 -msgid "Disable picture proxy" -msgstr "Schakel beeld proxy uit" - -#: src/Module/Admin/Site.php:661 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwidth." -msgstr "De beeld proxy verhoogt de performantie en privacy. Gebruik dit niet op systemen met erg lage bandbreedte." - -#: src/Module/Admin/Site.php:662 -msgid "Only search in tags" -msgstr "Zoek alleen in tags" - -#: src/Module/Admin/Site.php:662 -msgid "On large systems the text search can slow down the system extremely." -msgstr "Het opzoeken van tekst kan grote systemen extreem vertragen." - -#: src/Module/Admin/Site.php:664 -msgid "New base url" -msgstr "Nieuwe basis url" - -#: src/Module/Admin/Site.php:664 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Verander de basis url voor deze server. Stuurt een verhuis boodschap naar all Friendica en Diaspora* contacten." - -#: src/Module/Admin/Site.php:666 -msgid "RINO Encryption" -msgstr "RINO encryptie" - -#: src/Module/Admin/Site.php:666 -msgid "Encryption layer between nodes." -msgstr "Encryptie laag tussen nodes." - -#: src/Module/Admin/Site.php:666 -msgid "Enabled" -msgstr "Geactiveerd" - -#: src/Module/Admin/Site.php:668 -msgid "Maximum number of parallel workers" -msgstr "Maximum aantal parallelle workers" - -#: src/Module/Admin/Site.php:668 -#, php-format -msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great." -" Default value is %d." -msgstr "Op gedeelde hosts zet dit op %d. Op grotere systemen, waarden als %d zijn goed. standaard waarde is %d" - -#: src/Module/Admin/Site.php:669 -msgid "Don't use \"proc_open\" with the worker" -msgstr "" - -#: src/Module/Admin/Site.php:669 -msgid "" -"Enable this if your system doesn't allow the use of \"proc_open\". This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "" - -#: src/Module/Admin/Site.php:670 -msgid "Enable fastlane" -msgstr "Activeer fastlane" - -#: src/Module/Admin/Site.php:670 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "Als deze parameter geactiveerd is, dan start het fastlane mechanisme een bijkomende worker als processen met hogere prioriteit geblokkeerd worden door processen met een lagere prioriteit." - -#: src/Module/Admin/Site.php:671 -msgid "Enable frontend worker" -msgstr "Activeer frontend worker" - -#: src/Module/Admin/Site.php:671 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call %s/worker on a regular basis via an external cron job. You should " -"only enable this option if you cannot utilize cron/scheduled jobs on your " -"server." -msgstr "" - -#: src/Module/Admin/Site.php:673 -msgid "Subscribe to relay" -msgstr "Schrijf in op relais" - -#: src/Module/Admin/Site.php:673 -msgid "" -"Enables the receiving of public posts from the relay. They will be included " -"in the search, subscribed tags and on the global community page." -msgstr "Activeert het ontvangen van publieke berichten vanwege de relais. Ze zullen inbegrepen zijn in de zoekresultaten, tags waarop je ingeschreven bent en op de globale groepspagina." - -#: src/Module/Admin/Site.php:674 -msgid "Relay server" -msgstr "Relais server" - -#: src/Module/Admin/Site.php:674 -msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" -msgstr "Adres van de relais server waar publieke berichten naartoe moeten gezonden worden. Bijvoorbeeld https://relay.diasp.org" - -#: src/Module/Admin/Site.php:675 -msgid "Direct relay transfer" -msgstr "Directe relais transfer" - -#: src/Module/Admin/Site.php:675 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "Activeert directe relais transfer naar andere servers zonder gebruik van relais servers" - -#: src/Module/Admin/Site.php:676 -msgid "Relay scope" -msgstr "Scope van de relais" - -#: src/Module/Admin/Site.php:676 -msgid "" -"Can be \"all\" or \"tags\". \"all\" means that every public post should be " -"received. \"tags\" means that only posts with selected tags should be " -"received." -msgstr "" - -#: src/Module/Admin/Site.php:676 -msgid "all" -msgstr "alle" - -#: src/Module/Admin/Site.php:676 -msgid "tags" -msgstr "tags" - -#: src/Module/Admin/Site.php:677 -msgid "Server tags" -msgstr "Server tags" - -#: src/Module/Admin/Site.php:677 -msgid "Comma separated list of tags for the \"tags\" subscription." -msgstr "" - -#: src/Module/Admin/Site.php:678 -msgid "Allow user tags" -msgstr "Sta gebruiker tags toe." - -#: src/Module/Admin/Site.php:678 -msgid "" -"If enabled, the tags from the saved searches will used for the \"tags\" " -"subscription in addition to the \"relay_server_tags\"." -msgstr "" - -#: src/Module/Admin/Site.php:681 -msgid "Start Relocation" -msgstr "Start verhuis" - -#: src/Module/Admin/Summary.php:30 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"bin/console.php dbstructure toinnodb of your Friendica installation for" -" an automatic conversion.
" -msgstr "Je DB opereert nog met MyISAM tabellen. Best is van engine te veranderen naar InnoDB. Aangezien Friendica in de toekomst gebruik zal maken van InnoDB features, zou je dit best aanpassen! Zie hier voor een gids die je kan helpen om de tabel engines te converteren. Je kan ook het commandophp bin/console.php dbstructure toinnodb van je Friendica installatie gebruiken voor een automatische conversie.
" - -#: src/Module/Admin/Summary.php:38 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "Er is een nieuwe versie van Friendica beschikbaar om te downloaden. Je huidige versie is %1$s, upstream versie is %2$s" - -#: src/Module/Admin/Summary.php:47 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "Database update is mislukt. Gelieve \"php bin/console.php dbstructure update\" vanaf de command line uit te voeren en de foutmeldingen die zouden kunnen verschijnen na te kijken." - -#: src/Module/Admin/Summary.php:51 -msgid "" -"The last update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear. (Some of the errors are possibly inside the logfile.)" -msgstr "" - -#: src/Module/Admin/Summary.php:56 -msgid "The worker was never executed. Please check your database structure!" -msgstr "De worker werd nooit uitgevoerd. Best je database structuur eens nakijken!" - -#: src/Module/Admin/Summary.php:58 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "De laatste worker uitvoering was op %s UTC. Dit is langer dan 1 uur geleden. Best je crontab instellingen nakijken." - -#: src/Module/Admin/Summary.php:63 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -".htconfig.php. See the Config help page for " -"help with the transition." -msgstr "Het configuratiebestand bevind zich nu in config/local.config.php. Kopieer het bestand config/local-sample.config.php en verplaats je configuratie uit .htconfig.php. Ga naar deconfiguratie help pagina voor hulp bij transitie." - -#: src/Module/Admin/Summary.php:67 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -"config/local.ini.php. See the Config help " -"page for help with the transition." -msgstr "" - -#: src/Module/Admin/Summary.php:73 -#, php-format -msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." -msgstr "%s is niet bereikbaar. Dit is een belangrijk communicatieprobleem waardoor server-naar-server communicatie niet mogelijk is. Lees de the installatie pagina voor hulp." - -#: src/Module/Admin/Summary.php:106 -#, php-format -msgid "" -"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" -" system.basepath from your db to avoid differences." -msgstr "" - -#: src/Module/Admin/Summary.php:114 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is wrong and the config file '%s' " -"isn't used." -msgstr "" - -#: src/Module/Admin/Summary.php:122 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is not equal to the config file " -"'%s'. Please fix your configuration." -msgstr "" - -#: src/Module/Admin/Summary.php:129 -msgid "Normal Account" -msgstr "Normaal account" - -#: src/Module/Admin/Summary.php:130 -msgid "Automatic Follower Account" -msgstr "Automatische Volger Account" - -#: src/Module/Admin/Summary.php:131 -msgid "Public Forum Account" -msgstr "Publiek Forum account" - -#: src/Module/Admin/Summary.php:132 -msgid "Automatic Friend Account" -msgstr "Automatisch Vriendschapsaccount" - -#: src/Module/Admin/Summary.php:133 -msgid "Blog Account" -msgstr "Blog Account" - -#: src/Module/Admin/Summary.php:134 -msgid "Private Forum Account" -msgstr "Privé Forum Account" - -#: src/Module/Admin/Summary.php:156 -msgid "Message queues" -msgstr "Bericht-wachtrijen" - -#: src/Module/Admin/Summary.php:162 -msgid "Server Settings" -msgstr "Server instellingen." - -#: src/Module/Admin/Summary.php:176 -msgid "Summary" -msgstr "Samenvatting" - -#: src/Module/Admin/Summary.php:178 -msgid "Registered users" -msgstr "Geregistreerde gebruikers" - -#: src/Module/Admin/Summary.php:180 -msgid "Pending registrations" -msgstr "Registraties die in de wacht staan" - -#: src/Module/Admin/Summary.php:181 -msgid "Version" -msgstr "Versie" - -#: src/Module/Admin/Summary.php:185 -msgid "Active addons" -msgstr "Actieve addons" - -#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 -msgid "Theme settings updated." -msgstr "Thema-instellingen opgeslagen" - -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:47 -#, php-format -msgid "Theme %s disabled." -msgstr "" - -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:49 -#, php-format -msgid "Theme %s successfully enabled." -msgstr "" - -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:51 -#, php-format -msgid "Theme %s failed to install." -msgstr "" - -#: src/Module/Admin/Themes/Details.php:97 -msgid "Screenshot" -msgstr "Schermafdruk" - -#: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:94 src/Module/BaseAdminModule.php:83 -msgid "Themes" -msgstr "Thema's" - -#: src/Module/Admin/Themes/Embed.php:67 -msgid "Unknown theme." -msgstr "" - -#: src/Module/Admin/Themes/Index.php:96 -msgid "Reload active themes" -msgstr "Herlaad actieve thema's" - -#: src/Module/Admin/Themes/Index.php:101 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "Geen thema's gevonden op het systeem. Ze zouden zich moeten bevinden in %1$s" - -#: src/Module/Admin/Themes/Index.php:102 -msgid "[Experimental]" -msgstr "[Experimenteel]" - -#: src/Module/Admin/Themes/Index.php:103 -msgid "[Unsupported]" -msgstr "[Niet ondersteund]" +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s geblokkeerde contacten in totaal" +msgstr[1] "%s geblokkeerde contacten in totaal" + +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "Profiel url" + +#: src/Module/Admin/Blocklist/Contact.php:83 +msgid "URL of the remote contact to block." +msgstr "URL van de remote contact die je wil blokkeren." + +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" +msgstr "Reden voor blokkeren" #: src/Module/Admin/Tos.php:30 msgid "The Terms of Service settings have been updated." @@ -8439,7 +4664,7 @@ msgstr "Toon Privacy Verklaring" msgid "" "Show some informations regarding the needed information to operate the node " "according e.g. to EU-GDPR." -msgstr "Toon wat inlichtigen over de nodige informatite om de node te beheren in overeenstemming met bvb. de EU-GDPR (EU-AVG)." +msgstr "Toon wat inlichtingen over de nodige informatie om de node te beheren in overeenstemming met bvb. de EU-GDPR (EU-AVG)." #: src/Module/Admin/Tos.php:46 msgid "Privacy Statement Preview" @@ -8455,6 +4680,115 @@ msgid "" "of sections should be [h2] and below." msgstr "Geef hier de Gebruiksvoorwaarden van je node op. Je kan BBCode gebruiken. Sectie headers moeten [h2] zijn of lager." +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." +msgstr "Addon niet gevonden." + +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s gedeactiveerd" + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s geactiveerd" + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "Uitschakelen" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "Inschakelen" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "Schakelaar" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "Auteur:" + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "Onderhoud:" + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "Installatie Addon %s is mislukt." + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "Herlaad actieve addons" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "Er zijn op je node momenteel geen addons beschikbaar. Je kan de officiële addon repository vinden op %1$s en je kan mogelijks nog andere interessante addons vinden in de open addon registry op %2$s" + +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "Thema-instellingen opgeslagen" + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 +#, php-format +msgid "Theme %s disabled." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 +#, php-format +msgid "Theme %s failed to install." +msgstr "" + +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "Schermafdruk" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "Herlaad actieve thema's" + +#: src/Module/Admin/Themes/Index.php:103 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "Geen thema's gevonden op het systeem. Ze zouden zich moeten bevinden in %1$s" + +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" +msgstr "[Experimenteel]" + +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" +msgstr "[Niet ondersteund]" + #: src/Module/Admin/Users.php:48 #, php-format msgid "" @@ -8535,10 +4869,42 @@ msgstr "" msgid "User \"%s\" unblocked" msgstr "" +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 +msgid "Normal Account Page" +msgstr "Normale accountpagina" + +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 +msgid "Soapbox Page" +msgstr "Zeepkist-pagina" + +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 +msgid "Public Forum" +msgstr "Publiek Forum" + +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 +msgid "Automatic Friend Page" +msgstr "Automatisch Vriendschapspagina" + #: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "Privé Forum" +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 +msgid "Personal Page" +msgstr "Persoonlijke pagina" + +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 +msgid "Organisation Page" +msgstr "Organisatie Pagina" + +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 +msgid "News Page" +msgstr "Nieuws pagina" + +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 +msgid "Community Forum" +msgstr "Groepsforum" + #: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "" @@ -8635,452 +5001,1896 @@ msgstr "Bijnaam van nieuwe gebruiker" msgid "Email address of the new user." msgstr "E-mailadres van nieuwe gebruiker" -#: src/Module/AllFriends.php:55 -msgid "No friends to display." -msgstr "Geen vrienden om te laten zien." +#: src/Module/Admin/Site.php:49 +msgid "Can not parse base url. Must have at least ://" +msgstr "Kan de basis url niet verwerken. Moet minstens zijn ://" -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "Item niet gevonden" - -#: src/Module/BaseAdminModule.php:62 -msgid "" -"Submanaged account can't access the administation pages. Please log back in " -"as the master account." +#: src/Module/Admin/Site.php:234 +msgid "Invalid storage backend setting value." msgstr "" -#: src/Module/BaseAdminModule.php:76 -msgid "Overview" -msgstr "Overzicht" +#: src/Module/Admin/Site.php:410 +msgid "Site settings updated." +msgstr "Site instellingen opgeslagen" -#: src/Module/BaseAdminModule.php:79 -msgid "Configuration" -msgstr "Configuratie" +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "Geen speciaal thema voor mobiele apparaten" -#: src/Module/BaseAdminModule.php:87 -msgid "Database" -msgstr "Database" +#: src/Module/Admin/Site.php:450 mod/settings.php:908 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Experimenteel)" -#: src/Module/BaseAdminModule.php:88 -msgid "DB updates" -msgstr "DB aanpassingen" +#: src/Module/Admin/Site.php:462 +msgid "No community page for local users" +msgstr "Geen groepspagina voor lokale gebruikers" -#: src/Module/BaseAdminModule.php:89 -msgid "Inspect Deferred Workers" -msgstr "Inspecteer uitgestelde workers" +#: src/Module/Admin/Site.php:463 +msgid "No community page" +msgstr "Geen groepspagina" -#: src/Module/BaseAdminModule.php:90 -msgid "Inspect worker Queue" +#: src/Module/Admin/Site.php:464 +msgid "Public postings from users of this site" +msgstr "Publieke berichten van gebruikers van deze site" + +#: src/Module/Admin/Site.php:465 +msgid "Public postings from the federated network" +msgstr "Publieke berichten van het gefedereerde netwerk" + +#: src/Module/Admin/Site.php:466 +msgid "Public postings from local users and the federated network" +msgstr "Publieke berichten van lokale gebruikers en van het gefedereerde netwerk" + +#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 +#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 +#: src/Module/Contact.php:546 +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: src/Module/Admin/Site.php:472 +msgid "Users, Global Contacts" +msgstr "Gebruikers, Globale contacten" + +#: src/Module/Admin/Site.php:473 +msgid "Users, Global Contacts/fallback" +msgstr "Gebruikers, Globale Contacten/noodoplossing" + +#: src/Module/Admin/Site.php:477 +msgid "One month" +msgstr "Een maand" + +#: src/Module/Admin/Site.php:478 +msgid "Three months" +msgstr "Drie maanden" + +#: src/Module/Admin/Site.php:479 +msgid "Half a year" +msgstr "Een half jaar" + +#: src/Module/Admin/Site.php:480 +msgid "One year" +msgstr "Een jaar" + +#: src/Module/Admin/Site.php:486 +msgid "Multi user instance" +msgstr "Server voor meerdere gebruikers" + +#: src/Module/Admin/Site.php:508 +msgid "Closed" +msgstr "Gesloten" + +#: src/Module/Admin/Site.php:509 +msgid "Requires approval" +msgstr "Toestemming vereist" + +#: src/Module/Admin/Site.php:510 +msgid "Open" +msgstr "Open" + +#: src/Module/Admin/Site.php:520 +msgid "Don't check" +msgstr "Geen rekening mee houden" + +#: src/Module/Admin/Site.php:521 +msgid "check the stable version" +msgstr "Neem de stabiele versie in rekening" + +#: src/Module/Admin/Site.php:522 +msgid "check the development version" +msgstr "Neem de ontwikkel versie in rekening" + +#: src/Module/Admin/Site.php:542 +msgid "Database (legacy)" +msgstr "" + +#: src/Module/Admin/Site.php:569 +msgid "Republish users to directory" +msgstr "Opnieuw de gebruikers naar de gids publiceren" + +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 +msgid "Registration" +msgstr "Registratie" + +#: src/Module/Admin/Site.php:571 +msgid "File upload" +msgstr "Uploaden bestand" + +#: src/Module/Admin/Site.php:572 +msgid "Policies" +msgstr "Beleid" + +#: src/Module/Admin/Site.php:574 +msgid "Auto Discovered Contact Directory" +msgstr "Automatisch Achterhaalde Contact Gids" + +#: src/Module/Admin/Site.php:575 +msgid "Performance" +msgstr "Performantie" + +#: src/Module/Admin/Site.php:576 +msgid "Worker" +msgstr "Worker" + +#: src/Module/Admin/Site.php:577 +msgid "Message Relay" +msgstr "Boodschap Relais" + +#: src/Module/Admin/Site.php:578 +msgid "Relocate Instance" +msgstr "Verhuis node" + +#: src/Module/Admin/Site.php:579 +msgid "Warning! Advanced function. Could make this server unreachable." +msgstr "Waarschuwing! Geavanceerde functie. Dit kan u node onbereikbaar maken" + +#: src/Module/Admin/Site.php:583 +msgid "Site name" +msgstr "Site naam" + +#: src/Module/Admin/Site.php:584 +msgid "Sender Email" +msgstr "Verzender Email" + +#: src/Module/Admin/Site.php:584 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "Het email adres als afzender van notificatie emails." + +#: src/Module/Admin/Site.php:585 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: src/Module/Admin/Site.php:586 +msgid "Shortcut icon" +msgstr "Snelkoppeling icoon" + +#: src/Module/Admin/Site.php:586 +msgid "Link to an icon that will be used for browsers." +msgstr "Link naar een icoon dat zal gebruikt worden voor browsers." + +#: src/Module/Admin/Site.php:587 +msgid "Touch icon" +msgstr "Pictogram voor smartphones" + +#: src/Module/Admin/Site.php:587 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link naar een icoon dat zal gebruikt worden voor tablets en mobiele telefoons." + +#: src/Module/Admin/Site.php:588 +msgid "Additional Info" +msgstr "Bijkomende Info" + +#: src/Module/Admin/Site.php:588 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "Voor publieke servers: je kan bijkomende informatie hier toevoegen die zal opgelijst zijn op %s/servers." + +#: src/Module/Admin/Site.php:589 +msgid "System language" +msgstr "Systeemtaal" + +#: src/Module/Admin/Site.php:590 +msgid "System theme" +msgstr "Systeem thema" + +#: src/Module/Admin/Site.php:590 +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgstr "" + +#: src/Module/Admin/Site.php:591 +msgid "Mobile system theme" +msgstr "Mobiel systeem thema" + +#: src/Module/Admin/Site.php:591 +msgid "Theme for mobile devices" +msgstr "Thema voor mobiele apparaten" + +#: src/Module/Admin/Site.php:593 +msgid "Force SSL" +msgstr "Dwing SSL af" + +#: src/Module/Admin/Site.php:593 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Forceer alle Niet-SSL aanvragen naar SSL - Pas op: dit kan op sommige systeem resulteren in oneindige lussen." + +#: src/Module/Admin/Site.php:594 +msgid "Hide help entry from navigation menu" +msgstr "Verberg de 'help' uit het navigatiemenu" + +#: src/Module/Admin/Site.php:594 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven." + +#: src/Module/Admin/Site.php:595 +msgid "Single user instance" +msgstr "Server voor één gebruiker" + +#: src/Module/Admin/Site.php:595 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker." + +#: src/Module/Admin/Site.php:597 +msgid "File storage backend" +msgstr "" + +#: src/Module/Admin/Site.php:597 +msgid "" +"The backend used to store uploaded data. If you change the storage backend, " +"you can manually move the existing files. If you do not do so, the files " +"uploaded before the change will still be available at the old backend. " +"Please see the settings documentation" +" for more information about the choices and the moving procedure." +msgstr "" + +#: src/Module/Admin/Site.php:599 +msgid "Maximum image size" +msgstr "Maximum afbeeldingsgrootte" + +#: src/Module/Admin/Site.php:599 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking." + +#: src/Module/Admin/Site.php:600 +msgid "Maximum image length" +msgstr "Maximum afbeeldingslengte" + +#: src/Module/Admin/Site.php:600 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen." + +#: src/Module/Admin/Site.php:601 +msgid "JPEG image quality" +msgstr "JPEG afbeeldingskwaliteit" + +#: src/Module/Admin/Site.php:601 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit." + +#: src/Module/Admin/Site.php:603 +msgid "Register policy" +msgstr "Registratiebeleid" + +#: src/Module/Admin/Site.php:604 +msgid "Maximum Daily Registrations" +msgstr "Maximum aantal registraties per dag" + +#: src/Module/Admin/Site.php:604 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect." + +#: src/Module/Admin/Site.php:605 +msgid "Register text" +msgstr "Registratietekst" + +#: src/Module/Admin/Site.php:605 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Zal prominent op de registratie pagina getoond worden. Je kan hierin BBCode gebruiken." + +#: src/Module/Admin/Site.php:606 +msgid "Forbidden Nicknames" +msgstr "Verboden bijnamen" + +#: src/Module/Admin/Site.php:606 +msgid "" +"Comma separated list of nicknames that are forbidden from registration. " +"Preset is a list of role names according RFC 2142." +msgstr "Kommagescheiden lijst van bijnamen die verboden zijn voor registratie. De lijst uit RFC2142 is op voorhand ingesteld." + +#: src/Module/Admin/Site.php:607 +msgid "Accounts abandoned after x days" +msgstr "Verlaten accounts na x dagen" + +#: src/Module/Admin/Site.php:607 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet." + +#: src/Module/Admin/Site.php:608 +msgid "Allowed friend domains" +msgstr "Toegelaten vriend domeinen" + +#: src/Module/Admin/Site.php:608 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten." + +#: src/Module/Admin/Site.php:609 +msgid "Allowed email domains" +msgstr "Toegelaten e-mail domeinen" + +#: src/Module/Admin/Site.php:609 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan." + +#: src/Module/Admin/Site.php:610 +msgid "No OEmbed rich content" +msgstr "Geen OEmbed richt content" + +#: src/Module/Admin/Site.php:610 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Toon geen rich content (bvb. embedded PDF), behalve van domeinen hieronder opgelijst." + +#: src/Module/Admin/Site.php:611 +msgid "Allowed OEmbed domains" +msgstr "Sta OEmbed domeinen toe" + +#: src/Module/Admin/Site.php:611 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Met komma's gescheiden lijst van domeinen waarvoor oembed content mag getoond worden. Wildcards zijn toegelaten." + +#: src/Module/Admin/Site.php:612 +msgid "Block public" +msgstr "Openbare toegang blokkeren" + +#: src/Module/Admin/Site.php:612 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers." + +#: src/Module/Admin/Site.php:613 +msgid "Force publish" +msgstr "Dwing publiceren af" + +#: src/Module/Admin/Site.php:613 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden." + +#: src/Module/Admin/Site.php:613 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "Dit activeren zou privacy wetten zoals GDPR (AVG) kunnen overtreden" + +#: src/Module/Admin/Site.php:614 +msgid "Global directory URL" +msgstr "Algemene gids URL" + +#: src/Module/Admin/Site.php:614 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL naar de globale gids. Als dit niet geconfigureerd is, dan zal de globale gids volledig onbeschikbaar zijn voor de applicatie." + +#: src/Module/Admin/Site.php:615 +msgid "Private posts by default for new users" +msgstr "Privéberichten als standaard voor nieuwe gebruikers" + +#: src/Module/Admin/Site.php:615 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Stel de standaardrechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar." + +#: src/Module/Admin/Site.php:616 +msgid "Don't include post content in email notifications" +msgstr "De inhoud van het bericht niet insluiten bij e-mailnotificaties" + +#: src/Module/Admin/Site.php:616 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy." + +#: src/Module/Admin/Site.php:617 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Publieke toegang ontzeggen tot addons die opgelijst zijn in het applicatie menu." + +#: src/Module/Admin/Site.php:617 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Dit vakje aanvinken zal de lijst van addons in het applicatie menu beperken tot alleen leden." + +#: src/Module/Admin/Site.php:618 +msgid "Don't embed private images in posts" +msgstr "Privé beelden in berichten niet inwerken" + +#: src/Module/Admin/Site.php:618 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Vervang lokaal gehoste privé foto's in berichten niet door een ingewerkte kopie van het beeld. Dit betekent dat contacten die berichten krijgen met privé foto's zullen moeten authentificeren en elk beeld apart laden, wat een tijdje kan duren." + +#: src/Module/Admin/Site.php:619 +msgid "Explicit Content" +msgstr "Expliciete inhoud" + +#: src/Module/Admin/Site.php:619 +msgid "" +"Set this to announce that your node is used mostly for explicit content that" +" might not be suited for minors. This information will be published in the " +"node information and might be used, e.g. by the global directory, to filter " +"your node from listings of nodes to join. Additionally a note about this " +"will be shown at the user registration page." +msgstr "Vink dit aan om aan te duiden dat deze node veel expliciet materiaal verspreid en niet bedoeld is voor minderjarigen. Deze info zal gepubliceert worden bij de node-info en kan vb. gebruikt worden voor een filter in de globale lijst. Dit word ook getoont naar de gebruiker op de registratie pagina." + +#: src/Module/Admin/Site.php:620 +msgid "Allow Users to set remote_self" +msgstr "Sta Gebruikers toe om remote_self te configureren" + +#: src/Module/Admin/Site.php:620 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "Als je dit aanvinkt, dan mag elke gebruiker elke contact als remote_self aanduiden in de 'herstel contact' dialoog. Deze vlag aanzetten voor een contact zorgt ervoor dat elke bericht van dit contact gespiegeld wordt in de gebruiker zijn of haar stroom. " + +#: src/Module/Admin/Site.php:621 +msgid "Block multiple registrations" +msgstr "Blokkeer meerdere registraties" + +#: src/Module/Admin/Site.php:621 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken." + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID" +msgstr "Schakel OpenID uit" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID support for registration and logins." +msgstr "Schakel OpenID-ondersteuning uit voor registratie en logins." + +#: src/Module/Admin/Site.php:623 +msgid "No Fullname check" +msgstr "Geen Volledige-Naamscontrole" + +#: src/Module/Admin/Site.php:623 +msgid "" +"Allow users to register without a space between the first name and the last " +"name in their full name." +msgstr "" + +#: src/Module/Admin/Site.php:624 +msgid "Community pages for visitors" +msgstr "Groepspagina voor bezoekers" + +#: src/Module/Admin/Site.php:624 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Welke groepspagina's moeten beschikbaar zijn voor bezoekers. Lokale gebruikers zien altijd beide pagina's." + +#: src/Module/Admin/Site.php:625 +msgid "Posts per user on community page" +msgstr "Berichten per gebruiker op de groepspagina" + +#: src/Module/Admin/Site.php:625 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"\"Global Community\")" +msgstr "" + +#: src/Module/Admin/Site.php:626 +msgid "Disable OStatus support" +msgstr "" + +#: src/Module/Admin/Site.php:626 +msgid "" +"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: src/Module/Admin/Site.php:627 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatus ondersteuning kan alleen geactiveerd worden als de gespreksstroom geactiveerd is." + +#: src/Module/Admin/Site.php:629 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Diaspora ondersteuning is niet mogelijk omdat Friendica in een sub folder geïnstalleerd is." + +#: src/Module/Admin/Site.php:630 +msgid "Enable Diaspora support" +msgstr "Diaspora ondersteuning activeren" + +#: src/Module/Admin/Site.php:630 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk." + +#: src/Module/Admin/Site.php:631 +msgid "Only allow Friendica contacts" +msgstr "Laat alleen Friendica contacten toe" + +#: src/Module/Admin/Site.php:631 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld." + +#: src/Module/Admin/Site.php:632 +msgid "Verify SSL" +msgstr "Controleer SSL" + +#: src/Module/Admin/Site.php:632 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken." + +#: src/Module/Admin/Site.php:633 +msgid "Proxy user" +msgstr "Proxy-gebruiker" + +#: src/Module/Admin/Site.php:634 +msgid "Proxy URL" +msgstr "Proxy-URL" + +#: src/Module/Admin/Site.php:635 +msgid "Network timeout" +msgstr "Netwerk timeout" + +#: src/Module/Admin/Site.php:635 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)." + +#: src/Module/Admin/Site.php:636 +msgid "Maximum Load Average" +msgstr "Maximum gemiddelde belasting" + +#: src/Module/Admin/Site.php:636 +#, php-format +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." +msgstr "" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum Load Average (Frontend)" +msgstr "Maximum Gemiddelde Belasting (Frontend)" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maximum systeem belasting wanneer de frontend ermee ophoudt - standaard waarde 50." + +#: src/Module/Admin/Site.php:638 +msgid "Minimal Memory" +msgstr "Minimaal Geheugen" + +#: src/Module/Admin/Site.php:638 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimum vrij geheugen in MB voor de worker. Toegang nodig tot /proc/meminfo - standaard waarde 0 (gedeactiveerd)." + +#: src/Module/Admin/Site.php:639 +msgid "Maximum table size for optimization" +msgstr "Maximum tabel grootte voor optimisatie" + +#: src/Module/Admin/Site.php:639 +msgid "" +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." +msgstr "Maximum tabel grootte (in MB) voor de automatisch optimisatie. Geef -1 op om dit te deactiveren." + +#: src/Module/Admin/Site.php:640 +msgid "Minimum level of fragmentation" +msgstr "Minimum niveau van fragmentatie" + +#: src/Module/Admin/Site.php:640 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimum fragmentatie niveau om de automatische optimisatie te starten - standaard waarde is 30%." + +#: src/Module/Admin/Site.php:642 +msgid "Periodical check of global contacts" +msgstr "Regematige controle van de globale contacten" + +#: src/Module/Admin/Site.php:642 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "Als dit geactiveerd is, dan worden de globale contacten regelmatig gecheckt naar ontbrekende of verlopen data and the vitaliteit van de contacten en servers." + +#: src/Module/Admin/Site.php:643 +msgid "Days between requery" +msgstr "Dagen tussen herbevraging" + +#: src/Module/Admin/Site.php:643 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Aantal dagen waarna de server opnieuw bevraagd wordt naar zijn contacten." + +#: src/Module/Admin/Site.php:644 +msgid "Discover contacts from other servers" +msgstr "Ontdek contacten van andere servers" + +#: src/Module/Admin/Site.php:644 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"\"Users\": the users on the remote system, \"Global Contacts\": active " +"contacts that are known on the system. The fallback is meant for Redmatrix " +"servers and older friendica servers, where global contacts weren't " +"available. The fallback increases the server load, so the recommended " +"setting is \"Users, Global Contacts\"." +msgstr "" + +#: src/Module/Admin/Site.php:645 +msgid "Timeframe for fetching global contacts" +msgstr "Tijdspanne voor het ophalen van globale contacten" + +#: src/Module/Admin/Site.php:645 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "Wanneer ontdekking is geactiveerd, dan definieert deze waarde de tijdspanne voor de activiteit van globale contacten die opgehaald worden van andere servers." + +#: src/Module/Admin/Site.php:646 +msgid "Search the local directory" +msgstr "Doorzoek de lokale gids" + +#: src/Module/Admin/Site.php:646 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Doorzoek de lokale gids in plaats van de globale gids. Bij lokale doorzoeking wordt elke opzoeking in de globale gids op de achtergrond uitgevoerd. Dit verbetert de zoekresultaten wanneer de zoekopdracht herhaald wordt." + +#: src/Module/Admin/Site.php:648 +msgid "Publish server information" +msgstr "Publiceer server informatie" + +#: src/Module/Admin/Site.php:648 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "" + +#: src/Module/Admin/Site.php:650 +msgid "Check upstream version" +msgstr "Controleer upstream versie" + +#: src/Module/Admin/Site.php:650 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Activeer het controleren op nieuwe versies van Friendica bij github. Als er een nieuwe versie is, dan word je geïnformeerd in the administratie paneel." + +#: src/Module/Admin/Site.php:651 +msgid "Suppress Tags" +msgstr "Onderdruk Tags" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Onderdruk het tonen van een lijst van hastags op het einde van het bericht." + +#: src/Module/Admin/Site.php:652 +msgid "Clean database" +msgstr "Database opruimen" + +#: src/Module/Admin/Site.php:652 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "Verwijder oude remote items, database weesrecords en oude content van andere helper tabellen." + +#: src/Module/Admin/Site.php:653 +msgid "Lifespan of remote items" +msgstr "Levensduur van remote items" + +#: src/Module/Admin/Site.php:653 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"remote items will be deleted. Own items, and marked or filed items are " +"always kept. 0 disables this behaviour." +msgstr "Als de database opruiming is geactiveerd, dan definieert dit na hoeveel dagen remote items verwijderd zullen worden. Eigen items, en gemarkeerde of opgeslagen items worden altijd behouden. 0 deactiveert dit gedrag." + +#: src/Module/Admin/Site.php:654 +msgid "Lifespan of unclaimed items" +msgstr "Levensduur van niet geclaimde items" + +#: src/Module/Admin/Site.php:654 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"unclaimed remote items (mostly content from the relay) will be deleted. " +"Default value is 90 days. Defaults to the general lifespan value of remote " +"items if set to 0." +msgstr "Als de database opruiming geactiveerd is, dan definieert dit na hoeveel dagen ongeclaimde remote items (meestal content van een relais) zal verwijderd worden. Standaard waarde is 90 dagen. Als de waarde 0 is, dan is de waarde gelijk aan de algemene levensduur van remote items." + +#: src/Module/Admin/Site.php:655 +msgid "Lifespan of raw conversation data" +msgstr "Levenstijd van ruwe gespreksdata" + +#: src/Module/Admin/Site.php:655 +msgid "" +"The conversation data is used for ActivityPub and OStatus, as well as for " +"debug purposes. It should be safe to remove it after 14 days, default is 90 " +"days." +msgstr "De gespreksdata word gebruikt voor ActivityPub, OStatus en voor debugging doeleinden. Het is veilig om dit na 14 dagen te verwijderen. Standaard staat dit op 90 dagen." + +#: src/Module/Admin/Site.php:656 +msgid "Path to item cache" +msgstr "Pad naar cache voor items" + +#: src/Module/Admin/Site.php:656 +msgid "The item caches buffers generated bbcode and external images." +msgstr "Item caches bufferen gegenereerde bbcodes en externe beelden." + +#: src/Module/Admin/Site.php:657 +msgid "Cache duration in seconds" +msgstr "Cache tijdsduur in seconden" + +#: src/Module/Admin/Site.php:657 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "Hoe lang moeten de cache bestanden bijgehouden worden? Standaard waarde is 86400 seconden (een dag). Zet de waarde op -1 om de item cache te deactiveren." + +#: src/Module/Admin/Site.php:658 +msgid "Maximum numbers of comments per post" +msgstr "Maximum aantal reacties per bericht" + +#: src/Module/Admin/Site.php:658 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "Hoeveel reacties moeten getoond worden per bericht? Standaard waarde is 100." + +#: src/Module/Admin/Site.php:659 +msgid "Temp path" +msgstr "Tijdelijk pad" + +#: src/Module/Admin/Site.php:659 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Als je een systeem met restricties hebt waarbij de webserver geen toegang heeft tot het systeem pad, geef hier dan een ander pad in. " + +#: src/Module/Admin/Site.php:660 +msgid "Disable picture proxy" +msgstr "Schakel beeld proxy uit" + +#: src/Module/Admin/Site.php:660 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwidth." +msgstr "De beeld proxy verhoogt de performantie en privacy. Gebruik dit niet op systemen met erg lage bandbreedte." + +#: src/Module/Admin/Site.php:661 +msgid "Only search in tags" +msgstr "Zoek alleen in tags" + +#: src/Module/Admin/Site.php:661 +msgid "On large systems the text search can slow down the system extremely." +msgstr "Het opzoeken van tekst kan grote systemen extreem vertragen." + +#: src/Module/Admin/Site.php:663 +msgid "New base url" +msgstr "Nieuwe basis url" + +#: src/Module/Admin/Site.php:663 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Verander de basis url voor deze server. Stuurt een verhuis boodschap naar all Friendica en Diaspora* contacten." + +#: src/Module/Admin/Site.php:665 +msgid "RINO Encryption" +msgstr "RINO encryptie" + +#: src/Module/Admin/Site.php:665 +msgid "Encryption layer between nodes." +msgstr "Encryptie laag tussen nodes." + +#: src/Module/Admin/Site.php:665 +msgid "Enabled" +msgstr "Geactiveerd" + +#: src/Module/Admin/Site.php:667 +msgid "Maximum number of parallel workers" +msgstr "Maximum aantal parallelle workers" + +#: src/Module/Admin/Site.php:667 +#, php-format +msgid "" +"On shared hosters set this to %d. On larger systems, values of %d are great." +" Default value is %d." +msgstr "Op gedeelde hosts zet dit op %d. Op grotere systemen, waarden als %d zijn goed. standaard waarde is %d" + +#: src/Module/Admin/Site.php:668 +msgid "Don't use \"proc_open\" with the worker" +msgstr "" + +#: src/Module/Admin/Site.php:668 +msgid "" +"Enable this if your system doesn't allow the use of \"proc_open\". This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "" + +#: src/Module/Admin/Site.php:669 +msgid "Enable fastlane" +msgstr "Activeer fastlane" + +#: src/Module/Admin/Site.php:669 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "Als deze parameter geactiveerd is, dan start het fastlane mechanisme een bijkomende worker als processen met hogere prioriteit geblokkeerd worden door processen met een lagere prioriteit." + +#: src/Module/Admin/Site.php:670 +msgid "Enable frontend worker" +msgstr "Activeer frontend worker" + +#: src/Module/Admin/Site.php:670 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed (e.g. messages being delivered). On smaller sites you might want " +"to call %s/worker on a regular basis via an external cron job. You should " +"only enable this option if you cannot utilize cron/scheduled jobs on your " +"server." +msgstr "" + +#: src/Module/Admin/Site.php:672 +msgid "Subscribe to relay" +msgstr "Schrijf in op relais" + +#: src/Module/Admin/Site.php:672 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Activeert het ontvangen van publieke berichten vanwege de relais. Ze zullen inbegrepen zijn in de zoekresultaten, tags waarop je ingeschreven bent en op de globale groepspagina." + +#: src/Module/Admin/Site.php:673 +msgid "Relay server" +msgstr "Relais server" + +#: src/Module/Admin/Site.php:673 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Adres van de relais server waar publieke berichten naartoe moeten gezonden worden. Bijvoorbeeld https://relay.diasp.org" + +#: src/Module/Admin/Site.php:674 +msgid "Direct relay transfer" +msgstr "Directe relais transfer" + +#: src/Module/Admin/Site.php:674 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Activeert directe relais transfer naar andere servers zonder gebruik van relais servers" + +#: src/Module/Admin/Site.php:675 +msgid "Relay scope" +msgstr "Scope van de relais" + +#: src/Module/Admin/Site.php:675 +msgid "" +"Can be \"all\" or \"tags\". \"all\" means that every public post should be " +"received. \"tags\" means that only posts with selected tags should be " +"received." +msgstr "" + +#: src/Module/Admin/Site.php:675 +msgid "all" +msgstr "alle" + +#: src/Module/Admin/Site.php:675 +msgid "tags" +msgstr "tags" + +#: src/Module/Admin/Site.php:676 +msgid "Server tags" +msgstr "Server tags" + +#: src/Module/Admin/Site.php:676 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "" + +#: src/Module/Admin/Site.php:677 +msgid "Allow user tags" +msgstr "Sta gebruiker tags toe." + +#: src/Module/Admin/Site.php:677 +msgid "" +"If enabled, the tags from the saved searches will used for the \"tags\" " +"subscription in addition to the \"relay_server_tags\"." +msgstr "" + +#: src/Module/Admin/Site.php:680 +msgid "Start Relocation" +msgstr "Start verhuis" + +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "onbekend" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "Deze pagina toont je statistieken van het gekende deel van het gefedereerde sociale netwerk waarvan je Friendica node deel uitmaakt. Deze statistieken zijn niet volledig maar reflecteren het deel van het network dat jouw node kent." + +#: src/Module/Admin/Federation.php:182 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "Het Automatisch Achterhaalde Contact Gids feature is niet geactiveerd, het zal de hier getoonde informatie verbeteren." + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Op dit moment kent deze node %d nodes met %d geregistreerde gebruikers op basis van de volgende patformen:" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "Uit" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "Aan" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "Fixeer feature %s " + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "Beheer Bijkomende Features" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Inspecteer wachtrij van uitgestelde workers" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "Deze pagine geeft alle uitgestelde workertaken. Dit zijn taken die niet onmiddelijk konden worden uitgevoerd" + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" msgstr "Taakwachtrij inspecteren" -#: src/Module/BaseAdminModule.php:92 -msgid "Tools" -msgstr "Hulpmiddelen" +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "Deze pagina toont alle taken in de wachtrij. Deze taken worden behandeld door de geplande taak die je hebt ingesteld tijdens installatie." -#: src/Module/BaseAdminModule.php:93 -msgid "Contact Blocklist" -msgstr "Contact Blokkeerlijst" +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" -#: src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Server Blokkeerlijst" +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Taak parameters" -#: src/Module/BaseAdminModule.php:101 -msgid "Diagnostics" -msgstr "Diagnostiek" +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Aangemaakt" -#: src/Module/BaseAdminModule.php:102 -msgid "PHP Info" -msgstr "PHP Info" +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Prioriteit" -#: src/Module/BaseAdminModule.php:103 -msgid "probe address" -msgstr "probe adres" +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "Item gemarkeerd om te verwijderen." -#: src/Module/BaseAdminModule.php:104 -msgid "check webfinger" -msgstr "check webfinger" +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "Verwijder dit Item" -#: src/Module/BaseAdminModule.php:105 -msgid "Item Source" +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Op deze pagina kan je een item van je node verwijderen. Als het item een bericht is op het eerste niveau, dan zal de hele gesprek verwijderd worden." + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "Je moet de GUID van het item kennen. Je kan het terugvinden bvb. door te kijken naar de getoonde URL. Het laatste deel van http://example.com/display/123456 is de GUID, hier 123456." + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "De GUID van het item dat je wil verwijderen." + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "Item identificatie" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" msgstr "" -#: src/Module/BaseAdminModule.php:106 -msgid "Babel" +#: src/Module/Admin/Logs/Settings.php:36 +msgid "Log settings updated." +msgstr "Log instellingen opgeslagen" + +#: src/Module/Admin/Logs/Settings.php:55 +msgid "PHP log currently enabled." +msgstr "PHP log momenteel geactiveerd" + +#: src/Module/Admin/Logs/Settings.php:57 +msgid "PHP log currently disabled." +msgstr "PHP log momenteel gedeactiveerd" + +#: src/Module/Admin/Logs/Settings.php:66 +msgid "Clear" +msgstr "Wis" + +#: src/Module/Admin/Logs/Settings.php:70 +msgid "Enable Debugging" +msgstr "Activeer Debugging" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "Log file" +msgstr "Logbestand" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. de hoogste folder binnen je Friendica-installatie." + +#: src/Module/Admin/Logs/Settings.php:72 +msgid "Log level" +msgstr "Log niveau" + +#: src/Module/Admin/Logs/Settings.php:74 +msgid "PHP logging" +msgstr "PHP logging" + +#: src/Module/Admin/Logs/Settings.php:75 +msgid "" +"To temporarily enable logging of PHP errors and warnings you can prepend the" +" following to the index.php file of your installation. The filename set in " +"the 'error_log' line is relative to the friendica top-level directory and " +"must be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "Om logging van PHP fouten en waarschuwingen te activeren, kan je het volgende toevoegen aan het begin van je index.php bestand van je installatie. De naam van het bestand die ingesteld is in de 'error_log' lijn is relatief tegenover de friendica top-level folder en de server moet erin kunnen schrijven. De optie '1' voor 'log_errors' en 'display_errors' activeert deze opties, configureer '0' om ze te deactiveren. " + +#: src/Module/Admin/Logs/View.php:22 +#, 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 "Fout bij het openen van log file %1$s .\\r\\n
Kijk na of bestand %1$s bestaat en mag gelezen worden." + +#: src/Module/Admin/Logs/View.php:26 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
Check to see if file" +" %1$s is readable." +msgstr "Kon log file %1$s niet openen.\\r\\n
Kijk na of bestand %1$s mag gelezen worden." + +#: src/Module/Admin/Summary.php:32 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" +msgstr "Je DB opereert nog met MyISAM tabellen. Best is van engine te veranderen naar InnoDB. Aangezien Friendica in de toekomst gebruik zal maken van InnoDB features, zou je dit best aanpassen! Zie hier voor een gids die je kan helpen om de tabel engines te converteren. Je kan ook het commandophp bin/console.php dbstructure toinnodb van je Friendica installatie gebruiken voor een automatische conversie.
" + +#: src/Module/Admin/Summary.php:40 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "Er is een nieuwe versie van Friendica beschikbaar om te downloaden. Je huidige versie is %1$s, upstream versie is %2$s" + +#: src/Module/Admin/Summary.php:49 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "Database update is mislukt. Gelieve \"php bin/console.php dbstructure update\" vanaf de command line uit te voeren en de foutmeldingen die zouden kunnen verschijnen na te kijken." + +#: src/Module/Admin/Summary.php:53 +msgid "" +"The last update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear. (Some of the errors are possibly inside the logfile.)" msgstr "" -#: src/Module/BaseAdminModule.php:115 -msgid "Addon Features" -msgstr "Addon Features" +#: src/Module/Admin/Summary.php:58 +msgid "The worker was never executed. Please check your database structure!" +msgstr "De worker werd nooit uitgevoerd. Best je database structuur eens nakijken!" -#: src/Module/BaseAdminModule.php:116 -msgid "User registrations waiting for confirmation" -msgstr "Gebruikersregistraties wachten op bevestiging" +#: src/Module/Admin/Summary.php:60 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "De laatste worker uitvoering was op %s UTC. Dit is langer dan 1 uur geleden. Best je crontab instellingen nakijken." -#: src/Module/BaseSearchModule.php:52 +#: src/Module/Admin/Summary.php:65 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +".htconfig.php. See the Config help page for " +"help with the transition." +msgstr "Het configuratiebestand bevind zich nu in config/local.config.php. Kopieer het bestand config/local-sample.config.php en verplaats je configuratie uit .htconfig.php. Ga naar deconfiguratie help pagina voor hulp bij transitie." + +#: src/Module/Admin/Summary.php:69 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." +msgstr "" + +#: src/Module/Admin/Summary.php:75 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." +msgstr "%s is niet bereikbaar. Dit is een belangrijk communicatieprobleem waardoor server-naar-server communicatie niet mogelijk is. Lees de the installatie pagina voor hulp." + +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Module/Admin/Summary.php:125 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." +msgstr "" + +#: src/Module/Admin/Summary.php:133 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." +msgstr "" + +#: src/Module/Admin/Summary.php:141 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." +msgstr "" + +#: src/Module/Admin/Summary.php:148 +msgid "Normal Account" +msgstr "Normaal account" + +#: src/Module/Admin/Summary.php:149 +msgid "Automatic Follower Account" +msgstr "Automatische Volger Account" + +#: src/Module/Admin/Summary.php:150 +msgid "Public Forum Account" +msgstr "Publiek Forum account" + +#: src/Module/Admin/Summary.php:151 +msgid "Automatic Friend Account" +msgstr "Automatisch Vriendschapsaccount" + +#: src/Module/Admin/Summary.php:152 +msgid "Blog Account" +msgstr "Blog Account" + +#: src/Module/Admin/Summary.php:153 +msgid "Private Forum Account" +msgstr "Privé Forum Account" + +#: src/Module/Admin/Summary.php:173 +msgid "Message queues" +msgstr "Bericht-wachtrijen" + +#: src/Module/Admin/Summary.php:179 +msgid "Server Settings" +msgstr "Server instellingen." + +#: src/Module/Admin/Summary.php:193 +msgid "Summary" +msgstr "Samenvatting" + +#: src/Module/Admin/Summary.php:195 +msgid "Registered users" +msgstr "Geregistreerde gebruikers" + +#: src/Module/Admin/Summary.php:197 +msgid "Pending registrations" +msgstr "Registraties die in de wacht staan" + +#: src/Module/Admin/Summary.php:198 +msgid "Version" +msgstr "Versie" + +#: src/Module/Admin/Summary.php:202 +msgid "Active addons" +msgstr "Actieve addons" + +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" +msgstr "Wijziging succesvol gemarkeerd " + +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Database structuur update %s werd met succes toegepast." + +#: src/Module/Admin/DBSync.php:46 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Uitvoering van de database structuur update %s is mislukt met fout: %s" + +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Uitvoering van %s mislukt met fout: %s" + +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Wijziging %s geslaagd." + +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is." + +#: src/Module/Admin/DBSync.php:71 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "Er was geen bijkomende update functie %s die moest opgeroepen worden." + +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." +msgstr "Geen mislukte wijzigingen" + +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" +msgstr "Controleer de database structuur" + +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" +msgstr "Mislukte wijzigingen" + +#: src/Module/Admin/DBSync.php:98 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven." + +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" +msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)" + +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" +msgstr "Probeer deze stap automatisch uit te voeren" + +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." +msgstr "" + +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "" + +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "" + +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "" + +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "" + +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "Ouderlijke gebruiker ontbreekt" + +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "Ouderlijk paswoord:" + +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Geef alstublieft het paswoord van het ouderlijke account om je verzoek te legitimeren." + +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "Ouderlijke gebruiker" + +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Ouderlijke gebruikers hebben totale controle over dit account, de account instellingen inbegrepen. Dubbel check dus alstublieft aan wie je deze toegang geeft." + +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "Paginabeheer uitbesteden" + +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "Gemachtigden" + +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwt." + +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed" + +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed " + +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "Verwijderen" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "Toevoegen" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "Geen gegevens." + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "Account exporteren" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server." + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "Alles exporteren" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "" + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "Persoonlijke gegevens exporteren" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "Voer uw wachtwoord in om deze pagina te openen." + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "App-specifiek wachtwoord genereren mislukt: de beschrijving is leeg." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "Nieuw app-specifiek wachtwoord gegenereerd." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "App-specifieke wachtwoorden succesvol ingetrokken." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "App-specifiek wachtwoord succesvol ingetrokken." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "Twee-factor app-specifieke wachtwoorden" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "

App-specifieke wachtwoorden zijn willekeurig gegenereerde wachtwoorden die in plaats daarvan uw normale wachtwoord worden gebruikt om uw account te verifiëren bij applicaties van derden die geen tweefactorauthenticatie ondersteunen.

" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "Zorg ervoor dat u nu uw nieuwe app-specifieke wachtwoord kopieert. U zult het niet meer kunnen zien!" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "Verkeerd wachtwoord" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "Acties" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "" + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 +msgid "Page not found." +msgstr "Pagina niet gevonden" + +#: src/Module/BaseSearchModule.php:54 #, php-format msgid "People Search - %s" msgstr "Mensen Zoeken - %s" -#: src/Module/BaseSearchModule.php:62 +#: src/Module/BaseSearchModule.php:64 #, php-format msgid "Forum Search - %s" msgstr "Forum doorzoeken - %s" -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "" +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "Geen resultaten" -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "Het bericht is aangemaakt" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "Geen toepassingen geïnstalleerd" -#: src/Module/Contact.php:72 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d contact bewerkt." -msgstr[1] "%d contacten bewerkt." +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Toepassingen" -#: src/Module/Contact.php:99 -msgid "Could not access contact record." -msgstr "Kon geen toegang krijgen tot de contactgegevens" +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Credits" -#: src/Module/Contact.php:109 -msgid "Could not locate selected profile." -msgstr "Kon het geselecteerde profiel niet vinden." +#: src/Module/Credits.php:26 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!" -#: src/Module/Contact.php:141 -msgid "Contact updated." -msgstr "Contact opgeslagen" +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "Uitgelogd." -#: src/Module/Contact.php:393 -msgid "Contact not found" -msgstr "" +#: src/Module/Group.php:42 +msgid "Group created." +msgstr "Groep aangemaakt." -#: src/Module/Contact.php:412 -msgid "Contact has been blocked" -msgstr "Contact is geblokkeerd" +#: src/Module/Group.php:48 +msgid "Could not create group." +msgstr "Kon de groep niet aanmaken." -#: src/Module/Contact.php:412 -msgid "Contact has been unblocked" -msgstr "Contact is gedeblokkeerd" +#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 +msgid "Group not found." +msgstr "Groep niet gevonden." -#: src/Module/Contact.php:422 -msgid "Contact has been ignored" -msgstr "Contact wordt genegeerd" +#: src/Module/Group.php:65 +msgid "Group name changed." +msgstr "Groepsnaam gewijzigd." -#: src/Module/Contact.php:422 -msgid "Contact has been unignored" -msgstr "Contact wordt niet meer genegeerd" +#: src/Module/Group.php:87 +msgid "Unknown group." +msgstr "Onbekende groep." -#: src/Module/Contact.php:432 -msgid "Contact has been archived" -msgstr "Contact is gearchiveerd" +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "Contact niet gevonden" -#: src/Module/Contact.php:432 -msgid "Contact has been unarchived" -msgstr "Contact is niet meer gearchiveerd" +#: src/Module/Group.php:96 +msgid "Contact is unavailable." +msgstr "Contact is niet beschikbaar." -#: src/Module/Contact.php:456 -msgid "Drop contact" -msgstr "Contact vergeten" - -#: src/Module/Contact.php:459 src/Module/Contact.php:823 -msgid "Do you really want to delete this contact?" -msgstr "Wil je echt dit contact verwijderen?" - -#: src/Module/Contact.php:473 -msgid "Contact has been removed." +#: src/Module/Group.php:100 +msgid "Contact is deleted." msgstr "Contact is verwijderd." -#: src/Module/Contact.php:503 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Je bent wederzijds bevriend met %s" +#: src/Module/Group.php:106 +msgid "Contact is blocked, unable to add it to a group." +msgstr "Contact is geblokkeerd, niet mogelijk om het aan een groep toe te voegen." -#: src/Module/Contact.php:508 -#, php-format -msgid "You are sharing with %s" -msgstr "Je deelt met %s" +#: src/Module/Group.php:110 +msgid "Unable to add the contact to the group." +msgstr "Kan het contact niet aan de groep toevoegen." -#: src/Module/Contact.php:513 -#, php-format -msgid "%s is sharing with you" -msgstr "%s deelt met jou" +#: src/Module/Group.php:112 +msgid "Contact successfully added to group." +msgstr "Contact succesvol aan de groep toegevoegd." -#: src/Module/Contact.php:537 -msgid "Private communications are not available for this contact." -msgstr "Privécommunicatie met dit contact is niet beschikbaar." +#: src/Module/Group.php:116 +msgid "Unable to remove the contact from the group." +msgstr "Kan het contact niet uit de groep verwijderen." -#: src/Module/Contact.php:539 -msgid "Never" -msgstr "Nooit" +#: src/Module/Group.php:118 +msgid "Contact successfully removed from group." +msgstr "Contact succesvol verwijderd uit groep." -#: src/Module/Contact.php:542 -msgid "(Update was successful)" -msgstr "(Wijziging is geslaagd)" +#: src/Module/Group.php:121 +msgid "Unknown group command." +msgstr "Onbekende groepsopdracht." -#: src/Module/Contact.php:542 -msgid "(Update was not successful)" -msgstr "(Wijziging is niet geslaagd)" +#: src/Module/Group.php:124 +msgid "Bad request." +msgstr "Verkeerde aanvraag." -#: src/Module/Contact.php:544 src/Module/Contact.php:1057 -msgid "Suggest friends" -msgstr "Stel vrienden voor" +#: src/Module/Group.php:163 +msgid "Save Group" +msgstr "Bewaar groep" -#: src/Module/Contact.php:548 -#, php-format -msgid "Network type: %s" -msgstr "Netwerk type: %s" +#: src/Module/Group.php:164 +msgid "Filter" +msgstr "filter" -#: src/Module/Contact.php:553 -msgid "Communications lost with this contact!" -msgstr "Communicatie met dit contact is verbroken!" +#: src/Module/Group.php:170 +msgid "Create a group of contacts/friends." +msgstr "Maak een groep contacten/vrienden aan." -#: src/Module/Contact.php:559 -msgid "Fetch further information for feeds" -msgstr "Haal meer informatie op van de feeds" +#: src/Module/Group.php:212 +msgid "Group removed." +msgstr "Groep verwijderd." -#: src/Module/Contact.php:561 +#: src/Module/Group.php:214 +msgid "Unable to remove group." +msgstr "Niet in staat om groep te verwijderen." + +#: src/Module/Group.php:265 +msgid "Delete Group" +msgstr "Verwijder Groep" + +#: src/Module/Group.php:275 +msgid "Edit Group Name" +msgstr "Bewerk Groep Naam" + +#: src/Module/Group.php:285 +msgid "Members" +msgstr "Leden" + +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "De groep is leeg" + +#: src/Module/Group.php:301 +msgid "Remove contact from group" +msgstr "Verwijder contact uit de groep" + +#: src/Module/Group.php:321 mod/profperm.php:119 +msgid "Click on a contact to add or remove." +msgstr "Klik op een contact om het toe te voegen of te verwijderen." + +#: src/Module/Group.php:335 +msgid "Add contact to group" +msgstr "Voeg contact toe aan de groep" + +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "Geen contact opgegeven." + +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Alleen ingelogde gebruikers hebben toelating om aan probing te doen." + +#: src/Module/Debug/Localtime.php:30 +msgid "Time Conversion" +msgstr "Tijdsconversie" + +#: src/Module/Debug/Localtime.php:31 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 "Haal informatie op zoals preview beelden, titel en teaser van het feed item. Je kan dit activeren als de feed niet veel tekst bevat. Sleutelwoorden worden opgepikt uit de meta header in het feed item en worden gepost als hash tags." +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones." -#: src/Module/Contact.php:564 -msgid "Fetch information" -msgstr "Haal informatie op" - -#: src/Module/Contact.php:565 -msgid "Fetch keywords" -msgstr "Haal sleutelwoorden op" - -#: src/Module/Contact.php:566 -msgid "Fetch information and keywords" -msgstr "Haal informatie en sleutelwoorden op" - -#: src/Module/Contact.php:585 -msgid "Profile Visibility" -msgstr "Zichtbaarheid profiel" - -#: src/Module/Contact.php:586 -msgid "Contact Information / Notes" -msgstr "Contactinformatie / aantekeningen" - -#: src/Module/Contact.php:587 -msgid "Contact Settings" -msgstr "Contact instellingen" - -#: src/Module/Contact.php:596 -msgid "Contact" -msgstr "Contact" - -#: src/Module/Contact.php:600 +#: src/Module/Debug/Localtime.php:32 #, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Kies het profiel dat getoond moet worden wanneer %s je profiel bezoekt. " +msgid "UTC time: %s" +msgstr "UTC tijd: %s" -#: src/Module/Contact.php:602 -msgid "Their personal note" -msgstr "Hun persoonlijke nota" - -#: src/Module/Contact.php:604 -msgid "Edit contact notes" -msgstr "Wijzig aantekeningen over dit contact" - -#: src/Module/Contact.php:607 src/Module/Contact.php:1023 -#: src/Module/Profile/Contacts.php:93 +#: src/Module/Debug/Localtime.php:35 #, php-format -msgid "Visit %s's profile [%s]" -msgstr "Bekijk het profiel van %s [%s]" +msgid "Current timezone: %s" +msgstr "Huidige Tijdzone: %s" -#: src/Module/Contact.php:608 -msgid "Block/Unblock contact" -msgstr "Blokkeer/deblokkeer contact" +#: src/Module/Debug/Localtime.php:39 +#, php-format +msgid "Converted localtime: %s" +msgstr "Omgerekende lokale tijd: %s" -#: src/Module/Contact.php:609 -msgid "Ignore contact" -msgstr "Negeer contact" - -#: src/Module/Contact.php:610 -msgid "Repair URL settings" -msgstr "Repareer URL-instellingen" - -#: src/Module/Contact.php:611 -msgid "View conversations" -msgstr "Toon gesprekken" - -#: src/Module/Contact.php:616 -msgid "Last update:" -msgstr "Laatste wijziging:" - -#: src/Module/Contact.php:618 -msgid "Update public posts" -msgstr "Openbare posts aanpassen" - -#: src/Module/Contact.php:620 src/Module/Contact.php:1067 -msgid "Update now" -msgstr "Wijzig nu" - -#: src/Module/Contact.php:624 src/Module/Contact.php:828 -#: src/Module/Contact.php:1084 -msgid "Unignore" -msgstr "Negeer niet meer" - -#: src/Module/Contact.php:628 -msgid "Currently blocked" -msgstr "Op dit moment geblokkeerd" - -#: src/Module/Contact.php:629 -msgid "Currently ignored" -msgstr "Op dit moment genegeerd" - -#: src/Module/Contact.php:630 -msgid "Currently archived" -msgstr "Op dit moment gearchiveerd" - -#: src/Module/Contact.php:631 -msgid "Awaiting connection acknowledge" -msgstr "Wait op bevestiging van de connectie" - -#: src/Module/Contact.php:632 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn" - -#: src/Module/Contact.php:633 -msgid "Notification for new posts" -msgstr "Meldingen voor nieuwe berichten" - -#: src/Module/Contact.php:633 -msgid "Send a notification of every new post of this contact" -msgstr "Stuur een notificatie voor elk bericht van dit contact" - -#: src/Module/Contact.php:635 -msgid "Blacklisted keywords" -msgstr "Sleutelwoorden op de zwarte lijst" - -#: src/Module/Contact.php:635 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Door komma's gescheiden lijst van sleutelwoorden die niet in hashtags mogen omgezet worden, wanneer \"Haal informatie en sleutelwoorden op\" is geselecteerd" - -#: src/Module/Contact.php:652 src/Module/Settings/TwoFactor/Index.php:111 -msgid "Actions" -msgstr "Acties" - -#: src/Module/Contact.php:697 -msgid "Show all contacts" -msgstr "Toon alle contacten" - -#: src/Module/Contact.php:702 src/Module/Contact.php:804 -msgid "Blocked" -msgstr "Geblokkeerd" - -#: src/Module/Contact.php:705 -msgid "Only show blocked contacts" -msgstr "Toon alleen geblokkeerde contacten" - -#: src/Module/Contact.php:710 src/Module/Contact.php:806 -msgid "Ignored" -msgstr "Genegeerd" - -#: src/Module/Contact.php:713 -msgid "Only show ignored contacts" -msgstr "Toon alleen genegeerde contacten" - -#: src/Module/Contact.php:718 src/Module/Contact.php:807 -msgid "Archived" -msgstr "Gearchiveerd" - -#: src/Module/Contact.php:721 -msgid "Only show archived contacts" -msgstr "Toon alleen gearchiveerde contacten" - -#: src/Module/Contact.php:726 src/Module/Contact.php:805 -msgid "Hidden" -msgstr "Verborgen" - -#: src/Module/Contact.php:729 -msgid "Only show hidden contacts" -msgstr "Toon alleen verborgen contacten" - -#: src/Module/Contact.php:737 -msgid "Organize your contact groups" -msgstr "Organiseer je contact groepen" - -#: src/Module/Contact.php:818 -msgid "Search your contacts" -msgstr "Doorzoek je contacten" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1093 -msgid "Archive" -msgstr "Archiveer" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1093 -msgid "Unarchive" -msgstr "Archiveer niet meer" - -#: src/Module/Contact.php:832 -msgid "Batch Actions" -msgstr "Bulk Acties" - -#: src/Module/Contact.php:859 -msgid "Conversations started by this contact" -msgstr "Gesprekken gestart door dit contact" - -#: src/Module/Contact.php:864 -msgid "Posts and Comments" -msgstr "Berichten en reacties" - -#: src/Module/Contact.php:887 -msgid "View all contacts" -msgstr "Alle contacten zien" - -#: src/Module/Contact.php:898 -msgid "View all common friends" -msgstr "Bekijk alle gemeenschappelijke vrienden" - -#: src/Module/Contact.php:908 -msgid "Advanced Contact Settings" -msgstr "Geavanceerde instellingen voor contacten" - -#: src/Module/Contact.php:990 -msgid "Mutual Friendship" -msgstr "Wederzijdse vriendschap" - -#: src/Module/Contact.php:995 -msgid "is a fan of yours" -msgstr "Is een fan van jou" - -#: src/Module/Contact.php:1000 -msgid "you are a fan of" -msgstr "Jij bent een fan van" - -#: src/Module/Contact.php:1024 -msgid "Edit contact" -msgstr "Contact bewerken" - -#: src/Module/Contact.php:1078 -msgid "Toggle Blocked status" -msgstr "Schakel geblokkeerde status" - -#: src/Module/Contact.php:1086 -msgid "Toggle Ignored status" -msgstr "Schakel negeerstatus" - -#: src/Module/Contact.php:1095 -msgid "Toggle Archive status" -msgstr "Schakel archiveringsstatus" - -#: src/Module/Contact.php:1103 -msgid "Delete contact" -msgstr "Verwijder contact" +#: src/Module/Debug/Localtime.php:43 +msgid "Please select your timezone:" +msgstr "Selecteer je tijdzone:" #: src/Module/Debug/Babel.php:32 msgid "Source input" @@ -9194,6 +7004,12 @@ msgstr "Markdown" msgid "HTML" msgstr "HTML" +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "Toegang geweigerd" + #: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 msgid "You must be logged in to use this module" msgstr "Je moet ingelogd zijn om deze module te gebruiken" @@ -9202,1056 +7018,15 @@ msgstr "Je moet ingelogd zijn om deze module te gebruiken" msgid "Source URL" msgstr "Bron URL" -#: src/Module/Debug/Localtime.php:30 -msgid "Time Conversion" -msgstr "Tijdsconversie" - -#: src/Module/Debug/Localtime.php:31 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones." - -#: src/Module/Debug/Localtime.php:32 -#, php-format -msgid "UTC time: %s" -msgstr "UTC tijd: %s" - -#: src/Module/Debug/Localtime.php:35 -#, php-format -msgid "Current timezone: %s" -msgstr "Huidige Tijdzone: %s" - -#: src/Module/Debug/Localtime.php:39 -#, php-format -msgid "Converted localtime: %s" -msgstr "Omgerekende lokale tijd: %s" - -#: src/Module/Debug/Localtime.php:43 -msgid "Please select your timezone:" -msgstr "Selecteer je tijdzone:" - -#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Alleen ingelogde gebruikers hebben toelating om aan probing te doen." - #: src/Module/Debug/Probe.php:35 msgid "Lookup address" msgstr "" -#: src/Module/Directory.php:61 -msgid "No entries (some entries may be hidden)." -msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." - -#: src/Module/Directory.php:80 -msgid "Find on this site" -msgstr "Op deze website zoeken" - -#: src/Module/Directory.php:82 -msgid "Results for:" -msgstr "Resultaten voor:" - -#: src/Module/Directory.php:84 -msgid "Site Directory" -msgstr "Websitegids" - -#: src/Module/Filer/SaveTag.php:39 -#, php-format -msgid "Filetag %s saved to item" -msgstr "" - -#: src/Module/Filer/SaveTag.php:48 -msgid "- select -" -msgstr "- Kies -" - -#: src/Module/FollowConfirm.php:37 -msgid "No given contact." -msgstr "" - -#: src/Module/Friendica.php:40 -msgid "Installed addons/apps:" -msgstr "Geïnstalleerde addons/applicaties:" - -#: src/Module/Friendica.php:45 -msgid "No installed addons/apps" -msgstr "Geen geïnstalleerde addons/applicaties" - -#: src/Module/Friendica.php:50 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "Lees de Gebruiksvoorwaarden van deze node na." - -#: src/Module/Friendica.php:57 -msgid "On this server the following remote servers are blocked." -msgstr "De volgende remote servers zijn geblokkeerd." - -#: src/Module/Friendica.php:75 -#, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." -msgstr "Dit is Friendica, versie %s en draait op op locatie %s. De databaseversie is %s, en de bericht update versie is %s." - -#: src/Module/Friendica.php:80 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Ga naar Friendi.ca om meer te vernemen over het Friendica project." - -#: src/Module/Friendica.php:81 -msgid "Bug reports and issues: please visit" -msgstr "Bug rapporten en problemen: bezoek" - -#: src/Module/Friendica.php:81 -msgid "the bugtracker at github" -msgstr "de github bugtracker" - -#: src/Module/Friendica.php:82 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "Suggesties, appreciatie, enz. - aub stuur een email naar \"info\" at \"friendi - dot - ca" - -#: src/Module/Group.php:42 -msgid "Group created." -msgstr "Groep aangemaakt." - -#: src/Module/Group.php:48 -msgid "Could not create group." -msgstr "Kon de groep niet aanmaken." - -#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233 -msgid "Group not found." -msgstr "Groep niet gevonden." - -#: src/Module/Group.php:65 -msgid "Group name changed." -msgstr "Groepsnaam gewijzigd." - -#: src/Module/Group.php:87 -msgid "Unknown group." -msgstr "" - -#: src/Module/Group.php:96 -msgid "Contact is unavailable." -msgstr "" - -#: src/Module/Group.php:100 -msgid "Contact is deleted." -msgstr "" - -#: src/Module/Group.php:106 -msgid "Contact is blocked, unable to add it to a group." -msgstr "" - -#: src/Module/Group.php:110 -msgid "Unable to add the contact to the group." -msgstr "" - -#: src/Module/Group.php:112 -msgid "Contact successfully added to group." -msgstr "" - -#: src/Module/Group.php:116 -msgid "Unable to remove the contact from the group." -msgstr "" - -#: src/Module/Group.php:118 -msgid "Contact successfully removed from group." -msgstr "" - -#: src/Module/Group.php:121 -msgid "Unknown group command." -msgstr "" - -#: src/Module/Group.php:124 -msgid "Bad request." -msgstr "" - -#: src/Module/Group.php:163 -msgid "Save Group" -msgstr "Bewaar groep" - -#: src/Module/Group.php:164 -msgid "Filter" -msgstr "filter" - -#: src/Module/Group.php:170 -msgid "Create a group of contacts/friends." -msgstr "Maak een groep contacten/vrienden aan." - -#: src/Module/Group.php:212 -msgid "Group removed." -msgstr "Groep verwijderd." - -#: src/Module/Group.php:214 -msgid "Unable to remove group." -msgstr "Niet in staat om groep te verwijderen." - -#: src/Module/Group.php:265 -msgid "Delete Group" -msgstr "Verwijder Groep" - -#: src/Module/Group.php:275 -msgid "Edit Group Name" -msgstr "Bewerk Groep Naam" - -#: src/Module/Group.php:285 -msgid "Members" -msgstr "Leden" - -#: src/Module/Group.php:301 -msgid "Remove contact from group" -msgstr "Verwijder contact uit de groep" - -#: src/Module/Group.php:335 -msgid "Add contact to group" -msgstr "Voeg contact toe aan de groep" - -#: src/Module/Help.php:43 -msgid "Help:" -msgstr "Help:" - -#: src/Module/Home.php:42 +#: src/Module/Home.php:34 #, php-format msgid "Welcome to %s" msgstr "Welkom op %s" -#: src/Module/Install.php:160 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communicatie Server - Setup" - -#: src/Module/Install.php:171 -msgid "System check" -msgstr "Systeemcontrole" - -#: src/Module/Install.php:176 -msgid "Check again" -msgstr "Controleer opnieuw" - -#: src/Module/Install.php:191 -msgid "Base settings" -msgstr "" - -#: src/Module/Install.php:198 -msgid "Host name" -msgstr "Host naam" - -#: src/Module/Install.php:200 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "" - -#: src/Module/Install.php:203 -msgid "Base path to installation" -msgstr "Basispad voor installatie" - -#: src/Module/Install.php:205 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "Als het systeem het correcte pad naar je installatie niet kan detecteren, geef hier dan het correcte pad in. Deze instelling zou alleen geconfigureerd moeten worden als je een systeem met restricties hebt en symbolische links naar je webroot." - -#: src/Module/Install.php:208 -msgid "Sub path of the URL" -msgstr "" - -#: src/Module/Install.php:210 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "" - -#: src/Module/Install.php:221 -msgid "Database connection" -msgstr "Verbinding met database" - -#: src/Module/Install.php:222 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken." - -#: src/Module/Install.php:223 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. " - -#: src/Module/Install.php:224 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat." - -#: src/Module/Install.php:231 -msgid "Database Server Name" -msgstr "Servernaam database" - -#: src/Module/Install.php:236 -msgid "Database Login Name" -msgstr "Gebruikersnaam database" - -#: src/Module/Install.php:242 -msgid "Database Login Password" -msgstr "Wachtwoord database" - -#: src/Module/Install.php:244 -msgid "For security reasons the password must not be empty" -msgstr "Om veiligheidsreden mag het paswoord niet leeg zijn" - -#: src/Module/Install.php:247 -msgid "Database Name" -msgstr "Naam database" - -#: src/Module/Install.php:251 src/Module/Install.php:280 -msgid "Please select a default timezone for your website" -msgstr "Selecteer een standaard tijdzone voor je website" - -#: src/Module/Install.php:265 -msgid "Site settings" -msgstr "Website-instellingen" - -#: src/Module/Install.php:275 -msgid "Site administrator email address" -msgstr "E-mailadres van de websitebeheerder" - -#: src/Module/Install.php:277 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken." - -#: src/Module/Install.php:284 -msgid "System Language:" -msgstr "Systeem taal:" - -#: src/Module/Install.php:286 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Stel de standaard taal in voor je Friendica installatie interface en emails." - -#: src/Module/Install.php:298 -msgid "Your Friendica site database has been installed." -msgstr "De database van je Friendica-website is geïnstalleerd." - -#: src/Module/Install.php:306 -msgid "Installation finished" -msgstr "Installaitie beëindigd" - -#: src/Module/Install.php:328 -msgid "

What next

" -msgstr "

Wat nu

" - -#: src/Module/Install.php:329 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "BELANGRIJK: Je zal [manueel] een geplande taak moeten opzetten voor de worker." - -#: src/Module/Install.php:332 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Go naar je nieuwe Friendica node registratie pagina en registeer als nieuwe gebruiker. Vergeet niet hetzelfde email adres te gebruiken als wat je opgegeven hebt als administrator email. Dit zal je toelaten om het site administratie paneel te openen." - -#: src/Module/Invite.php:37 -msgid "Total invitation limit exceeded." -msgstr "Totale uitnodigingslimiet overschreden." - -#: src/Module/Invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Geen geldig e-mailadres." - -#: src/Module/Invite.php:87 -msgid "Please join us on Friendica" -msgstr "Kom bij ons op Friendica" - -#: src/Module/Invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website." - -#: src/Module/Invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Aflevering van bericht mislukt." - -#: src/Module/Invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d bericht verzonden." -msgstr[1] "%d berichten verzonden." - -#: src/Module/Invite.php:122 -msgid "You have no more invitations available" -msgstr "Je kunt geen uitnodigingen meer sturen" - -#: src/Module/Invite.php:129 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken." - -#: src/Module/Invite.php:131 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website." - -#: src/Module/Invite.php:132 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten." - -#: src/Module/Invite.php:136 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen." - -#: src/Module/Invite.php:139 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken." - -#: src/Module/Invite.php:138 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "Om deze uitnodiging te accepteren, ga naar en registreer op %s." - -#: src/Module/Invite.php:146 -msgid "Send invitations" -msgstr "Verstuur uitnodigingen" - -#: src/Module/Invite.php:147 -msgid "Enter email addresses, one per line:" -msgstr "Vul e-mailadressen in, één per lijn:" - -#: src/Module/Invite.php:151 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen." - -#: src/Module/Invite.php:153 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Je zult deze uitnodigingscode moeten invullen: $invite_code" - -#: src/Module/Invite.php:153 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:" - -#: src/Module/Invite.php:155 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendi.ca/ bezoeken" - -#: src/Module/Item/Compose.php:30 -msgid "Please enter a post body." -msgstr "" - -#: src/Module/Item/Compose.php:43 -msgid "This feature is only available with the frio theme." -msgstr "" - -#: src/Module/Item/Compose.php:63 -msgid "Compose new personal note" -msgstr "" - -#: src/Module/Item/Compose.php:70 -msgid "Compose new post" -msgstr "" - -#: src/Module/Item/Compose.php:190 -msgid "Clear the location" -msgstr "" - -#: src/Module/Item/Compose.php:191 -msgid "Location services are unavailable on your device" -msgstr "" - -#: src/Module/Item/Compose.php:192 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" -msgstr "" - -#: src/Module/Item/Compose.php:196 -msgid "Public" -msgstr "" - -#: src/Module/Item/Compose.php:197 -msgid "" -"This post will be sent to all your followers and can be seen in the " -"community pages and by anyone with its link." -msgstr "" - -#: src/Module/Item/Compose.php:198 -msgid "Limited/Private" -msgstr "" - -#: src/Module/Item/Compose.php:199 -msgid "" -"This post will be sent only to the people in the first box, to the exception" -" of the people mentioned in the second box. It won't appear anywhere public." -msgstr "" - -#: src/Module/Login.php:286 -msgid "Create a New Account" -msgstr "Nieuwe account aanmaken" - -#: src/Module/Login.php:319 -msgid "Password: " -msgstr "Wachtwoord:" - -#: src/Module/Login.php:320 -msgid "Remember me" -msgstr "Onthou me" - -#: src/Module/Login.php:323 -msgid "Or login using OpenID: " -msgstr "Of log in met OpenID:" - -#: src/Module/Login.php:329 -msgid "Forgot your password?" -msgstr "Wachtwoord vergeten?" - -#: src/Module/Login.php:332 -msgid "Website Terms of Service" -msgstr "Gebruikersvoorwaarden website" - -#: src/Module/Login.php:333 -msgid "terms of service" -msgstr "servicevoorwaarden" - -#: src/Module/Login.php:335 -msgid "Website Privacy Policy" -msgstr "Privacybeleid website" - -#: src/Module/Login.php:336 -msgid "privacy policy" -msgstr "privacybeleid" - -#: src/Module/Logout.php:38 -msgid "Logged out." -msgstr "Uitgelogd." - -#: src/Module/Maintenance.php:29 -msgid "System down for maintenance" -msgstr "Systeem onbeschikbaar wegens onderhoud" - -#: src/Module/PageNotFound.php:13 -msgid "Page not found." -msgstr "Pagina niet gevonden" - -#: src/Module/Photo.php:87 -#, php-format -msgid "Invalid photo with id %s." -msgstr "" - -#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 -msgid "User not found." -msgstr "" - -#: src/Module/Profile/Contacts.php:78 -msgid "No contacts." -msgstr "Geen contacten." - -#: src/Module/Profile/Contacts.php:112 -#, php-format -msgid "Follower (%s)" -msgid_plural "Followers (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:113 -#, php-format -msgid "Following (%s)" -msgid_plural "Following (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:114 -#, php-format -msgid "Mutual friend (%s)" -msgid_plural "Mutual friends (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:116 -#, php-format -msgid "Contact (%s)" -msgid_plural "Contacts (%s)" -msgstr[0] "" -msgstr[1] "" - -#: src/Module/Profile/Contacts.php:125 -msgid "All contacts" -msgstr "" - -#: src/Module/Register.php:83 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking \"Register\"." -msgstr "" - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in." - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "Je OpenID (optioneel):" - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "Je profiel in de ledengids opnemen?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "Nota voor de beheerder" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Laat een boodschap na voor de beheerder, waarom je bij deze node wil komen" - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging." - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "Je uitnodigingscode:" - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Je volledige naam (bvb. Jan Smit, echt of echt lijkend):" - -#: src/Module/Register.php:128 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "Je Email Adres: (Initiële informatie zal hier naartoe gezonden worden, dus dit moet een bestaand adres zijn.)" - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "Laat leeg voor een automatisch gegenereerd paswoord." - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "" - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "Kies een bijnaam:" - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "Importeer je profiel op deze friendica server" - -#: src/Module/Register.php:149 -msgid "Note: This node explicitly contains adult content" -msgstr "Waarschuwing: Deze node heeft inhoud enkel bedoeld voor volwassenen." - -#: src/Module/Register.php:242 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registratie geslaagd. Kijk je e-mail na voor verdere instructies." - -#: src/Module/Register.php:246 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
login: %s
" -"password: %s

You can change your password after login." -msgstr "Kon email niet verzenden. Hier zijn je account details:
login: %s
paswoord: %s

Je kan je paswoord aanpassen nadat je ingelogd bent." - -#: src/Module/Register.php:253 -msgid "Registration successful." -msgstr "Registratie succes." - -#: src/Module/Register.php:258 -msgid "Your registration can not be processed." -msgstr "Je registratie kan niet verwerkt worden." - -#: src/Module/Register.php:304 -msgid "Your registration is pending approval by the site owner." -msgstr "Jouw registratie wacht op goedkeuring van de beheerder." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:36 -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:54 -msgid "App-specific password generation failed: The description is empty." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:57 -msgid "" -"App-specific password generation failed: This description already exists." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:61 -msgid "New app-specific password generated." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:67 -msgid "App-specific passwords successfully revoked." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:77 -msgid "App-specific password successfully revoked." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:98 -msgid "Two-factor app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 -msgid "" -"

App-specific passwords are randomly generated passwords used instead your" -" regular password to authenticate your account on third-party applications " -"that don't support two-factor authentication.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:101 -msgid "" -"Make sure to copy your new app-specific password now. You won’t be able to " -"see it again!" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:104 -msgid "Description" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:105 -msgid "Last Used" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:106 -msgid "Revoke" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 -msgid "Revoke All" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 -msgid "" -"When you generate a new app-specific password, you must use it right away, " -"it will be shown to you once after you generate it." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:111 -msgid "Generate new app-specific password" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:112 -msgid "Friendiqa on my Fairphone 2..." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:113 -msgid "Generate" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:51 -msgid "Two-factor authentication successfully disabled." -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:92 -msgid "" -"

Use an application on a mobile device to get two-factor authentication " -"codes when prompted on login.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:96 -msgid "Authenticator app" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Configured" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Not Configured" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:98 -msgid "

You haven't finished configuring your authenticator app.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:99 -msgid "

Your authenticator app is correctly configured.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:101 -msgid "Recovery codes" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:102 -msgid "Remaining valid codes" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:104 -msgid "" -"

These one-use codes can replace an authenticator app code in case you " -"have lost access to it.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:106 -msgid "App-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:107 -msgid "Generated app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:109 -msgid "" -"

These randomly generated passwords allow you to authenticate on apps not " -"supporting two-factor authentication.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "Current password:" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "" -"You need to provide your current password to change two-factor " -"authentication settings." -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:113 -msgid "Enable two-factor authentication" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:114 -msgid "Disable two-factor authentication" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:115 -msgid "Show recovery codes" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:116 -msgid "Manage app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:117 -msgid "Finish app configuration" -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:50 -msgid "New recovery codes successfully generated." -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:76 -msgid "Two-factor recovery codes" -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:78 -msgid "" -"

Recovery codes can be used to access your account in the event you lose " -"access to your device and cannot receive two-factor authentication " -"codes.

Put these in a safe spot! If you lose your " -"device and don’t have the recovery codes you will lose access to your " -"account.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:80 -msgid "" -"When you generate new recovery codes, you must copy the new codes. Your old " -"codes won’t work anymore." -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:81 -msgid "Generate new recovery codes" -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:83 -msgid "Next: Verification" -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:63 -msgid "Two-factor authentication successfully activated." -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 -msgid "Invalid code, please retry." -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:96 -#, php-format -msgid "" -"

Or you can submit the authentication settings manually:

\n" -"
\n" -"\t
Issuer
\n" -"\t
%s
\n" -"\t
Account Name
\n" -"\t
%s
\n" -"\t
Secret Key
\n" -"\t
%s
\n" -"\t
Type
\n" -"\t
Time-based
\n" -"\t
Number of digits
\n" -"\t
6
\n" -"\t
Hashing algorithm
\n" -"\t
SHA-1
\n" -"
" -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:116 -msgid "Two-factor code verification" -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:118 -msgid "" -"

Please scan this QR Code with your authenticator app and submit the " -"provided code.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:120 -#, php-format -msgid "" -"

Or you can open the following URL in your mobile devicde:

%s

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:67 -msgid "Please enter a code from your authentication app" -msgstr "" - -#: src/Module/Settings/TwoFactor/Verify.php:127 -msgid "Verify code and enable two-factor authentication" -msgstr "" - -#: src/Module/Special/HTTPException.php:32 -msgid "Bad Request" -msgstr "Bad Request" - -#: src/Module/Special/HTTPException.php:33 -msgid "Unauthorized" -msgstr "" - -#: src/Module/Special/HTTPException.php:34 -msgid "Forbidden" -msgstr "" - -#: src/Module/Special/HTTPException.php:35 -msgid "Not Found" -msgstr "Niet gevonden" - -#: src/Module/Special/HTTPException.php:36 -msgid "Internal Server Error" -msgstr "" - -#: src/Module/Special/HTTPException.php:37 -msgid "Service Unavailable" -msgstr "" - -#: src/Module/Special/HTTPException.php:44 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "" - -#: src/Module/Special/HTTPException.php:45 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "" - -#: src/Module/Special/HTTPException.php:46 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "" - -#: src/Module/Special/HTTPException.php:47 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "" - -#: src/Module/Special/HTTPException.php:48 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "" - -#: src/Module/Special/HTTPException.php:49 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "" - -#: src/Module/Special/HTTPException.php:55 -msgid "Go back" -msgstr "" - -#: src/Module/TwoFactor/Recovery.php:41 -#, php-format -msgid "Remaining recovery codes: %d" -msgstr "" - -#: src/Module/TwoFactor/Recovery.php:65 -msgid "Two-factor recovery" -msgstr "" - -#: src/Module/TwoFactor/Recovery.php:66 -msgid "" -"

You can enter one of your one-time recovery codes in case you lost access" -" to your mobile device.

" -msgstr "" - -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 -#, php-format -msgid "Don’t have your phone? Enter a two-factor recovery code" -msgstr "" - -#: src/Module/TwoFactor/Recovery.php:68 -msgid "Please enter a recovery code" -msgstr "" - -#: src/Module/TwoFactor/Recovery.php:69 -msgid "Submit recovery code and complete login" -msgstr "" - -#: src/Module/TwoFactor/Verify.php:63 -msgid "" -"

Open the two-factor authentication app on your device to get an " -"authentication code and verify your identity.

" -msgstr "" - -#: src/Module/TwoFactor/Verify.php:68 -msgid "Verify code and complete login" -msgstr "" - #: src/Module/Welcome.php:25 msgid "Welcome to Friendica" msgstr "Welkom bij Friendica" @@ -10302,6 +7077,10 @@ msgid "" "potential friends know exactly how to find you." msgstr "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden." +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "Profielfoto uploaden" + #: src/Module/Welcome.php:40 msgid "" "Upload a profile photo if you have not done so already. Studies have shown " @@ -10417,185 +7196,921 @@ msgid "" " features and resources." msgstr "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma." -#: src/Object/Post.php:138 -msgid "This entry was edited" -msgstr "Deze entry werd bewerkt" +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "Gebruiker niet gevonden." -#: src/Object/Post.php:158 -msgid "Private Message" -msgstr "Privébericht" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "Geen contacten." -#: src/Object/Post.php:200 -msgid "Delete locally" -msgstr "Verwijder lokaal" - -#: src/Object/Post.php:203 -msgid "Delete globally" -msgstr "Verwijder globaal" - -#: src/Object/Post.php:203 -msgid "Remove locally" -msgstr "Verwijder lokaal" - -#: src/Object/Post.php:217 -msgid "save to folder" -msgstr "Bewaren in map" - -#: src/Object/Post.php:252 -msgid "I will attend" -msgstr "Ik zal er zijn" - -#: src/Object/Post.php:252 -msgid "I will not attend" -msgstr "Ik zal er niet zijn" - -#: src/Object/Post.php:252 -msgid "I might attend" -msgstr "Ik ga misschien" - -#: src/Object/Post.php:280 -msgid "ignore thread" -msgstr "Negeer gesprek" - -#: src/Object/Post.php:281 -msgid "unignore thread" -msgstr "Stop met gesprek te negeren" - -#: src/Object/Post.php:282 -msgid "toggle ignore status" -msgstr "verwissel negeer status" - -#: src/Object/Post.php:293 -msgid "add star" -msgstr "ster toevoegen" - -#: src/Object/Post.php:294 -msgid "remove star" -msgstr "ster verwijderen" - -#: src/Object/Post.php:295 -msgid "toggle star status" -msgstr "ster toevoegen of verwijderen" - -#: src/Object/Post.php:298 -msgid "starred" -msgstr "met ster" - -#: src/Object/Post.php:302 -msgid "add tag" -msgstr "label toevoegen" - -#: src/Object/Post.php:313 -msgid "like" -msgstr "leuk" - -#: src/Object/Post.php:314 -msgid "dislike" -msgstr "niet leuk" - -#: src/Object/Post.php:317 -msgid "Share this" -msgstr "Delen" - -#: src/Object/Post.php:317 -msgid "share" -msgstr "Delen" - -#: src/Object/Post.php:385 -msgid "to" -msgstr "aan" - -#: src/Object/Post.php:386 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:387 -msgid "Wall-to-Wall" -msgstr "wall-to-wall" - -#: src/Object/Post.php:388 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall" - -#: src/Object/Post.php:421 +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 #, php-format -msgid "Reply to %s" -msgstr "" +msgid "Visit %s's profile [%s]" +msgstr "Bekijk het profiel van %s [%s]" -#: src/Object/Post.php:436 -msgid "Notifier task is pending" -msgstr "" - -#: src/Object/Post.php:437 -msgid "Delivery to remote servers is pending" -msgstr "" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is underway" -msgstr "" - -#: src/Object/Post.php:439 -msgid "Delivery to remote servers is mostly done" -msgstr "" - -#: src/Object/Post.php:440 -msgid "Delivery to remote servers is done" -msgstr "" - -#: src/Object/Post.php:460 +#: src/Module/Profile/Contacts.php:112 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d reactie" -msgstr[1] "%d reacties" +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "Volger (%s)" +msgstr[1] "Volgers (%s)" -#: src/Object/Post.php:461 -msgid "Show more" -msgstr "" - -#: src/Object/Post.php:462 -msgid "Show fewer" -msgstr "" - -#: src/LegacyModule.php:30 +#: src/Module/Profile/Contacts.php:113 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Legacy module bestand niet gevonden: %s" +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "Volgend (%s)" +msgstr[1] "Volgend (%s)" -#: src/App.php:505 -msgid "Delete this item?" -msgstr "Dit item verwijderen?" +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "Gemeenschappelijke vriend (%s)" +msgstr[1] "Gemeenschappelijke vrienden (%s)" -#: src/App.php:547 -msgid "toggle mobile" -msgstr "mobiel thema omwisselen" +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "Contact (%s)" +msgstr[1] "Contacten (%s)" -#: src/App.php:863 -msgid "No system theme config value set." -msgstr "Geen systeem thema configuratie ingesteld." +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "Alle contacten" -#: src/App.php:1151 -msgid "You must be logged in to use addons. " -msgstr "Je moet ingelogd zijn om deze addons te kunnen gebruiken. " +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "Bestandstag %s bewaard bij item" -#: src/BaseModule.php:135 +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "- Kies -" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "Ongeldig contact." + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "Geen vrienden om te laten zien." + +#: src/Module/Contact.php:72 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d contact bewerkt." +msgstr[1] "%d contacten bewerkt." + +#: src/Module/Contact.php:99 +msgid "Could not access contact record." +msgstr "Kon geen toegang krijgen tot de contactgegevens" + +#: src/Module/Contact.php:109 +msgid "Could not locate selected profile." +msgstr "Kon het geselecteerde profiel niet vinden." + +#: src/Module/Contact.php:141 +msgid "Contact updated." +msgstr "Contact opgeslagen" + +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "Ik kon de contactgegevens niet aanpassen." + +#: src/Module/Contact.php:376 +msgid "Contact not found" +msgstr "" + +#: src/Module/Contact.php:395 +msgid "Contact has been blocked" +msgstr "Contact is geblokkeerd" + +#: src/Module/Contact.php:395 +msgid "Contact has been unblocked" +msgstr "Contact is gedeblokkeerd" + +#: src/Module/Contact.php:405 +msgid "Contact has been ignored" +msgstr "Contact wordt genegeerd" + +#: src/Module/Contact.php:405 +msgid "Contact has been unignored" +msgstr "Contact wordt niet meer genegeerd" + +#: src/Module/Contact.php:415 +msgid "Contact has been archived" +msgstr "Contact is gearchiveerd" + +#: src/Module/Contact.php:415 +msgid "Contact has been unarchived" +msgstr "Contact is niet meer gearchiveerd" + +#: src/Module/Contact.php:439 +msgid "Drop contact" +msgstr "Contact vergeten" + +#: src/Module/Contact.php:442 src/Module/Contact.php:819 +msgid "Do you really want to delete this contact?" +msgstr "Wil je echt dit contact verwijderen?" + +#: src/Module/Contact.php:456 +msgid "Contact has been removed." +msgstr "Contact is verwijderd." + +#: src/Module/Contact.php:486 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Je bent wederzijds bevriend met %s" + +#: src/Module/Contact.php:491 +#, php-format +msgid "You are sharing with %s" +msgstr "Je deelt met %s" + +#: src/Module/Contact.php:496 +#, php-format +msgid "%s is sharing with you" +msgstr "%s deelt met jou" + +#: src/Module/Contact.php:520 +msgid "Private communications are not available for this contact." +msgstr "Privécommunicatie met dit contact is niet beschikbaar." + +#: src/Module/Contact.php:522 +msgid "Never" +msgstr "Nooit" + +#: src/Module/Contact.php:525 +msgid "(Update was successful)" +msgstr "(Wijziging is geslaagd)" + +#: src/Module/Contact.php:525 +msgid "(Update was not successful)" +msgstr "(Wijziging is niet geslaagd)" + +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 +msgid "Suggest friends" +msgstr "Stel vrienden voor" + +#: src/Module/Contact.php:531 +#, php-format +msgid "Network type: %s" +msgstr "Netwerk type: %s" + +#: src/Module/Contact.php:536 +msgid "Communications lost with this contact!" +msgstr "Communicatie met dit contact is verbroken!" + +#: src/Module/Contact.php:542 +msgid "Fetch further information for feeds" +msgstr "Haal meer informatie op van de feeds" + +#: src/Module/Contact.php:544 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Haal informatie op zoals preview beelden, titel en teaser van het feed item. Je kan dit activeren als de feed niet veel tekst bevat. Sleutelwoorden worden opgepikt uit de meta header in het feed item en worden gepost als hash tags." + +#: src/Module/Contact.php:547 +msgid "Fetch information" +msgstr "Haal informatie op" + +#: src/Module/Contact.php:548 +msgid "Fetch keywords" +msgstr "Haal sleutelwoorden op" + +#: src/Module/Contact.php:549 +msgid "Fetch information and keywords" +msgstr "Haal informatie en sleutelwoorden op" + +#: src/Module/Contact.php:568 +msgid "Profile Visibility" +msgstr "Zichtbaarheid profiel" + +#: src/Module/Contact.php:569 +msgid "Contact Information / Notes" +msgstr "Contactinformatie / aantekeningen" + +#: src/Module/Contact.php:570 +msgid "Contact Settings" +msgstr "Contact instellingen" + +#: src/Module/Contact.php:579 +msgid "Contact" +msgstr "Contact" + +#: src/Module/Contact.php:583 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Kies het profiel dat getoond moet worden wanneer %s je profiel bezoekt. " + +#: src/Module/Contact.php:585 +msgid "Their personal note" +msgstr "Hun persoonlijke nota" + +#: src/Module/Contact.php:587 +msgid "Edit contact notes" +msgstr "Wijzig aantekeningen over dit contact" + +#: src/Module/Contact.php:591 +msgid "Block/Unblock contact" +msgstr "Blokkeer/deblokkeer contact" + +#: src/Module/Contact.php:592 +msgid "Ignore contact" +msgstr "Negeer contact" + +#: src/Module/Contact.php:593 +msgid "Repair URL settings" +msgstr "Repareer URL-instellingen" + +#: src/Module/Contact.php:594 +msgid "View conversations" +msgstr "Toon gesprekken" + +#: src/Module/Contact.php:599 +msgid "Last update:" +msgstr "Laatste wijziging:" + +#: src/Module/Contact.php:601 +msgid "Update public posts" +msgstr "Openbare posts aanpassen" + +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 +msgid "Update now" +msgstr "Wijzig nu" + +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 +msgid "Unignore" +msgstr "Negeer niet meer" + +#: src/Module/Contact.php:611 +msgid "Currently blocked" +msgstr "Op dit moment geblokkeerd" + +#: src/Module/Contact.php:612 +msgid "Currently ignored" +msgstr "Op dit moment genegeerd" + +#: src/Module/Contact.php:613 +msgid "Currently archived" +msgstr "Op dit moment gearchiveerd" + +#: src/Module/Contact.php:614 +msgid "Awaiting connection acknowledge" +msgstr "Wait op bevestiging van de connectie" + +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "Verberg dit contact voor anderen" + +#: src/Module/Contact.php:615 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn" + +#: src/Module/Contact.php:616 +msgid "Notification for new posts" +msgstr "Meldingen voor nieuwe berichten" + +#: src/Module/Contact.php:616 +msgid "Send a notification of every new post of this contact" +msgstr "Stuur een notificatie voor elk bericht van dit contact" + +#: src/Module/Contact.php:618 +msgid "Blacklisted keywords" +msgstr "Sleutelwoorden op de zwarte lijst" + +#: src/Module/Contact.php:618 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Door komma's gescheiden lijst van sleutelwoorden die niet in hashtags mogen omgezet worden, wanneer \"Haal informatie en sleutelwoorden op\" is geselecteerd" + +#: src/Module/Contact.php:684 +msgid "Show all contacts" +msgstr "Toon alle contacten" + +#: src/Module/Contact.php:689 src/Module/Contact.php:799 +msgid "Pending" +msgstr "" + +#: src/Module/Contact.php:692 +msgid "Only show pending contacts" +msgstr "" + +#: src/Module/Contact.php:697 src/Module/Contact.php:800 +msgid "Blocked" +msgstr "Geblokkeerd" + +#: src/Module/Contact.php:700 +msgid "Only show blocked contacts" +msgstr "Toon alleen geblokkeerde contacten" + +#: src/Module/Contact.php:705 src/Module/Contact.php:802 +msgid "Ignored" +msgstr "Genegeerd" + +#: src/Module/Contact.php:708 +msgid "Only show ignored contacts" +msgstr "Toon alleen genegeerde contacten" + +#: src/Module/Contact.php:713 src/Module/Contact.php:803 +msgid "Archived" +msgstr "Gearchiveerd" + +#: src/Module/Contact.php:716 +msgid "Only show archived contacts" +msgstr "Toon alleen gearchiveerde contacten" + +#: src/Module/Contact.php:721 src/Module/Contact.php:801 +msgid "Hidden" +msgstr "Verborgen" + +#: src/Module/Contact.php:724 +msgid "Only show hidden contacts" +msgstr "Toon alleen verborgen contacten" + +#: src/Module/Contact.php:732 +msgid "Organize your contact groups" +msgstr "Organiseer je contact groepen" + +#: src/Module/Contact.php:814 +msgid "Search your contacts" +msgstr "Doorzoek je contacten" + +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "Resultaten voor: %s" + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "Wijzigen" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Archive" +msgstr "Archiveer" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Unarchive" +msgstr "Archiveer niet meer" + +#: src/Module/Contact.php:828 +msgid "Batch Actions" +msgstr "Bulk Acties" + +#: src/Module/Contact.php:855 +msgid "Conversations started by this contact" +msgstr "Gesprekken gestart door dit contact" + +#: src/Module/Contact.php:860 +msgid "Posts and Comments" +msgstr "Berichten en reacties" + +#: src/Module/Contact.php:883 +msgid "View all contacts" +msgstr "Alle contacten zien" + +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "Gedeelde Vrienden" + +#: src/Module/Contact.php:894 +msgid "View all common friends" +msgstr "Bekijk alle gemeenschappelijke vrienden" + +#: src/Module/Contact.php:904 +msgid "Advanced Contact Settings" +msgstr "Geavanceerde instellingen voor contacten" + +#: src/Module/Contact.php:987 +msgid "Mutual Friendship" +msgstr "Wederzijdse vriendschap" + +#: src/Module/Contact.php:992 +msgid "is a fan of yours" +msgstr "Is een fan van jou" + +#: src/Module/Contact.php:997 +msgid "you are a fan of" +msgstr "Jij bent een fan van" + +#: src/Module/Contact.php:1015 +msgid "Pending outgoing contact request" +msgstr "" + +#: src/Module/Contact.php:1017 +msgid "Pending incoming contact request" +msgstr "" + +#: src/Module/Contact.php:1030 +msgid "Edit contact" +msgstr "Contact bewerken" + +#: src/Module/Contact.php:1084 +msgid "Toggle Blocked status" +msgstr "Schakel geblokkeerde status" + +#: src/Module/Contact.php:1092 +msgid "Toggle Ignored status" +msgstr "Schakel negeerstatus" + +#: src/Module/Contact.php:1101 +msgid "Toggle Archive status" +msgstr "Schakel archiveringsstatus" + +#: src/Module/Contact.php:1109 +msgid "Delete contact" +msgstr "Verwijder contact" + +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "Totale uitnodigingslimiet overschreden." + +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Geen geldig e-mailadres." + +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Kom bij ons op Friendica" + +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website." + +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Aflevering van bericht mislukt." + +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d bericht verzonden." +msgstr[1] "%d berichten verzonden." + +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "Je kunt geen uitnodigingen meer sturen" + +#: src/Module/Invite.php:129 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken." + +#: src/Module/Invite.php:131 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website." + +#: src/Module/Invite.php:132 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten." + +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen." + +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken." + +#: src/Module/Invite.php:138 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "Om deze uitnodiging te accepteren, ga naar en registreer op %s." + +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "Verstuur uitnodigingen" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "Vul e-mailadressen in, één per lijn:" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "Jouw bericht:" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen." + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Je zult deze uitnodigingscode moeten invullen: $invite_code" + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:" + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendi.ca/ bezoeken" + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "iedereen" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "Account" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "Weergave" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "Sociale netwerken" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "Delegaties" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "Verbonden applicaties" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "Account verwijderen" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "Voer een berichttekst in." + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "Deze functie is alleen beschikbaar met het frio-thema." + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "Stel een nieuwe persoonlijke notitie op" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "Nieuw bericht opstellen" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "Wis de locatie" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "Locatiediensten zijn niet beschikbaar op uw apparaat" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "Locatiediensten zijn uitgeschakeld. Controleer de toestemmingen van de website op uw apparaat" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "Geïnstalleerde addons/applicaties:" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "Geen geïnstalleerde addons/applicaties" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Lees de Gebruiksvoorwaarden van deze node na." + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "De volgende remote servers zijn geblokkeerd." + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "Dit is Friendica, versie %s en draait op op locatie %s. De databaseversie is %s, en de bericht update versie is %s." + +#: src/Module/Friendica.php:80 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Ga naar Friendi.ca om meer te vernemen over het Friendica project." + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "Bug rapporten en problemen: bezoek" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "de github bugtracker" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "Suggesties, appreciatie, enz. - aub stuur een email naar \"info\" at \"friendi - dot - ca" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw." + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "U kunt (optioneel) dit formulier invullen via OpenID door uw OpenID in te vullen en op 'Registreren' te klikken." + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in." + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "Je OpenID (optioneel):" + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "Je profiel in de ledengids opnemen?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "Nee" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "Nota voor de beheerder" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Laat een boodschap na voor de beheerder, waarom je bij deze node wil komen" + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging." + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "Je uitnodigingscode:" + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Je volledige naam (bvb. Jan Smit, echt of echt lijkend):" + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Je Email Adres: (Initiële informatie zal hier naartoe gezonden worden, dus dit moet een bestaand adres zijn.)" + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "Nieuw Wachtwoord:" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "Laat leeg voor een automatisch gegenereerd paswoord." + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "Bevestig:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "Kies een profiel bijnaam. Deze dient te beginnen met een letter. Uw profiel adres op deze sute zal dan \"nickname@%s\" zijn." + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "Kies een bijnaam:" + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "Importeren" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "Importeer je profiel op deze friendica server" + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "Waarschuwing: Deze node heeft inhoud enkel bedoeld voor volwassenen." + +#: src/Module/Register.php:238 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registratie geslaagd. Kijk je e-mail na voor verdere instructies." + +#: src/Module/Register.php:242 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
login: %s
" +"password: %s

You can change your password after login." +msgstr "Kon email niet verzenden. Hier zijn je account details:
login: %s
paswoord: %s

Je kan je paswoord aanpassen nadat je ingelogd bent." + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "Registratie succes." + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "Je registratie kan niet verwerkt worden." + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "" + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "" + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "Jouw registratie wacht op goedkeuring van de beheerder." + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "" + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "" + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "" + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "Alleen ingelogde gebruikers mogen een zoekopdracht starten." + +#: src/Module/Search/Index.php:57 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Niet ingelogde gebruikers mogen slechts 1 opzoeking doen per minuut" + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "Geen resultaten." + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items getagd met: %s" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "" + +#: src/BaseModule.php:133 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "De beveiligingstoken van het formulier was foutief. Dit gebeurde waarschijnlijk omdat het formulier te lang (> 3 uur) is blijven open staan voor het werd verstuurd." -#: src/Console/ArchiveContact.php:86 +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "Dit item verwijderen?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "mobiel thema omwisselen" + +#: src/App/Router.php:184 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Kon geen niet-gearchiveerde contacten vinden voor deze URL (%s)" +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "" -#: src/Console/ArchiveContact.php:89 -msgid "The contact entries have been archived" -msgstr "The contacten zijn gearchiveerd" +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "Je moet ingelogd zijn om deze addons te kunnen gebruiken. " -#: src/Console/NewPassword.php:93 -msgid "Enter new password: " -msgstr "Geef nieuw paswoord:" +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "Diversen" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "Leeftijd:" + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "JJJJ-MM-DD of MM-DD" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "nooit" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "minder dan een seconde geleden" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "jaar" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "jaren" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "maanden" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "weken" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "dagen" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "uur" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "uren" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "minuut" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "minuten" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "seconde" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "seconden" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "in %1$d%2$s" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s geleden" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "(geen onderwerp)" #: src/Console/PostUpdate.php:73 #, php-format @@ -10618,12 +8133,2677 @@ msgstr "uitgestelde bericht update acties uitvoeren" msgid "All pending post updates are done." msgstr "Alle uitgestelde bericht update acties zijn uitgevoerd" -#: update.php:218 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "%s: author-id en owner-id in item en gesprekstabel aan het updaten." +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Geef nieuw paswoord:" -#: update.php:273 +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." + +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "Wachtwoord gewijzigd." + +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s: Updating post-type." -msgstr "%s: bericht-type bewerken" +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Kon geen niet-gearchiveerde contacten vinden voor deze URL (%s)" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "The contacten zijn gearchiveerd" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Geen geldige account gevonden." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tBeste %1$s,\n\t\t\tEr is recent om \"%2$s\" een verzoek gekomen om je paswoord te resetten.\n\t\tOm dit verzoek te bevestigen, gelieve de verificatie link hieronder te volgen of in je browser te kopiëren.\n\n\t\tAls je dit verzoek NIET hebt gedaan, volg deze link dan NIET en negeer \n\t\ten/of verwijder deze email, het verzoek zal binnenkort vanzelf ongeldig worden.\n\n\t\tJe paswoord zal niet aangepast worden tenzij we kunnen verifiëren\n\t\tdat je dit verzoek verzonden hebt." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\n\t\tVolg nu deze link om je identiteit te bevestigen:\n\n\t\t%1$s\n\n\t\tJe zal dan een boodschap krijgen met je nieuw paswoord.\n\t\tJe kunt je paswoord veranderen in je instelling pagina nadat je ingelogd bent.\n\n\t\tDe login details zijn de volgende:\n\n\t\tSite locatie:\t%2$s\n\t\tLogin naam:\t%3$s" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "Op %s werd gevraagd je wachtwoord opnieuw in te stellen" + +#: mod/lostpass.php:90 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld." + +#: mod/lostpass.php:103 +msgid "Request has expired, please make a new one." +msgstr "Aanvraag is verlopen, gelieve een nieuwe aan te maken." + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "Wachtwoord vergeten?" + +#: mod/lostpass.php:119 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies." + +#: mod/lostpass.php:121 +msgid "Reset" +msgstr "Opnieuw" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Je nieuwe wachtwoord is" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Bewaar of kopieer je nieuw wachtwoord - en dan" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "klik hier om in te loggen" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina." + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tBeste %1$s,\n\t\t\t\tJe paswoord is aangepast zoals je gevraagd hebt. Hou deze informatie\n\t\t\talstublieft bij (of pas je paswoord onmiddellijk aan\n\t\t\tnaar iets wat je je kan herinneren).\n\t\t" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tJe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1$s\n\t\t\tLogin Naam:\t%2$s\n\t\t\tPaswoord:\t%3$s\n\n\t\t\tJe kan dit paswoord in het account instellingen aanpassen nadat je ingelogd bent.\n\t\t" + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Je wachtwoord is veranderd op %s" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "Importen van een gebruiker op een gesloten node kan enkel gedaan worden door een administrator" + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "Account verplaatsen" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "Je kunt een account van een andere Friendica server importeren." + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent." + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "Dit feature is experimenteel. We kunnen contacten van het OStatus netwerk (GNU Social/Statusnet) of van Diaspora niet importeren." + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "Account bestand" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "Om je account te exporteren, ga naar \"Instellingen->Exporteer je persoonlijke data\" en selecteer \"Exporteer account\"" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "Groepsoptie niet beschikbaar" + +#: mod/community.php:85 +msgid "Not available." +msgstr "Niet beschikbaar" + +#: mod/community.php:95 +msgid "Local Community" +msgstr "Lokale Groep" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "Berichten van lokale gebruikers op deze server" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "Globale gemeenschap" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "Berichten van gebruikers van het hele gefedereerde netwerk" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "Deze groepsstroom toont alle publieke berichten die deze node ontvangen heeft. Ze kunnen mogelijks niet de mening van de gebruikers van deze node weerspiegelen." + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "Voorgesteld contact werd niet gevonden" + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "Vriendschapsvoorstel verzonden." + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "Stel vrienden voor" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stel een vriend voor aan %s" + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "Geen gedeelde contacten." + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0} wilt je vriend worden" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0} vroeg om zich te registreren" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "Privacyinformatie op afstand niet beschikbaar." + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "Zichtbaar voor:" + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "Gebeurtenis kan niet eindigen voor het begin." + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "Titel en begintijd van de gebeurtenis zijn vereist." + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "Beeld" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "Maak een nieuwe gebeurtenis" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "Vorige" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "lijst" + +#: mod/events.php:514 +msgid "Event details" +msgstr "Gebeurtenis details" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "Start datum en Titel zijn verplicht." + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "Gebeurtenis begint:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "Vereist" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "Einddatum/tijd is niet gekend of niet relevant" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "Gebeurtenis eindigt:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "Pas aan aan de tijdzone van de gebruiker" + +#: mod/events.php:544 +msgid "Description:" +msgstr "Beschrijving:" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "Titel:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "Deel deze gebeurtenis" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "Rechten" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "Kon remote event niet verwijderen" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "Gebeurtenis verwijderd" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Verbinding met de applicatie goedkeuren" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Keer terug naar jouw app en voeg deze beveiligingscode in:" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s heet %2$s van harte welkom" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "Dit kalender formaat is niet ondersteund" + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "Geen exporteerbare data gevonden" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "kalender" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Het gevraagde item bestaat niet of is verwijderd" + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "De tijdlijn voor dit item is niet beschikbaar" + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "Verzoek is al goedgekeurd" + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profiel is ongeldig of bevat geen informatie" + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar." + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "Waarschuwing: Profieladres heeft geen profielfoto." + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden" +msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "Verzoek voltooid." + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "Onherstelbare protocolfout. " + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "Profiel onbeschikbaar" + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s heeft te veel verzoeken gehad vandaag." + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden." + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen." + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "Ongeldige plaatsbepaler" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "Je hebt jezelf hier al voorgesteld." + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Blijkbaar ben je al bevriend met %s." + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "Ongeldig profiel adres." + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "Je verzoek is verzonden." + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Remote inschrijving kan niet op jouw netwerk. Gelieve direct op je systeem in te schrijven." + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "Log in om je verzoek te bevestigen." + +#: mod/dfrn_request.php:497 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Je huidige identiteit is niet de juiste. Log met dit profiel in." + +#: mod/dfrn_request.php:511 mod/dfrn_request.php:526 +msgid "Confirm" +msgstr "Bevestig" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "Verberg dit contact" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "Welkom terug %s." + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s." + +#: mod/dfrn_request.php:634 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:" + +#: mod/dfrn_request.php:636 +#, 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 "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een publieke Friendica site te vinden en vervoeg ons vandaag" + +#: mod/dfrn_request.php:639 +msgid "Friend/Connection Request" +msgstr "Vriendschaps-/connectieverzoek" + +#: mod/dfrn_request.php:640 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" + +#: mod/dfrn_request.php:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "Beantwoord het volgende:" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "Kent %s jou?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "Voeg een persoonlijke opmerking toe:" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:648 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk." + +#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "Adres van je identiteit:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "Aanvraag indienen" + +#: mod/crepair.php:79 +msgid "Contact settings applied." +msgstr "Contactinstellingen toegepast." + +#: mod/crepair.php:81 +msgid "Contact update failed." +msgstr "Aanpassen van contact mislukt." + +#: mod/crepair.php:115 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon." + +#: mod/crepair.php:116 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen." + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "No mirroring" +msgstr "Geen mirroring" + +#: mod/crepair.php:130 +msgid "Mirror as forwarded posting" +msgstr "Spiegel als geforward bericht" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "Mirror as my own posting" +msgstr "Spiegel als mijn eigen bericht" + +#: mod/crepair.php:145 +msgid "Return to contact editor" +msgstr "Ga terug naar contactbewerker" + +#: mod/crepair.php:147 +msgid "Refetch contact data" +msgstr "Contact data opnieuw ophalen" + +#: mod/crepair.php:150 +msgid "Remote Self" +msgstr "Mijn identiteit elders" + +#: mod/crepair.php:153 +msgid "Mirror postings from this contact" +msgstr "Berichten van dit contact spiegelen" + +#: mod/crepair.php:155 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "Markeer dit contact als remote_self, hierdoor zal friendica nieuwe berichten van dit contact opnieuw posten." + +#: mod/crepair.php:160 +msgid "Account Nickname" +msgstr "Bijnaam account" + +#: mod/crepair.php:161 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam" + +#: mod/crepair.php:162 +msgid "Account URL" +msgstr "URL account" + +#: mod/crepair.php:163 +msgid "Account URL Alias" +msgstr "Account URL Alias" + +#: mod/crepair.php:164 +msgid "Friend Request URL" +msgstr "URL vriendschapsverzoek" + +#: mod/crepair.php:165 +msgid "Friend Confirm URL" +msgstr "URL vriendschapsbevestiging" + +#: mod/crepair.php:166 +msgid "Notification Endpoint URL" +msgstr "Notificatie Endpoint URL" + +#: mod/crepair.php:167 +msgid "Poll/Feed URL" +msgstr "URL poll/feed" + +#: mod/crepair.php:168 +msgid "New photo from this URL" +msgstr "Nieuwe foto van deze URL" + +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol fout. Geen ID Gevonden." + +#: mod/openid.php:71 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "Account niet gevonden. Meld je aan met je bestaande account om de OpenID toe te voegen." + +#: mod/openid.php:73 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "Account niet gevonden. Maak een nieuwe account aan of meld je aan met je bestaande account om de OpenID toe te voegen." + +#: mod/notifications.php:39 +msgid "Invalid request identifier." +msgstr "Ongeldige request identifier." + +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "Verwerpen" + +#: mod/notifications.php:119 +msgid "Network Notifications" +msgstr "Netwerknotificaties" + +#: mod/notifications.php:124 +msgid "System Notifications" +msgstr "Systeemnotificaties" + +#: mod/notifications.php:129 +msgid "Personal Notifications" +msgstr "Persoonlijke notificaties" + +#: mod/notifications.php:134 +msgid "Home Notifications" +msgstr "Tijdlijn-notificaties" + +#: mod/notifications.php:157 +msgid "Show unread" +msgstr "Toon ongelezen" + +#: mod/notifications.php:157 +msgid "Show all" +msgstr "Toon alles" + +#: mod/notifications.php:168 +msgid "Show Ignored Requests" +msgstr "Toon genegeerde verzoeken" + +#: mod/notifications.php:168 +msgid "Hide Ignored Requests" +msgstr "Verberg genegeerde verzoeken" + +#: mod/notifications.php:181 mod/notifications.php:266 +msgid "Notification type:" +msgstr "Notificatiesoort:" + +#: mod/notifications.php:184 +msgid "Suggested by:" +msgstr "Voorgesteld door:" + +#: mod/notifications.php:218 +msgid "Claims to be known to you: " +msgstr "Denkt dat je hem of haar kent:" + +#: mod/notifications.php:219 +msgid "yes" +msgstr "Ja" + +#: mod/notifications.php:219 +msgid "no" +msgstr "Nee" + +#: mod/notifications.php:220 mod/notifications.php:224 +msgid "Shall your connection be bidirectional or not?" +msgstr "Zal je connectie bidirectioneel zijn of niet?" + +#: mod/notifications.php:221 mod/notifications.php:225 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "%s als vriend accepteren laat %s toe om in te schrijven op je berichten, en je zal ook updates ontvangen van hen in je nieuws feed." + +#: mod/notifications.php:222 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "%s als volger accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed." + +#: mod/notifications.php:226 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "%s als deler accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed." + +#: mod/notifications.php:237 +msgid "Friend" +msgstr "Vriend" + +#: mod/notifications.php:238 +msgid "Sharer" +msgstr "Deler" + +#: mod/notifications.php:238 +msgid "Subscriber" +msgstr "Volger" + +#: mod/notifications.php:303 +msgid "No introductions." +msgstr "Geen vriendschaps- of connectieverzoeken." + +#: mod/notifications.php:337 +#, php-format +msgid "No more %s notifications." +msgstr "Geen %s notificaties meer." + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Maximum aantal dagelijkse tijdlijn boodschappen van %s overschreden. Kon boodschap niet plaatsen." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "Geen ontvanger geselecteerd." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Niet in staat om je tijdlijn-locatie vast te stellen" + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Bericht kon niet verzonden worden." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Fout bij het verzamelen van berichten." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Bericht verzonden." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "Geen ontvanger." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Vul een internetadres/URL in:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Verstuur privébericht" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "Aan:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Onderwerp:" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Voeg een webadres in" + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Inschrijven bij OStatus contacten" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "Geen contact opgegeven." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Kon de informatie voor het contact niet ophalen." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Kon de vrienden van contact niet ophalen." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Klaar" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "Succesvol" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "Mislukt" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Houd dit scherm open tot het klaar is" + +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "Het contact kon niet toegevoegd worden." + +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "Je hebt deze kontakt al toegevoegd" + +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora ondersteuning is niet geactiveerd. Contact kan niet toegevoegd worden." + +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus ondersteuning is niet geactiveerd. Contact kan niet toegevoegd woren." + +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Het type netwerk kon niet gedetecteerd worden. Contact kan niet toegevoegd worden." + +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "Uploaden" + +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "Bestanden" + +#: mod/network.php:525 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "Waarschuwing: Deze groep bevat %s lid van een netwerk dat geen niet-publieke boodschappen toelaat." +msgstr[1] "Waarschuwing: Deze groep bevat %s leden van een netwerk dat geen niet-publieke boodschappen toelaat." + +#: mod/network.php:528 +msgid "Messages in this group won't be send to these receivers." +msgstr "Boodschappen in deze groep zullen niet verzonden worden naar deze ontvangers." + +#: mod/network.php:595 +msgid "No such group" +msgstr "Zo'n groep bestaat niet" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "Groep: %s" + +#: mod/network.php:646 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden." + +#: mod/network.php:928 +msgid "Latest Activity" +msgstr "Laatste activiteit" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "Sorteer naar laatste activiteit" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "Laatste Berichten" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "Sorteren naar ontvangstdatum bericht" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "Persoonlijk" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" + +#: mod/network.php:956 +msgid "New" +msgstr "Nieuw" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "Activiteitenstroom - volgens datum" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "Gedeelde links" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "Interessante links" + +#: mod/network.php:977 +msgid "Starred" +msgstr "Met ster" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "Favoriete berichten" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "Je volgt dit contact niet." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Ontvolgen is momenteel niet gesupporteerd door je netwerk." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Contact ontvolgd." + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Disconnecteer/stop met volgen" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "Afbeelding opgeladen, maar bijsnijden mislukt." + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Verkleining van de afbeelding [%s] mislukt." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen." + +#: mod/profile_photo.php:133 +msgid "Unable to process image" +msgstr "Ik kan de afbeelding niet verwerken" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Beeld is groter dan de limiet ( %s )" + +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "Niet in staat om de afbeelding te verwerken" + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "Upload bestand:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "Kies een profiel:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "of" + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "Deze stap overslaan" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "Kies een foto uit je fotoalbums" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "Afbeelding bijsnijden" + +#: mod/profile_photo.php:265 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat." + +#: mod/profile_photo.php:267 +msgid "Done Editing" +msgstr "Wijzigingen compleet" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "Uploaden van afbeelding gelukt." + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "Uploaden van afbeelding mislukt." + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "Aanstoten/porren" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "aanstoten, porren of andere dingen met iemand doen" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "Ontvanger" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "Kies wat je met de ontvanger wil doen" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "Dit bericht privé maken" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "Recente foto's" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "Nieuwe foto's uploaden" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "Contactinformatie niet beschikbaar" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "Album niet gevonden" + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "Album succesvol gedeeld" + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "Het album was leeg" + +#: mod/photos.php:578 +msgid "a photo" +msgstr "een foto" + +#: mod/photos.php:578 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s is gelabeld in %2$s door %3$s" + +#: mod/photos.php:680 +msgid "Image upload didn't complete, please try again" +msgstr "Opladen van het beeld is niet compleet, probeer het opnieuw" + +#: mod/photos.php:683 +msgid "Image file is missing" +msgstr "Beeld bestand ontbreekt" + +#: mod/photos.php:688 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "De server kan op dit moment geen nieuw bestand opladen, contacteer alsjeblieft je beheerder" + +#: mod/photos.php:714 +msgid "Image file is empty." +msgstr "Afbeeldingsbestand is leeg." + +#: mod/photos.php:846 +msgid "No photos selected" +msgstr "Geen foto's geselecteerd" + +#: mod/photos.php:912 mod/videos.php:168 +msgid "Access to this item is restricted." +msgstr "Toegang tot dit item is beperkt." + +#: mod/photos.php:966 +msgid "Upload Photos" +msgstr "Upload foto's" + +#: mod/photos.php:970 mod/photos.php:1062 +msgid "New album name: " +msgstr "Nieuwe albumnaam: " + +#: mod/photos.php:971 +msgid "or select existing album:" +msgstr "Of selecteer bestaand album:" + +#: mod/photos.php:972 +msgid "Do not show a status post for this upload" +msgstr "Toon geen bericht op je tijdlijn van deze upload" + +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 +msgid "Show to Groups" +msgstr "Tonen aan groepen" + +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 +msgid "Show to Contacts" +msgstr "Tonen aan contacten" + +#: mod/photos.php:1044 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?" + +#: mod/photos.php:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "Verwijder album" + +#: mod/photos.php:1073 +msgid "Edit Album" +msgstr "Album wijzigen" + +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "Album verwijderen" + +#: mod/photos.php:1079 +msgid "Show Newest First" +msgstr "Toon niewste eerst" + +#: mod/photos.php:1081 +msgid "Show Oldest First" +msgstr "Toon oudste eerst" + +#: mod/photos.php:1102 mod/photos.php:1594 +msgid "View Photo" +msgstr "Bekijk foto" + +#: mod/photos.php:1139 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt." + +#: mod/photos.php:1141 +msgid "Photo not available" +msgstr "Foto is niet beschikbaar" + +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "Wil je echt deze foto verwijderen?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "Verwijder foto" + +#: mod/photos.php:1244 +msgid "View photo" +msgstr "Bekijk foto" + +#: mod/photos.php:1246 +msgid "Edit photo" +msgstr "Bewerk foto" + +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "Foto verwijderen" + +#: mod/photos.php:1248 +msgid "Use as profile photo" +msgstr "Gebruik als profielfoto" + +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "Privé foto" + +#: mod/photos.php:1261 +msgid "View Full Size" +msgstr "Bekijk in volledig formaat" + +#: mod/photos.php:1321 +msgid "Tags: " +msgstr "Labels: " + +#: mod/photos.php:1324 +msgid "[Select tags to remove]" +msgstr "[Selecteer tags om te verwijderen]" + +#: mod/photos.php:1339 +msgid "New album name" +msgstr "Nieuwe albumnaam" + +#: mod/photos.php:1340 +msgid "Caption" +msgstr "Onderschrift" + +#: mod/photos.php:1341 +msgid "Add a Tag" +msgstr "Een label toevoegen" + +#: mod/photos.php:1341 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping " + +#: mod/photos.php:1342 +msgid "Do not rotate" +msgstr "Niet roteren" + +#: mod/photos.php:1343 +msgid "Rotate CW (right)" +msgstr "Roteren met de klok mee (rechts)" + +#: mod/photos.php:1344 +msgid "Rotate CCW (left)" +msgstr "Roteren tegen de klok in (links)" + +#: mod/photos.php:1529 +msgid "Map" +msgstr "Kaart" + +#: mod/photos.php:1600 mod/videos.php:245 +msgid "View Album" +msgstr "Album bekijken" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "Profiel niet gevonden" + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Profiel verwijderd" + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profiel-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "Nieuw profiel aangemaakt." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Profiel niet beschikbaar om te klonen." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profielnaam is vereist." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Echtelijke staat" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romantische Partner" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Werk" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Godsdienst" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Politieke standpunten" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Geslacht" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Seksuele Voorkeur" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Tijdlijn" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Interesses" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Adres" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Plaats" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profiel opgeslagen" + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Verberg contacten en vrienden:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Toon meer profiel velden:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Profiel Acties" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Profieldetails bewerken" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Profielfoto wijzigen" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "Dit profiel bekijken" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "Toon alle profielen" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Nieuw profiel aanmaken met deze instellingen" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Dit profiel klonen" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Dit profiel verwijderen" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Basis informatie" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Profiel foto" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Voorkeuren" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Status informatie" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Bijkomende informatie" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Relatie" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Je Geslacht:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Echtelijke Staat:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Voorbeeld: vissen fotografie software" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Profiel Naam:" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "Je volledige naam:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Titel/Beschrijving:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Postadres:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Gemeente/Stad:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Regio/Staat:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Land:" + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Wie: (indien toepasbaar)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Sinds [datum]:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "Vertel iets over jezelf..." + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) adres:" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "Het XMPP adres zal doorgegeven worden aan je contacten zodat zij je kunnen volgen." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Adres tijdlijn:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Geloof:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Publieke Sleutelwoorden:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Privé Sleutelwoorden:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "Muzikale interesses" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Boeken, literatuur" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Televisie" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultuur/ontspanning" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Hobby's/Interesses" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Liefde/romance" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Werk" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "School/opleiding" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Contactinformatie en sociale netwerken" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Wijzig/Beheer Profielen" + +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Ongeldige aanvraag." + +#: mod/wall_attach.php:90 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, je op te laden bestand is groter dan deze PHP configuratie toelaat" + +#: mod/wall_attach.php:90 +msgid "Or - did you try to upload an empty file?" +msgstr "Of - probeerde je een lege file op te laden?" + +#: mod/wall_attach.php:101 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Bestand is groter dan de limiet ( %s )" + +#: mod/wall_attach.php:116 +msgid "File upload failed." +msgstr "Uploaden van bestand mislukt." + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "Ik kan de originele post niet meer vinden." + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "Lege post weggegooid." + +#: mod/item.php:804 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk." + +#: mod/item.php:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "Je kunt ze online bezoeken op %s" + +#: mod/item.php:807 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen." + +#: mod/item.php:811 +#, php-format +msgid "%s posted an update." +msgstr "%s heeft een wijziging geplaatst." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Bericht succesvol geplaatst." + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Account goedgekeurd." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Inloggen." + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel." + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "Profielmatch" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "Een belangrijk gegeven ontbreekt!" + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "E-mail instellingen opgeslagen" + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Functies opgeslagen" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "Het thema dat je koos is niet beschikbaar" + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "" + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "Verhuis boodschap is verzonden naar je contacten" + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "Wachtwoorden zijn niet gelijk" + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "Wachtwoord ongewijzigd" + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr "Gebruik een kortere naam." + +#: mod/settings.php:534 +msgid " Name too short." +msgstr "Naam te kort." + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "Ongeldig email adres." + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "Kan niet naar dat email adres veranderen." + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt." + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep." + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "Instellingen opgeslagen" + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "Toepassing toevoegen" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "Gebruikerssleutel" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "Gebruikersgeheim" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "Doorverwijzing" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "URL pictogram" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "Je kunt deze toepassing niet wijzigen." + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "Verbonden applicaties" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "Client sleutel begint met" + +#: mod/settings.php:733 +msgid "No name" +msgstr "Geen naam" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "Verwijder authorisatie" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "Geen Addon instellingen geconfigureerd" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "Addon instellingen" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "Extra functies" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "ingeschakeld" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "uitgeschakeld" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "E-mailtoegang is op deze website uitgeschakeld." + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "Geen" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "Algemene Sociale Media Instellingen" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Enkel posts van het het hoogste niveau accepteren van contacten die je volgt." + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "Het systeem doet auto-complete bij posts wanneer een nieuwe reactie aankomt. Dit heeft het neveneffect dat je posts kan ontvangen die zijn gestart door iemand die je niet volgt maar op werd gereageerd door iemand die je wel volgt. Deze instelling deactiveerd dit gedrag. Als je dit activeert zal je enkel posts ontvangen van mensen die je echt volgt." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Deactiveer Content Waarschuwing" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Gebruikers op netwerken als Mastodon en Pleroma kunnen een content waarschuwing instellen die hun bericht standaard inklapt. Dit deactiveert het automatisch inklappen en toont de content waarschuwing als titel van het bericht. Dit beïnvloedt andere content filters die je mogelijk ingesteld hebt niet." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Deactiveer intelligent afkorten" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Normaal probeert het systeem de beste link te vinden om toe te voegen aan ingekorte berichten. Als deze optie geactiveerd is, dan zal elk ingekort bericht altijd verwijzen naar het originele friendica bericht." + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "" + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Volg automatisch alle GNU Social (OStatus) volgers/vermelders" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Als je een boodschap ontvangt van een voor jou onbekende OStatus gebruiker, dan beslist deze optie wat er moet gebeuren. Als de optie is geactiveerd, dan zal voor elke onbekende gebruiker een nieuw contact aangemaakt worden." + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "Standaard groep voor OStatus contacten" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "Je verouderd GNU Social account" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Als je hier je oude GNU Social/Statusnet account naam invoert (in het formaat gebruiker@domein.tld), dan zullen je contacten automatisch toegevoegd worden. Het veld zal nadien leeg gemaakt worden." + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "Herstel OStatus inschrijvingen" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "E-mail Instellen" + +#: mod/settings.php:863 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." + +#: mod/settings.php:864 +msgid "Last successful email check:" +msgstr "Laatste succesvolle e-mail controle:" + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "IMAP server naam:" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "IMAP poort:" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "Beveiliging:" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "E-mail login naam:" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "E-mail wachtwoord:" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "Antwoord adres:" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "Openbare posts naar alle e-mail contacten versturen:" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "Actie na importeren:" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "Naar map verplaatsen" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "Verplaatsen naar map:" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Niet ondersteund)" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "Scherminstellingen" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "Schermthema:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "Mobiel thema:" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "Onderdruk waarschuwingen over onbeveiligde netwerken" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Moet het systeem waarschuwingen onderdrukken dat de huidige groep leden bevat van netwerken die geen niet-publieke berichten kunnen ontvangen." + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "Browser elke xx seconden verversen" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 seconden. Geef -1 op om te deactiveren." + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "Aantal items te tonen per pagina:" + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "Maximum 100 items" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "Emoticons niet tonen" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "Kalender" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "Begin van de week:" + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "Toon geen aankondigingen" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "Oneindig scrollen" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatische updates alleen bovenaan de netwerk pagina" + +#: mod/settings.php:969 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "Als deze parameter gedeactiveerd is, dan wordt de netwerk pagina constant geüpdate, wat verwarrend zou kunnen zijn tijdens het lezen." + +#: mod/settings.php:970 +msgid "Bandwidth Saver Mode" +msgstr "Bandbreedte Besparen Mode" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "Als deze parameter geactiveerd is, dan wordt embedded content niet getoond bij automatische updates, ze worden alleen getoond bij het herladen van de pagina." + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "" + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "Algemene Thema Instellingen" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "Speciale Thema Instellingen" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "Content Instellingen" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Kan je profiel niet vinden. Contacteer alsjeblieft je beheerder." + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "Account Types" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "Persoonlijke Pagina Subtypes" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "Groepsforum Subtypes" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "Account voor een persoonlijk profiel" + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Account voor een organisatie die automatisch contact aanvragen goedkeurt als \"Volgers\"." + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account voor een nieuws reflector die automatisch contact aanvragen goedkeurt als \"Volgers\"." + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "Account voor groepsdiscussies." + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Account voor een normaal persoonlijk profiel dat manuele goedkeuring vereist van \"Vrienden\" en \"Volgers\"." + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Account voor een publiek profiel dat automatisch contact aanvragen goedkeurt als \"Volgers\"." + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "Aanvaardt automatisch all contact aanvragen." + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Account voor een populair profiel dat automatisch contact aanvragen goedkeurt als \"Vrienden\"." + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "Privé-forum [experimenteel]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "Vereist manuele goedkeuring van contact aanvragen." + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "Je standaardprofiel in je lokale gids publiceren?" + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Je profiel zal gepubliceerd worden de lokale gids van deze node. Je profiel details kunnen publiek zichtbaar zijn afhankelijk van de systeem instellingen." + +#: mod/settings.php:1096 +msgid "Publish your default profile in the global social directory?" +msgstr "Je standaardprofiel in de globale sociale gids publiceren?" + +#: mod/settings.php:1096 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Je profiel zal gepubliceerd worden in de globale friendica gids (bvb. %s). Je profiel zal publiek zichtbaar zijn." + +#: mod/settings.php:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "" + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Je contact lijst zal niet getoond worden in je standaard profiel pagina. Je kan beslissen om je contact lijst apart te tonen per bijkomend profiel dat je aanmaakt." + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Je profiel details verbergen voor anonieme bezoekers?" + +#: mod/settings.php:1107 +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 "Anonieme bezoekers zullen alleen je profiel foto zien, je naam en de bijnaam die je gebruikt op je profiel pagina. Je publieke berichten en reacties zullen nog altijd toegankelijk zijn via andere wegen." + +#: mod/settings.php:1111 +msgid "Allow friends to post to your profile page?" +msgstr "Vrienden toestaan om op jouw profielpagina te posten?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Je contacten kunnen berichten schrijven op je tijdslijn. Deze berichten zullen verspreid worden naar je contacten" + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "Sta vrienden toe om jouw berichten te labelen?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "Je contacten kunnen tags toevoegen aan je berichten." + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "Als je wil, kan Friendica je nieuwe leden suggereren als contacten." + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "Mogen onbekende personen jou privé berichten sturen?" + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica netwerk gebruikers kunnen je privé boodschappen sturen zelfs als ze niet in je contact lijst staan." + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "Profiel is niet gepubliceerd." + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Je Identiteit adres is '%s' of '%s'." + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "Laat berichten automatisch vervallen na zo veel dagen:" + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "Geavanceerde instellingen voor vervallen" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "Geavanceerd Verval:" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "Laat berichten vervallen:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "Laat persoonlijke aantekeningen verlopen:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "Laat berichten met ster verlopen" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "Laat foto's vervallen:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "Laat alleen berichten door anderen vervallen:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "Account Instellingen" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "Wachtwoord Instellingen" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Toegestane tekens zijn a-z, A-Z, 0-9 en speciale tekens behalve spatie, geaccentueerde tekens en dubbele punt." + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "Huidig wachtwoord:" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "Wachtwoord:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "Basis Instellingen" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "E-mailadres:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "Je Tijdzone:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "Je taal:" + +#: mod/settings.php:1198 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Configureer de taal van die we gebruiken als friendica interface en om je emails te sturen" + +#: mod/settings.php:1199 +msgid "Default Post Location:" +msgstr "Standaard locatie:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "Gebruik Webbrowser Locatie:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "Instellingen voor Beveiliging en Privacy" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum aantal vriendschapsverzoeken per dag:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "(om spam misbruik te voorkomen)" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "Standaard rechten voor nieuwe berichten" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "Standaard Privé Post" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "Standaard Publieke Post" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "Standaard rechten voor nieuwe berichten" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "Notificatie Instellingen" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "Stuur een notificatie e-mail wanneer:" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "Je ontvangt een vriendschaps- of connectieverzoek" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "Iemand iets op je tijdlijn schrijft" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "Iemand een reactie schrijft" + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "Je een privé-bericht ontvangt" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "Je een suggestie voor een vriendschap ontvangt" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "Je expliciet in een bericht bent genoemd" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "Je in een bericht bent aangestoten/gepord/etc." + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "Activeer desktop notificaties" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "Toon desktop pop-up bij nieuwe notificaties" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "Alleen-tekst notificatie emails" + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "Stuur alleen-tekst notificatie emails, zonder het html gedeelte" + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "Toon gedetailleerde notificaties" + +#: mod/settings.php:1256 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "Standaard worden notificaties samengevoegd in een enkele notificatie per item. Als je deze parameter activeert wordt elke notificatie getoond." + +#: mod/settings.php:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "Geavanceerde Account/Pagina Type Instellingen" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "Pas het gedrag van dit account aan voor speciale situaties" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "" + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "Upload bestand" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "Verhuis" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Als je je profiel van een andere server hebt verhuisd, en er zijn contacten die geen updates van je ontvangen, probeer dan eens deze knop." + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "Stuur verhuis boodschap naar contacten" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "Contact suggestie succesvol genegeerd" + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen." + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "Wil je echt dit voorstel verwijderen?" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "Negeren/Verbergen" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd." + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "Antwoord van de website op afstand werd niet begrepen." + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "Onverwacht antwoord van website op afstand:" + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "Bevestiging werd correct voltooid." + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "Tijdelijke fout. Wacht even en probeer opnieuw." + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "Verzoek mislukt of herroepen." + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "Website op afstand berichtte: " + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "Geen gebruiker gevonden voor '%s'" + +#: mod/dfrn_confirm.php:385 +msgid "Our site encryption key is apparently messed up." +msgstr "De encryptie-sleutel van onze webstek is blijkbaar beschadigd." + +#: mod/dfrn_confirm.php:396 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons." + +#: mod/dfrn_confirm.php:412 +msgid "Contact record was not found for you on our site." +msgstr "We vonden op onze webstek geen contactrecord voor jou." + +#: mod/dfrn_confirm.php:426 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s." + +#: mod/dfrn_confirm.php:442 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken." + +#: mod/dfrn_confirm.php:453 +msgid "Unable to set your contact credentials on our system." +msgstr "Niet in staat om op dit systeem je contactreferenties in te stellen." + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "Kan je contact profiel details op ons systeem niet aanpassen" + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "Gebruiker verwijderde zijn of haar account" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "Een gebruiker heeft zijn of haar account verwijderd op je Friendica node. Zorg er zeker voor dat zijn of haar data verwijderd is uit de backups." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "De gebruikers id is %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Verwijder mijn account" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Voer je wachtwoord in voor verificatie:" + +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "Tijdlijn foto's" + +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "Item niet gevonden" + +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "Bericht bewerken" + +#: mod/editpost.php:78 +msgid "web link" +msgstr "webadres" + +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "Voeg video toe" + +#: mod/editpost.php:80 +msgid "video link" +msgstr "video adres" + +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "Voeg audio adres toe" + +#: mod/editpost.php:82 +msgid "audio link" +msgstr "audio adres" + +#: mod/subthread.php:107 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s volgt %3$s van %2$s" + +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "Ik kan geen contact informatie vinden." + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "Wil je echt dit bericht verwijderen?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "Gesprek niet gevonden." + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "Bericht verwijderd." + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "Gesprek verwijderd." + +#: mod/message.php:289 +msgid "No messages." +msgstr "Geen berichten." + +#: mod/message.php:352 +msgid "Message not available." +msgstr "Bericht niet beschikbaar." + +#: mod/message.php:406 +msgid "Delete message" +msgstr "Verwijder bericht" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "Verwijder gesprek" + +#: mod/message.php:425 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender." + +#: mod/message.php:429 +msgid "Send Reply" +msgstr "Verstuur Antwoord" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "Onbekende afzender - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "Jij en %s" + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%s en jij" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d bericht" +msgstr[1] "%d berichten" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Opnieuw inschrijven bij OStatus contacten" + +#: mod/hcard.php:21 +msgid "No profile" +msgstr "Geen profiel" + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Toegang geweigerd" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Ongeldige profiel-identificatie." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Profiel Zichtbaarheid Editor" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Zichtbaar voor" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "Alle contacten (met veilige profieltoegang)" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Tag(s) verwijderd" + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Verwijder label van item" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Selecteer een label om te verwijderen: " + +#: mod/videos.php:120 +msgid "No videos selected" +msgstr "Geen video's geselecteerd" + +#: mod/videos.php:253 +msgid "Recent Videos" +msgstr "Recente video's" + +#: mod/videos.php:255 +msgid "Upload New Videos" +msgstr "Nieuwe video's uploaden" diff --git a/view/lang/nl/strings.php b/view/lang/nl/strings.php index 56d4439c63..43bf7148ac 100644 --- a/view/lang/nl/strings.php +++ b/view/lang/nl/strings.php @@ -6,6 +6,16 @@ function string_plural_select_nl($n){ return ($n != 1);; }} ; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "De dagelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard.", + 1 => "De dagelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard.", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "De wekelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard.", + 1 => "De wekelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard.", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard."; +$a->strings["Profile Photos"] = "Profielfoto's"; $a->strings["Friendica Notification"] = "Friendica Notificatie"; $a->strings["Thank You,"] = "Bedankt"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Beheerder"; @@ -69,16 +79,6 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "J $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Je kreeg een [url=%1\$s]registratieaanvraag[/url] van %2\$s."; $a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Volledige naam:\t%s\nAdres van de site:\t%s\nLoginnaam:\t%s (%s)"; $a->strings["Please visit %s to approve or reject the request."] = "Bezoek %s om de aanvraag goed of af te keuren."; -$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "De dagelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard.", - 1 => "De dagelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard.", -]; -$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "De wekelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard.", - 1 => "De wekelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard.", -]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard."; -$a->strings["Profile Photos"] = "Profielfoto's"; $a->strings["event"] = "gebeurtenis"; $a->strings["status"] = "status"; $a->strings["photo"] = "foto"; @@ -198,758 +198,35 @@ $a->strings["Item not found."] = "Item niet gevonden."; $a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; $a->strings["Yes"] = "Ja"; $a->strings["Permission denied."] = "Toegang geweigerd"; -$a->strings["Authorize application connection"] = "Verbinding met de applicatie goedkeuren"; -$a->strings["Return to your app and insert this Securty Code:"] = "Keer terug naar jouw app en voeg deze beveiligingscode in:"; -$a->strings["Please login to continue."] = "Log in om verder te gaan."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"; -$a->strings["No"] = "Nee"; -$a->strings["Parent user not found."] = "Ouderlijke gebruiker niet gevonden."; -$a->strings["No parent user"] = "Ouderlijke gebruiker ontbreekt"; -$a->strings["Parent Password:"] = "Ouderlijk paswoord:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Geef alstublieft het paswoord van het ouderlijke account om je verzoek te legitimeren."; -$a->strings["Parent User"] = "Ouderlijke gebruiker"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Ouderlijke gebruikers hebben totale controle over dit account, de account instellingen inbegrepen. Dubbel check dus alstublieft aan wie je deze toegang geeft."; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Delegate Page Management"] = "Paginabeheer uitbesteden"; -$a->strings["Delegates"] = "Gemachtigden"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwt."; -$a->strings["Existing Page Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed"; -$a->strings["Potential Delegates"] = "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed "; -$a->strings["Remove"] = "Verwijderen"; -$a->strings["Add"] = "Toevoegen"; -$a->strings["No entries."] = "Geen gegevens."; -$a->strings["Post successful."] = "Bericht succesvol geplaatst."; -$a->strings["Subscribing to OStatus contacts"] = "Inschrijven bij OStatus contacten"; -$a->strings["No contact provided."] = "Geen contact opgegeven."; -$a->strings["Couldn't fetch information for contact."] = "Kon de informatie voor het contact niet ophalen."; -$a->strings["Couldn't fetch friends for contact."] = "Kon de vrienden van contact niet ophalen."; -$a->strings["Done"] = "Klaar"; -$a->strings["success"] = "Succesvol"; -$a->strings["failed"] = "Mislukt"; -$a->strings["ignored"] = "Verboden"; -$a->strings["Keep this window open until done."] = "Houd dit scherm open tot het klaar is"; -$a->strings["Permission denied"] = "Toegang geweigerd"; -$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie."; -$a->strings["Profile Visibility Editor"] = "Profiel Zichtbaarheid Editor"; -$a->strings["Profile"] = "Profiel"; -$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen."; -$a->strings["Visible To"] = "Zichtbaar voor"; -$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)"; -$a->strings["Account approved."] = "Account goedgekeurd."; -$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; -$a->strings["Please login."] = "Inloggen."; -$a->strings["User deleted their account"] = "Gebruiker verwijderde zijn of haar account"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Een gebruiker heeft zijn of haar account verwijderd op je Friendica node. Zorg er zeker voor dat zijn of haar data verwijderd is uit de backups."; -$a->strings["The user id is %d"] = "De gebruikers id is %d"; -$a->strings["Remove My Account"] = "Verwijder mijn account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."; -$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:"; -$a->strings["Resubscribing to OStatus contacts"] = "Opnieuw inschrijven bij OStatus contacten"; -$a->strings["Error"] = [ - 0 => "Fout", - 1 => "Fouten", -]; -$a->strings["Tag(s) removed"] = "Tag(s) verwijderd"; -$a->strings["Remove Item Tag"] = "Verwijder label van item"; -$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: "; -$a->strings["User imports on closed servers can only be done by an administrator."] = "Importen van een gebruiker op een gesloten node kan enkel gedaan worden door een administrator"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw."; -$a->strings["Import"] = "Importeren"; -$a->strings["Move account"] = "Account verplaatsen"; -$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Dit feature is experimenteel. We kunnen contacten van het OStatus netwerk (GNU Social/Statusnet) of van Diaspora niet importeren."; -$a->strings["Account file"] = "Account bestand"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Om je account te exporteren, ga naar \"Instellingen->Exporteer je persoonlijke data\" en selecteer \"Exporteer account\""; -$a->strings["You aren't following this contact."] = "Je volgt dit contact niet."; -$a->strings["Unfollowing is currently not supported by your network."] = "Ontvolgen is momenteel niet gesupporteerd door je netwerk."; -$a->strings["Contact unfollowed"] = "Contact ontvolgd."; -$a->strings["Disconnect/Unfollow"] = "Disconnecteer/stop met volgen"; -$a->strings["Your Identity Address:"] = "Adres van je identiteit:"; -$a->strings["Submit Request"] = "Aanvraag indienen"; -$a->strings["Profile URL"] = "Profiel url"; -$a->strings["Status Messages and Posts"] = "Berichten op jouw tijdlijn"; -$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]"; -$a->strings["Invalid request."] = "Ongeldige aanvraag."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, je op te laden bestand is groter dan deze PHP configuratie toelaat"; -$a->strings["Or - did you try to upload an empty file?"] = "Of - probeerde je een lege file op te laden?"; -$a->strings["File exceeds size limit of %s"] = "Bestand is groter dan de limiet ( %s )"; -$a->strings["File upload failed."] = "Uploaden van bestand mislukt."; -$a->strings["Image exceeds size limit of %s"] = "Beeld is groter dan de limiet ( %s )"; -$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken"; -$a->strings["Wall Photos"] = "Tijdlijn foto's"; -$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximum aantal dagelijkse tijdlijn boodschappen van %s overschreden. Kon boodschap niet plaatsen."; -$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd."; -$a->strings["Unable to check your home location."] = "Niet in staat om je tijdlijn-locatie vast te stellen"; -$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden."; -$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten."; -$a->strings["Message sent."] = "Bericht verzonden."; -$a->strings["No recipient."] = "Geen ontvanger."; -$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; -$a->strings["Send Private Message"] = "Verstuur privébericht"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."; -$a->strings["To:"] = "Aan:"; -$a->strings["Subject:"] = "Onderwerp:"; -$a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["Insert web link"] = "Voeg een webadres in"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."; -$a->strings["Connect"] = "Verbinden"; -$a->strings["first"] = "eerste"; -$a->strings["next"] = "volgende"; -$a->strings["No matches"] = "Geen resultaten"; -$a->strings["Profile Match"] = "Profielmatch"; -$a->strings["Profile not found."] = "Profiel niet gevonden"; -$a->strings["Profile deleted."] = "Profiel verwijderd"; -$a->strings["Profile-"] = "Profiel-"; -$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; -$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen."; -$a->strings["Profile Name is required."] = "Profielnaam is vereist."; -$a->strings["Marital Status"] = "Echtelijke staat"; -$a->strings["Romantic Partner"] = "Romantische Partner"; -$a->strings["Work/Employment"] = "Werk"; -$a->strings["Religion"] = "Godsdienst"; -$a->strings["Political Views"] = "Politieke standpunten"; -$a->strings["Gender"] = "Geslacht"; -$a->strings["Sexual Preference"] = "Seksuele Voorkeur"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Tijdlijn"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Adres"; -$a->strings["Location"] = "Plaats"; -$a->strings["Profile updated."] = "Profiel opgeslagen"; -$a->strings["Hide contacts and friends:"] = "Verberg contacten en vrienden:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"; -$a->strings["Show more profile fields:"] = "Toon meer profiel velden:"; -$a->strings["Profile Actions"] = "Profiel Acties"; -$a->strings["Edit Profile Details"] = "Profieldetails bewerken"; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; -$a->strings["View this profile"] = "Dit profiel bekijken"; -$a->strings["View all profiles"] = "Toon alle profielen"; -$a->strings["Edit visibility"] = "Pas zichtbaarheid aan"; -$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen"; -$a->strings["Clone this profile"] = "Dit profiel klonen"; -$a->strings["Delete this profile"] = "Dit profiel verwijderen"; -$a->strings["Basic information"] = "Basis informatie"; -$a->strings["Profile picture"] = "Profiel foto"; -$a->strings["Preferences"] = "Voorkeuren"; -$a->strings["Status information"] = "Status informatie"; -$a->strings["Additional information"] = "Bijkomende informatie"; -$a->strings["Personal"] = "Persoonlijk"; -$a->strings["Relation"] = "Relatie"; -$a->strings["Miscellaneous"] = "Diversen"; -$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; -$a->strings["Your Gender:"] = "Je Geslacht:"; -$a->strings[" Marital Status:"] = " Echtelijke Staat:"; -$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:"; -$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software"; -$a->strings["Profile Name:"] = "Profiel Naam:"; -$a->strings["Required"] = "Vereist"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet."; -$a->strings["Your Full Name:"] = "Je volledige naam:"; -$a->strings["Title/Description:"] = "Titel/Beschrijving:"; -$a->strings["Street Address:"] = "Postadres:"; -$a->strings["Locality/City:"] = "Gemeente/Stad:"; -$a->strings["Region/State:"] = "Regio/Staat:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"; -$a->strings["Since [date]:"] = "Sinds [datum]:"; -$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf..."; -$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) adres:"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Het XMPP adres zal doorgegeven worden aan je contacten zodat zij je kunnen volgen."; -$a->strings["Homepage URL:"] = "Adres tijdlijn:"; -$a->strings["Hometown:"] = "Woonplaats:"; -$a->strings["Political Views:"] = "Politieke standpunten:"; -$a->strings["Religious Views:"] = "Geloof:"; -$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"; -$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"; -$a->strings["Likes:"] = "Houdt van:"; -$a->strings["Dislikes:"] = "Houdt niet van:"; -$a->strings["Musical interests"] = "Muzikale interesses"; -$a->strings["Books, literature"] = "Boeken, literatuur"; -$a->strings["Television"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/ontspanning"; -$a->strings["Hobbies/Interests"] = "Hobby's/Interesses"; -$a->strings["Love/romance"] = "Liefde/romance"; -$a->strings["Work/employment"] = "Werk"; -$a->strings["School/education"] = "School/opleiding"; -$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; -$a->strings["Profile Image"] = "Profiel afbeelding"; -$a->strings["visible to everybody"] = "zichtbaar voor iedereen"; -$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen"; -$a->strings["Change profile photo"] = "Profiel foto wijzigen"; -$a->strings["Create New Profile"] = "Maak nieuw profiel"; -$a->strings["Access denied."] = "Toegang geweigerd"; -$a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt."; -$a->strings["Events"] = "Gebeurtenissen"; -$a->strings["View"] = "Beeld"; -$a->strings["Previous"] = "Vorige"; -$a->strings["Next"] = "Volgende"; -$a->strings["today"] = "vandaag"; -$a->strings["month"] = "maand"; -$a->strings["week"] = "week"; -$a->strings["day"] = "dag"; -$a->strings["list"] = "lijst"; -$a->strings["User not found"] = "Gebruiker niet gevonden"; -$a->strings["This calendar format is not supported"] = "Dit kalender formaat is niet ondersteund"; -$a->strings["No exportable data found"] = "Geen exporteerbare data gevonden"; -$a->strings["calendar"] = "kalender"; -$a->strings["No contacts in common."] = "Geen gedeelde contacten."; -$a->strings["Common Friends"] = "Gedeelde Vrienden"; -$a->strings["Public access denied."] = "Niet vrij toegankelijk"; -$a->strings["Community option not available."] = "Groepsoptie niet beschikbaar"; -$a->strings["Not available."] = "Niet beschikbaar"; -$a->strings["Local Community"] = "Lokale Groep"; -$a->strings["Posts from local users on this server"] = "Berichten van lokale gebruikers op deze server"; -$a->strings["Global Community"] = "Globale gemeenschap"; -$a->strings["Posts from users of the whole federated network"] = "Berichten van gebruikers van het hele gefedereerde netwerk"; -$a->strings["No results."] = "Geen resultaten."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Deze groepsstroom toont alle publieke berichten die deze node ontvangen heeft. Ze kunnen mogelijks niet de mening van de gebruikers van deze node weerspiegelen."; -$a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; -$a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; -$a->strings["Contact not found."] = "Contact niet gevonden"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; -$a->strings["No mirroring"] = "Geen mirroring"; -$a->strings["Mirror as forwarded posting"] = "Spiegel als geforward bericht"; -$a->strings["Mirror as my own posting"] = "Spiegel als mijn eigen bericht"; -$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker"; -$a->strings["Refetch contact data"] = "Contact data opnieuw ophalen"; -$a->strings["Remote Self"] = "Mijn identiteit elders"; -$a->strings["Mirror postings from this contact"] = "Berichten van dit contact spiegelen"; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Markeer dit contact als remote_self, hierdoor zal friendica nieuwe berichten van dit contact opnieuw posten."; -$a->strings["Name"] = "Naam"; -$a->strings["Account Nickname"] = "Bijnaam account"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam"; -$a->strings["Account URL"] = "URL account"; -$a->strings["Account URL Alias"] = "Account URL Alias"; -$a->strings["Friend Request URL"] = "URL vriendschapsverzoek"; -$a->strings["Friend Confirm URL"] = "URL vriendschapsbevestiging"; -$a->strings["Notification Endpoint URL"] = "Notificatie Endpoint URL"; -$a->strings["Poll/Feed URL"] = "URL poll/feed"; -$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."; -$a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen."; -$a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:"; -$a->strings["Confirmation completed successfully."] = "Bevestiging werd correct voltooid."; -$a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw."; -$a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen."; -$a->strings["Remote site reported: "] = "Website op afstand berichtte: "; -$a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."; -$a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou."; -$a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."; -$a->strings["Unable to set your contact credentials on our system."] = "Niet in staat om op dit systeem je contactreferenties in te stellen."; -$a->strings["Unable to update your contact profile details on our system"] = "Kan je contact profiel details op ons systeem niet aanpassen"; -$a->strings["[Name Withheld]"] = "[Naam achtergehouden]"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom"; -$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd"; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie"; -$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."; -$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "De %d vereiste parameter is niet op het gegeven adres gevonden", - 1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden", -]; -$a->strings["Introduction complete."] = "Verzoek voltooid."; -$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. "; -$a->strings["Profile unavailable."] = "Profiel onbeschikbaar"; -$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag."; -$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."; -$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler"; -$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld."; -$a->strings["Apparently you are already friends with %s."] = "Blijkbaar ben je al bevriend met %s."; -$a->strings["Invalid profile URL."] = "Ongeldig profiel adres."; -$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres."; -$a->strings["Blocked domain"] = "Domein geblokeerd"; -$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen."; -$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote inschrijving kan niet op jouw netwerk. Gelieve direct op je systeem in te schrijven."; -$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Je huidige identiteit is niet de juiste. Log met dit profiel in."; -$a->strings["Confirm"] = "Bevestig"; -$a->strings["Hide this contact"] = "Verberg dit contact"; -$a->strings["Welcome home %s."] = "Welkom terug %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"; -$a->strings["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."] = "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een publieke Friendica site te vinden en vervoeg ons vandaag"; -$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; -$a->strings["Please answer the following:"] = "Beantwoord het volgende:"; -$a->strings["Does %s know you?"] = "Kent %s jou?"; -$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk."; -$a->strings["The requested item doesn't exist or has been deleted."] = "Het gevraagde item bestaat niet of is verwijderd"; -$a->strings["The feed for this item is unavailable."] = "De tijdlijn voor dit item is niet beschikbaar"; -$a->strings["Item not found"] = "Item niet gevonden"; -$a->strings["Edit post"] = "Bericht bewerken"; -$a->strings["Save"] = "Bewaren"; -$a->strings["web link"] = "webadres"; -$a->strings["Insert video link"] = "Voeg video toe"; -$a->strings["video link"] = "video adres"; -$a->strings["Insert audio link"] = "Voeg audio adres toe"; -$a->strings["audio link"] = "audio adres"; -$a->strings["CC: email addresses"] = "CC: e-mailadressen"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"; -$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voor het begin."; -$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist."; -$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis"; -$a->strings["Event details"] = "Gebeurtenis details"; -$a->strings["Starting date and Title are required."] = "Start datum en Titel zijn verplicht."; -$a->strings["Event Starts:"] = "Gebeurtenis begint:"; -$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant"; -$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; -$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker"; -$a->strings["Description:"] = "Beschrijving:"; -$a->strings["Location:"] = "Plaats:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Deel deze gebeurtenis"; -$a->strings["Basic"] = "Basis"; -$a->strings["Advanced"] = "Geavanceerd"; -$a->strings["Permissions"] = "Rechten"; -$a->strings["Failed to remove event"] = "Kon remote event niet verwijderen"; -$a->strings["Event removed"] = "Gebeurtenis verwijderd"; -$a->strings["Photos"] = "Foto's"; -$a->strings["Contact Photos"] = "Contactfoto's"; -$a->strings["Upload"] = "Uploaden"; -$a->strings["Files"] = "Bestanden"; -$a->strings["The contact could not be added."] = "Het contact kon niet toegevoegd worden."; -$a->strings["You already added this contact."] = "Je hebt deze kontakt al toegevoegd"; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora ondersteuning is niet geactiveerd. Contact kan niet toegevoegd worden."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus ondersteuning is niet geactiveerd. Contact kan niet toegevoegd woren."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "Het type netwerk kon niet gedetecteerd worden. Contact kan niet toegevoegd worden."; -$a->strings["Tags:"] = "Labels:"; -$a->strings["Suggested contact not found."] = "Voorgesteld contact werd niet gevonden"; -$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden."; -$a->strings["Suggest Friends"] = "Stel vrienden voor"; -$a->strings["Suggest a friend for %s"] = "Stel een vriend voor aan %s"; -$a->strings["No profile"] = "Geen profiel"; -$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden."; -$a->strings["Empty post discarded."] = "Lege post weggegooid."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."; -$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."; -$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst."; -$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar."; -$a->strings["Visible to:"] = "Zichtbaar voor:"; -$a->strings["Followers"] = "Volgers"; -$a->strings["Mutuals"] = "Gemeenschappelijk"; -$a->strings["No valid account found."] = "Geen geldige account gevonden."; -$a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tBeste %1\$s,\n\t\t\tEr is recent om \"%2\$s\" een verzoek gekomen om je paswoord te resetten.\n\t\tOm dit verzoek te bevestigen, gelieve de verificatie link hieronder te volgen of in je browser te kopiëren.\n\n\t\tAls je dit verzoek NIET hebt gedaan, volg deze link dan NIET en negeer \n\t\ten/of verwijder deze email, het verzoek zal binnenkort vanzelf ongeldig worden.\n\n\t\tJe paswoord zal niet aangepast worden tenzij we kunnen verifiëren\n\t\tdat je dit verzoek verzonden hebt."; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tVolg nu deze link om je identiteit te bevestigen:\n\n\t\t%1\$s\n\n\t\tJe zal dan een boodschap krijgen met je nieuw paswoord.\n\t\tJe kunt je paswoord veranderen in je instelling pagina nadat je ingelogd bent.\n\n\t\tDe login details zijn de volgende:\n\n\t\tSite locatie:\t%2\$s\n\t\tLogin naam:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."; -$a->strings["Request has expired, please make a new one."] = "Aanvraag is verlopen, gelieve een nieuwe aan te maken."; -$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."; -$a->strings["Nickname or Email: "] = "Bijnaam of e-mail:"; -$a->strings["Reset"] = "Opnieuw"; -$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen"; -$a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd."; -$a->strings["Your new password is"] = "Je nieuwe wachtwoord is"; -$a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan"; -$a->strings["click here to login"] = "klik hier om in te loggen"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tBeste %1\$s,\n\t\t\t\tJe paswoord is aangepast zoals je gevraagd hebt. Hou deze informatie\n\t\t\talstublieft bij (of pas je paswoord onmiddellijk aan\n\t\t\tnaar iets wat je je kan herinneren).\n\t\t"; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tJe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1\$s\n\t\t\tLogin Naam:\t%2\$s\n\t\t\tPaswoord:\t%3\$s\n\n\t\t\tJe kan dit paswoord in het account instellingen aanpassen nadat je ingelogd bent.\n\t\t"; -$a->strings["Your password has been changed at %s"] = "Je wachtwoord is veranderd op %s"; -$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."; -$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:"; -$a->strings["New Message"] = "Nieuw Bericht"; -$a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden."; -$a->strings["Discard"] = "Verwerpen"; -$a->strings["Messages"] = "Privéberichten"; -$a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?"; -$a->strings["Conversation not found."] = "Gesprek niet gevonden."; -$a->strings["Message deleted."] = "Bericht verwijderd."; -$a->strings["Conversation removed."] = "Gesprek verwijderd."; -$a->strings["No messages."] = "Geen berichten."; -$a->strings["Message not available."] = "Bericht niet beschikbaar."; -$a->strings["Delete message"] = "Verwijder bericht"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["Delete conversation"] = "Verwijder gesprek"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender."; -$a->strings["Send Reply"] = "Verstuur Antwoord"; -$a->strings["Unknown sender - %s"] = "Onbekende afzender - %s"; -$a->strings["You and %s"] = "Jij en %s"; -$a->strings["%s and You"] = "%s en jij"; -$a->strings["%d message"] = [ - 0 => "%d bericht", - 1 => "%d berichten", -]; -$a->strings["Remove term"] = "Verwijder zoekterm"; -$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; -$a->strings["add"] = "toevoegen"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Waarschuwing: Deze groep bevat %s lid van een netwerk dat geen niet-publieke boodschappen toelaat.", - 1 => "Waarschuwing: Deze groep bevat %s leden van een netwerk dat geen niet-publieke boodschappen toelaat.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Boodschappen in deze groep zullen niet verzonden worden naar deze ontvangers."; -$a->strings["No such group"] = "Zo'n groep bestaat niet"; -$a->strings["Group is empty"] = "De groep is leeg"; -$a->strings["Group: %s"] = "Groep: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."; -$a->strings["Invalid contact."] = "Ongeldig contact."; -$a->strings["Commented Order"] = "Nieuwe reacties bovenaan"; -$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan"; -$a->strings["Posted Order"] = "Nieuwe berichten bovenaan"; -$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan"; -$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of op jou betrekking hebben"; -$a->strings["New"] = "Nieuw"; -$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; -$a->strings["Shared Links"] = "Gedeelde links"; -$a->strings["Interesting Links"] = "Interessante links"; -$a->strings["Starred"] = "Met ster"; -$a->strings["Favourite Posts"] = "Favoriete berichten"; -$a->strings["Personal Notes"] = "Persoonlijke Nota's"; -$a->strings["Invalid request identifier."] = "Ongeldige request identifier."; -$a->strings["Notifications"] = "Notificaties"; -$a->strings["Network Notifications"] = "Netwerknotificaties"; -$a->strings["System Notifications"] = "Systeemnotificaties"; -$a->strings["Personal Notifications"] = "Persoonlijke notificaties"; -$a->strings["Home Notifications"] = "Tijdlijn-notificaties"; -$a->strings["Show unread"] = "Toon ongelezen"; -$a->strings["Show all"] = "Toon alles"; -$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken"; -$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken"; -$a->strings["Notification type:"] = "Notificatiesoort:"; -$a->strings["Suggested by:"] = "Voorgesteld door:"; -$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen"; -$a->strings["Approve"] = "Goedkeuren"; -$a->strings["Claims to be known to you: "] = "Denkt dat je hem of haar kent:"; -$a->strings["yes"] = "Ja"; -$a->strings["no"] = "Nee"; -$a->strings["Shall your connection be bidirectional or not?"] = "Zal je connectie bidirectioneel zijn of niet?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "%s als vriend accepteren laat %s toe om in te schrijven op je berichten, en je zal ook updates ontvangen van hen in je nieuws feed."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "%s als volger accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "%s als deler accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed."; -$a->strings["Friend"] = "Vriend"; -$a->strings["Sharer"] = "Deler"; -$a->strings["Subscriber"] = "Volger"; -$a->strings["About:"] = "Over:"; -$a->strings["Gender:"] = "Geslacht:"; -$a->strings["Network:"] = "Netwerk:"; -$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken."; -$a->strings["No more %s notifications."] = "Geen %s notificaties meer."; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."; -$a->strings["Login failed."] = "Login mislukt."; -$a->strings["Photo Albums"] = "Fotoalbums"; -$a->strings["Recent Photos"] = "Recente foto's"; -$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; -$a->strings["everybody"] = "iedereen"; -$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar"; -$a->strings["Album not found."] = "Album niet gevonden"; -$a->strings["Album successfully deleted"] = "Album succesvol gedeeld"; -$a->strings["Album was empty."] = "Het album was leeg"; -$a->strings["a photo"] = "een foto"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s"; -$a->strings["Image upload didn't complete, please try again"] = "Opladen van het beeld is niet compleet, probeer het opnieuw"; -$a->strings["Image file is missing"] = "Beeld bestand ontbreekt"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "De server kan op dit moment geen nieuw bestand opladen, contacteer alsjeblieft je beheerder"; -$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg."; -$a->strings["No photos selected"] = "Geen foto's geselecteerd"; -$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; -$a->strings["Upload Photos"] = "Upload foto's"; -$a->strings["New album name: "] = "Nieuwe albumnaam: "; -$a->strings["or select existing album:"] = "Of selecteer bestaand album:"; -$a->strings["Do not show a status post for this upload"] = "Toon geen bericht op je tijdlijn van deze upload"; -$a->strings["Show to Groups"] = "Tonen aan groepen"; -$a->strings["Show to Contacts"] = "Tonen aan contacten"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"; -$a->strings["Delete Album"] = "Verwijder album"; -$a->strings["Edit Album"] = "Album wijzigen"; -$a->strings["Drop Album"] = "Album verwijderen"; -$a->strings["Show Newest First"] = "Toon niewste eerst"; -$a->strings["Show Oldest First"] = "Toon oudste eerst"; -$a->strings["View Photo"] = "Bekijk foto"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."; -$a->strings["Photo not available"] = "Foto is niet beschikbaar"; -$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?"; -$a->strings["Delete Photo"] = "Verwijder foto"; -$a->strings["View photo"] = "Bekijk foto"; -$a->strings["Edit photo"] = "Bewerk foto"; -$a->strings["Delete photo"] = "Foto verwijderen"; -$a->strings["Use as profile photo"] = "Gebruik als profielfoto"; -$a->strings["Private Photo"] = "Privé foto"; -$a->strings["View Full Size"] = "Bekijk in volledig formaat"; -$a->strings["Tags: "] = "Labels: "; -$a->strings["[Select tags to remove]"] = "[Selecteer tags om te verwijderen]"; -$a->strings["New album name"] = "Nieuwe albumnaam"; -$a->strings["Caption"] = "Onderschrift"; -$a->strings["Add a Tag"] = "Een label toevoegen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "; -$a->strings["Do not rotate"] = "Niet roteren"; -$a->strings["Rotate CW (right)"] = "Roteren met de klok mee (rechts)"; -$a->strings["Rotate CCW (left)"] = "Roteren tegen de klok in (links)"; -$a->strings["I like this (toggle)"] = "Vind ik leuk"; -$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; -$a->strings["This is you"] = "Dit ben jij"; -$a->strings["Comment"] = "Reacties"; -$a->strings["Map"] = "Kaart"; -$a->strings["View Album"] = "Album bekijken"; -$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden"; -$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren"; -$a->strings["Poke/Prod"] = "Aanstoten/porren"; -$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; -$a->strings["Recipient"] = "Ontvanger"; -$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; -$a->strings["Make this post private"] = "Dit bericht privé maken"; -$a->strings["Image uploaded but image cropping failed."] = "Afbeelding opgeladen, maar bijsnijden mislukt."; -$a->strings["Image size reduction [%s] failed."] = "Verkleining van de afbeelding [%s] mislukt."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."; -$a->strings["Unable to process image"] = "Ik kan de afbeelding niet verwerken"; -$a->strings["Upload File:"] = "Upload bestand:"; -$a->strings["Select a profile:"] = "Kies een profiel:"; -$a->strings["or"] = "of"; -$a->strings["skip this step"] = "Deze stap overslaan"; -$a->strings["select a photo from your photo albums"] = "Kies een foto uit je fotoalbums"; -$a->strings["Crop Image"] = "Afbeelding bijsnijden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat."; -$a->strings["Done Editing"] = "Wijzigingen compleet"; -$a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt."; -$a->strings["Only logged in users are permitted to perform a search."] = "Alleen ingelogde gebruikers mogen een zoekopdracht starten."; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Niet ingelogde gebruikers mogen slechts 1 opzoeking doen per minuut"; -$a->strings["Search"] = "Zoeken"; -$a->strings["Items tagged with: %s"] = "Items getagd met: %s"; -$a->strings["Results for: %s"] = "Resultaten voor: %s"; -$a->strings["Account"] = "Account"; -$a->strings["Two-factor authentication"] = "2-factor authenticatie"; -$a->strings["Profiles"] = "Profielen"; -$a->strings["Additional features"] = "Extra functies"; -$a->strings["Display"] = "Weergave"; -$a->strings["Social Networks"] = "Sociale netwerken"; -$a->strings["Addons"] = "Addons"; -$a->strings["Delegations"] = "Delegaties"; -$a->strings["Connected apps"] = "Verbonden applicaties"; -$a->strings["Export personal data"] = "Persoonlijke gegevens exporteren"; -$a->strings["Remove account"] = "Account verwijderen"; -$a->strings["Settings"] = "Instellingen"; -$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; -$a->strings["Update"] = "Wijzigen"; -$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; -$a->strings["Email settings updated."] = "E-mail instellingen opgeslagen"; -$a->strings["Features updated"] = "Functies opgeslagen"; -$a->strings["The theme you chose isn't available."] = "Het thema dat je koos is niet beschikbaar"; -$a->strings["Relocate message has been send to your contacts"] = "Verhuis boodschap is verzonden naar je contacten"; -$a->strings["Passwords do not match."] = "Wachtwoorden zijn niet gelijk"; -$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; -$a->strings["Password changed."] = "Wachtwoord gewijzigd."; -$a->strings["Password unchanged."] = "Wachtwoord ongewijzigd"; -$a->strings[" Please use a shorter name."] = "Gebruik een kortere naam."; -$a->strings[" Name too short."] = "Naam te kort."; -$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; -$a->strings["Invalid email."] = "Ongeldig email adres."; -$a->strings["Cannot change to that email."] = "Kan niet naar dat email adres veranderen."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep."; -$a->strings["Settings updated."] = "Instellingen opgeslagen"; -$a->strings["Add application"] = "Toepassing toevoegen"; -$a->strings["Consumer Key"] = "Gebruikerssleutel"; -$a->strings["Consumer Secret"] = "Gebruikersgeheim"; -$a->strings["Redirect"] = "Doorverwijzing"; -$a->strings["Icon url"] = "URL pictogram"; -$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; -$a->strings["Connected Apps"] = "Verbonden applicaties"; -$a->strings["Edit"] = "Bewerken"; -$a->strings["Client key starts with"] = "Client sleutel begint met"; -$a->strings["No name"] = "Geen naam"; -$a->strings["Remove authorization"] = "Verwijder authorisatie"; -$a->strings["No Addon settings configured"] = "Geen Addon instellingen geconfigureerd"; -$a->strings["Addon Settings"] = "Addon instellingen"; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; -$a->strings["Additional Features"] = "Extra functies"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["enabled"] = "ingeschakeld"; -$a->strings["disabled"] = "uitgeschakeld"; -$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; -$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; -$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; -$a->strings["General Social Media Settings"] = "Algemene Sociale Media Instellingen"; -$a->strings["Accept only top level posts by contacts you follow"] = "Enkel posts van het het hoogste niveau accepteren van contacten die je volgt."; -$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "Het systeem doet auto-complete bij posts wanneer een nieuwe reactie aankomt. Dit heeft het neveneffect dat je posts kan ontvangen die zijn gestart door iemand die je niet volgt maar op werd gereageerd door iemand die je wel volgt. Deze instelling deactiveerd dit gedrag. Als je dit activeert zal je enkel posts ontvangen van mensen die je echt volgt."; -$a->strings["Disable Content Warning"] = "Deactiveer Content Waarschuwing"; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Gebruikers op netwerken als Mastodon en Pleroma kunnen een content waarschuwing instellen die hun bericht standaard inklapt. Dit deactiveert het automatisch inklappen en toont de content waarschuwing als titel van het bericht. Dit beïnvloedt andere content filters die je mogelijk ingesteld hebt niet."; -$a->strings["Disable intelligent shortening"] = "Deactiveer intelligent afkorten"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normaal probeert het systeem de beste link te vinden om toe te voegen aan ingekorte berichten. Als deze optie geactiveerd is, dan zal elk ingekort bericht altijd verwijzen naar het originele friendica bericht."; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Volg automatisch alle GNU Social (OStatus) volgers/vermelders"; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Als je een boodschap ontvangt van een voor jou onbekende OStatus gebruiker, dan beslist deze optie wat er moet gebeuren. Als de optie is geactiveerd, dan zal voor elke onbekende gebruiker een nieuw contact aangemaakt worden."; -$a->strings["Default group for OStatus contacts"] = "Standaard groep voor OStatus contacten"; -$a->strings["Your legacy GNU Social account"] = "Je verouderd GNU Social account"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Als je hier je oude GNU Social/Statusnet account naam invoert (in het formaat gebruiker@domein.tld), dan zullen je contacten automatisch toegevoegd worden. Het veld zal nadien leeg gemaakt worden."; -$a->strings["Repair OStatus subscriptions"] = "Herstel OStatus inschrijvingen"; -$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; -$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; -$a->strings["IMAP server name:"] = "IMAP server naam:"; -$a->strings["IMAP port:"] = "IMAP poort:"; -$a->strings["Security:"] = "Beveiliging:"; -$a->strings["None"] = "Geen"; -$a->strings["Email login name:"] = "E-mail login naam:"; -$a->strings["Email password:"] = "E-mail wachtwoord:"; -$a->strings["Reply-to address:"] = "Antwoord adres:"; -$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; -$a->strings["Action after import:"] = "Actie na importeren:"; -$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; -$a->strings["Move to folder"] = "Naar map verplaatsen"; -$a->strings["Move to folder:"] = "Verplaatsen naar map:"; -$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; -$a->strings["%s - (Unsupported)"] = "%s - (Niet ondersteund)"; -$a->strings["%s - (Experimental)"] = "%s - (Experimenteel)"; -$a->strings["Sunday"] = "Zondag"; -$a->strings["Monday"] = "Maandag"; -$a->strings["Display Settings"] = "Scherminstellingen"; -$a->strings["Display Theme:"] = "Schermthema:"; -$a->strings["Mobile Theme:"] = "Mobiel thema:"; -$a->strings["Suppress warning of insecure networks"] = "Onderdruk waarschuwingen over onbeveiligde netwerken"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Moet het systeem waarschuwingen onderdrukken dat de huidige groep leden bevat van netwerken die geen niet-publieke berichten kunnen ontvangen."; -$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconden. Geef -1 op om te deactiveren."; -$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; -$a->strings["Maximum of 100 items"] = "Maximum 100 items"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; -$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; -$a->strings["Calendar"] = "Kalender"; -$a->strings["Beginning of week:"] = "Begin van de week:"; -$a->strings["Don't show notices"] = "Toon geen aankondigingen"; -$a->strings["Infinite scroll"] = "Oneindig scrollen"; -$a->strings["Automatic updates only at the top of the network page"] = "Automatische updates alleen bovenaan de netwerk pagina"; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Als deze parameter gedeactiveerd is, dan wordt de netwerk pagina constant geüpdate, wat verwarrend zou kunnen zijn tijdens het lezen."; -$a->strings["Bandwidth Saver Mode"] = "Bandbreedte Besparen Mode"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Als deze parameter geactiveerd is, dan wordt embedded content niet getoond bij automatische updates, ze worden alleen getoond bij het herladen van de pagina."; -$a->strings["Smart Threading"] = "Slimme Gespreksstroom"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Als deze parameter geactiveerd is, dan dan wordt overbodig inspringen van reacties onderdrukt terwijl het behouden blijft waar het nodig is. Werkt alleen als gespreksstroom beschikbaar is en geactiveerd."; -$a->strings["General Theme Settings"] = "Algemene Thema Instellingen"; -$a->strings["Custom Theme Settings"] = "Speciale Thema Instellingen"; -$a->strings["Content Settings"] = "Content Instellingen"; -$a->strings["Theme settings"] = "Thema-instellingen"; -$a->strings["Unable to find your profile. Please contact your admin."] = "Kan je profiel niet vinden. Contacteer alsjeblieft je beheerder."; -$a->strings["Account Types"] = "Account Types"; -$a->strings["Personal Page Subtypes"] = "Persoonlijke Pagina Subtypes"; -$a->strings["Community Forum Subtypes"] = "Groepsforum Subtypes"; -$a->strings["Personal Page"] = "Persoonlijke pagina"; -$a->strings["Account for a personal profile."] = "Account voor een persoonlijk profiel"; -$a->strings["Organisation Page"] = "Organisatie Pagina"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account voor een organisatie die automatisch contact aanvragen goedkeurt als \"Volgers\"."; -$a->strings["News Page"] = "Nieuws pagina"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account voor een nieuws reflector die automatisch contact aanvragen goedkeurt als \"Volgers\"."; -$a->strings["Community Forum"] = "Groepsforum"; -$a->strings["Account for community discussions."] = "Account voor groepsdiscussies."; -$a->strings["Normal Account Page"] = "Normale accountpagina"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account voor een normaal persoonlijk profiel dat manuele goedkeuring vereist van \"Vrienden\" en \"Volgers\"."; -$a->strings["Soapbox Page"] = "Zeepkist-pagina"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account voor een publiek profiel dat automatisch contact aanvragen goedkeurt als \"Volgers\"."; -$a->strings["Public Forum"] = "Publiek Forum"; -$a->strings["Automatically approves all contact requests."] = "Aanvaardt automatisch all contact aanvragen."; -$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account voor een populair profiel dat automatisch contact aanvragen goedkeurt als \"Vrienden\"."; -$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; -$a->strings["Requires manual approval of contact requests."] = "Vereist manuele goedkeuring van contact aanvragen."; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; -$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Je profiel zal gepubliceerd worden de lokale gids van deze node. Je profiel details kunnen publiek zichtbaar zijn afhankelijk van de systeem instellingen."; -$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Je profiel zal gepubliceerd worden in de globale friendica gids (bvb. %s). Je profiel zal publiek zichtbaar zijn."; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Je contact lijst zal niet getoond worden in je standaard profiel pagina. Je kan beslissen om je contact lijst apart te tonen per bijkomend profiel dat je aanmaakt."; -$a->strings["Hide your profile details from anonymous viewers?"] = "Je profiel details verbergen voor anonieme bezoekers?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonieme bezoekers zullen alleen je profiel foto zien, je naam en de bijnaam die je gebruikt op je profiel pagina. Je publieke berichten en reacties zullen nog altijd toegankelijk zijn via andere wegen."; -$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jouw profielpagina te posten?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Je contacten kunnen berichten schrijven op je tijdslijn. Deze berichten zullen verspreid worden naar je contacten"; -$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; -$a->strings["Your contacts can add additional tags to your posts."] = "Je contacten kunnen tags toevoegen aan je berichten."; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Als je wil, kan Friendica je nieuwe leden suggereren als contacten."; -$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica netwerk gebruikers kunnen je privé boodschappen sturen zelfs als ze niet in je contact lijst staan."; -$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; -$a->strings["Your Identity Address is '%s' or '%s'."] = "Je Identiteit adres is '%s' of '%s'."; -$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; -$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; -$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; -$a->strings["Expire posts:"] = "Laat berichten vervallen:"; -$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; -$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; -$a->strings["Expire photos:"] = "Laat foto's vervallen:"; -$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; -$a->strings["Account Settings"] = "Account Instellingen"; -$a->strings["Password Settings"] = "Wachtwoord Instellingen"; -$a->strings["New Password:"] = "Nieuw Wachtwoord:"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Toegestane tekens zijn a-z, A-Z, 0-9 en speciale tekens behalve spatie, geaccentueerde tekens en dubbele punt."; -$a->strings["Confirm:"] = "Bevestig:"; -$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; -$a->strings["Current Password:"] = "Huidig wachtwoord:"; -$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; -$a->strings["Password:"] = "Wachtwoord:"; -$a->strings["Basic Settings"] = "Basis Instellingen"; -$a->strings["Full Name:"] = "Volledige Naam:"; -$a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Your Timezone:"] = "Je Tijdzone:"; -$a->strings["Your Language:"] = "Je taal:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Configureer de taal van die we gebruiken als friendica interface en om je emails te sturen"; -$a->strings["Default Post Location:"] = "Standaard locatie:"; -$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; -$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; -$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; -$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; -$a->strings["Default Private Post"] = "Standaard Privé Post"; -$a->strings["Default Public Post"] = "Standaard Publieke Post"; -$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; -$a->strings["Notification Settings"] = "Notificatie Instellingen"; -$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; -$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; -$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; -$a->strings["Someone writes on your profile wall"] = "Iemand iets op je tijdlijn schrijft"; -$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; -$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; -$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; -$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; -$a->strings["You are poked/prodded/etc. in a post"] = "Je in een bericht bent aangestoten/gepord/etc."; -$a->strings["Activate desktop notifications"] = "Activeer desktop notificaties"; -$a->strings["Show desktop popup on new notifications"] = "Toon desktop pop-up bij nieuwe notificaties"; -$a->strings["Text-only notification emails"] = "Alleen-tekst notificatie emails"; -$a->strings["Send text only notification emails, without the html part"] = "Stuur alleen-tekst notificatie emails, zonder het html gedeelte"; -$a->strings["Show detailled notifications"] = "Toon gedetailleerde notificaties"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Standaard worden notificaties samengevoegd in een enkele notificatie per item. Als je deze parameter activeert wordt elke notificatie getoond."; -$a->strings["Advanced Account/Page Type Settings"] = "Geavanceerde Account/Pagina Type Instellingen"; -$a->strings["Change the behaviour of this account for special situations"] = "Pas het gedrag van dit account aan voor speciale situaties"; -$a->strings["Relocate"] = "Verhuis"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Als je je profiel van een andere server hebt verhuisd, en er zijn contacten die geen updates van je ontvangen, probeer dan eens deze knop."; -$a->strings["Resend relocate message to contacts"] = "Stuur verhuis boodschap naar contacten"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Contact suggestie succesvol genegeerd"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."; -$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; -$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: author-id en owner-id in item en gesprekstabel aan het updaten."; +$a->strings["%s: Updating post-type."] = "%s: bericht-type bewerken"; +$a->strings["Community Profiles"] = "Forum/groepsprofielen"; +$a->strings["Last users"] = "Laatste gebruikers"; +$a->strings["Find People"] = "Zoek mensen"; +$a->strings["Enter name or interest"] = "Vul naam of interesse in"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen"; +$a->strings["Find"] = "Zoek"; $a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen"; -$a->strings["Export account"] = "Account exporteren"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."; -$a->strings["Export all"] = "Alles exporteren"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"; -$a->strings["No videos selected"] = "Geen video's geselecteerd"; -$a->strings["View Video"] = "Bekijk Video"; -$a->strings["Recent Videos"] = "Recente video's"; -$a->strings["Upload New Videos"] = "Nieuwe video's uploaden"; +$a->strings["Similar Interests"] = "Dezelfde interesses"; +$a->strings["Random Profile"] = "Willekeurig Profiel"; +$a->strings["Invite Friends"] = "Vrienden uitnodigen"; +$a->strings["Global Directory"] = "Globale gids"; +$a->strings["Local Directory"] = "Lokale gids"; +$a->strings["Forums"] = "Forums"; +$a->strings["External link to forum"] = "Externe link naar het forum"; +$a->strings["show more"] = "toon meer"; +$a->strings["Quick Start"] = "Snelstart"; +$a->strings["Help"] = "Help"; +$a->strings["Connect Services"] = "Diensten verbinden"; +$a->strings["Comma separated list of helper forums"] = "Kommagescheiden lijst van de helper forums"; +$a->strings["don't show"] = "niet tonen"; +$a->strings["show"] = "tonen"; +$a->strings["Submit"] = "Opslaan"; +$a->strings["Theme settings"] = "Thema-instellingen"; +$a->strings["Set style"] = "Stijl instellen"; +$a->strings["Community Pages"] = "Forum/groepspagina's"; +$a->strings["Help or @NewHere ?"] = "Help of @NewHere ?"; +$a->strings["Find Friends"] = "Zoek vrienden"; $a->strings["default"] = "standaard"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; @@ -966,6 +243,27 @@ $a->strings["Single row mosaic"] = "Enkele rij mozaïek"; $a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Pas het beeld aan zodat het herhaald wordt op een enkele rij, ofwel vertikaal ofwel horizontaal"; $a->strings["Mosaic"] = "Mozaïek"; $a->strings["Repeat image to fill the screen."] = "Herhaal beeld om het scherm te vullen."; +$a->strings["Guest"] = "Gast"; +$a->strings["Visitor"] = "Bezoeker"; +$a->strings["Status"] = "Tijdlijn"; +$a->strings["Your posts and conversations"] = "Jouw berichten en gesprekken"; +$a->strings["Profile"] = "Profiel"; +$a->strings["Your profile page"] = "Jouw profiel pagina"; +$a->strings["Photos"] = "Foto's"; +$a->strings["Your photos"] = "Jouw foto's"; +$a->strings["Videos"] = "Video's"; +$a->strings["Your videos"] = "Je video's"; +$a->strings["Events"] = "Gebeurtenissen"; +$a->strings["Your events"] = "Jouw gebeurtenissen"; +$a->strings["Network"] = "Netwerk"; +$a->strings["Conversations from your friends"] = "Gesprekken van je vrienden"; +$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender"; +$a->strings["Messages"] = "Privéberichten"; +$a->strings["Private mail"] = "Privéberichten"; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Account settings"] = "Account instellingen"; +$a->strings["Contacts"] = "Contacten"; +$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten"; $a->strings["Custom"] = "Aangepast"; $a->strings["Note"] = "Nota"; $a->strings["Check image permissions if all users are allowed to see the image"] = "Controleer of alle gebruikers permissie hebben om het beeld te zien "; @@ -984,58 +282,559 @@ $a->strings["This replaces the jot modal window for writing new posts with a lin $a->strings["Login page background image"] = "Achtergrondafbeelding aanmeldpagina"; $a->strings["Login page background color"] = "Achtergrondkleur aanmeldpagina"; $a->strings["Leave background image and color empty for theme defaults"] = "Laat de achtergrondafbeelding en kleur leeg om de standaard van het thema te gebruiken"; -$a->strings["Guest"] = "Gast"; -$a->strings["Visitor"] = "Bezoeker"; -$a->strings["Status"] = "Tijdlijn"; -$a->strings["Your posts and conversations"] = "Jouw berichten en gesprekken"; -$a->strings["Your profile page"] = "Jouw profiel pagina"; -$a->strings["Your photos"] = "Jouw foto's"; -$a->strings["Videos"] = "Video's"; -$a->strings["Your videos"] = "Je video's"; -$a->strings["Your events"] = "Jouw gebeurtenissen"; -$a->strings["Network"] = "Netwerk"; -$a->strings["Conversations from your friends"] = "Gesprekken van je vrienden"; -$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender"; -$a->strings["Private mail"] = "Privéberichten"; -$a->strings["Account settings"] = "Account instellingen"; -$a->strings["Contacts"] = "Contacten"; -$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten"; $a->strings["Alignment"] = "Uitlijning"; $a->strings["Left"] = "Links"; $a->strings["Center"] = "Gecentreerd"; $a->strings["Color scheme"] = "Kleurschema"; $a->strings["Posts font size"] = "Lettergrootte berichten"; $a->strings["Textareas font size"] = "Lettergrootte tekstgebieden"; -$a->strings["Comma separated list of helper forums"] = "Kommagescheiden lijst van de helper forums"; -$a->strings["don't show"] = "niet tonen"; -$a->strings["show"] = "tonen"; -$a->strings["Set style"] = "Stijl instellen"; -$a->strings["Community Pages"] = "Forum/groepspagina's"; -$a->strings["Community Profiles"] = "Forum/groepsprofielen"; -$a->strings["Help or @NewHere ?"] = "Help of @NewHere ?"; -$a->strings["Connect Services"] = "Diensten verbinden"; -$a->strings["Find Friends"] = "Zoek vrienden"; -$a->strings["Last users"] = "Laatste gebruikers"; -$a->strings["Find People"] = "Zoek mensen"; -$a->strings["Enter name or interest"] = "Vul naam of interesse in"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen"; -$a->strings["Find"] = "Zoek"; -$a->strings["Similar Interests"] = "Dezelfde interesses"; -$a->strings["Random Profile"] = "Willekeurig Profiel"; -$a->strings["Invite Friends"] = "Vrienden uitnodigen"; -$a->strings["Global Directory"] = "Globale gids"; -$a->strings["Local Directory"] = "Lokale gids"; -$a->strings["Forums"] = "Forums"; -$a->strings["External link to forum"] = "Externe link naar het forum"; -$a->strings["show more"] = "toon meer"; -$a->strings["Quick Start"] = "Snelstart"; -$a->strings["Help"] = "Help"; +$a->strings["There are no tables on MyISAM."] = "Er zijn geen MyISAM tabellen."; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nFout %d is opgetreden tijdens database update:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Fouten opgetreden tijdens database aanpassingen:"; +$a->strings["%s: Database update"] = "%s: Database update"; +$a->strings["%s: updating %s table."] = "%s: tabel %s aan het updaten."; +$a->strings["This entry was edited"] = "Deze entry werd bewerkt"; +$a->strings["Private Message"] = "Privébericht"; +$a->strings["Edit"] = "Bewerken"; +$a->strings["pinned item"] = ""; +$a->strings["Delete locally"] = "Verwijder lokaal"; +$a->strings["Delete globally"] = "Verwijder globaal"; +$a->strings["Remove locally"] = "Verwijder lokaal"; +$a->strings["save to folder"] = "Bewaren in map"; +$a->strings["I will attend"] = "Ik zal er zijn"; +$a->strings["I will not attend"] = "Ik zal er niet zijn"; +$a->strings["I might attend"] = "Ik ga misschien"; +$a->strings["ignore thread"] = "Negeer gesprek"; +$a->strings["unignore thread"] = "Stop met gesprek te negeren"; +$a->strings["toggle ignore status"] = "verwissel negeer status"; +$a->strings["ignored"] = "Verboden"; +$a->strings["pin"] = ""; +$a->strings["unpin"] = ""; +$a->strings["toggle pin status"] = ""; +$a->strings["pinned"] = ""; +$a->strings["add star"] = "ster toevoegen"; +$a->strings["remove star"] = "ster verwijderen"; +$a->strings["toggle star status"] = "ster toevoegen of verwijderen"; +$a->strings["starred"] = "met ster"; +$a->strings["add tag"] = "label toevoegen"; +$a->strings["I like this (toggle)"] = "Vind ik leuk"; +$a->strings["like"] = "leuk"; +$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; +$a->strings["dislike"] = "niet leuk"; +$a->strings["Share this"] = "Delen"; +$a->strings["share"] = "Delen"; +$a->strings["%s (Received %s)"] = ""; +$a->strings["to"] = "aan"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "wall-to-wall"; +$a->strings["via Wall-To-Wall:"] = "via wall-to-wall"; +$a->strings["Comment"] = "Reacties"; +$a->strings["Reply to %s"] = ""; +$a->strings["Notifier task is pending"] = ""; +$a->strings["Delivery to remote servers is pending"] = ""; +$a->strings["Delivery to remote servers is underway"] = ""; +$a->strings["Delivery to remote servers is mostly done"] = ""; +$a->strings["Delivery to remote servers is done"] = ""; +$a->strings["%d comment"] = [ + 0 => "%d reactie", + 1 => "%d reacties", +]; +$a->strings["Show more"] = ""; +$a->strings["Show fewer"] = ""; +$a->strings["comment"] = [ + 0 => "reactie", + 1 => "reacties", +]; +$a->strings["This is you"] = "Dit ben jij"; +$a->strings["No system theme config value set."] = "Geen systeem thema configuratie ingesteld."; +$a->strings["view full size"] = "Volledig formaat"; +$a->strings["Image/photo"] = "Afbeelding/foto"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["Click to open/close"] = "klik om te openen/sluiten"; +$a->strings["$1 wrote:"] = "$1 schreef:"; +$a->strings["Encrypted content"] = "Versleutelde inhoud"; +$a->strings["Invalid source protocol"] = "Ongeldig bron protocol"; +$a->strings["Invalid link protocol"] = "Ongeldig verbinding protocol"; +$a->strings["Loading more entries..."] = "Meer berichten aan het laden..."; +$a->strings["The end"] = "Het einde"; +$a->strings["Save"] = "Bewaren"; +$a->strings["Follow"] = "Volg"; +$a->strings["Search"] = "Zoeken"; +$a->strings["@name, !forum, #tags, content"] = "@naam, !forum, #labels, inhoud"; +$a->strings["Full Text"] = "Volledige tekst"; +$a->strings["Tags"] = "Labels"; +$a->strings["Frequently"] = "Frequent"; +$a->strings["Hourly"] = "Ieder uur"; +$a->strings["Twice daily"] = "Twee maal daags"; +$a->strings["Daily"] = "Dagelijks"; +$a->strings["Weekly"] = "Wekelijks"; +$a->strings["Monthly"] = "Maandelijks"; +$a->strings["DFRN"] = "DFRN"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/Chat"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Discourse"] = ""; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["ActivityPub"] = "ActivityPub"; +$a->strings["pnut"] = "pnut"; +$a->strings["No answer"] = "Geen antwoord"; +$a->strings["Male"] = "Man"; +$a->strings["Female"] = "Vrouw"; +$a->strings["Currently Male"] = "Momenteel man"; +$a->strings["Currently Female"] = "Momenteel vrouw"; +$a->strings["Mostly Male"] = "Hoofdzakelijk man"; +$a->strings["Mostly Female"] = "Hoofdzakelijk vrouw"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transeksueel"; +$a->strings["Hermaphrodite"] = "Hermafrodiet"; +$a->strings["Neuter"] = "Onzijdig"; +$a->strings["Non-specific"] = "Niet-specifiek"; +$a->strings["Other"] = "Anders"; +$a->strings["Males"] = "Mannen"; +$a->strings["Females"] = "Vrouwen"; +$a->strings["Gay"] = "Homo"; +$a->strings["Lesbian"] = "Lesbienne"; +$a->strings["No Preference"] = "Geen voorkeur"; +$a->strings["Bisexual"] = "Biseksueel"; +$a->strings["Autosexual"] = "Autoseksueel"; +$a->strings["Abstinent"] = "Onthouder"; +$a->strings["Virgin"] = "Maagd"; +$a->strings["Deviant"] = "Afwijkend"; +$a->strings["Fetish"] = "Fetisj"; +$a->strings["Oodles"] = "Veel"; +$a->strings["Nonsexual"] = "Niet seksueel"; +$a->strings["Single"] = "Alleenstaand"; +$a->strings["Lonely"] = "Eenzaam"; +$a->strings["In a relation"] = "In een relatie"; +$a->strings["Has crush"] = "Verliefd"; +$a->strings["Infatuated"] = "Smoorverliefd"; +$a->strings["Dating"] = "Aan het daten"; +$a->strings["Unfaithful"] = "Ontrouw"; +$a->strings["Sex Addict"] = "Seksverslaafd"; +$a->strings["Friends"] = "Vrienden"; +$a->strings["Friends/Benefits"] = "Vriendschap plus"; +$a->strings["Casual"] = "Ongebonden/vluchtig"; +$a->strings["Engaged"] = "Verloofd"; +$a->strings["Married"] = "Getrouwd"; +$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Samenwonend"; +$a->strings["Common law"] = "getrouwd voor-de-wet"; +$a->strings["Happy"] = "Blij"; +$a->strings["Not looking"] = "Niet op zoek"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Bedrogen"; +$a->strings["Separated"] = "Uit elkaar"; +$a->strings["Unstable"] = "Onstabiel"; +$a->strings["Divorced"] = "Gescheiden"; +$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden"; +$a->strings["Widowed"] = "Weduwnaar/weduwe"; +$a->strings["Uncertain"] = "Onzeker"; +$a->strings["It's complicated"] = "Het is gecompliceerd"; +$a->strings["Don't care"] = "Kan me niet schelen"; +$a->strings["Ask me"] = "Vraag me"; +$a->strings["Add New Contact"] = "Nieuw Contact toevoegen"; +$a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"; +$a->strings["Connect"] = "Verbinden"; +$a->strings["%d invitation available"] = [ + 0 => "%d uitnodiging beschikbaar", + 1 => "%d uitnodigingen beschikbaar", +]; +$a->strings["Followers"] = "Volgers"; +$a->strings["Following"] = "Volgend"; +$a->strings["Mutual friends"] = "Gemeenschappelijke vrienden"; +$a->strings["Relationships"] = "Relaties"; +$a->strings["All Contacts"] = "Alle Contacten"; +$a->strings["Protocols"] = "Protocollen"; +$a->strings["All Protocols"] = "Alle protocollen"; +$a->strings["Saved Folders"] = "Bewaarde Mappen"; +$a->strings["Everything"] = "Alles"; +$a->strings["Categories"] = "Categorieën"; +$a->strings["%d contact in common"] = [ + 0 => "%d gedeeld contact", + 1 => "%d gedeelde contacten", +]; +$a->strings["Archives"] = "Archieven"; +$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld"; +$a->strings["Embedded content"] = "Ingebedde inhoud"; +$a->strings["General Features"] = "Algemene functies"; +$a->strings["Multiple Profiles"] = "Meerdere profielen"; +$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; +$a->strings["Photo Location"] = "Foto Locatie"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Foto metadata wordt normaal verwijderd. Dit extraheert de locatie (indien aanwezig) vooraleer de metadata te verwijderen en verbindt die met een kaart."; +$a->strings["Export Public Calendar"] = "Exporteer Publieke Kalender"; +$a->strings["Ability for visitors to download the public calendar"] = "Mogelijkheid voor bezoekers om de publieke kalender te downloaden"; +$a->strings["Trending Tags"] = "Populaire Tags"; +$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Toon een widget voor communitypagina met een lijst van de populairste tags in recente openbare berichten."; +$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; +$a->strings["Auto-mention Forums"] = "Auto-vermelding Forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Voeg toe/verwijder vermelding wanneer een forum pagina geselecteerd/gedeselecteerd wordt in het ACL venster."; +$a->strings["Explicit Mentions"] = "Expliciete vermeldingen"; +$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Voeg expliciete vermeldingen toe aan het opmerkingenvak voor handmatige controle over wie in antwoorden wordt vermeld."; +$a->strings["Network Sidebar"] = "Netwerk Zijbalk"; +$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik"; +$a->strings["Protocol Filter"] = "Proctocol Filter"; +$a->strings["Enable widget to display Network posts only from selected protocols"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde protocollen"; +$a->strings["Network Tabs"] = "Netwerktabs"; +$a->strings["Network New Tab"] = "Nieuwe netwerktab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"; +$a->strings["Network Shared Links Tab"] = "Netwerk Gedeelde Links Tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Activeer tab om alleen Netwerk berichten met links in te tonen"; +$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen"; +$a->strings["Post Categories"] = "Categorieën berichten"; +$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; +$a->strings["Advanced Profile Settings"] = "Geavanceerde Profiel Instellingen"; +$a->strings["List Forums"] = "Lijst Fora op"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Toon bezoekers de publieke groepsfora in de Geavanceerde Profiel Pagina"; +$a->strings["Tag Cloud"] = "Tag Wolk"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Voorzie een persoonlijk tag wolk op je profiel pagina"; +$a->strings["Display Membership Date"] = "Toon Lidmaatschap Datum"; +$a->strings["Display membership date in profile"] = "Toon lidmaatschap datum in profiel"; +$a->strings["Nothing new here"] = "Niets nieuw hier"; +$a->strings["Clear notifications"] = "Notificaties verwijderen"; +$a->strings["Logout"] = "Uitloggen"; +$a->strings["End this session"] = "Deze sessie beëindigen"; +$a->strings["Login"] = "Login"; +$a->strings["Sign in"] = "Inloggen"; +$a->strings["Personal notes"] = "Persoonlijke nota's"; +$a->strings["Your personal notes"] = "Je persoonlijke nota's"; +$a->strings["Home"] = "Tijdlijn"; +$a->strings["Home Page"] = "Jouw tijdlijn"; +$a->strings["Register"] = "Registreer"; +$a->strings["Create an account"] = "Maak een accoount"; +$a->strings["Help and documentation"] = "Hulp en documentatie"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen of spelletjes"; +$a->strings["Search site content"] = "Doorzoek de inhoud van de website"; +$a->strings["Community"] = "Website"; +$a->strings["Conversations on this and other servers"] = "Gesprekken op deze en andere servers"; +$a->strings["Directory"] = "Gids"; +$a->strings["People directory"] = "Personengids"; +$a->strings["Information"] = "Informatie"; +$a->strings["Information about this friendica instance"] = "informatie over deze friendica server"; +$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; +$a->strings["Terms of Service of this Friendica instance"] = "Gebruiksvoorwaarden op deze Friendica server"; +$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen"; +$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters"; +$a->strings["Introductions"] = "Verzoeken"; +$a->strings["Friend Requests"] = "Vriendschapsverzoeken"; +$a->strings["Notifications"] = "Notificaties"; +$a->strings["See all notifications"] = "Toon alle notificaties"; +$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; +$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Verzonden berichten"; +$a->strings["New Message"] = "Nieuw Bericht"; +$a->strings["Delegation"] = "Delegatie"; +$a->strings["Manage other pages"] = "Andere pagina's beheren"; +$a->strings["Profiles"] = "Profielen"; +$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen"; +$a->strings["Admin"] = "Beheer"; +$a->strings["Site setup and configuration"] = "Website opzetten en configureren"; +$a->strings["Navigation"] = "Navigatie"; +$a->strings["Site map"] = "Sitemap"; +$a->strings["Remove term"] = "Verwijder zoekterm"; +$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; +$a->strings["Export"] = "Exporteer"; +$a->strings["Export calendar as ical"] = "Exporteer kalender als ical"; +$a->strings["Export calendar as csv"] = "Exporteer kalender als csv"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "Populaire Tags (laatste %d uur)", + 1 => "Populaire Tags (laatste %d uur)", +]; +$a->strings["More Trending Tags"] = "Meer Populaire Tags"; +$a->strings["No contacts"] = "Geen contacten"; +$a->strings["%d Contact"] = [ + 0 => "%d contact", + 1 => "%d contacten", +]; +$a->strings["View Contacts"] = "Bekijk contacten"; +$a->strings["newer"] = "nieuwere berichten"; +$a->strings["older"] = "oudere berichten"; +$a->strings["first"] = "eerste"; +$a->strings["prev"] = "vorige"; +$a->strings["next"] = "volgende"; +$a->strings["last"] = "laatste"; +$a->strings["Edit profile"] = "Bewerk profiel"; +$a->strings["Manage/edit profiles"] = "Beheer/wijzig profielen"; +$a->strings["Change profile photo"] = "Profiel foto wijzigen"; +$a->strings["Create New Profile"] = "Maak nieuw profiel"; +$a->strings["Profile Image"] = "Profiel afbeelding"; +$a->strings["visible to everybody"] = "zichtbaar voor iedereen"; +$a->strings["Edit visibility"] = "Pas zichtbaarheid aan"; +$a->strings["Location:"] = "Plaats:"; +$a->strings["Gender:"] = "Geslacht:"; +$a->strings["Status:"] = "Tijdlijn:"; +$a->strings["Homepage:"] = "Website:"; +$a->strings["About:"] = "Over:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = "Stop volgen"; +$a->strings["Atom feed"] = "Atom feed"; +$a->strings["Network:"] = "Netwerk:"; +$a->strings["g A l F d"] = "G l j F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[vandaag]"; +$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; +$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; +$a->strings["[No description]"] = "[Geen omschrijving]"; +$a->strings["Event Reminders"] = "Gebeurtenisherinneringen"; +$a->strings["Upcoming events the next 7 days:"] = "Evenementen de komende 7 dagen:"; +$a->strings["Full Name:"] = "Volledige Naam:"; +$a->strings["Member since:"] = "Lid sinds:"; +$a->strings["j F, Y"] = "F j Y"; +$a->strings["j F"] = "F j"; +$a->strings["Birthday:"] = "Verjaardag:"; +$a->strings["Age:"] = "Leeftijd:"; +$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:"; +$a->strings["Hometown:"] = "Woonplaats:"; +$a->strings["Tags:"] = "Labels:"; +$a->strings["Political Views:"] = "Politieke standpunten:"; +$a->strings["Religion:"] = "Religie:"; +$a->strings["Hobbies/Interests:"] = "Hobby:"; +$a->strings["Likes:"] = "Houdt van:"; +$a->strings["Dislikes:"] = "Houdt niet van:"; +$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; +$a->strings["Musical interests:"] = "Muzikale interesse "; +$a->strings["Books, literature:"] = "Boeken, literatuur:"; +$a->strings["Television:"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:"; +$a->strings["Love/Romance:"] = "Liefde/romance:"; +$a->strings["Work/employment:"] = "Werk/beroep:"; +$a->strings["School/education:"] = "School/opleiding:"; +$a->strings["Forums:"] = "Fora:"; +$a->strings["Basic"] = "Basis"; +$a->strings["Advanced"] = "Geavanceerd"; +$a->strings["Status Messages and Posts"] = "Berichten op jouw tijdlijn"; +$a->strings["Profile Details"] = "Profieldetails"; +$a->strings["Photo Albums"] = "Fotoalbums"; +$a->strings["Personal Notes"] = "Persoonlijke Nota's"; +$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien"; +$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s verwelkomt %2\$s"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Begint:"; +$a->strings["Finishes:"] = "Eindigt:"; +$a->strings["all-day"] = "de hele dag"; +$a->strings["Sun"] = "Zon"; +$a->strings["Mon"] = "Maa"; +$a->strings["Tue"] = "Din"; +$a->strings["Wed"] = "Woe"; +$a->strings["Thu"] = "Don"; +$a->strings["Fri"] = "Vrij"; +$a->strings["Sat"] = "Zat"; +$a->strings["Sunday"] = "Zondag"; +$a->strings["Monday"] = "Maandag"; +$a->strings["Tuesday"] = "Dinsdag"; +$a->strings["Wednesday"] = "Woensdag"; +$a->strings["Thursday"] = "Donderdag"; +$a->strings["Friday"] = "Vrijdag"; +$a->strings["Saturday"] = "Zaterdag"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Maa"; +$a->strings["Apr"] = "Apr"; +$a->strings["May"] = "Mei"; +$a->strings["Jun"] = "Jun"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sept"] = "Sep"; +$a->strings["Oct"] = "Okt"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["January"] = "Januari"; +$a->strings["February"] = "Februari"; +$a->strings["March"] = "Maart"; +$a->strings["April"] = "April"; +$a->strings["June"] = "Juni"; +$a->strings["July"] = "Juli"; +$a->strings["August"] = "Augustus"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Oktober"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["today"] = "vandaag"; +$a->strings["month"] = "maand"; +$a->strings["week"] = "week"; +$a->strings["day"] = "dag"; +$a->strings["No events to display"] = "Geen gebeurtenissen te tonen"; +$a->strings["l, F j"] = "l j F"; +$a->strings["Edit event"] = "Gebeurtenis bewerken"; +$a->strings["Duplicate event"] = "Duplicate gebeurtenis"; +$a->strings["Delete event"] = "Verwijder gebeurtenis"; +$a->strings["link to source"] = "Verwijzing naar bron"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Toon kaart"; +$a->strings["Hide map"] = "Verberg kaart"; +$a->strings["%s's birthday"] = "%s's verjaardag"; +$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s"; +$a->strings["Contact Photos"] = "Contactfoto's"; +$a->strings["Login failed"] = "Login mislukt"; +$a->strings["Not enough information to authenticate"] = "Niet genoeg informatie om te authentificeren"; +$a->strings["User not found"] = "Gebruiker niet gevonden"; +$a->strings["Password can't be empty"] = "Paswoord mag niet leeg zijn"; +$a->strings["Empty passwords are not allowed."] = "Lege wachtwoorden zijn niet toegestaan"; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The nieuwe paswoord is gecompromitteerd in een publieke data dump, kies alsjeblieft een ander."; +$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "Het wachtwoord mag geen geaccentueerde letters, spaties of dubbele punten bevatten (:)"; +$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; +$a->strings["An invitation is required."] = "Een uitnodiging is vereist."; +$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden."; +$a->strings["Invalid OpenID url"] = "Ongeldige OpenID url"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Er is een probleem opgetreden bij het inloggen met het opgegeven OpenID. Kijk alsjeblieft de spelling van deze ID na."; +$a->strings["The error message was:"] = "De foutboodschap was:"; +$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; +$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) en system.username_max_length (%s) sluiten elkaar uit. Waarden worden omgedraaid."; +$a->strings["Username should be at least %s character."] = [ + 0 => "Gebruikersnaam moet minimaal %s tekens bevatten.", + 1 => "Gebruikersnaam moet minimaal %s tekens bevatten", +]; +$a->strings["Username should be at most %s character."] = [ + 0 => "Gebruikersnaam mag maximaal %s tekens bevatten.", + 1 => "Gebruikersnaam mag maximaal %s tekens bevatten.", +]; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn."; +$a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan."; +$a->strings["Not a valid email address."] = "Geen geldig e-mailadres."; +$a->strings["The nickname was blocked from registration by the nodes admin."] = "De bijnaam werd geblokkeerd voor registratie door de node admin"; +$a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken."; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Je bijnaam mag alleen a-z, 0-9 of _ bevatten."; +$a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."; +$a->strings["An error occurred during registration. Please try again."] = "Er is een fout opgetreden tijdens de registratie. Probeer opnieuw."; +$a->strings["An error occurred creating your default profile. Please try again."] = "Er is een fout opgetreden bij het aanmaken van je standaard profiel. Probeer opnieuw."; +$a->strings["An error occurred creating your self contact. Please try again."] = "Er is een fout opgetreden bij het aanmaken van je self contact. Probeer opnieuw."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "Er is een fout opgetreden bij het aanmaken van je standaard contact groep. Probeer opnieuw."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tHallo %1\$s,\n\t\t\t\tBedankt om je te registreren op %2\$s. Uw account is op dit moment wachten op bevestiging door de administrator.\n\n\t\t\tUw login details zijn:\n\n\t\t\tSite locatie:\t%3\$s\n\t\t\tGebruikersnaam:\t\t%4\$s\n\t\t\tWachtwoord:\t\t%5\$s\n\t\t"; +$a->strings["Registration at %s"] = "Registratie bij %s"; +$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%3\$s\n\t\t\tLogin Naam:\t\t%1\$s\n\t\t\tPaswoord:\t\t%5\$s\n\n\t\t\tJe kunt je paswoord in de \"Instellingen\" pagina veranderen nadat je bent ingelogd.\n\n\t\t\tNeem een ogenblik de tijd om je andere instellingen na te kijken op die pagina.\n\n\t\t\tJe kunt ook wat basis informatie toevoegen aan je standaard profiel\n\t\t\t(in de \"Profielen\" pagina) zodat anderen je gemakkelijk kunnen vinden.\n\n\t\t\tWe raden aan je volledige naam in te vullen, een profiel foto toe te voegen,\n\t\t\tenkele profiel \"sleutelwoorden\" (zeer handig om nieuwe vrienden te leren kennen) - en\n\t\t\tmisschien in welk land je woont; als je niet meer details wil geven.\n\t\t\tWe respecteren je privacy volledig, en geen van deze velden zijn verplicht.\n\t\t\tAls je nieuw bent en niemand kent, dan kunnen zij je misschien\n\t\t\thelpen om enkele nieuwe en interessante vrienden te leren kennen.\n\n\t\t\tAls je ooit je account wil verwijderen, dan kan je dat via %3\$s/removeme\n\n\t\t\tBedankt en welkom bij %2\$s."; +$a->strings["Registration details for %s"] = "Registratie details voor %s"; +$a->strings["[no subject]"] = "[geen onderwerp]"; +$a->strings["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."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "; +$a->strings["Default privacy group for new contacts"] = "Standaard privacy groep voor nieuwe contacten"; +$a->strings["Everybody"] = "Iedereen"; +$a->strings["edit"] = "verander"; +$a->strings["add"] = "toevoegen"; +$a->strings["Groups"] = "Groepen"; +$a->strings["Edit group"] = "Verander groep"; +$a->strings["Contacts not in any group"] = "Contacten bestaan in geen enkele groep"; +$a->strings["Create a new group"] = "Maak nieuwe groep"; +$a->strings["Group Name: "] = "Groepsnaam:"; +$a->strings["Edit groups"] = "Bewerk groepen"; +$a->strings["Item filed"] = "Item bewaard"; +$a->strings["UnFollow"] = "Ontvolgen"; +$a->strings["Drop Contact"] = "Verwijder contact"; +$a->strings["Approve"] = "Goedkeuren"; +$a->strings["Organisation"] = "Organisatie"; +$a->strings["News"] = "Nieuws"; +$a->strings["Forum"] = "Forum"; +$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres."; +$a->strings["Blocked domain"] = "Domein geblokeerd"; +$a->strings["Connect URL missing."] = "Connectie URL ontbreekt."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Het contact kon niet toegevoegd worden. Gelieve de relevante netwerk gegevens na te kijken in Instellingen -> Sociale Netwerken."; +$a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt."; +$a->strings["The profile address specified does not provide adequate information."] = "Het opgegeven profiel adres bevat geen adequate informatie."; +$a->strings["An author or name was not found."] = "Er werd geen auteur of naam gevonden."; +$a->strings["No browser URL could be matched to this address."] = "Er kan geen browser URL gematcht worden met dit adres."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact."; +$a->strings["Use mailto: in front of address to force email check."] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Het opgegeven profiel adres behoort tot een netwerk dat gedeactiveerd is op deze site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profiel met restricties. Deze peresoon zal geen directe/persoonlijke notificaties van jou kunnen ontvangen."; +$a->strings["Unable to retrieve contact information."] = "Het was niet mogelijk informatie over dit contact op te halen."; +$a->strings["[Name Withheld]"] = "[Naam achtergehouden]"; +$a->strings["activity"] = "activiteit"; +$a->strings["post"] = "bericht"; +$a->strings["Content warning: %s"] = "Waarschuwing inhoud: %s"; +$a->strings["View Video"] = "Bekijk Video"; +$a->strings["bytes"] = "bytes"; +$a->strings["View on separate page"] = "Bekijk op aparte pagina"; +$a->strings["view on separate page"] = "bekijk op aparte pagina"; +$a->strings["Database storage failed to update %s"] = "Database opslag faalde om %s te vernieuwen"; +$a->strings["Database storage failed to insert data"] = "Database opslag mislukt om gegevens in te voegen"; +$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 where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = ""; +$a->strings["Enter a valid existing folder"] = "Geef een geldige bestaande folder in"; +$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s"; +$a->strings["%s created a new post"] = "%s schreef een nieuw bericht"; +$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk"; +$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk"; +$a->strings["%s is attending %s's event"] = "%s woont het event van %s bij"; +$a->strings["%s is not attending %s's event"] = "%s woont het event van %s niet bij"; +$a->strings["%s may attend %s's event"] = "%s woont het event van %s misschien bij"; +$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s"; +$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel"; +$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek"; +$a->strings["New Follower"] = "Nieuwe Volger"; +$a->strings["%s's timeline"] = "Tijdslijn van %s"; +$a->strings["%s's posts"] = "Berichten van %s"; +$a->strings["%s's comments"] = "reactie van %s"; +$a->strings["%s is now following %s."] = "%s volgt nu %s."; +$a->strings["following"] = "volgend"; +$a->strings["%s stopped following %s."] = "%s stopte %s te volgen."; +$a->strings["stopped following"] = "is gestopt met volgen"; +$a->strings["Attachments:"] = "Bijlagen:"; +$a->strings["Legacy module file not found: %s"] = "Legacy module bestand niet gevonden: %s"; +$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden."; +$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\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "De foutboodschap is\n[pre]%s[/pre]"; +$a->strings["[Friendica Notify] Database update"] = ""; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tDe Friendica database is succesvol geupdatet van %s naar %s"; +$a->strings["Sep"] = "Sep"; +$a->strings["poke"] = "por"; +$a->strings["poked"] = "porde"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "gepingd"; +$a->strings["prod"] = "porren"; +$a->strings["prodded"] = "gepord"; +$a->strings["slap"] = "slaan"; +$a->strings["slapped"] = "geslagen"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "gerfingerd"; +$a->strings["rebuff"] = "afpoeieren"; +$a->strings["rebuffed"] = "afgepoeierd"; +$a->strings["Login failed."] = "Login mislukt."; +$a->strings["Login failed. Please check your credentials."] = ""; +$a->strings["Welcome %s"] = "Welkom %s"; +$a->strings["Please upload a profile photo."] = "Upload een profielfoto."; +$a->strings["Welcome back %s"] = "Welkom terug %s"; +$a->strings["Mutuals"] = "Gemeenschappelijk"; $a->strings["Post to Email"] = "Verzenden per e-mail"; -$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; -$a->strings["Connectors"] = ""; +$a->strings["Public"] = "Openbaar"; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = ""; +$a->strings["Limited/Private"] = "Beperkt/Privé"; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = ""; +$a->strings["Show to:"] = ""; +$a->strings["Except to:"] = ""; +$a->strings["CC: email addresses"] = "CC: e-mailadressen"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"; +$a->strings["Connectors"] = "Connectors"; $a->strings["Hide your profile details from unknown viewers?"] = "Je profieldetails verbergen voor onbekende bezoekers?"; $a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectoren gedeactiveerd, aangezien \"%s\" geactiveerd is."; -$a->strings["Close"] = "Afsluiten"; +$a->strings["Error decoding account file"] = "Fout bij decoderen van het account bestand"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Fout! Geen versie data in het bestand! Is dit wel een Friendica account bestand?"; +$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!"; +$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker"; +$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contact werd niet geïmporteerd", + 1 => "%d contacten werden niet geïmporteerd", +]; +$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"; $a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Het databaseconfiguratiebestand \"config/local.config.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver. "; $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql."; $a->strings["Please see the file \"INSTALL.txt\"."] = "Zie het bestand \"INSTALL.txt\"."; @@ -1094,476 +893,151 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extensi $a->strings["ImageMagick supports GIF"] = "ImageMagick ondersteunt GIF"; $a->strings["Database already in use."] = "Database al in gebruik."; $a->strings["Could not connect to database."] = "Kon geen toegang krijgen tot de database."; -$a->strings["Tuesday"] = "Dinsdag"; -$a->strings["Wednesday"] = "Woensdag"; -$a->strings["Thursday"] = "Donderdag"; -$a->strings["Friday"] = "Vrijdag"; -$a->strings["Saturday"] = "Zaterdag"; -$a->strings["January"] = "Januari"; -$a->strings["February"] = "Februari"; -$a->strings["March"] = "Maart"; -$a->strings["April"] = "April"; -$a->strings["May"] = "Mei"; -$a->strings["June"] = "Juni"; -$a->strings["July"] = "Juli"; -$a->strings["August"] = "Augustus"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Oktober"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["Mon"] = "Maa"; -$a->strings["Tue"] = "Din"; -$a->strings["Wed"] = "Woe"; -$a->strings["Thu"] = "Don"; -$a->strings["Fri"] = "Vrij"; -$a->strings["Sat"] = "Zat"; -$a->strings["Sun"] = "Zon"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Maa"; -$a->strings["Apr"] = "Apr"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; -$a->strings["Sep"] = "Sep"; -$a->strings["Oct"] = "Okt"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; -$a->strings["poke"] = "por"; -$a->strings["poked"] = "porde"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "gepingd"; -$a->strings["prod"] = "porren"; -$a->strings["prodded"] = "gepord"; -$a->strings["slap"] = "slaan"; -$a->strings["slapped"] = "geslagen"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "gerfingerd"; -$a->strings["rebuff"] = "afpoeieren"; -$a->strings["rebuffed"] = "afgepoeierd"; -$a->strings["System"] = "Systeem"; -$a->strings["Home"] = "Tijdlijn"; -$a->strings["Introductions"] = "Verzoeken"; -$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s"; -$a->strings["%s created a new post"] = "%s schreef een nieuw bericht"; -$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk"; -$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk"; -$a->strings["%s is attending %s's event"] = "%s woont het event van %s bij"; -$a->strings["%s is not attending %s's event"] = "%s woont het event van %s niet bij"; -$a->strings["%s may attend %s's event"] = "%s woont het event van %s misschien bij"; -$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s"; -$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel"; -$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek"; -$a->strings["New Follower"] = "Nieuwe Volger"; -$a->strings["Welcome %s"] = ""; -$a->strings["Please upload a profile photo."] = "Upload een profielfoto."; -$a->strings["Welcome back %s"] = ""; -$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden."; -$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\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "De foutboodschap is\n[pre]%s[/pre]"; -$a->strings["[Friendica Notify] Database update"] = ""; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tDe Friendica database is succesvol geupdatet van %s naar %s"; -$a->strings["Error decoding account file"] = "Fout bij decoderen van het account bestand"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Fout! Geen versie data in het bestand! Is dit wel een Friendica account bestand?"; -$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!"; -$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker"; -$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contact werd niet geïmporteerd", - 1 => "%d contacten werden niet geïmporteerd", -]; -$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"; -$a->strings["Birthday:"] = "Verjaardag:"; -$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; -$a->strings["never"] = "nooit"; -$a->strings["less than a second ago"] = "minder dan een seconde geleden"; -$a->strings["year"] = "jaar"; -$a->strings["years"] = "jaren"; -$a->strings["months"] = "maanden"; -$a->strings["weeks"] = "weken"; -$a->strings["days"] = "dagen"; -$a->strings["hour"] = "uur"; -$a->strings["hours"] = "uren"; -$a->strings["minute"] = "minuut"; -$a->strings["minutes"] = "minuten"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "seconden"; -$a->strings["in %1\$d %2\$s"] = "in %1\$d%2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; -$a->strings["view full size"] = "Volledig formaat"; -$a->strings["Image/photo"] = "Afbeelding/foto"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 schreef:"; -$a->strings["Encrypted content"] = "Versleutelde inhoud"; -$a->strings["Invalid source protocol"] = "Ongeldig bron protocol"; -$a->strings["Invalid link protocol"] = "Ongeldig verbinding protocol"; -$a->strings["Loading more entries..."] = "Meer berichten aan het laden..."; -$a->strings["The end"] = "Het einde"; -$a->strings["Follow"] = "Volg"; -$a->strings["@name, !forum, #tags, content"] = "@naam, !forum, #labels, inhoud"; -$a->strings["Full Text"] = "Volledige tekst"; -$a->strings["Tags"] = "Labels"; -$a->strings["Click to open/close"] = "klik om te openen/sluiten"; -$a->strings["Export"] = "Exporteer"; -$a->strings["Export calendar as ical"] = "Exporteer kalender als ical"; -$a->strings["Export calendar as csv"] = "Exporteer kalender als csv"; -$a->strings["No contacts"] = "Geen contacten"; -$a->strings["%d Contact"] = [ - 0 => "%d contact", - 1 => "%d contacten", -]; -$a->strings["View Contacts"] = "Bekijk contacten"; -$a->strings["Trending Tags (last %d hour)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["More Trending Tags"] = ""; -$a->strings["newer"] = "nieuwere berichten"; -$a->strings["older"] = "oudere berichten"; -$a->strings["prev"] = "vorige"; -$a->strings["last"] = "laatste"; -$a->strings["Frequently"] = "Frequent"; -$a->strings["Hourly"] = "Ieder uur"; -$a->strings["Twice daily"] = "Twee maal daags"; -$a->strings["Daily"] = "Dagelijks"; -$a->strings["Weekly"] = "Wekelijks"; -$a->strings["Monthly"] = "Maandelijks"; -$a->strings["DFRN"] = "DFRN"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-mail"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/Chat"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora Connector"; -$a->strings["GNU Social Connector"] = "GNU Social Connector"; -$a->strings["ActivityPub"] = "ActivityPub"; -$a->strings["pnut"] = "pnut"; -$a->strings["No answer"] = "Geen antwoord"; -$a->strings["Male"] = "Mannelijk"; -$a->strings["Female"] = "Vrouwelijk"; -$a->strings["Currently Male"] = "Momenteel mannelijk"; -$a->strings["Currently Female"] = "Momenteel vrouwelijk"; -$a->strings["Mostly Male"] = "Hoofdzakelijk mannelijk"; -$a->strings["Mostly Female"] = "Hoofdzakelijk vrouwelijk"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transeksueel"; -$a->strings["Hermaphrodite"] = "Hermafrodiet"; -$a->strings["Neuter"] = "Onzijdig"; -$a->strings["Non-specific"] = "Niet-specifiek"; -$a->strings["Other"] = "Anders"; -$a->strings["Males"] = "Mannen"; -$a->strings["Females"] = "Vrouwen"; -$a->strings["Gay"] = "Homo"; -$a->strings["Lesbian"] = "Lesbienne"; -$a->strings["No Preference"] = "Geen voorkeur"; -$a->strings["Bisexual"] = "Biseksueel"; -$a->strings["Autosexual"] = "Autoseksueel"; -$a->strings["Abstinent"] = "Onthouder"; -$a->strings["Virgin"] = "Maagd"; -$a->strings["Deviant"] = "Afwijkend"; -$a->strings["Fetish"] = "Fetisj"; -$a->strings["Oodles"] = "Veel"; -$a->strings["Nonsexual"] = "Niet seksueel"; -$a->strings["Single"] = "Alleenstaand"; -$a->strings["Lonely"] = "Eenzaam"; -$a->strings["In a relation"] = "In een relatie"; -$a->strings["Has crush"] = "Verliefd"; -$a->strings["Infatuated"] = "Smoorverliefd"; -$a->strings["Dating"] = "Aan het daten"; -$a->strings["Unfaithful"] = "Ontrouw"; -$a->strings["Sex Addict"] = "Seksverslaafd"; -$a->strings["Friends"] = "Vrienden"; -$a->strings["Friends/Benefits"] = "Vriendschap plus"; -$a->strings["Casual"] = "Ongebonden/vluchtig"; -$a->strings["Engaged"] = "Verloofd"; -$a->strings["Married"] = "Getrouwd"; -$a->strings["Imaginarily married"] = "Denkbeeldig getrouwd"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Samenwonend"; -$a->strings["Common law"] = "getrouwd voor-de-wet"; -$a->strings["Happy"] = "Blij"; -$a->strings["Not looking"] = "Niet op zoek"; -$a->strings["Swinger"] = "Swinger"; -$a->strings["Betrayed"] = "Bedrogen"; -$a->strings["Separated"] = "Uit elkaar"; -$a->strings["Unstable"] = "Onstabiel"; -$a->strings["Divorced"] = "Gescheiden"; -$a->strings["Imaginarily divorced"] = "Denkbeeldig gescheiden"; -$a->strings["Widowed"] = "Weduwnaar/weduwe"; -$a->strings["Uncertain"] = "Onzeker"; -$a->strings["It's complicated"] = "Het is gecompliceerd"; -$a->strings["Don't care"] = "Kan me niet schelen"; -$a->strings["Ask me"] = "Vraag me"; -$a->strings["General Features"] = "Algemene functies"; -$a->strings["Multiple Profiles"] = "Meerdere profielen"; -$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; -$a->strings["Photo Location"] = "Foto Locatie"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Foto metadata wordt normaal verwijderd. Dit extraheert de locatie (indien aanwezig) vooraleer de metadata te verwijderen en verbindt die met een kaart."; -$a->strings["Export Public Calendar"] = "Exporteer Publieke Kalender"; -$a->strings["Ability for visitors to download the public calendar"] = "Mogelijkheid voor bezoekers om de publieke kalender te downloaden"; -$a->strings["Trending Tags"] = ""; -$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = ""; -$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; -$a->strings["Auto-mention Forums"] = "Auto-vermelding Forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Voeg toe/verwijder vermelding wanneer een forum pagina geselecteerd/gedeselecteerd wordt in het ACL venster."; -$a->strings["Explicit Mentions"] = ""; -$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = ""; -$a->strings["Network Sidebar"] = "Netwerk Zijbalk"; -$a->strings["Archives"] = "Archieven"; -$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik"; -$a->strings["Protocol Filter"] = "Proctocol Filter"; -$a->strings["Enable widget to display Network posts only from selected protocols"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde protocollen"; -$a->strings["Network Tabs"] = "Netwerktabs"; -$a->strings["Network New Tab"] = "Nieuwe netwerktab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"; -$a->strings["Network Shared Links Tab"] = "Netwerk Gedeelde Links Tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Activeer tab om alleen Netwerk berichten met links in te tonen"; -$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen"; -$a->strings["Post Categories"] = "Categorieën berichten"; -$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; -$a->strings["Advanced Profile Settings"] = "Geavanceerde Profiel Instellingen"; -$a->strings["List Forums"] = "Lijst Fora op"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Toon bezoekers de publieke groepsfora in de Geavanceerde Profiel Pagina"; -$a->strings["Tag Cloud"] = "Tag Wolk"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Voorzie een persoonlijk tag wolk op je profiel pagina"; -$a->strings["Display Membership Date"] = "Toon Lidmaatschap Datum"; -$a->strings["Display membership date in profile"] = "Toon lidmaatschap datum in profiel"; -$a->strings["Nothing new here"] = "Niets nieuw hier"; -$a->strings["Clear notifications"] = "Notificaties verwijderen"; -$a->strings["Logout"] = "Uitloggen"; -$a->strings["End this session"] = "Deze sessie beëindigen"; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Inloggen"; -$a->strings["Personal notes"] = "Persoonlijke nota's"; -$a->strings["Your personal notes"] = "Je persoonlijke nota's"; -$a->strings["Home Page"] = "Jouw tijdlijn"; -$a->strings["Register"] = "Registreer"; -$a->strings["Create an account"] = "Maak een accoount"; -$a->strings["Help and documentation"] = "Hulp en documentatie"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen of spelletjes"; -$a->strings["Search site content"] = "Doorzoek de inhoud van de website"; -$a->strings["Community"] = "Website"; -$a->strings["Conversations on this and other servers"] = "Gesprekken op deze en andere servers"; -$a->strings["Directory"] = "Gids"; -$a->strings["People directory"] = "Personengids"; -$a->strings["Information"] = "Informatie"; -$a->strings["Information about this friendica instance"] = "informatie over deze friendica server"; -$a->strings["Terms of Service"] = "Gebruiksvoorwaarden"; -$a->strings["Terms of Service of this Friendica instance"] = "Gebruiksvoorwaarden op deze Friendica server"; -$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen"; -$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters"; -$a->strings["Friend Requests"] = "Vriendschapsverzoeken"; -$a->strings["See all notifications"] = "Toon alle notificaties"; -$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Verzonden berichten"; -$a->strings["Manage"] = "Beheren"; -$a->strings["Manage other pages"] = "Andere pagina's beheren"; -$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen"; -$a->strings["Admin"] = "Beheer"; -$a->strings["Site setup and configuration"] = "Website opzetten en configureren"; -$a->strings["Navigation"] = "Navigatie"; -$a->strings["Site map"] = "Sitemap"; -$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld"; -$a->strings["Embedded content"] = "Ingebedde inhoud"; -$a->strings["Add New Contact"] = "Nieuw Contact toevoegen"; -$a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"; -$a->strings["%d invitation available"] = [ - 0 => "%d uitnodiging beschikbaar", - 1 => "%d uitnodigingen beschikbaar", -]; -$a->strings["Following"] = ""; -$a->strings["Mutual friends"] = ""; -$a->strings["Relationships"] = ""; -$a->strings["All Contacts"] = "Alle Contacten"; -$a->strings["Protocols"] = "Protocollen"; -$a->strings["All Protocols"] = "Alle protocollen"; -$a->strings["Saved Folders"] = "Bewaarde Mappen"; -$a->strings["Everything"] = "Alles"; -$a->strings["Categories"] = "Categorieën"; -$a->strings["%d contact in common"] = [ - 0 => "%d gedeeld contact", - 1 => "%d gedeelde contacten", -]; -$a->strings["There are no tables on MyISAM."] = "Er zijn geen MyISAM tabellen."; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nFout %d is opgetreden tijdens database update:\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "Fouten opgetreden tijdens database aanpassingen:"; -$a->strings["%s: Database update"] = "%s: Database update"; -$a->strings["%s: updating %s table."] = "%s: tabel %s aan het updaten."; -$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 where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = ""; -$a->strings["Enter a valid existing folder"] = ""; -$a->strings["Database storage failed to update %s"] = ""; -$a->strings["Database storage failed to insert data"] = ""; -$a->strings["Drop Contact"] = "Verwijder contact"; -$a->strings["Organisation"] = "Organisatie"; -$a->strings["News"] = "Nieuws"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connectie URL ontbreekt."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Het contact kon niet toegevoegd worden. Gelieve de relevante netwerk gegevens na te kijken in Instellingen -> Sociale Netwerken."; -$a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt."; -$a->strings["The profile address specified does not provide adequate information."] = "Het opgegeven profiel adres bevat geen adequate informatie."; -$a->strings["An author or name was not found."] = "Er werd geen auteur of naam gevonden."; -$a->strings["No browser URL could be matched to this address."] = "Er kan geen browser URL gematcht worden met dit adres."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact."; -$a->strings["Use mailto: in front of address to force email check."] = "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Het opgegeven profiel adres behoort tot een netwerk dat gedeactiveerd is op deze site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profiel met restricties. Deze peresoon zal geen directe/persoonlijke notificaties van jou kunnen ontvangen."; -$a->strings["Unable to retrieve contact information."] = "Het was niet mogelijk informatie over dit contact op te halen."; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Begint:"; -$a->strings["Finishes:"] = "Eindigt:"; -$a->strings["all-day"] = "de hele dag"; -$a->strings["Sept"] = "Sep"; -$a->strings["No events to display"] = "Geen gebeurtenissen te tonen"; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Gebeurtenis bewerken"; -$a->strings["Duplicate event"] = "Duplicate gebeurtenis"; -$a->strings["Delete event"] = "Verwijder gebeurtenis"; -$a->strings["link to source"] = "Verwijzing naar bron"; -$a->strings["D g:i A"] = "D g:i A"; -$a->strings["g:i A"] = "g:i A"; -$a->strings["Show map"] = "Toon kaart"; -$a->strings["Hide map"] = "Verberg kaart"; -$a->strings["%s's birthday"] = "%s's verjaardag"; -$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s"; -$a->strings["Item filed"] = "Item bewaard"; -$a->strings["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."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "; -$a->strings["Default privacy group for new contacts"] = "Standaard privacy groep voor nieuwe contacten"; -$a->strings["Everybody"] = "Iedereen"; -$a->strings["edit"] = "verander"; -$a->strings["Groups"] = "Groepen"; -$a->strings["Edit group"] = "Verander groep"; -$a->strings["Contacts not in any group"] = "Contacten bestaan in geen enkele groep"; -$a->strings["Create a new group"] = "Maak nieuwe groep"; -$a->strings["Group Name: "] = "Groepsnaam:"; -$a->strings["Edit groups"] = "Bewerk groepen"; -$a->strings["activity"] = "activiteit"; -$a->strings["comment"] = [ - 0 => "reactie", - 1 => "reacties", -]; -$a->strings["post"] = "bericht"; -$a->strings["Content warning: %s"] = "Waarschuwing inhoud: %s"; -$a->strings["bytes"] = "bytes"; -$a->strings["View on separate page"] = "Bekijk op aparte pagina"; -$a->strings["view on separate page"] = "bekijk op aparte pagina"; -$a->strings["[no subject]"] = "[geen onderwerp]"; -$a->strings["Edit profile"] = "Bewerk profiel"; -$a->strings["Manage/edit profiles"] = "Beheer/wijzig profielen"; -$a->strings["Status:"] = "Tijdlijn:"; -$a->strings["Homepage:"] = "Website:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = ""; -$a->strings["Atom feed"] = "Atom feed"; -$a->strings["g A l F d"] = "G l j F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[vandaag]"; -$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; -$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; -$a->strings["[No description]"] = "[Geen omschrijving]"; -$a->strings["Event Reminders"] = "Gebeurtenisherinneringen"; -$a->strings["Upcoming events the next 7 days:"] = "Evenementen de komende 7 dagen:"; -$a->strings["Member since:"] = "Lid sinds:"; -$a->strings["j F, Y"] = "F j Y"; -$a->strings["j F"] = "F j"; -$a->strings["Age:"] = "Leeftijd:"; -$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; -$a->strings["Religion:"] = "Religie:"; -$a->strings["Hobbies/Interests:"] = "Hobby:"; -$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; -$a->strings["Musical interests:"] = "Muzikale interesse "; -$a->strings["Books, literature:"] = "Boeken, literatuur:"; -$a->strings["Television:"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:"; -$a->strings["Love/Romance:"] = "Liefde/romance:"; -$a->strings["Work/employment:"] = "Werk/beroep:"; -$a->strings["School/education:"] = "School/opleiding:"; -$a->strings["Forums:"] = "Fora:"; -$a->strings["Profile Details"] = "Profieldetails"; -$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien"; -$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s verwelkomt %2\$s"; -$a->strings["Login failed"] = "Login mislukt"; -$a->strings["Not enough information to authenticate"] = "Niet genoeg informatie om te authentificeren"; -$a->strings["Password can't be empty"] = "Paswoord mag niet leeg zijn"; -$a->strings["Empty passwords are not allowed."] = ""; -$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The nieuwe paswoord is gecompromitteerd in een publieke data dump, kies alsjeblieft een ander."; -$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; -$a->strings["An invitation is required."] = "Een uitnodiging is vereist."; -$a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden."; -$a->strings["Invalid OpenID url"] = "Ongeldige OpenID url"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Er is een probleem opgetreden bij het inloggen met het opgegeven OpenID. Kijk alsjeblieft de spelling van deze ID na."; -$a->strings["The error message was:"] = "De foutboodschap was:"; -$a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; -$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) en system.username_max_length (%s) sluiten elkaar uit. Waarden worden omgedraaid."; -$a->strings["Username should be at least %s character."] = [ - 0 => "Gebruikersnaam moet minimaal %s tekens bevatten.", - 1 => "Gebruikersnaam moet minimaal %s tekens bevatten", -]; -$a->strings["Username should be at most %s character."] = [ - 0 => "Gebruikersnaam mag maximaal %s tekens bevatten.", - 1 => "Gebruikersnaam mag maximaal %s tekens bevatten.", -]; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn."; -$a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan."; -$a->strings["Not a valid email address."] = "Geen geldig e-mailadres."; -$a->strings["The nickname was blocked from registration by the nodes admin."] = "De bijnaam werd geblokkeerd voor registratie door de node admin"; -$a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken."; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Je bijnaam mag alleen a-z, 0-9 of _ bevatten."; -$a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."; -$a->strings["An error occurred during registration. Please try again."] = "Er is een fout opgetreden tijdens de registratie. Probeer opnieuw."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Er is een fout opgetreden bij het aanmaken van je standaard profiel. Probeer opnieuw."; -$a->strings["An error occurred creating your self contact. Please try again."] = "Er is een fout opgetreden bij het aanmaken van je self contact. Probeer opnieuw."; -$a->strings["An error occurred creating your default contact group. Please try again."] = "Er is een fout opgetreden bij het aanmaken van je standaard contact groep. Probeer opnieuw."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tHallo %1\$s,\n\t\t\t\tBedankt om je te registreren op %2\$s. Uw account is op dit moment wachten op bevestiging door de administrator.\n\n\t\t\tUw login details zijn:\n\n\t\t\tSite locatie:\t%3\$s\n\t\t\tGebruikersnaam:\t\t%4\$s\n\t\t\tWachtwoord:\t\t%5\$s\n\t\t"; -$a->strings["Registration at %s"] = "Registratie bij %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\tBeste %1\$s,\n\t\t\t\tBedankt voor je registratie bij %2\$s. Je account is aangemaakt.\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\tDe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%3\$s\n\t\t\tLogin Naam:\t\t%1\$s\n\t\t\tPaswoord:\t\t%5\$s\n\n\t\t\tJe kunt je paswoord in de \"Instellingen\" pagina veranderen nadat je bent ingelogd.\n\n\t\t\tNeem een ogenblik de tijd om je andere instellingen na te kijken op die pagina.\n\n\t\t\tJe kunt ook wat basis informatie toevoegen aan je standaard profiel\n\t\t\t(in de \"Profielen\" pagina) zodat anderen je gemakkelijk kunnen vinden.\n\n\t\t\tWe raden aan je volledige naam in te vullen, een profiel foto toe te voegen,\n\t\t\tenkele profiel \"sleutelwoorden\" (zeer handig om nieuwe vrienden te leren kennen) - en\n\t\t\tmisschien in welk land je woont; als je niet meer details wil geven.\n\t\t\tWe respecteren je privacy volledig, en geen van deze velden zijn verplicht.\n\t\t\tAls je nieuw bent en niemand kent, dan kunnen zij je misschien\n\t\t\thelpen om enkele nieuwe en interessante vrienden te leren kennen.\n\n\t\t\tAls je ooit je account wil verwijderen, dan kan je dat via %3\$s/removeme\n\n\t\t\tBedankt en welkom bij %2\$s."; -$a->strings["Registration details for %s"] = "Registratie details voor %s"; -$a->strings["Sharing notification from Diaspora network"] = "Deelt notificatie van het Diaspora netwerk"; -$a->strings["Attachments:"] = "Bijlagen:"; -$a->strings["%s's timeline"] = "Tijdslijn van %s"; -$a->strings["%s's posts"] = "Berichten van %s"; -$a->strings["%s's comments"] = "reactie van %s"; -$a->strings["%s is now following %s."] = "%s volgt nu %s."; -$a->strings["following"] = "volgend"; -$a->strings["%s stopped following %s."] = "%s stopte %s te volgen."; -$a->strings["stopped following"] = "is gestopt met volgen"; -$a->strings["(no subject)"] = "(geen onderwerp)"; +$a->strings["Public access denied."] = "Niet vrij toegankelijk"; +$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn)."; +$a->strings["Find on this site"] = "Op deze website zoeken"; +$a->strings["Results for:"] = "Resultaten voor:"; +$a->strings["Site Directory"] = "Websitegids"; +$a->strings["Bad Request"] = "Bad Request"; +$a->strings["Unauthorized"] = ""; +$a->strings["Forbidden"] = ""; +$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["Internal Server Error"] = ""; +$a->strings["Service Unavailable"] = ""; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = ""; +$a->strings["Authentication is required and has failed or has not yet been provided."] = ""; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = ""; +$a->strings["The requested resource could not be found but may be available in the future."] = ""; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = ""; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = ""; +$a->strings["Go back"] = ""; +$a->strings["Help:"] = "Help:"; +$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."; +$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:"; $a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "Op het moment van de registratie, en om communicatie mogelijk te maken tussen de gebruikersaccount en zijn of haar contacten, moet de gebruiker een weergave naam opgeven, een gebruikersnaam (bijnaam) en een werkend email adres. De namen zullen toegankelijk zijn op de profiel pagina van het account voor elke bezoeker van de pagina, zelfs als andere profiel details niet getoond worden. Het email adres zal enkel gebruikt worden om de gebruiker notificaties te sturen over interacties, maar zal niet zichtbaar getoond worden. Het oplijsten van een account in de gids van de node van de gebruiker of in de globale gids is optioneel en kan beheerd worden in de gebruikersinstellingen, dit is niet nodig voor communicatie."; $a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "Deze data is vereist voor communicatie en wordt doorgegeven aan de nodes van de communicatie partners en wordt daar opgeslagen. Gebruikers kunnen bijkomende privé data opgeven die mag doorgegeven worden aan de accounts van de communicatie partners."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "Een ingelogd gebruiker kan op elk moment zijn of haar account data exporteren via account instellingen. Een gebruiker kan ook zijn of haar account verwijderen via %1\$s/removeme. De verwijdering van het account is permanent. Ook zal aan andere nodes van communicatie partners gevraagd worden om de data te verwijderen."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = ""; $a->strings["Privacy Statement"] = "Privacy Verklaring"; -$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd"; -$a->strings["Applications"] = "Toepassingen"; -$a->strings["Credits"] = "Credits"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!"; -$a->strings["Addon not found."] = ""; -$a->strings["Addon %s disabled."] = "Addon %s gedeactiveerd"; -$a->strings["Addon %s enabled."] = "Addon %s geactiveerd"; -$a->strings["Disable"] = "Uitschakelen"; -$a->strings["Enable"] = "Inschakelen"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communicatie Server - Setup"; +$a->strings["System check"] = "Systeemcontrole"; +$a->strings["Next"] = "Volgende"; +$a->strings["Check again"] = "Controleer opnieuw"; +$a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen"; +$a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"; +$a->strings["Base settings"] = ""; +$a->strings["SSL link policy"] = "Beleid SSL-links"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"; +$a->strings["Host name"] = "Host naam"; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = ""; +$a->strings["Base path to installation"] = "Basispad voor installatie"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Als het systeem het correcte pad naar je installatie niet kan detecteren, geef hier dan het correcte pad in. Deze instelling zou alleen geconfigureerd moeten worden als je een systeem met restricties hebt en symbolische links naar je webroot."; +$a->strings["Sub path of the URL"] = ""; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = ""; +$a->strings["Database connection"] = "Verbinding met database"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. "; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat."; +$a->strings["Database Server Name"] = "Servernaam database"; +$a->strings["Database Login Name"] = "Gebruikersnaam database"; +$a->strings["Database Login Password"] = "Wachtwoord database"; +$a->strings["For security reasons the password must not be empty"] = "Om veiligheidsreden mag het paswoord niet leeg zijn"; +$a->strings["Database Name"] = "Naam database"; +$a->strings["Please select a default timezone for your website"] = "Selecteer een standaard tijdzone voor je website"; +$a->strings["Site settings"] = "Website-instellingen"; +$a->strings["Site administrator email address"] = "E-mailadres van de websitebeheerder"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken."; +$a->strings["System Language:"] = "Systeem taal:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Stel de standaard taal in voor je Friendica installatie interface en emails."; +$a->strings["Your Friendica site database has been installed."] = "De database van je Friendica-website is geïnstalleerd."; +$a->strings["Installation finished"] = "Installaitie beëindigd"; +$a->strings["

What next

"] = "

Wat nu

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "BELANGRIJK: Je zal [manueel] een geplande taak moeten opzetten voor de worker."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go naar je nieuwe Friendica node registratie pagina en registeer als nieuwe gebruiker. Vergeet niet hetzelfde email adres te gebruiken als wat je opgegeven hebt als administrator email. Dit zal je toelaten om het site administratie paneel te openen."; +$a->strings["Please login to continue."] = "Log in om verder te gaan."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = ""; +$a->strings["Overview"] = "Overzicht"; +$a->strings["Federation Statistics"] = "Federatie Statistieken"; +$a->strings["Configuration"] = "Configuratie"; +$a->strings["Site"] = "Website"; +$a->strings["Users"] = "Gebruiker"; +$a->strings["Addons"] = "Addons"; +$a->strings["Themes"] = "Thema's"; +$a->strings["Additional features"] = "Extra functies"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB aanpassingen"; +$a->strings["Inspect Deferred Workers"] = "Inspecteer uitgestelde workers"; +$a->strings["Inspect worker Queue"] = "Taakwachtrij inspecteren"; +$a->strings["Tools"] = "Hulpmiddelen"; +$a->strings["Contact Blocklist"] = "Contact Blokkeerlijst"; +$a->strings["Server Blocklist"] = "Server Blokkeerlijst"; +$a->strings["Delete Item"] = "Verwijder Item"; +$a->strings["Logs"] = "Logs"; +$a->strings["View Logs"] = "Bekijk Logs"; +$a->strings["Diagnostics"] = "Diagnostiek"; +$a->strings["PHP Info"] = "PHP Info"; +$a->strings["probe address"] = "probe adres"; +$a->strings["check webfinger"] = "check webfinger"; +$a->strings["Item Source"] = ""; +$a->strings["Babel"] = ""; +$a->strings["Addon Features"] = "Addon Features"; +$a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging"; +$a->strings["Create a New Account"] = "Nieuwe account aanmaken"; +$a->strings["Your OpenID: "] = ""; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = ""; +$a->strings["Or login using OpenID: "] = "Of log in met OpenID:"; +$a->strings["Nickname or Email: "] = "Bijnaam of e-mail:"; +$a->strings["Password: "] = "Wachtwoord:"; +$a->strings["Remember me"] = "Onthou me"; +$a->strings["Forgot your password?"] = "Wachtwoord vergeten?"; +$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen"; +$a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website"; +$a->strings["terms of service"] = "servicevoorwaarden"; +$a->strings["Website Privacy Policy"] = "Privacybeleid website"; +$a->strings["privacy policy"] = "privacybeleid"; +$a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt."; +$a->strings["Invalid code, please retry."] = ""; +$a->strings["Two-factor authentication"] = "2-factor authenticatie"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = ""; +$a->strings["Error"] = [ + 0 => "Fout", + 1 => "Fouten", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = ""; +$a->strings["Please enter a code from your authentication app"] = ""; +$a->strings["Verify code and complete login"] = ""; +$a->strings["Remaining recovery codes: %d"] = ""; +$a->strings["Two-factor recovery"] = ""; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = ""; +$a->strings["Please enter a recovery code"] = ""; +$a->strings["Submit recovery code and complete login"] = ""; +$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud"; +$a->strings["This page is missing a url parameter."] = ""; +$a->strings["The post was created"] = "Het bericht is aangemaakt"; +$a->strings["Invalid photo with id %s."] = "Ongeldige foto met ID %s"; +$a->strings["Item was not found."] = "Item niet gevonden"; +$a->strings["Server domain pattern added to blocklist."] = ""; +$a->strings["Site blocklist updated."] = "Site blokkeerlijst opgeslagen"; +$a->strings["Blocked server domain pattern"] = ""; +$a->strings["Reason for the block"] = "Reden van de blokkering"; +$a->strings["Delete server domain pattern"] = ""; +$a->strings["Check to delete this entry from the blocklist"] = "Vink aan om dit item van de blokkeerlijst te verwijderen"; $a->strings["Administration"] = "Beheer"; -$a->strings["Toggle"] = "Schakelaar"; -$a->strings["Author: "] = "Auteur:"; -$a->strings["Maintainer: "] = "Onderhoud:"; -$a->strings["Addon %s failed to install."] = ""; -$a->strings["Reload active addons"] = "Herlaad actieve addons"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "Er zijn op je node momenteel geen addons beschikbaar. Je kan de officiële addon repository vinden op %1\$s en je kan mogelijks nog andere interessante addons vinden in de open addon registry op %2\$s"; +$a->strings["Server Domain Pattern Blocklist"] = ""; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = ""; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; +$a->strings["Add new entry to block list"] = "Voeg nieuw item toe aan de blokkeerlijst"; +$a->strings["Server Domain Pattern"] = ""; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Block reason"] = "Reden voor blokkering"; +$a->strings["The reason why you blocked this server domain pattern."] = ""; +$a->strings["Add Entry"] = "Voeg Item toe"; +$a->strings["Save changes to the blocklist"] = "Sla veranderingen in de blokkeerlijst op"; +$a->strings["Current Entries in the Blocklist"] = "Huidige Items in de blokkeerlijst"; +$a->strings["Delete entry from blocklist"] = "Verwijder item uit de blokkeerlijst"; +$a->strings["Delete entry from blocklist?"] = "Item verwijderen uit de blokkeerlijst?"; $a->strings["The contact has been blocked from the node"] = "Het contact is geblokkeerd van deze node"; $a->strings["Could not find any contact entry for this URL (%s)"] = "Kon geen contact vinden op deze URL (%s)"; $a->strings["%s contact unblocked"] = [ @@ -1580,94 +1054,106 @@ $a->strings["No remote contact is blocked from this node."] = "Geen enkel remote $a->strings["Blocked Remote Contacts"] = "Geblokkeerde Remote Contacts"; $a->strings["Block New Remote Contact"] = "Blokkeer Nieuwe Remote Contacten"; $a->strings["Photo"] = "Foto"; -$a->strings["Reason"] = ""; +$a->strings["Name"] = "Naam"; +$a->strings["Reason"] = "Reden"; $a->strings["%s total blocked contact"] = [ 0 => "%s geblokkeerde contacten in totaal", 1 => "%s geblokkeerde contacten in totaal", ]; +$a->strings["Profile URL"] = "Profiel url"; $a->strings["URL of the remote contact to block."] = "URL van de remote contact die je wil blokkeren."; -$a->strings["Block Reason"] = ""; -$a->strings["Server domain pattern added to blocklist."] = ""; -$a->strings["Site blocklist updated."] = "Site blokkeerlijst opgeslagen"; -$a->strings["Blocked server domain pattern"] = ""; -$a->strings["Reason for the block"] = "Reden van de blokkering"; -$a->strings["Delete server domain pattern"] = ""; -$a->strings["Check to delete this entry from the blocklist"] = "Vink aan om dit item van de blokkeerlijst te verwijderen"; -$a->strings["Server Domain Pattern Blocklist"] = ""; -$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = ""; -$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; -$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; -$a->strings["Add new entry to block list"] = "Voeg nieuw item toe aan de blokkeerlijst"; -$a->strings["Server Domain Pattern"] = ""; -$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = ""; -$a->strings["Block reason"] = "Reden voor blokkering"; -$a->strings["The reason why you blocked this server domain pattern."] = ""; -$a->strings["Add Entry"] = "Voeg Item toe"; -$a->strings["Save changes to the blocklist"] = "Sla veranderingen in de blokkeerlijst op"; -$a->strings["Current Entries in the Blocklist"] = "Huidige Items in de blokkeerlijst"; -$a->strings["Delete entry from blocklist"] = "Verwijder item uit de blokkeerlijst"; -$a->strings["Delete entry from blocklist?"] = "Item verwijderen uit de blokkeerlijst?"; -$a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd "; -$a->strings["Database structure update %s was successfully applied."] = "Database structuur update %s werd met succes toegepast."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Uitvoering van de database structuur update %s is mislukt met fout: %s"; -$a->strings["Executing %s failed with error: %s"] = "Uitvoering van %s mislukt met fout: %s"; -$a->strings["Update %s was successfully applied."] = "Wijziging %s geslaagd."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."; -$a->strings["There was no additional update function %s that needed to be called."] = "Er was geen bijkomende update functie %s die moest opgeroepen worden."; -$a->strings["No failed updates."] = "Geen mislukte wijzigingen"; -$a->strings["Check database structure"] = "Controleer de database structuur"; -$a->strings["Failed Updates"] = "Mislukte wijzigingen"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; -$a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; -$a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; -$a->strings["Lock feature %s"] = "Fixeer feature %s "; -$a->strings["Manage Additional Features"] = "Beheer Bijkomende Features"; -$a->strings["unknown"] = "onbekend"; -$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."] = "Deze pagina toont je statistieken van het gekende deel van het gefedereerde sociale netwerk waarvan je Friendica node deel uitmaakt. Deze statistieken zijn niet volledig maar reflecteren het deel van het network dat jouw node kent."; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Het Automatisch Achterhaalde Contact Gids feature is niet geactiveerd, het zal de hier getoonde informatie verbeteren."; -$a->strings["Federation Statistics"] = "Federatie Statistieken"; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Op dit moment kent deze node %d nodes met %d geregistreerde gebruikers op basis van de volgende patformen:"; -$a->strings["Item marked for deletion."] = "Item gemarkeerd om te verwijderen."; -$a->strings["Delete Item"] = "Verwijder Item"; -$a->strings["Delete this Item"] = "Verwijder dit Item"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Op deze pagina kan je een item van je node verwijderen. Als het item een bericht is op het eerste niveau, dan zal de hele gesprek verwijderd worden."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Je moet de GUID van het item kennen. Je kan het terugvinden bvb. door te kijken naar de getoonde URL. Het laatste deel van http://example.com/display/123456 is de GUID, hier 123456."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "De GUID van het item dat je wil verwijderen."; -$a->strings["Item Guid"] = "Item identificatie"; -$a->strings["The logfile '%s' is not writable. No logging possible"] = ""; -$a->strings["Log settings updated."] = "Log instellingen opgeslagen"; -$a->strings["PHP log currently enabled."] = "PHP log momenteel geactiveerd"; -$a->strings["PHP log currently disabled."] = "PHP log momenteel gedeactiveerd"; -$a->strings["Logs"] = "Logs"; -$a->strings["Clear"] = "Wis"; -$a->strings["Enable Debugging"] = "Activeer Debugging"; -$a->strings["Log file"] = "Logbestand"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "De webserver moet hier kunnen schrijven. Relatief t.o.v. de hoogste folder binnen je Friendica-installatie."; -$a->strings["Log level"] = "Log niveau"; -$a->strings["PHP logging"] = "PHP logging"; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Om logging van PHP fouten en waarschuwingen te activeren, kan je het volgende toevoegen aan het begin van je index.php bestand van je installatie. De naam van het bestand die ingesteld is in de 'error_log' lijn is relatief tegenover de friendica top-level folder en de server moet erin kunnen schrijven. De optie '1' voor 'log_errors' en 'display_errors' activeert deze opties, configureer '0' om ze te deactiveren. "; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Fout bij het openen van log file %1\$s .\\r\\n
Kijk na of bestand %1\$s bestaat en mag gelezen worden."; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Kon log file %1\$s niet openen.\\r\\n
Kijk na of bestand %1\$s mag gelezen worden."; -$a->strings["View Logs"] = "Bekijk Logs"; -$a->strings["Inspect Deferred Worker Queue"] = "Inspecteer wachtrij van uitgestelde workers"; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Deze pagine geeft alle uitgestelde workertaken. Dit zijn taken die niet onmiddelijk konden worden uitgevoerd"; -$a->strings["Inspect Worker Queue"] = "Taakwachtrij inspecteren"; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Deze pagina toont alle taken in de wachtrij. Deze taken worden behandeld door de geplande taak die je hebt ingesteld tijdens installatie."; -$a->strings["ID"] = "ID"; -$a->strings["Job Parameters"] = "Taak parameters"; -$a->strings["Created"] = "Aangemaakt"; -$a->strings["Priority"] = "Prioriteit"; +$a->strings["Block Reason"] = "Reden voor blokkeren"; +$a->strings["The Terms of Service settings have been updated."] = ""; +$a->strings["Display Terms of Service"] = "Toon Gebruiksvoorwaarden"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Activeer de Gebruiksvoorwaarden pagina. Als deze geactiveerd is, dan zal er een link naar de voorwaarden toegevoegd worden aan het registratie formulier en de algemene informatie pagina."; +$a->strings["Display Privacy Statement"] = "Toon Privacy Verklaring"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Toon wat inlichtingen over de nodige informatie om de node te beheren in overeenstemming met bvb. de EU-GDPR (EU-AVG)."; +$a->strings["Privacy Statement Preview"] = "Privacy Verklaring Voorbeeldweergave"; +$a->strings["The Terms of Service"] = "De Gebruiksvoorwaarden"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Geef hier de Gebruiksvoorwaarden van je node op. Je kan BBCode gebruiken. Sectie headers moeten [h2] zijn of lager."; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Addon not found."] = "Addon niet gevonden."; +$a->strings["Addon %s disabled."] = "Addon %s gedeactiveerd"; +$a->strings["Addon %s enabled."] = "Addon %s geactiveerd"; +$a->strings["Disable"] = "Uitschakelen"; +$a->strings["Enable"] = "Inschakelen"; +$a->strings["Toggle"] = "Schakelaar"; +$a->strings["Author: "] = "Auteur:"; +$a->strings["Maintainer: "] = "Onderhoud:"; +$a->strings["Addon %s failed to install."] = "Installatie Addon %s is mislukt."; +$a->strings["Reload active addons"] = "Herlaad actieve addons"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "Er zijn op je node momenteel geen addons beschikbaar. Je kan de officiële addon repository vinden op %1\$s en je kan mogelijks nog andere interessante addons vinden in de open addon registry op %2\$s"; +$a->strings["Theme settings updated."] = "Thema-instellingen opgeslagen"; +$a->strings["Unknown theme."] = ""; +$a->strings["Theme %s disabled."] = ""; +$a->strings["Theme %s successfully enabled."] = ""; +$a->strings["Theme %s failed to install."] = ""; +$a->strings["Screenshot"] = "Schermafdruk"; +$a->strings["Reload active themes"] = "Herlaad actieve thema's"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Geen thema's gevonden op het systeem. Ze zouden zich moeten bevinden in %1\$s"; +$a->strings["[Experimental]"] = "[Experimenteel]"; +$a->strings["[Unsupported]"] = "[Niet ondersteund]"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tBeste %1\$s,\n\t\t\t\tde beheerder van %2\$s heeft een account aangemaakt voor jou."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1\$s\n\t\t\tLogin Naam:\t\t%2\$s\n\t\t\tPaswoord:\t\t%3\$s\n\n\t\t\tJe kan je paswoord in je account \"Instellingen\" pagina aanpassen \nnadat je ingelogd bent\n\t\t\tNeem alstublieft een ogenblik om de andere account instellingen op die pagina na te kijken.\n\n\t\t\tMisschien wil je ook wat basis informatie toevoegen aan je standaard profiel\n\t\t\t(op de \"Profielen\" pagina) zodat anderen je gemakkelijk kunnen terugvinden.\n\n\t\t\tWe raden aan je volledige naam in te stellen, een profiel foto toe te voegen,\n\t\t\tenkele \"sleutelwoorden\" toe te voegen (zeer handig om nieuwe vrienden te maken) - en\n\t\t\tmisschien ook in welk land je woont; als je liever niet specifieker \nbent dan dat.\n\n\n\t\t\tWe respecteren ten volle je recht op privacy, en geen van deze items is verplicht.\n\t\t\tAls je nieuw bent hier en niemand kent, dan kunnen zij je mogelijks helpen\n\t\t\tom enkele nieuwe en interessante vrienden te leren kennen.\n\n\t\t\tAls je ooit je account wil verwijderen, dan kan dat via %1\$s/removeme\n\n\t\t\tBedankt en welkom bij %4\$s."; +$a->strings["%s user blocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["%s user unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["You can't remove yourself"] = "Je kan jezelf niet verwijderen"; +$a->strings["%s user deleted"] = [ + 0 => "%s gebruiker verwijderd", + 1 => "%s gebruikers verwijderd", +]; +$a->strings["User \"%s\" deleted"] = ""; +$a->strings["User \"%s\" blocked"] = ""; +$a->strings["User \"%s\" unblocked"] = ""; +$a->strings["Normal Account Page"] = "Normale accountpagina"; +$a->strings["Soapbox Page"] = "Zeepkist-pagina"; +$a->strings["Public Forum"] = "Publiek Forum"; +$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; +$a->strings["Private Forum"] = "Privé Forum"; +$a->strings["Personal Page"] = "Persoonlijke pagina"; +$a->strings["Organisation Page"] = "Organisatie Pagina"; +$a->strings["News Page"] = "Nieuws pagina"; +$a->strings["Community Forum"] = "Groepsforum"; +$a->strings["Relay"] = ""; +$a->strings["Register date"] = "Registratiedatum"; +$a->strings["Last login"] = "Laatste login"; +$a->strings["Last item"] = "Laatste item"; +$a->strings["Type"] = "Type"; +$a->strings["Add User"] = "Gebruiker toevoegen"; +$a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; +$a->strings["User waiting for permanent deletion"] = "Gebruiker wacht op permanente verwijdering"; +$a->strings["Request date"] = "Registratiedatum"; +$a->strings["No registrations."] = "Geen registraties."; +$a->strings["Note from the user"] = "Nota van de gebruiker"; +$a->strings["Deny"] = "Weiger"; +$a->strings["User blocked"] = "Gebruiker geblokeerd"; +$a->strings["Site admin"] = "Sitebeheerder"; +$a->strings["Account expired"] = "Account verlopen"; +$a->strings["New User"] = "Nieuwe gebruiker"; +$a->strings["Permanent deletion"] = ""; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; +$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?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; +$a->strings["Name of the new user."] = "Naam van nieuwe gebruiker"; +$a->strings["Nickname"] = "Bijnaam"; +$a->strings["Nickname of the new user."] = "Bijnaam van nieuwe gebruiker"; +$a->strings["Email address of the new user."] = "E-mailadres van nieuwe gebruiker"; $a->strings["Can not parse base url. Must have at least ://"] = "Kan de basis url niet verwerken. Moet minstens zijn ://"; $a->strings["Invalid storage backend setting value."] = ""; $a->strings["Site settings updated."] = "Site instellingen opgeslagen"; +$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; +$a->strings["%s - (Experimental)"] = "%s - (Experimenteel)"; $a->strings["No community page for local users"] = "Geen groepspagina voor lokale gebruikers"; $a->strings["No community page"] = "Geen groepspagina"; $a->strings["Public postings from users of this site"] = "Publieke berichten van gebruikers van deze site"; $a->strings["Public postings from the federated network"] = "Publieke berichten van het gefedereerde netwerk"; $a->strings["Public postings from local users and the federated network"] = "Publieke berichten van lokale gebruikers en van het gefedereerde netwerk"; $a->strings["Disabled"] = "Uitgeschakeld"; -$a->strings["Users"] = "Gebruiker"; $a->strings["Users, Global Contacts"] = "Gebruikers, Globale contacten"; $a->strings["Users, Global Contacts/fallback"] = "Gebruikers, Globale Contacten/noodoplossing"; $a->strings["One month"] = "Een maand"; @@ -1678,14 +1164,10 @@ $a->strings["Multi user instance"] = "Server voor meerdere gebruikers"; $a->strings["Closed"] = "Gesloten"; $a->strings["Requires approval"] = "Toestemming vereist"; $a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen"; -$a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"; $a->strings["Don't check"] = "Geen rekening mee houden"; $a->strings["check the stable version"] = "Neem de stabiele versie in rekening"; $a->strings["check the development version"] = "Neem de ontwikkel versie in rekening"; $a->strings["Database (legacy)"] = ""; -$a->strings["Site"] = "Website"; $a->strings["Republish users to directory"] = "Opnieuw de gebruikers naar de gids publiceren"; $a->strings["Registration"] = "Registratie"; $a->strings["File upload"] = "Uploaden bestand"; @@ -1711,8 +1193,6 @@ $a->strings["System theme"] = "Systeem thema"; $a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = ""; $a->strings["Mobile system theme"] = "Mobiel systeem thema"; $a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten"; -$a->strings["SSL link policy"] = "Beleid SSL-links"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"; $a->strings["Force SSL"] = "Dwing SSL af"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Forceer alle Niet-SSL aanvragen naar SSL - Pas op: dit kan op sommige systeem resulteren in oneindige lussen."; $a->strings["Hide help entry from navigation menu"] = "Verberg de 'help' uit het navigatiemenu"; @@ -1765,9 +1245,9 @@ $a->strings["Allow Users to set remote_self"] = "Sta Gebruikers toe om remote_se $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."] = "Als je dit aanvinkt, dan mag elke gebruiker elke contact als remote_self aanduiden in de 'herstel contact' dialoog. Deze vlag aanzetten voor een contact zorgt ervoor dat elke bericht van dit contact gespiegeld wordt in de gebruiker zijn of haar stroom. "; $a->strings["Block multiple registrations"] = "Blokkeer meerdere registraties"; $a->strings["Disallow users to register additional accounts for use as pages."] = "Laat niet toe dat gebruikers meerdere accounts aanmaken."; -$a->strings["Disable OpenID"] = ""; -$a->strings["Disable OpenID support for registration and logins."] = ""; -$a->strings["No Fullname check"] = ""; +$a->strings["Disable OpenID"] = "Schakel OpenID uit"; +$a->strings["Disable OpenID support for registration and logins."] = "Schakel OpenID-ondersteuning uit voor registratie en logins."; +$a->strings["No Fullname check"] = "Geen Volledige-Naamscontrole"; $a->strings["Allow users to register without a space between the first name and the last name in their full name."] = ""; $a->strings["Community pages for visitors"] = "Groepspagina voor bezoekers"; $a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Welke groepspagina's moeten beschikbaar zijn voor bezoekers. Lokale gebruikers zien altijd beide pagina's."; @@ -1861,6 +1341,42 @@ $a->strings["Comma separated list of tags for the \"tags\" subscription."] = ""; $a->strings["Allow user tags"] = "Sta gebruiker tags toe."; $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = ""; $a->strings["Start Relocation"] = "Start verhuis"; +$a->strings["unknown"] = "onbekend"; +$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."] = "Deze pagina toont je statistieken van het gekende deel van het gefedereerde sociale netwerk waarvan je Friendica node deel uitmaakt. Deze statistieken zijn niet volledig maar reflecteren het deel van het network dat jouw node kent."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Het Automatisch Achterhaalde Contact Gids feature is niet geactiveerd, het zal de hier getoonde informatie verbeteren."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Op dit moment kent deze node %d nodes met %d geregistreerde gebruikers op basis van de volgende patformen:"; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; +$a->strings["Lock feature %s"] = "Fixeer feature %s "; +$a->strings["Manage Additional Features"] = "Beheer Bijkomende Features"; +$a->strings["Inspect Deferred Worker Queue"] = "Inspecteer wachtrij van uitgestelde workers"; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Deze pagine geeft alle uitgestelde workertaken. Dit zijn taken die niet onmiddelijk konden worden uitgevoerd"; +$a->strings["Inspect Worker Queue"] = "Taakwachtrij inspecteren"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Deze pagina toont alle taken in de wachtrij. Deze taken worden behandeld door de geplande taak die je hebt ingesteld tijdens installatie."; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = "Taak parameters"; +$a->strings["Created"] = "Aangemaakt"; +$a->strings["Priority"] = "Prioriteit"; +$a->strings["Item marked for deletion."] = "Item gemarkeerd om te verwijderen."; +$a->strings["Delete this Item"] = "Verwijder dit Item"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Op deze pagina kan je een item van je node verwijderen. Als het item een bericht is op het eerste niveau, dan zal de hele gesprek verwijderd worden."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Je moet de GUID van het item kennen. Je kan het terugvinden bvb. door te kijken naar de getoonde URL. Het laatste deel van http://example.com/display/123456 is de GUID, hier 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "De GUID van het item dat je wil verwijderen."; +$a->strings["Item Guid"] = "Item identificatie"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = ""; +$a->strings["Log settings updated."] = "Log instellingen opgeslagen"; +$a->strings["PHP log currently enabled."] = "PHP log momenteel geactiveerd"; +$a->strings["PHP log currently disabled."] = "PHP log momenteel gedeactiveerd"; +$a->strings["Clear"] = "Wis"; +$a->strings["Enable Debugging"] = "Activeer Debugging"; +$a->strings["Log file"] = "Logbestand"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "De webserver moet hier kunnen schrijven. Relatief t.o.v. de hoogste folder binnen je Friendica-installatie."; +$a->strings["Log level"] = "Log niveau"; +$a->strings["PHP logging"] = "PHP logging"; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Om logging van PHP fouten en waarschuwingen te activeren, kan je het volgende toevoegen aan het begin van je index.php bestand van je installatie. De naam van het bestand die ingesteld is in de 'error_log' lijn is relatief tegenover de friendica top-level folder en de server moet erin kunnen schrijven. De optie '1' voor 'log_errors' en 'display_errors' activeert deze opties, configureer '0' om ze te deactiveren. "; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Fout bij het openen van log file %1\$s .\\r\\n
Kijk na of bestand %1\$s bestaat en mag gelezen worden."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Kon log file %1\$s niet openen.\\r\\n
Kijk na of bestand %1\$s mag gelezen worden."; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = "Je DB opereert nog met MyISAM tabellen. Best is van engine te veranderen naar InnoDB. Aangezien Friendica in de toekomst gebruik zal maken van InnoDB features, zou je dit best aanpassen! Zie hier voor een gids die je kan helpen om de tabel engines te converteren. Je kan ook het commandophp bin/console.php dbstructure toinnodb van je Friendica installatie gebruiken voor een automatische conversie.
"; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Er is een nieuwe versie van Friendica beschikbaar om te downloaden. Je huidige versie is %1\$s, upstream versie is %2\$s"; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Database update is mislukt. Gelieve \"php bin/console.php dbstructure update\" vanaf de command line uit te voeren en de foutmeldingen die zouden kunnen verschijnen na te kijken."; @@ -1870,6 +1386,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = "Het configuratiebestand bevind zich nu in config/local.config.php. Kopieer het bestand config/local-sample.config.php en verplaats je configuratie uit .htconfig.php. Ga naar deconfiguratie help pagina voor hulp bij transitie."; $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = ""; $a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = "%s is niet bereikbaar. Dit is een belangrijk communicatieprobleem waardoor server-naar-server communicatie niet mogelijk is. Lees de the installatie pagina voor hulp."; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = ""; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = ""; $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = ""; $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = ""; $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = ""; @@ -1886,91 +1404,228 @@ $a->strings["Registered users"] = "Geregistreerde gebruikers"; $a->strings["Pending registrations"] = "Registraties die in de wacht staan"; $a->strings["Version"] = "Versie"; $a->strings["Active addons"] = "Actieve addons"; -$a->strings["Theme settings updated."] = "Thema-instellingen opgeslagen"; -$a->strings["Theme %s disabled."] = ""; -$a->strings["Theme %s successfully enabled."] = ""; -$a->strings["Theme %s failed to install."] = ""; -$a->strings["Screenshot"] = "Schermafdruk"; -$a->strings["Themes"] = "Thema's"; -$a->strings["Unknown theme."] = ""; -$a->strings["Reload active themes"] = "Herlaad actieve thema's"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Geen thema's gevonden op het systeem. Ze zouden zich moeten bevinden in %1\$s"; -$a->strings["[Experimental]"] = "[Experimenteel]"; -$a->strings["[Unsupported]"] = "[Niet ondersteund]"; -$a->strings["The Terms of Service settings have been updated."] = ""; -$a->strings["Display Terms of Service"] = "Toon Gebruiksvoorwaarden"; -$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Activeer de Gebruiksvoorwaarden pagina. Als deze geactiveerd is, dan zal er een link naar de voorwaarden toegevoegd worden aan het registratie formulier en de algemene informatie pagina."; -$a->strings["Display Privacy Statement"] = "Toon Privacy Verklaring"; -$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Toon wat inlichtigen over de nodige informatite om de node te beheren in overeenstemming met bvb. de EU-GDPR (EU-AVG)."; -$a->strings["Privacy Statement Preview"] = "Privacy Verklaring Voorbeeldweergave"; -$a->strings["The Terms of Service"] = "De Gebruiksvoorwaarden"; -$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Geef hier de Gebruiksvoorwaarden van je node op. Je kan BBCode gebruiken. Sectie headers moeten [h2] zijn of lager."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tBeste %1\$s,\n\t\t\t\tde beheerder van %2\$s heeft een account aangemaakt voor jou."; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1\$s\n\t\t\tLogin Naam:\t\t%2\$s\n\t\t\tPaswoord:\t\t%3\$s\n\n\t\t\tJe kan je paswoord in je account \"Instellingen\" pagina aanpassen \nnadat je ingelogd bent\n\t\t\tNeem alstublieft een ogenblik om de andere account instellingen op die pagina na te kijken.\n\n\t\t\tMisschien wil je ook wat basis informatie toevoegen aan je standaard profiel\n\t\t\t(op de \"Profielen\" pagina) zodat anderen je gemakkelijk kunnen terugvinden.\n\n\t\t\tWe raden aan je volledige naam in te stellen, een profiel foto toe te voegen,\n\t\t\tenkele \"sleutelwoorden\" toe te voegen (zeer handig om nieuwe vrienden te maken) - en\n\t\t\tmisschien ook in welk land je woont; als je liever niet specifieker \nbent dan dat.\n\n\n\t\t\tWe respecteren ten volle je recht op privacy, en geen van deze items is verplicht.\n\t\t\tAls je nieuw bent hier en niemand kent, dan kunnen zij je mogelijks helpen\n\t\t\tom enkele nieuwe en interessante vrienden te leren kennen.\n\n\t\t\tAls je ooit je account wil verwijderen, dan kan dat via %1\$s/removeme\n\n\t\t\tBedankt en welkom bij %4\$s."; -$a->strings["%s user blocked"] = [ - 0 => "", - 1 => "", -]; -$a->strings["%s user unblocked"] = [ - 0 => "", - 1 => "", -]; -$a->strings["You can't remove yourself"] = "Je kan jezelf niet verwijderen"; -$a->strings["%s user deleted"] = [ - 0 => "%s gebruiker verwijderd", - 1 => "%s gebruikers verwijderd", -]; -$a->strings["User \"%s\" deleted"] = ""; -$a->strings["User \"%s\" blocked"] = ""; -$a->strings["User \"%s\" unblocked"] = ""; -$a->strings["Private Forum"] = "Privé Forum"; -$a->strings["Relay"] = ""; -$a->strings["Register date"] = "Registratiedatum"; -$a->strings["Last login"] = "Laatste login"; -$a->strings["Last item"] = "Laatste item"; -$a->strings["Type"] = "Type"; -$a->strings["Add User"] = "Gebruiker toevoegen"; -$a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; -$a->strings["User waiting for permanent deletion"] = "Gebruiker wacht op permanente verwijdering"; -$a->strings["Request date"] = "Registratiedatum"; -$a->strings["No registrations."] = "Geen registraties."; -$a->strings["Note from the user"] = "Nota van de gebruiker"; -$a->strings["Deny"] = "Weiger"; -$a->strings["User blocked"] = "Gebruiker geblokeerd"; -$a->strings["Site admin"] = "Sitebeheerder"; -$a->strings["Account expired"] = "Account verlopen"; -$a->strings["New User"] = "Nieuwe gebruiker"; -$a->strings["Permanent deletion"] = ""; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; -$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?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; -$a->strings["Name of the new user."] = "Naam van nieuwe gebruiker"; -$a->strings["Nickname"] = "Bijnaam"; -$a->strings["Nickname of the new user."] = "Bijnaam van nieuwe gebruiker"; -$a->strings["Email address of the new user."] = "E-mailadres van nieuwe gebruiker"; -$a->strings["No friends to display."] = "Geen vrienden om te laten zien."; -$a->strings["Item was not found."] = "Item niet gevonden"; -$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = ""; -$a->strings["Overview"] = "Overzicht"; -$a->strings["Configuration"] = "Configuratie"; -$a->strings["Database"] = "Database"; -$a->strings["DB updates"] = "DB aanpassingen"; -$a->strings["Inspect Deferred Workers"] = "Inspecteer uitgestelde workers"; -$a->strings["Inspect worker Queue"] = "Taakwachtrij inspecteren"; -$a->strings["Tools"] = "Hulpmiddelen"; -$a->strings["Contact Blocklist"] = "Contact Blokkeerlijst"; -$a->strings["Server Blocklist"] = "Server Blokkeerlijst"; -$a->strings["Diagnostics"] = "Diagnostiek"; -$a->strings["PHP Info"] = "PHP Info"; -$a->strings["probe address"] = "probe adres"; -$a->strings["check webfinger"] = "check webfinger"; -$a->strings["Item Source"] = ""; -$a->strings["Babel"] = ""; -$a->strings["Addon Features"] = "Addon Features"; -$a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging"; +$a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd "; +$a->strings["Database structure update %s was successfully applied."] = "Database structuur update %s werd met succes toegepast."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Uitvoering van de database structuur update %s is mislukt met fout: %s"; +$a->strings["Executing %s failed with error: %s"] = "Uitvoering van %s mislukt met fout: %s"; +$a->strings["Update %s was successfully applied."] = "Wijziging %s geslaagd."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."; +$a->strings["There was no additional update function %s that needed to be called."] = "Er was geen bijkomende update functie %s die moest opgeroepen worden."; +$a->strings["No failed updates."] = "Geen mislukte wijzigingen"; +$a->strings["Check database structure"] = "Controleer de database structuur"; +$a->strings["Failed Updates"] = "Mislukte wijzigingen"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; +$a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; +$a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; +$a->strings["Delegation successfully granted."] = ""; +$a->strings["Parent user not found, unavailable or password doesn't match."] = ""; +$a->strings["Delegation successfully revoked."] = ""; +$a->strings["Delegated administrators can view but not change delegation permissions."] = ""; +$a->strings["Delegate user not found."] = ""; +$a->strings["No parent user"] = "Ouderlijke gebruiker ontbreekt"; +$a->strings["Parent Password:"] = "Ouderlijk paswoord:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Geef alstublieft het paswoord van het ouderlijke account om je verzoek te legitimeren."; +$a->strings["Parent User"] = "Ouderlijke gebruiker"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Ouderlijke gebruikers hebben totale controle over dit account, de account instellingen inbegrepen. Dubbel check dus alstublieft aan wie je deze toegang geeft."; +$a->strings["Delegate Page Management"] = "Paginabeheer uitbesteden"; +$a->strings["Delegates"] = "Gemachtigden"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwt."; +$a->strings["Existing Page Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed"; +$a->strings["Potential Delegates"] = "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed "; +$a->strings["Remove"] = "Verwijderen"; +$a->strings["Add"] = "Toevoegen"; +$a->strings["No entries."] = "Geen gegevens."; +$a->strings["Export account"] = "Account exporteren"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."; +$a->strings["Export all"] = "Alles exporteren"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"; +$a->strings["Export Contacts to CSV"] = ""; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = ""; +$a->strings["Export personal data"] = "Persoonlijke gegevens exporteren"; +$a->strings["Please enter your password to access this page."] = "Voer uw wachtwoord in om deze pagina te openen."; +$a->strings["Two-factor authentication successfully activated."] = ""; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = ""; +$a->strings["Two-factor code verification"] = ""; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = ""; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = ""; +$a->strings["Verify code and enable two-factor authentication"] = ""; +$a->strings["App-specific password generation failed: The description is empty."] = "App-specifiek wachtwoord genereren mislukt: de beschrijving is leeg."; +$a->strings["App-specific password generation failed: This description already exists."] = ""; +$a->strings["New app-specific password generated."] = "Nieuw app-specifiek wachtwoord gegenereerd."; +$a->strings["App-specific passwords successfully revoked."] = "App-specifieke wachtwoorden succesvol ingetrokken."; +$a->strings["App-specific password successfully revoked."] = "App-specifiek wachtwoord succesvol ingetrokken."; +$a->strings["Two-factor app-specific passwords"] = "Twee-factor app-specifieke wachtwoorden"; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = "

App-specifieke wachtwoorden zijn willekeurig gegenereerde wachtwoorden die in plaats daarvan uw normale wachtwoord worden gebruikt om uw account te verifiëren bij applicaties van derden die geen tweefactorauthenticatie ondersteunen.

"; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Zorg ervoor dat u nu uw nieuwe app-specifieke wachtwoord kopieert. U zult het niet meer kunnen zien!"; +$a->strings["Description"] = ""; +$a->strings["Last Used"] = ""; +$a->strings["Revoke"] = ""; +$a->strings["Revoke All"] = ""; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; +$a->strings["Generate new app-specific password"] = ""; +$a->strings["Friendiqa on my Fairphone 2..."] = ""; +$a->strings["Generate"] = ""; +$a->strings["Two-factor authentication successfully disabled."] = ""; +$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = ""; +$a->strings["Authenticator app"] = ""; +$a->strings["Configured"] = ""; +$a->strings["Not Configured"] = ""; +$a->strings["

You haven't finished configuring your authenticator app.

"] = ""; +$a->strings["

Your authenticator app is correctly configured.

"] = ""; +$a->strings["Recovery codes"] = ""; +$a->strings["Remaining valid codes"] = ""; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = ""; +$a->strings["App-specific passwords"] = ""; +$a->strings["Generated app-specific passwords"] = ""; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = ""; +$a->strings["Actions"] = "Acties"; +$a->strings["Current password:"] = ""; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = ""; +$a->strings["Enable two-factor authentication"] = ""; +$a->strings["Disable two-factor authentication"] = ""; +$a->strings["Show recovery codes"] = ""; +$a->strings["Manage app-specific passwords"] = ""; +$a->strings["Finish app configuration"] = ""; +$a->strings["New recovery codes successfully generated."] = ""; +$a->strings["Two-factor recovery codes"] = ""; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = ""; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = ""; +$a->strings["Generate new recovery codes"] = ""; +$a->strings["Next: Verification"] = ""; +$a->strings["Method Not Allowed."] = ""; +$a->strings["Page not found."] = "Pagina niet gevonden"; $a->strings["People Search - %s"] = "Mensen Zoeken - %s"; $a->strings["Forum Search - %s"] = "Forum doorzoeken - %s"; -$a->strings["This page is missing a url parameter."] = ""; -$a->strings["The post was created"] = "Het bericht is aangemaakt"; +$a->strings["No matches"] = "Geen resultaten"; +$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd"; +$a->strings["Applications"] = "Toepassingen"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!"; +$a->strings["Logged out."] = "Uitgelogd."; +$a->strings["Group created."] = "Groep aangemaakt."; +$a->strings["Could not create group."] = "Kon de groep niet aanmaken."; +$a->strings["Group not found."] = "Groep niet gevonden."; +$a->strings["Group name changed."] = "Groepsnaam gewijzigd."; +$a->strings["Unknown group."] = "Onbekende groep."; +$a->strings["Contact not found."] = "Contact niet gevonden"; +$a->strings["Contact is unavailable."] = "Contact is niet beschikbaar."; +$a->strings["Contact is deleted."] = "Contact is verwijderd."; +$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is geblokkeerd, niet mogelijk om het aan een groep toe te voegen."; +$a->strings["Unable to add the contact to the group."] = "Kan het contact niet aan de groep toevoegen."; +$a->strings["Contact successfully added to group."] = "Contact succesvol aan de groep toegevoegd."; +$a->strings["Unable to remove the contact from the group."] = "Kan het contact niet uit de groep verwijderen."; +$a->strings["Contact successfully removed from group."] = "Contact succesvol verwijderd uit groep."; +$a->strings["Unknown group command."] = "Onbekende groepsopdracht."; +$a->strings["Bad request."] = "Verkeerde aanvraag."; +$a->strings["Save Group"] = "Bewaar groep"; +$a->strings["Filter"] = "filter"; +$a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan."; +$a->strings["Group removed."] = "Groep verwijderd."; +$a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen."; +$a->strings["Delete Group"] = "Verwijder Groep"; +$a->strings["Edit Group Name"] = "Bewerk Groep Naam"; +$a->strings["Members"] = "Leden"; +$a->strings["Group is empty"] = "De groep is leeg"; +$a->strings["Remove contact from group"] = "Verwijder contact uit de groep"; +$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen."; +$a->strings["Add contact to group"] = "Voeg contact toe aan de groep"; +$a->strings["No given contact."] = "Geen contact opgegeven."; +$a->strings["Only logged in users are permitted to perform a probing."] = "Alleen ingelogde gebruikers hebben toelating om aan probing te doen."; +$a->strings["Time Conversion"] = "Tijdsconversie"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."; +$a->strings["UTC time: %s"] = "UTC tijd: %s"; +$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s"; +$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s"; +$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:"; +$a->strings["Source input"] = "Bron input"; +$a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; +$a->strings["BBCode::convert"] = "BBCode::convert"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"; +$a->strings["Item Body"] = ""; +$a->strings["Item Tags"] = ""; +$a->strings["Source input (Diaspora format)"] = "Bron ingave (Diaspora formaat):"; +$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (Ruwe HTML)"; +$a->strings["Markdown::convert"] = "Markdown::convert"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Onverwerkte HTML input"; +$a->strings["HTML Input"] = "HTML Input"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; +$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (Ruwe HTML)"; +$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; +$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["HTML::toPlaintext (compact)"] = ""; +$a->strings["Source text"] = "Brontekst"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["Access denied."] = "Toegang geweigerd"; +$a->strings["You must be logged in to use this module"] = "Je moet ingelogd zijn om deze module te gebruiken"; +$a->strings["Source URL"] = "Bron URL"; +$a->strings["Lookup address"] = ""; +$a->strings["Welcome to %s"] = "Welkom op %s"; +$a->strings["Welcome to Friendica"] = "Welkom bij Friendica"; +$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen."; +$a->strings["Getting Started"] = "Aan de slag"; +$a->strings["Friendica Walk-Through"] = "Doorloop Friendica"; +$a->strings["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."] = "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."; +$a->strings["Go to Your Settings"] = "Ga naar je instellingen"; +$a->strings["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."] = "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."; +$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."; +$a->strings["Edit Your Profile"] = "Bewerk je profiel"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."; +$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."; +$a->strings["Connecting"] = "Verbinding aan het maken"; +$a->strings["Importing Emails"] = "E-mails importeren"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"; +$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog."; +$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website"; +$a->strings["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."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."; +$a->strings["Finding New People"] = "Nieuwe mensen vinden"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."; +$a->strings["Group Your Contacts"] = "Groepeer je contacten"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen gespreksgroepen indelen vanuit de zijbalk van je 'Contacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "; +$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."; +$a->strings["Getting Help"] = "Hulp krijgen"; +$a->strings["Go to the Help Section"] = "Ga naar de help"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."; +$a->strings["User not found."] = "Gebruiker niet gevonden."; +$a->strings["No contacts."] = "Geen contacten."; +$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]"; +$a->strings["Follower (%s)"] = [ + 0 => "Volger (%s)", + 1 => "Volgers (%s)", +]; +$a->strings["Following (%s)"] = [ + 0 => "Volgend (%s)", + 1 => "Volgend (%s)", +]; +$a->strings["Mutual friend (%s)"] = [ + 0 => "Gemeenschappelijke vriend (%s)", + 1 => "Gemeenschappelijke vrienden (%s)", +]; +$a->strings["Contact (%s)"] = [ + 0 => "Contact (%s)", + 1 => "Contacten (%s)", +]; +$a->strings["All contacts"] = "Alle contacten"; +$a->strings["Filetag %s saved to item"] = "Bestandstag %s bewaard bij item"; +$a->strings["- select -"] = "- Kies -"; +$a->strings["Invalid contact."] = "Ongeldig contact."; +$a->strings["No friends to display."] = "Geen vrienden om te laten zien."; $a->strings["%d contact edited."] = [ 0 => "%d contact bewerkt.", 1 => "%d contacten bewerkt.", @@ -1978,6 +1633,7 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de contactgegevens"; $a->strings["Could not locate selected profile."] = "Kon het geselecteerde profiel niet vinden."; $a->strings["Contact updated."] = "Contact opgeslagen"; +$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen."; $a->strings["Contact not found"] = ""; $a->strings["Contact has been blocked"] = "Contact is geblokkeerd"; $a->strings["Contact has been unblocked"] = "Contact is gedeblokkeerd"; @@ -2010,7 +1666,6 @@ $a->strings["Contact"] = "Contact"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat getoond moet worden wanneer %s je profiel bezoekt. "; $a->strings["Their personal note"] = "Hun persoonlijke nota"; $a->strings["Edit contact notes"] = "Wijzig aantekeningen over dit contact"; -$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]"; $a->strings["Block/Unblock contact"] = "Blokkeer/deblokkeer contact"; $a->strings["Ignore contact"] = "Negeer contact"; $a->strings["Repair URL settings"] = "Repareer URL-instellingen"; @@ -2023,13 +1678,15 @@ $a->strings["Currently blocked"] = "Op dit moment geblokkeerd"; $a->strings["Currently ignored"] = "Op dit moment genegeerd"; $a->strings["Currently archived"] = "Op dit moment gearchiveerd"; $a->strings["Awaiting connection acknowledge"] = "Wait op bevestiging van de connectie"; +$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen"; $a->strings["Replies/likes to your public posts may still be visible"] = "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn"; $a->strings["Notification for new posts"] = "Meldingen voor nieuwe berichten"; $a->strings["Send a notification of every new post of this contact"] = "Stuur een notificatie voor elk bericht van dit contact"; $a->strings["Blacklisted keywords"] = "Sleutelwoorden op de zwarte lijst"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Door komma's gescheiden lijst van sleutelwoorden die niet in hashtags mogen omgezet worden, wanneer \"Haal informatie en sleutelwoorden op\" is geselecteerd"; -$a->strings["Actions"] = "Acties"; $a->strings["Show all contacts"] = "Toon alle contacten"; +$a->strings["Pending"] = ""; +$a->strings["Only show pending contacts"] = ""; $a->strings["Blocked"] = "Geblokkeerd"; $a->strings["Only show blocked contacts"] = "Toon alleen geblokkeerde contacten"; $a->strings["Ignored"] = "Genegeerd"; @@ -2040,132 +1697,27 @@ $a->strings["Hidden"] = "Verborgen"; $a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten"; $a->strings["Organize your contact groups"] = "Organiseer je contact groepen"; $a->strings["Search your contacts"] = "Doorzoek je contacten"; +$a->strings["Results for: %s"] = "Resultaten voor: %s"; +$a->strings["Update"] = "Wijzigen"; $a->strings["Archive"] = "Archiveer"; $a->strings["Unarchive"] = "Archiveer niet meer"; $a->strings["Batch Actions"] = "Bulk Acties"; $a->strings["Conversations started by this contact"] = "Gesprekken gestart door dit contact"; $a->strings["Posts and Comments"] = "Berichten en reacties"; $a->strings["View all contacts"] = "Alle contacten zien"; +$a->strings["Common Friends"] = "Gedeelde Vrienden"; $a->strings["View all common friends"] = "Bekijk alle gemeenschappelijke vrienden"; $a->strings["Advanced Contact Settings"] = "Geavanceerde instellingen voor contacten"; $a->strings["Mutual Friendship"] = "Wederzijdse vriendschap"; $a->strings["is a fan of yours"] = "Is een fan van jou"; $a->strings["you are a fan of"] = "Jij bent een fan van"; +$a->strings["Pending outgoing contact request"] = ""; +$a->strings["Pending incoming contact request"] = ""; $a->strings["Edit contact"] = "Contact bewerken"; $a->strings["Toggle Blocked status"] = "Schakel geblokkeerde status"; $a->strings["Toggle Ignored status"] = "Schakel negeerstatus"; $a->strings["Toggle Archive status"] = "Schakel archiveringsstatus"; $a->strings["Delete contact"] = "Verwijder contact"; -$a->strings["Source input"] = "Bron input"; -$a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext"; -$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; -$a->strings["BBCode::convert"] = "BBCode::convert"; -$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode"; -$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; -$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert"; -$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; -$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"; -$a->strings["Item Body"] = ""; -$a->strings["Item Tags"] = ""; -$a->strings["Source input (Diaspora format)"] = "Bron ingave (Diaspora formaat):"; -$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (Ruwe HTML)"; -$a->strings["Markdown::convert"] = "Markdown::convert"; -$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; -$a->strings["Raw HTML input"] = "Onverwerkte HTML input"; -$a->strings["HTML Input"] = "HTML Input"; -$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; -$a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; -$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (Ruwe HTML)"; -$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; -$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; -$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; -$a->strings["HTML::toPlaintext (compact)"] = ""; -$a->strings["Source text"] = "Brontekst"; -$a->strings["BBCode"] = "BBCode"; -$a->strings["Markdown"] = "Markdown"; -$a->strings["HTML"] = "HTML"; -$a->strings["You must be logged in to use this module"] = "Je moet ingelogd zijn om deze module te gebruiken"; -$a->strings["Source URL"] = "Bron URL"; -$a->strings["Time Conversion"] = "Tijdsconversie"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."; -$a->strings["UTC time: %s"] = "UTC tijd: %s"; -$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s"; -$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s"; -$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Alleen ingelogde gebruikers hebben toelating om aan probing te doen."; -$a->strings["Lookup address"] = ""; -$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn)."; -$a->strings["Find on this site"] = "Op deze website zoeken"; -$a->strings["Results for:"] = "Resultaten voor:"; -$a->strings["Site Directory"] = "Websitegids"; -$a->strings["Filetag %s saved to item"] = ""; -$a->strings["- select -"] = "- Kies -"; -$a->strings["No given contact."] = ""; -$a->strings["Installed addons/apps:"] = "Geïnstalleerde addons/applicaties:"; -$a->strings["No installed addons/apps"] = "Geen geïnstalleerde addons/applicaties"; -$a->strings["Read about the Terms of Service of this node."] = "Lees de Gebruiksvoorwaarden van deze node na."; -$a->strings["On this server the following remote servers are blocked."] = "De volgende remote servers zijn geblokkeerd."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "Dit is Friendica, versie %s en draait op op locatie %s. De databaseversie is %s, en de bericht update versie is %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Ga naar Friendi.ca om meer te vernemen over het Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek"; -$a->strings["the bugtracker at github"] = "de github bugtracker"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggesties, appreciatie, enz. - aub stuur een email naar \"info\" at \"friendi - dot - ca"; -$a->strings["Group created."] = "Groep aangemaakt."; -$a->strings["Could not create group."] = "Kon de groep niet aanmaken."; -$a->strings["Group not found."] = "Groep niet gevonden."; -$a->strings["Group name changed."] = "Groepsnaam gewijzigd."; -$a->strings["Unknown group."] = ""; -$a->strings["Contact is unavailable."] = ""; -$a->strings["Contact is deleted."] = ""; -$a->strings["Contact is blocked, unable to add it to a group."] = ""; -$a->strings["Unable to add the contact to the group."] = ""; -$a->strings["Contact successfully added to group."] = ""; -$a->strings["Unable to remove the contact from the group."] = ""; -$a->strings["Contact successfully removed from group."] = ""; -$a->strings["Unknown group command."] = ""; -$a->strings["Bad request."] = ""; -$a->strings["Save Group"] = "Bewaar groep"; -$a->strings["Filter"] = "filter"; -$a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan."; -$a->strings["Group removed."] = "Groep verwijderd."; -$a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen."; -$a->strings["Delete Group"] = "Verwijder Groep"; -$a->strings["Edit Group Name"] = "Bewerk Groep Naam"; -$a->strings["Members"] = "Leden"; -$a->strings["Remove contact from group"] = "Verwijder contact uit de groep"; -$a->strings["Add contact to group"] = "Voeg contact toe aan de groep"; -$a->strings["Help:"] = "Help:"; -$a->strings["Welcome to %s"] = "Welkom op %s"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communicatie Server - Setup"; -$a->strings["System check"] = "Systeemcontrole"; -$a->strings["Check again"] = "Controleer opnieuw"; -$a->strings["Base settings"] = ""; -$a->strings["Host name"] = "Host naam"; -$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = ""; -$a->strings["Base path to installation"] = "Basispad voor installatie"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Als het systeem het correcte pad naar je installatie niet kan detecteren, geef hier dan het correcte pad in. Deze instelling zou alleen geconfigureerd moeten worden als je een systeem met restricties hebt en symbolische links naar je webroot."; -$a->strings["Sub path of the URL"] = ""; -$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = ""; -$a->strings["Database connection"] = "Verbinding met database"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. "; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat."; -$a->strings["Database Server Name"] = "Servernaam database"; -$a->strings["Database Login Name"] = "Gebruikersnaam database"; -$a->strings["Database Login Password"] = "Wachtwoord database"; -$a->strings["For security reasons the password must not be empty"] = "Om veiligheidsreden mag het paswoord niet leeg zijn"; -$a->strings["Database Name"] = "Naam database"; -$a->strings["Please select a default timezone for your website"] = "Selecteer een standaard tijdzone voor je website"; -$a->strings["Site settings"] = "Website-instellingen"; -$a->strings["Site administrator email address"] = "E-mailadres van de websitebeheerder"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken."; -$a->strings["System Language:"] = "Systeem taal:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Stel de standaard taal in voor je Friendica installatie interface en emails."; -$a->strings["Your Friendica site database has been installed."] = "De database van je Friendica-website is geïnstalleerd."; -$a->strings["Installation finished"] = "Installaitie beëindigd"; -$a->strings["

What next

"] = "

Wat nu

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "BELANGRIJK: Je zal [manueel] een geplande taak moeten opzetten voor de worker."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go naar je nieuwe Friendica node registratie pagina en registeer als nieuwe gebruiker. Vergeet niet hetzelfde email adres te gebruiken als wat je opgegeven hebt als administrator email. Dit zal je toelaten om het site administratie paneel te openen."; $a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden."; $a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres."; $a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica"; @@ -2184,225 +1736,713 @@ $a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced $a->strings["To accept this invitation, please visit and register at %s."] = "Om deze uitnodiging te accepteren, ga naar en registreer op %s."; $a->strings["Send invitations"] = "Verstuur uitnodigingen"; $a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:"; +$a->strings["Your message:"] = "Jouw bericht:"; $a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen."; $a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code"; $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:"; $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendi.ca/ bezoeken"; -$a->strings["Please enter a post body."] = ""; -$a->strings["This feature is only available with the frio theme."] = ""; -$a->strings["Compose new personal note"] = ""; -$a->strings["Compose new post"] = ""; -$a->strings["Clear the location"] = ""; -$a->strings["Location services are unavailable on your device"] = ""; -$a->strings["Location services are disabled. Please check the website's permissions on your device"] = ""; -$a->strings["Public"] = ""; -$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = ""; -$a->strings["Limited/Private"] = ""; -$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = ""; -$a->strings["Create a New Account"] = "Nieuwe account aanmaken"; -$a->strings["Password: "] = "Wachtwoord:"; -$a->strings["Remember me"] = "Onthou me"; -$a->strings["Or login using OpenID: "] = "Of log in met OpenID:"; -$a->strings["Forgot your password?"] = "Wachtwoord vergeten?"; -$a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website"; -$a->strings["terms of service"] = "servicevoorwaarden"; -$a->strings["Website Privacy Policy"] = "Privacybeleid website"; -$a->strings["privacy policy"] = "privacybeleid"; -$a->strings["Logged out."] = "Uitgelogd."; -$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud"; -$a->strings["Page not found."] = "Pagina niet gevonden"; -$a->strings["Invalid photo with id %s."] = ""; -$a->strings["User not found."] = ""; -$a->strings["No contacts."] = "Geen contacten."; -$a->strings["Follower (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Following (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Mutual friend (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Contact (%s)"] = [ - 0 => "", - 1 => "", -]; -$a->strings["All contacts"] = ""; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = ""; +$a->strings["everybody"] = "iedereen"; +$a->strings["Account"] = "Account"; +$a->strings["Display"] = "Weergave"; +$a->strings["Social Networks"] = "Sociale netwerken"; +$a->strings["Delegations"] = "Delegaties"; +$a->strings["Connected apps"] = "Verbonden applicaties"; +$a->strings["Remove account"] = "Account verwijderen"; +$a->strings["Please enter a post body."] = "Voer een berichttekst in."; +$a->strings["This feature is only available with the frio theme."] = "Deze functie is alleen beschikbaar met het frio-thema."; +$a->strings["Compose new personal note"] = "Stel een nieuwe persoonlijke notitie op"; +$a->strings["Compose new post"] = "Nieuw bericht opstellen"; +$a->strings["Visibility"] = ""; +$a->strings["Clear the location"] = "Wis de locatie"; +$a->strings["Location services are unavailable on your device"] = "Locatiediensten zijn niet beschikbaar op uw apparaat"; +$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Locatiediensten zijn uitgeschakeld. Controleer de toestemmingen van de website op uw apparaat"; +$a->strings["Installed addons/apps:"] = "Geïnstalleerde addons/applicaties:"; +$a->strings["No installed addons/apps"] = "Geen geïnstalleerde addons/applicaties"; +$a->strings["Read about the Terms of Service of this node."] = "Lees de Gebruiksvoorwaarden van deze node na."; +$a->strings["On this server the following remote servers are blocked."] = "De volgende remote servers zijn geblokkeerd."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "Dit is Friendica, versie %s en draait op op locatie %s. De databaseversie is %s, en de bericht update versie is %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Ga naar Friendi.ca om meer te vernemen over het Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek"; +$a->strings["the bugtracker at github"] = "de github bugtracker"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggesties, appreciatie, enz. - aub stuur een email naar \"info\" at \"friendi - dot - ca"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "U kunt (optioneel) dit formulier invullen via OpenID door uw OpenID in te vullen en op 'Registreren' te klikken."; $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in."; $a->strings["Your OpenID (optional): "] = "Je OpenID (optioneel):"; $a->strings["Include your profile in member directory?"] = "Je profiel in de ledengids opnemen?"; +$a->strings["No"] = "Nee"; $a->strings["Note for the admin"] = "Nota voor de beheerder"; $a->strings["Leave a message for the admin, why you want to join this node"] = "Laat een boodschap na voor de beheerder, waarom je bij deze node wil komen"; $a->strings["Membership on this site is by invitation only."] = "Lidmaatschap van deze website is uitsluitend op uitnodiging."; $a->strings["Your invitation code: "] = "Je uitnodigingscode:"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Je volledige naam (bvb. Jan Smit, echt of echt lijkend):"; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Je Email Adres: (Initiële informatie zal hier naartoe gezonden worden, dus dit moet een bestaand adres zijn.)"; +$a->strings["New Password:"] = "Nieuw Wachtwoord:"; $a->strings["Leave empty for an auto generated password."] = "Laat leeg voor een automatisch gegenereerd paswoord."; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = ""; +$a->strings["Confirm:"] = "Bevestig:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Kies een profiel bijnaam. Deze dient te beginnen met een letter. Uw profiel adres op deze sute zal dan \"nickname@%s\" zijn."; $a->strings["Choose a nickname: "] = "Kies een bijnaam:"; +$a->strings["Import"] = "Importeren"; $a->strings["Import your profile to this friendica instance"] = "Importeer je profiel op deze friendica server"; $a->strings["Note: This node explicitly contains adult content"] = "Waarschuwing: Deze node heeft inhoud enkel bedoeld voor volwassenen."; $a->strings["Registration successful. Please check your email for further instructions."] = "Registratie geslaagd. Kijk je e-mail na voor verdere instructies."; $a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "Kon email niet verzenden. Hier zijn je account details:
login: %s
paswoord: %s

Je kan je paswoord aanpassen nadat je ingelogd bent."; $a->strings["Registration successful."] = "Registratie succes."; $a->strings["Your registration can not be processed."] = "Je registratie kan niet verwerkt worden."; +$a->strings["You have to leave a request note for the admin."] = ""; +$a->strings["You have entered too much information."] = ""; $a->strings["Your registration is pending approval by the site owner."] = "Jouw registratie wacht op goedkeuring van de beheerder."; -$a->strings["Please enter your password to access this page."] = ""; -$a->strings["App-specific password generation failed: The description is empty."] = ""; -$a->strings["App-specific password generation failed: This description already exists."] = ""; -$a->strings["New app-specific password generated."] = ""; -$a->strings["App-specific passwords successfully revoked."] = ""; -$a->strings["App-specific password successfully revoked."] = ""; -$a->strings["Two-factor app-specific passwords"] = ""; -$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = ""; -$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = ""; -$a->strings["Description"] = ""; -$a->strings["Last Used"] = ""; -$a->strings["Revoke"] = ""; -$a->strings["Revoke All"] = ""; -$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; -$a->strings["Generate new app-specific password"] = ""; -$a->strings["Friendiqa on my Fairphone 2..."] = ""; -$a->strings["Generate"] = ""; -$a->strings["Two-factor authentication successfully disabled."] = ""; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = ""; -$a->strings["Authenticator app"] = ""; -$a->strings["Configured"] = ""; -$a->strings["Not Configured"] = ""; -$a->strings["

You haven't finished configuring your authenticator app.

"] = ""; -$a->strings["

Your authenticator app is correctly configured.

"] = ""; -$a->strings["Recovery codes"] = ""; -$a->strings["Remaining valid codes"] = ""; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = ""; -$a->strings["App-specific passwords"] = ""; -$a->strings["Generated app-specific passwords"] = ""; -$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = ""; -$a->strings["Current password:"] = ""; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = ""; -$a->strings["Enable two-factor authentication"] = ""; -$a->strings["Disable two-factor authentication"] = ""; -$a->strings["Show recovery codes"] = ""; -$a->strings["Manage app-specific passwords"] = ""; -$a->strings["Finish app configuration"] = ""; -$a->strings["New recovery codes successfully generated."] = ""; -$a->strings["Two-factor recovery codes"] = ""; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = ""; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = ""; -$a->strings["Generate new recovery codes"] = ""; -$a->strings["Next: Verification"] = ""; -$a->strings["Two-factor authentication successfully activated."] = ""; -$a->strings["Invalid code, please retry."] = ""; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = ""; -$a->strings["Two-factor code verification"] = ""; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = ""; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = ""; -$a->strings["Please enter a code from your authentication app"] = ""; -$a->strings["Verify code and enable two-factor authentication"] = ""; -$a->strings["Bad Request"] = "Bad Request"; -$a->strings["Unauthorized"] = ""; -$a->strings["Forbidden"] = ""; -$a->strings["Not Found"] = "Niet gevonden"; -$a->strings["Internal Server Error"] = ""; -$a->strings["Service Unavailable"] = ""; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = ""; -$a->strings["Authentication is required and has failed or has not yet been provided."] = ""; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = ""; -$a->strings["The requested resource could not be found but may be available in the future."] = ""; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = ""; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = ""; -$a->strings["Go back"] = ""; -$a->strings["Remaining recovery codes: %d"] = ""; -$a->strings["Two-factor recovery"] = ""; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = ""; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = ""; -$a->strings["Please enter a recovery code"] = ""; -$a->strings["Submit recovery code and complete login"] = ""; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = ""; -$a->strings["Verify code and complete login"] = ""; -$a->strings["Welcome to Friendica"] = "Welkom bij Friendica"; -$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen."; -$a->strings["Getting Started"] = "Aan de slag"; -$a->strings["Friendica Walk-Through"] = "Doorloop Friendica"; -$a->strings["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."] = "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."; -$a->strings["Go to Your Settings"] = "Ga naar je instellingen"; -$a->strings["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."] = "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."; -$a->strings["Edit Your Profile"] = "Bewerk je profiel"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."; -$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."; -$a->strings["Connecting"] = "Verbinding aan het maken"; -$a->strings["Importing Emails"] = "E-mails importeren"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"; -$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog."; -$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website"; -$a->strings["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."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."; -$a->strings["Finding New People"] = "Nieuwe mensen vinden"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."; -$a->strings["Group Your Contacts"] = "Groepeer je contacten"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen gespreksgroepen indelen vanuit de zijbalk van je 'Contacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "; -$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."; -$a->strings["Getting Help"] = "Hulp krijgen"; -$a->strings["Go to the Help Section"] = "Ga naar de help"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."; -$a->strings["This entry was edited"] = "Deze entry werd bewerkt"; -$a->strings["Private Message"] = "Privébericht"; -$a->strings["Delete locally"] = "Verwijder lokaal"; -$a->strings["Delete globally"] = "Verwijder globaal"; -$a->strings["Remove locally"] = "Verwijder lokaal"; -$a->strings["save to folder"] = "Bewaren in map"; -$a->strings["I will attend"] = "Ik zal er zijn"; -$a->strings["I will not attend"] = "Ik zal er niet zijn"; -$a->strings["I might attend"] = "Ik ga misschien"; -$a->strings["ignore thread"] = "Negeer gesprek"; -$a->strings["unignore thread"] = "Stop met gesprek te negeren"; -$a->strings["toggle ignore status"] = "verwissel negeer status"; -$a->strings["add star"] = "ster toevoegen"; -$a->strings["remove star"] = "ster verwijderen"; -$a->strings["toggle star status"] = "ster toevoegen of verwijderen"; -$a->strings["starred"] = "met ster"; -$a->strings["add tag"] = "label toevoegen"; -$a->strings["like"] = "leuk"; -$a->strings["dislike"] = "niet leuk"; -$a->strings["Share this"] = "Delen"; -$a->strings["share"] = "Delen"; -$a->strings["to"] = "aan"; -$a->strings["via"] = "via"; -$a->strings["Wall-to-Wall"] = "wall-to-wall"; -$a->strings["via Wall-To-Wall:"] = "via wall-to-wall"; -$a->strings["Reply to %s"] = ""; -$a->strings["Notifier task is pending"] = ""; -$a->strings["Delivery to remote servers is pending"] = ""; -$a->strings["Delivery to remote servers is underway"] = ""; -$a->strings["Delivery to remote servers is mostly done"] = ""; -$a->strings["Delivery to remote servers is done"] = ""; -$a->strings["%d comment"] = [ - 0 => "%d reactie", - 1 => "%d reacties", -]; -$a->strings["Show more"] = ""; -$a->strings["Show fewer"] = ""; -$a->strings["Legacy module file not found: %s"] = "Legacy module bestand niet gevonden: %s"; +$a->strings["Search term successfully saved."] = ""; +$a->strings["Search term already saved."] = ""; +$a->strings["Search term successfully removed."] = ""; +$a->strings["Only logged in users are permitted to perform a search."] = "Alleen ingelogde gebruikers mogen een zoekopdracht starten."; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Niet ingelogde gebruikers mogen slechts 1 opzoeking doen per minuut"; +$a->strings["No results."] = "Geen resultaten."; +$a->strings["Items tagged with: %s"] = "Items getagd met: %s"; +$a->strings["You must be logged in to use this module."] = ""; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligingstoken van het formulier was foutief. Dit gebeurde waarschijnlijk omdat het formulier te lang (> 3 uur) is blijven open staan voor het werd verstuurd."; $a->strings["Delete this item?"] = "Dit item verwijderen?"; $a->strings["toggle mobile"] = "mobiel thema omwisselen"; -$a->strings["No system theme config value set."] = "Geen systeem thema configuratie ingesteld."; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = ""; $a->strings["You must be logged in to use addons. "] = "Je moet ingelogd zijn om deze addons te kunnen gebruiken. "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "De beveiligingstoken van het formulier was foutief. Dit gebeurde waarschijnlijk omdat het formulier te lang (> 3 uur) is blijven open staan voor het werd verstuurd."; -$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Kon geen niet-gearchiveerde contacten vinden voor deze URL (%s)"; -$a->strings["The contact entries have been archived"] = "The contacten zijn gearchiveerd"; -$a->strings["Enter new password: "] = "Geef nieuw paswoord:"; +$a->strings["Miscellaneous"] = "Diversen"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "JJJJ-MM-DD of MM-DD"; +$a->strings["never"] = "nooit"; +$a->strings["less than a second ago"] = "minder dan een seconde geleden"; +$a->strings["year"] = "jaar"; +$a->strings["years"] = "jaren"; +$a->strings["months"] = "maanden"; +$a->strings["weeks"] = "weken"; +$a->strings["days"] = "dagen"; +$a->strings["hour"] = "uur"; +$a->strings["hours"] = "uren"; +$a->strings["minute"] = "minuut"; +$a->strings["minutes"] = "minuten"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "seconden"; +$a->strings["in %1\$d %2\$s"] = "in %1\$d%2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; +$a->strings["(no subject)"] = "(geen onderwerp)"; $a->strings["Post update version number has been set to %s."] = "Bericht update versie is ingesteld op %s"; $a->strings["Check for pending update actions."] = "Controleren op uitgestelde update acties."; $a->strings["Done."] = "Gedaan"; $a->strings["Execute pending post updates."] = "uitgestelde bericht update acties uitvoeren"; $a->strings["All pending post updates are done."] = "Alle uitgestelde bericht update acties zijn uitgevoerd"; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: author-id en owner-id in item en gesprekstabel aan het updaten."; -$a->strings["%s: Updating post-type."] = "%s: bericht-type bewerken"; +$a->strings["Enter new password: "] = "Geef nieuw paswoord:"; +$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; +$a->strings["Password changed."] = "Wachtwoord gewijzigd."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Kon geen niet-gearchiveerde contacten vinden voor deze URL (%s)"; +$a->strings["The contact entries have been archived"] = "The contacten zijn gearchiveerd"; +$a->strings["No valid account found."] = "Geen geldige account gevonden."; +$a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tBeste %1\$s,\n\t\t\tEr is recent om \"%2\$s\" een verzoek gekomen om je paswoord te resetten.\n\t\tOm dit verzoek te bevestigen, gelieve de verificatie link hieronder te volgen of in je browser te kopiëren.\n\n\t\tAls je dit verzoek NIET hebt gedaan, volg deze link dan NIET en negeer \n\t\ten/of verwijder deze email, het verzoek zal binnenkort vanzelf ongeldig worden.\n\n\t\tJe paswoord zal niet aangepast worden tenzij we kunnen verifiëren\n\t\tdat je dit verzoek verzonden hebt."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tVolg nu deze link om je identiteit te bevestigen:\n\n\t\t%1\$s\n\n\t\tJe zal dan een boodschap krijgen met je nieuw paswoord.\n\t\tJe kunt je paswoord veranderen in je instelling pagina nadat je ingelogd bent.\n\n\t\tDe login details zijn de volgende:\n\n\t\tSite locatie:\t%2\$s\n\t\tLogin naam:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."; +$a->strings["Request has expired, please make a new one."] = "Aanvraag is verlopen, gelieve een nieuwe aan te maken."; +$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."; +$a->strings["Reset"] = "Opnieuw"; +$a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd."; +$a->strings["Your new password is"] = "Je nieuwe wachtwoord is"; +$a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan"; +$a->strings["click here to login"] = "klik hier om in te loggen"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tBeste %1\$s,\n\t\t\t\tJe paswoord is aangepast zoals je gevraagd hebt. Hou deze informatie\n\t\t\talstublieft bij (of pas je paswoord onmiddellijk aan\n\t\t\tnaar iets wat je je kan herinneren).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tJe login details zijn de volgende:\n\n\t\t\tSite Locatie:\t%1\$s\n\t\t\tLogin Naam:\t%2\$s\n\t\t\tPaswoord:\t%3\$s\n\n\t\t\tJe kan dit paswoord in het account instellingen aanpassen nadat je ingelogd bent.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Je wachtwoord is veranderd op %s"; +$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]"; +$a->strings["User imports on closed servers can only be done by an administrator."] = "Importen van een gebruiker op een gesloten node kan enkel gedaan worden door een administrator"; +$a->strings["Move account"] = "Account verplaatsen"; +$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Dit feature is experimenteel. We kunnen contacten van het OStatus netwerk (GNU Social/Statusnet) of van Diaspora niet importeren."; +$a->strings["Account file"] = "Account bestand"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Om je account te exporteren, ga naar \"Instellingen->Exporteer je persoonlijke data\" en selecteer \"Exporteer account\""; +$a->strings["Community option not available."] = "Groepsoptie niet beschikbaar"; +$a->strings["Not available."] = "Niet beschikbaar"; +$a->strings["Local Community"] = "Lokale Groep"; +$a->strings["Posts from local users on this server"] = "Berichten van lokale gebruikers op deze server"; +$a->strings["Global Community"] = "Globale gemeenschap"; +$a->strings["Posts from users of the whole federated network"] = "Berichten van gebruikers van het hele gefedereerde netwerk"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Deze groepsstroom toont alle publieke berichten die deze node ontvangen heeft. Ze kunnen mogelijks niet de mening van de gebruikers van deze node weerspiegelen."; +$a->strings["Suggested contact not found."] = "Voorgesteld contact werd niet gevonden"; +$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden."; +$a->strings["Suggest Friends"] = "Stel vrienden voor"; +$a->strings["Suggest a friend for %s"] = "Stel een vriend voor aan %s"; +$a->strings["No contacts in common."] = "Geen gedeelde contacten."; +$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden"; +$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren"; +$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar."; +$a->strings["Visible to:"] = "Zichtbaar voor:"; +$a->strings["Event can not end before it has started."] = "Gebeurtenis kan niet eindigen voor het begin."; +$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist."; +$a->strings["View"] = "Beeld"; +$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis"; +$a->strings["Previous"] = "Vorige"; +$a->strings["list"] = "lijst"; +$a->strings["Event details"] = "Gebeurtenis details"; +$a->strings["Starting date and Title are required."] = "Start datum en Titel zijn verplicht."; +$a->strings["Event Starts:"] = "Gebeurtenis begint:"; +$a->strings["Required"] = "Vereist"; +$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant"; +$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; +$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker"; +$a->strings["Description:"] = "Beschrijving:"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Deel deze gebeurtenis"; +$a->strings["Permissions"] = "Rechten"; +$a->strings["Failed to remove event"] = "Kon remote event niet verwijderen"; +$a->strings["Event removed"] = "Gebeurtenis verwijderd"; +$a->strings["Authorize application connection"] = "Verbinding met de applicatie goedkeuren"; +$a->strings["Return to your app and insert this Securty Code:"] = "Keer terug naar jouw app en voeg deze beveiligingscode in:"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom"; +$a->strings["This calendar format is not supported"] = "Dit kalender formaat is niet ondersteund"; +$a->strings["No exportable data found"] = "Geen exporteerbare data gevonden"; +$a->strings["calendar"] = "kalender"; +$a->strings["The requested item doesn't exist or has been deleted."] = "Het gevraagde item bestaat niet of is verwijderd"; +$a->strings["The feed for this item is unavailable."] = "De tijdlijn voor dit item is niet beschikbaar"; +$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd"; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie"; +$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."; +$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "De %d vereiste parameter is niet op het gegeven adres gevonden", + 1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden", +]; +$a->strings["Introduction complete."] = "Verzoek voltooid."; +$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. "; +$a->strings["Profile unavailable."] = "Profiel onbeschikbaar"; +$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag."; +$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."; +$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler"; +$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld."; +$a->strings["Apparently you are already friends with %s."] = "Blijkbaar ben je al bevriend met %s."; +$a->strings["Invalid profile URL."] = "Ongeldig profiel adres."; +$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote inschrijving kan niet op jouw netwerk. Gelieve direct op je systeem in te schrijven."; +$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Je huidige identiteit is niet de juiste. Log met dit profiel in."; +$a->strings["Confirm"] = "Bevestig"; +$a->strings["Hide this contact"] = "Verberg dit contact"; +$a->strings["Welcome home %s."] = "Welkom terug %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"; +$a->strings["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."] = "Als je nog geen lid bent van het vrije sociale web, volg dan deze link om een publieke Friendica site te vinden en vervoeg ons vandaag"; +$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Beantwoord het volgende:"; +$a->strings["Does %s know you?"] = "Kent %s jou?"; +$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk."; +$a->strings["Your Identity Address:"] = "Adres van je identiteit:"; +$a->strings["Submit Request"] = "Aanvraag indienen"; +$a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; +$a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; +$a->strings["No mirroring"] = "Geen mirroring"; +$a->strings["Mirror as forwarded posting"] = "Spiegel als geforward bericht"; +$a->strings["Mirror as my own posting"] = "Spiegel als mijn eigen bericht"; +$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker"; +$a->strings["Refetch contact data"] = "Contact data opnieuw ophalen"; +$a->strings["Remote Self"] = "Mijn identiteit elders"; +$a->strings["Mirror postings from this contact"] = "Berichten van dit contact spiegelen"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Markeer dit contact als remote_self, hierdoor zal friendica nieuwe berichten van dit contact opnieuw posten."; +$a->strings["Account Nickname"] = "Bijnaam account"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam"; +$a->strings["Account URL"] = "URL account"; +$a->strings["Account URL Alias"] = "Account URL Alias"; +$a->strings["Friend Request URL"] = "URL vriendschapsverzoek"; +$a->strings["Friend Confirm URL"] = "URL vriendschapsbevestiging"; +$a->strings["Notification Endpoint URL"] = "Notificatie Endpoint URL"; +$a->strings["Poll/Feed URL"] = "URL poll/feed"; +$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL"; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden."; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "Account niet gevonden. Meld je aan met je bestaande account om de OpenID toe te voegen."; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "Account niet gevonden. Maak een nieuwe account aan of meld je aan met je bestaande account om de OpenID toe te voegen."; +$a->strings["Invalid request identifier."] = "Ongeldige request identifier."; +$a->strings["Discard"] = "Verwerpen"; +$a->strings["Network Notifications"] = "Netwerknotificaties"; +$a->strings["System Notifications"] = "Systeemnotificaties"; +$a->strings["Personal Notifications"] = "Persoonlijke notificaties"; +$a->strings["Home Notifications"] = "Tijdlijn-notificaties"; +$a->strings["Show unread"] = "Toon ongelezen"; +$a->strings["Show all"] = "Toon alles"; +$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken"; +$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken"; +$a->strings["Notification type:"] = "Notificatiesoort:"; +$a->strings["Suggested by:"] = "Voorgesteld door:"; +$a->strings["Claims to be known to you: "] = "Denkt dat je hem of haar kent:"; +$a->strings["yes"] = "Ja"; +$a->strings["no"] = "Nee"; +$a->strings["Shall your connection be bidirectional or not?"] = "Zal je connectie bidirectioneel zijn of niet?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "%s als vriend accepteren laat %s toe om in te schrijven op je berichten, en je zal ook updates ontvangen van hen in je nieuws feed."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "%s als volger accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "%s als deler accepteren laat hen toe om in te schrijven op je berichten, maar je zal geen updates ontvangen van hen in je nieuws feed."; +$a->strings["Friend"] = "Vriend"; +$a->strings["Sharer"] = "Deler"; +$a->strings["Subscriber"] = "Volger"; +$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken."; +$a->strings["No more %s notifications."] = "Geen %s notificaties meer."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximum aantal dagelijkse tijdlijn boodschappen van %s overschreden. Kon boodschap niet plaatsen."; +$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd."; +$a->strings["Unable to check your home location."] = "Niet in staat om je tijdlijn-locatie vast te stellen"; +$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden."; +$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten."; +$a->strings["Message sent."] = "Bericht verzonden."; +$a->strings["No recipient."] = "Geen ontvanger."; +$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; +$a->strings["Send Private Message"] = "Verstuur privébericht"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."; +$a->strings["To:"] = "Aan:"; +$a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Insert web link"] = "Voeg een webadres in"; +$a->strings["Subscribing to OStatus contacts"] = "Inschrijven bij OStatus contacten"; +$a->strings["No contact provided."] = "Geen contact opgegeven."; +$a->strings["Couldn't fetch information for contact."] = "Kon de informatie voor het contact niet ophalen."; +$a->strings["Couldn't fetch friends for contact."] = "Kon de vrienden van contact niet ophalen."; +$a->strings["Done"] = "Klaar"; +$a->strings["success"] = "Succesvol"; +$a->strings["failed"] = "Mislukt"; +$a->strings["Keep this window open until done."] = "Houd dit scherm open tot het klaar is"; +$a->strings["The contact could not be added."] = "Het contact kon niet toegevoegd worden."; +$a->strings["You already added this contact."] = "Je hebt deze kontakt al toegevoegd"; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora ondersteuning is niet geactiveerd. Contact kan niet toegevoegd worden."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus ondersteuning is niet geactiveerd. Contact kan niet toegevoegd woren."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Het type netwerk kon niet gedetecteerd worden. Contact kan niet toegevoegd worden."; +$a->strings["Upload"] = "Uploaden"; +$a->strings["Files"] = "Bestanden"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Waarschuwing: Deze groep bevat %s lid van een netwerk dat geen niet-publieke boodschappen toelaat.", + 1 => "Waarschuwing: Deze groep bevat %s leden van een netwerk dat geen niet-publieke boodschappen toelaat.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Boodschappen in deze groep zullen niet verzonden worden naar deze ontvangers."; +$a->strings["No such group"] = "Zo'n groep bestaat niet"; +$a->strings["Group: %s"] = "Groep: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."; +$a->strings["Latest Activity"] = "Laatste activiteit"; +$a->strings["Sort by latest activity"] = "Sorteer naar laatste activiteit"; +$a->strings["Latest Posts"] = "Laatste Berichten"; +$a->strings["Sort by post received date"] = "Sorteren naar ontvangstdatum bericht"; +$a->strings["Personal"] = "Persoonlijk"; +$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of op jou betrekking hebben"; +$a->strings["New"] = "Nieuw"; +$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; +$a->strings["Shared Links"] = "Gedeelde links"; +$a->strings["Interesting Links"] = "Interessante links"; +$a->strings["Starred"] = "Met ster"; +$a->strings["Favourite Posts"] = "Favoriete berichten"; +$a->strings["You aren't following this contact."] = "Je volgt dit contact niet."; +$a->strings["Unfollowing is currently not supported by your network."] = "Ontvolgen is momenteel niet gesupporteerd door je netwerk."; +$a->strings["Contact unfollowed"] = "Contact ontvolgd."; +$a->strings["Disconnect/Unfollow"] = "Disconnecteer/stop met volgen"; +$a->strings["Image uploaded but image cropping failed."] = "Afbeelding opgeladen, maar bijsnijden mislukt."; +$a->strings["Image size reduction [%s] failed."] = "Verkleining van de afbeelding [%s] mislukt."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."; +$a->strings["Unable to process image"] = "Ik kan de afbeelding niet verwerken"; +$a->strings["Image exceeds size limit of %s"] = "Beeld is groter dan de limiet ( %s )"; +$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken"; +$a->strings["Upload File:"] = "Upload bestand:"; +$a->strings["Select a profile:"] = "Kies een profiel:"; +$a->strings["or"] = "of"; +$a->strings["skip this step"] = "Deze stap overslaan"; +$a->strings["select a photo from your photo albums"] = "Kies een foto uit je fotoalbums"; +$a->strings["Crop Image"] = "Afbeelding bijsnijden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat."; +$a->strings["Done Editing"] = "Wijzigingen compleet"; +$a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt."; +$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt."; +$a->strings["Poke/Prod"] = "Aanstoten/porren"; +$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; +$a->strings["Recipient"] = "Ontvanger"; +$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; +$a->strings["Make this post private"] = "Dit bericht privé maken"; +$a->strings["Recent Photos"] = "Recente foto's"; +$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; +$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar"; +$a->strings["Album not found."] = "Album niet gevonden"; +$a->strings["Album successfully deleted"] = "Album succesvol gedeeld"; +$a->strings["Album was empty."] = "Het album was leeg"; +$a->strings["a photo"] = "een foto"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Opladen van het beeld is niet compleet, probeer het opnieuw"; +$a->strings["Image file is missing"] = "Beeld bestand ontbreekt"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "De server kan op dit moment geen nieuw bestand opladen, contacteer alsjeblieft je beheerder"; +$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg."; +$a->strings["No photos selected"] = "Geen foto's geselecteerd"; +$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; +$a->strings["Upload Photos"] = "Upload foto's"; +$a->strings["New album name: "] = "Nieuwe albumnaam: "; +$a->strings["or select existing album:"] = "Of selecteer bestaand album:"; +$a->strings["Do not show a status post for this upload"] = "Toon geen bericht op je tijdlijn van deze upload"; +$a->strings["Show to Groups"] = "Tonen aan groepen"; +$a->strings["Show to Contacts"] = "Tonen aan contacten"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"; +$a->strings["Delete Album"] = "Verwijder album"; +$a->strings["Edit Album"] = "Album wijzigen"; +$a->strings["Drop Album"] = "Album verwijderen"; +$a->strings["Show Newest First"] = "Toon niewste eerst"; +$a->strings["Show Oldest First"] = "Toon oudste eerst"; +$a->strings["View Photo"] = "Bekijk foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."; +$a->strings["Photo not available"] = "Foto is niet beschikbaar"; +$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?"; +$a->strings["Delete Photo"] = "Verwijder foto"; +$a->strings["View photo"] = "Bekijk foto"; +$a->strings["Edit photo"] = "Bewerk foto"; +$a->strings["Delete photo"] = "Foto verwijderen"; +$a->strings["Use as profile photo"] = "Gebruik als profielfoto"; +$a->strings["Private Photo"] = "Privé foto"; +$a->strings["View Full Size"] = "Bekijk in volledig formaat"; +$a->strings["Tags: "] = "Labels: "; +$a->strings["[Select tags to remove]"] = "[Selecteer tags om te verwijderen]"; +$a->strings["New album name"] = "Nieuwe albumnaam"; +$a->strings["Caption"] = "Onderschrift"; +$a->strings["Add a Tag"] = "Een label toevoegen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "; +$a->strings["Do not rotate"] = "Niet roteren"; +$a->strings["Rotate CW (right)"] = "Roteren met de klok mee (rechts)"; +$a->strings["Rotate CCW (left)"] = "Roteren tegen de klok in (links)"; +$a->strings["Map"] = "Kaart"; +$a->strings["View Album"] = "Album bekijken"; +$a->strings["Profile not found."] = "Profiel niet gevonden"; +$a->strings["Profile deleted."] = "Profiel verwijderd"; +$a->strings["Profile-"] = "Profiel-"; +$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; +$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen."; +$a->strings["Profile Name is required."] = "Profielnaam is vereist."; +$a->strings["Marital Status"] = "Echtelijke staat"; +$a->strings["Romantic Partner"] = "Romantische Partner"; +$a->strings["Work/Employment"] = "Werk"; +$a->strings["Religion"] = "Godsdienst"; +$a->strings["Political Views"] = "Politieke standpunten"; +$a->strings["Gender"] = "Geslacht"; +$a->strings["Sexual Preference"] = "Seksuele Voorkeur"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Tijdlijn"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Address"] = "Adres"; +$a->strings["Location"] = "Plaats"; +$a->strings["Profile updated."] = "Profiel opgeslagen"; +$a->strings["Hide contacts and friends:"] = "Verberg contacten en vrienden:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"; +$a->strings["Show more profile fields:"] = "Toon meer profiel velden:"; +$a->strings["Profile Actions"] = "Profiel Acties"; +$a->strings["Edit Profile Details"] = "Profieldetails bewerken"; +$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; +$a->strings["View this profile"] = "Dit profiel bekijken"; +$a->strings["View all profiles"] = "Toon alle profielen"; +$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen"; +$a->strings["Clone this profile"] = "Dit profiel klonen"; +$a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Basic information"] = "Basis informatie"; +$a->strings["Profile picture"] = "Profiel foto"; +$a->strings["Preferences"] = "Voorkeuren"; +$a->strings["Status information"] = "Status informatie"; +$a->strings["Additional information"] = "Bijkomende informatie"; +$a->strings["Relation"] = "Relatie"; +$a->strings["Your Gender:"] = "Je Geslacht:"; +$a->strings[" Marital Status:"] = " Echtelijke Staat:"; +$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software"; +$a->strings["Profile Name:"] = "Profiel Naam:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Dit is jouw publiek profiel.
Het kan zichtbaar zijn voor iedereen op het internet."; +$a->strings["Your Full Name:"] = "Je volledige naam:"; +$a->strings["Title/Description:"] = "Titel/Beschrijving:"; +$a->strings["Street Address:"] = "Postadres:"; +$a->strings["Locality/City:"] = "Gemeente/Stad:"; +$a->strings["Region/State:"] = "Regio/Staat:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"; +$a->strings["Since [date]:"] = "Sinds [datum]:"; +$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf..."; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) adres:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Het XMPP adres zal doorgegeven worden aan je contacten zodat zij je kunnen volgen."; +$a->strings["Homepage URL:"] = "Adres tijdlijn:"; +$a->strings["Religious Views:"] = "Geloof:"; +$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"; +$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"; +$a->strings["Musical interests"] = "Muzikale interesses"; +$a->strings["Books, literature"] = "Boeken, literatuur"; +$a->strings["Television"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/ontspanning"; +$a->strings["Hobbies/Interests"] = "Hobby's/Interesses"; +$a->strings["Love/romance"] = "Liefde/romance"; +$a->strings["Work/employment"] = "Werk"; +$a->strings["School/education"] = "School/opleiding"; +$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; +$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen"; +$a->strings["Invalid request."] = "Ongeldige aanvraag."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, je op te laden bestand is groter dan deze PHP configuratie toelaat"; +$a->strings["Or - did you try to upload an empty file?"] = "Of - probeerde je een lege file op te laden?"; +$a->strings["File exceeds size limit of %s"] = "Bestand is groter dan de limiet ( %s )"; +$a->strings["File upload failed."] = "Uploaden van bestand mislukt."; +$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden."; +$a->strings["Empty post discarded."] = "Lege post weggegooid."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."; +$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."; +$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst."; +$a->strings["Post successful."] = "Bericht succesvol geplaatst."; +$a->strings["Account approved."] = "Account goedgekeurd."; +$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; +$a->strings["Please login."] = "Inloggen."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."; +$a->strings["Profile Match"] = "Profielmatch"; +$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; +$a->strings["Email settings updated."] = "E-mail instellingen opgeslagen"; +$a->strings["Features updated"] = "Functies opgeslagen"; +$a->strings["The theme you chose isn't available."] = "Het thema dat je koos is niet beschikbaar"; +$a->strings["Contact CSV file upload error"] = ""; +$a->strings["Importing Contacts done"] = ""; +$a->strings["Relocate message has been send to your contacts"] = "Verhuis boodschap is verzonden naar je contacten"; +$a->strings["Passwords do not match."] = "Wachtwoorden zijn niet gelijk"; +$a->strings["Password unchanged."] = "Wachtwoord ongewijzigd"; +$a->strings[" Please use a shorter name."] = "Gebruik een kortere naam."; +$a->strings[" Name too short."] = "Naam te kort."; +$a->strings["Invalid email."] = "Ongeldig email adres."; +$a->strings["Cannot change to that email."] = "Kan niet naar dat email adres veranderen."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep."; +$a->strings["Settings updated."] = "Instellingen opgeslagen"; +$a->strings["Add application"] = "Toepassing toevoegen"; +$a->strings["Consumer Key"] = "Gebruikerssleutel"; +$a->strings["Consumer Secret"] = "Gebruikersgeheim"; +$a->strings["Redirect"] = "Doorverwijzing"; +$a->strings["Icon url"] = "URL pictogram"; +$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; +$a->strings["Connected Apps"] = "Verbonden applicaties"; +$a->strings["Client key starts with"] = "Client sleutel begint met"; +$a->strings["No name"] = "Geen naam"; +$a->strings["Remove authorization"] = "Verwijder authorisatie"; +$a->strings["No Addon settings configured"] = "Geen Addon instellingen geconfigureerd"; +$a->strings["Addon Settings"] = "Addon instellingen"; +$a->strings["Additional Features"] = "Extra functies"; +$a->strings["enabled"] = "ingeschakeld"; +$a->strings["disabled"] = "uitgeschakeld"; +$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; +$a->strings["None"] = "Geen"; +$a->strings["General Social Media Settings"] = "Algemene Sociale Media Instellingen"; +$a->strings["Accept only top level posts by contacts you follow"] = "Enkel posts van het het hoogste niveau accepteren van contacten die je volgt."; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "Het systeem doet auto-complete bij posts wanneer een nieuwe reactie aankomt. Dit heeft het neveneffect dat je posts kan ontvangen die zijn gestart door iemand die je niet volgt maar op werd gereageerd door iemand die je wel volgt. Deze instelling deactiveerd dit gedrag. Als je dit activeert zal je enkel posts ontvangen van mensen die je echt volgt."; +$a->strings["Disable Content Warning"] = "Deactiveer Content Waarschuwing"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Gebruikers op netwerken als Mastodon en Pleroma kunnen een content waarschuwing instellen die hun bericht standaard inklapt. Dit deactiveert het automatisch inklappen en toont de content waarschuwing als titel van het bericht. Dit beïnvloedt andere content filters die je mogelijk ingesteld hebt niet."; +$a->strings["Disable intelligent shortening"] = "Deactiveer intelligent afkorten"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normaal probeert het systeem de beste link te vinden om toe te voegen aan ingekorte berichten. Als deze optie geactiveerd is, dan zal elk ingekort bericht altijd verwijzen naar het originele friendica bericht."; +$a->strings["Attach the link title"] = ""; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Volg automatisch alle GNU Social (OStatus) volgers/vermelders"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Als je een boodschap ontvangt van een voor jou onbekende OStatus gebruiker, dan beslist deze optie wat er moet gebeuren. Als de optie is geactiveerd, dan zal voor elke onbekende gebruiker een nieuw contact aangemaakt worden."; +$a->strings["Default group for OStatus contacts"] = "Standaard groep voor OStatus contacten"; +$a->strings["Your legacy GNU Social account"] = "Je verouderd GNU Social account"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Als je hier je oude GNU Social/Statusnet account naam invoert (in het formaat gebruiker@domein.tld), dan zullen je contacten automatisch toegevoegd worden. Het veld zal nadien leeg gemaakt worden."; +$a->strings["Repair OStatus subscriptions"] = "Herstel OStatus inschrijvingen"; +$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; +$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; +$a->strings["IMAP server name:"] = "IMAP server naam:"; +$a->strings["IMAP port:"] = "IMAP poort:"; +$a->strings["Security:"] = "Beveiliging:"; +$a->strings["Email login name:"] = "E-mail login naam:"; +$a->strings["Email password:"] = "E-mail wachtwoord:"; +$a->strings["Reply-to address:"] = "Antwoord adres:"; +$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; +$a->strings["Action after import:"] = "Actie na importeren:"; +$a->strings["Move to folder"] = "Naar map verplaatsen"; +$a->strings["Move to folder:"] = "Verplaatsen naar map:"; +$a->strings["%s - (Unsupported)"] = "%s - (Niet ondersteund)"; +$a->strings["Display Settings"] = "Scherminstellingen"; +$a->strings["Display Theme:"] = "Schermthema:"; +$a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Suppress warning of insecure networks"] = "Onderdruk waarschuwingen over onbeveiligde netwerken"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Moet het systeem waarschuwingen onderdrukken dat de huidige groep leden bevat van netwerken die geen niet-publieke berichten kunnen ontvangen."; +$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconden. Geef -1 op om te deactiveren."; +$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; +$a->strings["Maximum of 100 items"] = "Maximum 100 items"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; +$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; +$a->strings["Calendar"] = "Kalender"; +$a->strings["Beginning of week:"] = "Begin van de week:"; +$a->strings["Don't show notices"] = "Toon geen aankondigingen"; +$a->strings["Infinite scroll"] = "Oneindig scrollen"; +$a->strings["Automatic updates only at the top of the network page"] = "Automatische updates alleen bovenaan de netwerk pagina"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Als deze parameter gedeactiveerd is, dan wordt de netwerk pagina constant geüpdate, wat verwarrend zou kunnen zijn tijdens het lezen."; +$a->strings["Bandwidth Saver Mode"] = "Bandbreedte Besparen Mode"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Als deze parameter geactiveerd is, dan wordt embedded content niet getoond bij automatische updates, ze worden alleen getoond bij het herladen van de pagina."; +$a->strings["Disable Smart Threading"] = ""; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = ""; +$a->strings["General Theme Settings"] = "Algemene Thema Instellingen"; +$a->strings["Custom Theme Settings"] = "Speciale Thema Instellingen"; +$a->strings["Content Settings"] = "Content Instellingen"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Kan je profiel niet vinden. Contacteer alsjeblieft je beheerder."; +$a->strings["Account Types"] = "Account Types"; +$a->strings["Personal Page Subtypes"] = "Persoonlijke Pagina Subtypes"; +$a->strings["Community Forum Subtypes"] = "Groepsforum Subtypes"; +$a->strings["Account for a personal profile."] = "Account voor een persoonlijk profiel"; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account voor een organisatie die automatisch contact aanvragen goedkeurt als \"Volgers\"."; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account voor een nieuws reflector die automatisch contact aanvragen goedkeurt als \"Volgers\"."; +$a->strings["Account for community discussions."] = "Account voor groepsdiscussies."; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account voor een normaal persoonlijk profiel dat manuele goedkeuring vereist van \"Vrienden\" en \"Volgers\"."; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account voor een publiek profiel dat automatisch contact aanvragen goedkeurt als \"Volgers\"."; +$a->strings["Automatically approves all contact requests."] = "Aanvaardt automatisch all contact aanvragen."; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account voor een populair profiel dat automatisch contact aanvragen goedkeurt als \"Vrienden\"."; +$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; +$a->strings["Requires manual approval of contact requests."] = "Vereist manuele goedkeuring van contact aanvragen."; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; +$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Je profiel zal gepubliceerd worden de lokale gids van deze node. Je profiel details kunnen publiek zichtbaar zijn afhankelijk van de systeem instellingen."; +$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Je profiel zal gepubliceerd worden in de globale friendica gids (bvb. %s). Je profiel zal publiek zichtbaar zijn."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Je contact lijst zal niet getoond worden in je standaard profiel pagina. Je kan beslissen om je contact lijst apart te tonen per bijkomend profiel dat je aanmaakt."; +$a->strings["Hide your profile details from anonymous viewers?"] = "Je profiel details verbergen voor anonieme bezoekers?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonieme bezoekers zullen alleen je profiel foto zien, je naam en de bijnaam die je gebruikt op je profiel pagina. Je publieke berichten en reacties zullen nog altijd toegankelijk zijn via andere wegen."; +$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jouw profielpagina te posten?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Je contacten kunnen berichten schrijven op je tijdslijn. Deze berichten zullen verspreid worden naar je contacten"; +$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Je contacten kunnen tags toevoegen aan je berichten."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Als je wil, kan Friendica je nieuwe leden suggereren als contacten."; +$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica netwerk gebruikers kunnen je privé boodschappen sturen zelfs als ze niet in je contact lijst staan."; +$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Je Identiteit adres is '%s' of '%s'."; +$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; +$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; +$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; +$a->strings["Expire posts:"] = "Laat berichten vervallen:"; +$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; +$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; +$a->strings["Expire photos:"] = "Laat foto's vervallen:"; +$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; +$a->strings["Account Settings"] = "Account Instellingen"; +$a->strings["Password Settings"] = "Wachtwoord Instellingen"; +$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Toegestane tekens zijn a-z, A-Z, 0-9 en speciale tekens behalve spatie, geaccentueerde tekens en dubbele punt."; +$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; +$a->strings["Current Password:"] = "Huidig wachtwoord:"; +$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; +$a->strings["Password:"] = "Wachtwoord:"; +$a->strings["Delete OpenID URL"] = ""; +$a->strings["Basic Settings"] = "Basis Instellingen"; +$a->strings["Email Address:"] = "E-mailadres:"; +$a->strings["Your Timezone:"] = "Je Tijdzone:"; +$a->strings["Your Language:"] = "Je taal:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Configureer de taal van die we gebruiken als friendica interface en om je emails te sturen"; +$a->strings["Default Post Location:"] = "Standaard locatie:"; +$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; +$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; +$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; +$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; +$a->strings["Default Private Post"] = "Standaard Privé Post"; +$a->strings["Default Public Post"] = "Standaard Publieke Post"; +$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; +$a->strings["Notification Settings"] = "Notificatie Instellingen"; +$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; +$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; +$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; +$a->strings["Someone writes on your profile wall"] = "Iemand iets op je tijdlijn schrijft"; +$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; +$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; +$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; +$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; +$a->strings["You are poked/prodded/etc. in a post"] = "Je in een bericht bent aangestoten/gepord/etc."; +$a->strings["Activate desktop notifications"] = "Activeer desktop notificaties"; +$a->strings["Show desktop popup on new notifications"] = "Toon desktop pop-up bij nieuwe notificaties"; +$a->strings["Text-only notification emails"] = "Alleen-tekst notificatie emails"; +$a->strings["Send text only notification emails, without the html part"] = "Stuur alleen-tekst notificatie emails, zonder het html gedeelte"; +$a->strings["Show detailled notifications"] = "Toon gedetailleerde notificaties"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Standaard worden notificaties samengevoegd in een enkele notificatie per item. Als je deze parameter activeert wordt elke notificatie getoond."; +$a->strings["Advanced Account/Page Type Settings"] = "Geavanceerde Account/Pagina Type Instellingen"; +$a->strings["Change the behaviour of this account for special situations"] = "Pas het gedrag van dit account aan voor speciale situaties"; +$a->strings["Import Contacts"] = ""; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = ""; +$a->strings["Upload File"] = "Upload bestand"; +$a->strings["Relocate"] = "Verhuis"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Als je je profiel van een andere server hebt verhuisd, en er zijn contacten die geen updates van je ontvangen, probeer dan eens deze knop."; +$a->strings["Resend relocate message to contacts"] = "Stuur verhuis boodschap naar contacten"; +$a->strings["Contact suggestion successfully ignored."] = "Contact suggestie succesvol genegeerd"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."; +$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; +$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."; +$a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen."; +$a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:"; +$a->strings["Confirmation completed successfully."] = "Bevestiging werd correct voltooid."; +$a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw."; +$a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen."; +$a->strings["Remote site reported: "] = "Website op afstand berichtte: "; +$a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."; +$a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou."; +$a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."; +$a->strings["Unable to set your contact credentials on our system."] = "Niet in staat om op dit systeem je contactreferenties in te stellen."; +$a->strings["Unable to update your contact profile details on our system"] = "Kan je contact profiel details op ons systeem niet aanpassen"; +$a->strings["User deleted their account"] = "Gebruiker verwijderde zijn of haar account"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Een gebruiker heeft zijn of haar account verwijderd op je Friendica node. Zorg er zeker voor dat zijn of haar data verwijderd is uit de backups."; +$a->strings["The user id is %d"] = "De gebruikers id is %d"; +$a->strings["Remove My Account"] = "Verwijder mijn account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."; +$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:"; +$a->strings["Wall Photos"] = "Tijdlijn foto's"; +$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["Edit post"] = "Bericht bewerken"; +$a->strings["web link"] = "webadres"; +$a->strings["Insert video link"] = "Voeg video toe"; +$a->strings["video link"] = "video adres"; +$a->strings["Insert audio link"] = "Voeg audio adres toe"; +$a->strings["audio link"] = "audio adres"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s"; +$a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden."; +$a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?"; +$a->strings["Conversation not found."] = "Gesprek niet gevonden."; +$a->strings["Message deleted."] = "Bericht verwijderd."; +$a->strings["Conversation removed."] = "Gesprek verwijderd."; +$a->strings["No messages."] = "Geen berichten."; +$a->strings["Message not available."] = "Bericht niet beschikbaar."; +$a->strings["Delete message"] = "Verwijder bericht"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Delete conversation"] = "Verwijder gesprek"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender."; +$a->strings["Send Reply"] = "Verstuur Antwoord"; +$a->strings["Unknown sender - %s"] = "Onbekende afzender - %s"; +$a->strings["You and %s"] = "Jij en %s"; +$a->strings["%s and You"] = "%s en jij"; +$a->strings["%d message"] = [ + 0 => "%d bericht", + 1 => "%d berichten", +]; +$a->strings["Resubscribing to OStatus contacts"] = "Opnieuw inschrijven bij OStatus contacten"; +$a->strings["No profile"] = "Geen profiel"; +$a->strings["Permission denied"] = "Toegang geweigerd"; +$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie."; +$a->strings["Profile Visibility Editor"] = "Profiel Zichtbaarheid Editor"; +$a->strings["Visible To"] = "Zichtbaar voor"; +$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)"; +$a->strings["Tag(s) removed"] = "Tag(s) verwijderd"; +$a->strings["Remove Item Tag"] = "Verwijder label van item"; +$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: "; +$a->strings["No videos selected"] = "Geen video's geselecteerd"; +$a->strings["Recent Videos"] = "Recente video's"; +$a->strings["Upload New Videos"] = "Nieuwe video's uploaden"; diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index d2fc22d2dc..9fa7825ce9 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -56,8 +56,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-06 16:52+0200\n" -"PO-Revision-Date: 2019-08-30 18:02+0000\n" +"POT-Creation-Date: 2019-12-05 23:28+0100\n" +"PO-Revision-Date: 2019-12-19 18:10+0000\n" "Last-Translator: Waldemar Stoczkowski\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -66,322 +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/enotify.php:57 -msgid "Friendica Notification" -msgstr "Powiadomienia Friendica" - -#: include/enotify.php:60 -msgid "Thank You," -msgstr "Dziękuję," - -#: include/enotify.php:63 -#, php-format -msgid "%1$s, %2$s Administrator" -msgstr "%1$s,%2$sAdministrator" - -#: include/enotify.php:65 -#, php-format -msgid "%s Administrator" -msgstr "%s Administrator" - -#: include/enotify.php:134 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s" - -#: include/enotify.php:136 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s wysłał(-a) ci nową prywatną wiadomość na %2$s." - -#: include/enotify.php:137 -msgid "a private message" -msgstr "prywatna wiadomość" - -#: include/enotify.php:137 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s wysłał(-a) ci %2$s." - -#: include/enotify.php:139 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości." - -#: include/enotify.php:172 -#, php-format -msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" -msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]%3$s[/url]" - -#: include/enotify.php:178 -#, 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:188 -#, php-format -msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s otagowałem Cię [url=%2$s]%3$s's %4$s[/url]" - -#: include/enotify.php:195 -#, 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:207 -#, php-format -msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" -msgstr "" - -#: include/enotify.php:213 -#, 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:224 -#, php-format -msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" -msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]swoim %3$s[/url]" - -#: include/enotify.php:230 -#, php-format -msgid "%1$s commented on [url=%2$s]their %3$s[/url]" -msgstr "" - -#: include/enotify.php:243 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Powiadomienie] %s dodał Cię" - -#: include/enotify.php:245 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s oznaczono Cię tagiem %2$s" - -#: include/enotify.php:247 -#, 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:249 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s skomentował(-a) rozmowę którą śledzisz." - -#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284 -#: include/enotify.php:303 include/enotify.php:319 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę." - -#: include/enotify.php:261 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu" - -#: include/enotify.php:263 -#, 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:264 -#, 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:276 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis" - -#: include/enotify.php:278 -#, 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:279 -#, 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:291 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię" - -#: include/enotify.php:293 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s zaczepił Cię %2$s" - -#: include/enotify.php:294 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s[url=%2$s] zaczepił Cię[/url]." - -#: include/enotify.php:311 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Powiadomienie] %s otagował Twój post" - -#: include/enotify.php:313 -#, 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:314 -#, 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:326 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Powiadomienie] Zapoznanie odebrane" - -#: include/enotify.php:328 -#, 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:329 -#, 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:334 include/enotify.php:380 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Możesz odwiedzić ich profil na stronie %s" - -#: include/enotify.php:336 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie." - -#: include/enotify.php:343 -msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą" - -#: include/enotify.php:345 include/enotify.php:346 -#, 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:353 -msgid "[Friendica:Notify] You have a new follower" -msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora" - -#: include/enotify.php:355 include/enotify.php:356 -#, 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:369 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego" - -#: include/enotify.php:371 -#, 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:372 -#, 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:378 -msgid "Name:" -msgstr "Imię:" - -#: include/enotify.php:379 -msgid "Photo:" -msgstr "Zdjęcie:" - -#: include/enotify.php:382 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię." - -#: include/enotify.php:390 include/enotify.php:405 -msgid "[Friendica:Notify] Connection accepted" -msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane" - -#: include/enotify.php:392 include/enotify.php:407 -#, 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:393 include/enotify.php:408 -#, 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:398 -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:400 -#, 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:413 -#, php-format -msgid "" -"'%1$s' has chosen to accept you a fan, which restricts some forms of " -"communication - such as private messaging and some profile interactions. If " -"this is a celebrity or community page, these settings were applied " -"automatically." -msgstr "'%1$s' 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:415 -#, php-format -msgid "" -"'%1$s' may choose to extend this into a two-way or more permissive " -"relationship in the future." -msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. " - -#: include/enotify.php:417 -#, 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:427 mod/removeme.php:46 -msgid "[Friendica System Notify]" -msgstr "[Powiadomienie Systemu Friendica]" - -#: include/enotify.php:427 -msgid "registration request" -msgstr "prośba o rejestrację" - -#: include/enotify.php:429 -#, 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:430 -#, 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:435 -#, php-format -msgid "" -"Full Name:\t%s\n" -"Site Location:\t%s\n" -"Login Name:\t%s (%s)" -msgstr "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)" - -#: include/enotify.php:441 -#, php-format -msgid "Please visit %s to approve or reject the request." -msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek." - -#: include/api.php:1119 +#: include/api.php:1124 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." @@ -390,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:1133 +#: include/api.php:1138 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" @@ -400,95 +85,410 @@ 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:1147 +#: include/api.php:1152 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "Miesięczny limit %d wysyłania postów. Post został odrzucony." -#: include/api.php:4587 mod/photos.php:91 mod/photos.php:196 -#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94 +#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849 +#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94 #: mod/profile_photo.php:103 mod/profile_photo.php:210 -#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796 -#: src/Model/User.php:804 src/Model/User.php:812 +#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90 +#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055 +#: mod/photos.php:1072 mod/photos.php:1580 msgid "Profile Photos" msgstr "Zdjęcie profilowe" -#: include/conversation.php:161 include/conversation.php:298 -#: src/Model/Item.php:3300 +#: include/enotify.php:58 +msgid "Friendica Notification" +msgstr "Powiadomienia Friendica" + +#: include/enotify.php:61 +msgid "Thank You," +msgstr "Dziękuję," + +#: include/enotify.php:64 +#, php-format +msgid "%1$s, %2$s Administrator" +msgstr "%1$s,%2$sAdministrator" + +#: include/enotify.php:66 +#, php-format +msgid "%s Administrator" +msgstr "%s Administrator" + +#: include/enotify.php:135 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s" + +#: include/enotify.php:137 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s wysłał(-a) ci nową prywatną wiadomość na %2$s." + +#: include/enotify.php:138 +msgid "a private message" +msgstr "prywatna wiadomość" + +#: include/enotify.php:138 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s wysłał(-a) ci %2$s." + +#: include/enotify.php:140 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości." + +#: include/enotify.php:173 +#, php-format +msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]" +msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]%3$s[/url]" + +#: include/enotify.php:179 +#, 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:189 +#, php-format +msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s otagowałem Cię [url=%2$s]%3$s's %4$s[/url]" + +#: include/enotify.php:196 +#, 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:208 +#, php-format +msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]" +msgstr "" + +#: include/enotify.php:214 +#, 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:225 +#, php-format +msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]" +msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]swoim %3$s[/url]" + +#: include/enotify.php:231 +#, php-format +msgid "%1$s commented on [url=%2$s]their %3$s[/url]" +msgstr "" + +#: include/enotify.php:244 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Powiadomienie] %s dodał Cię" + +#: include/enotify.php:246 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s oznaczono Cię tagiem %2$s" + +#: include/enotify.php:248 +#, 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:250 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s skomentował(-a) rozmowę którą śledzisz." + +#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285 +#: include/enotify.php:304 include/enotify.php:320 +#, 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:262 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu" + +#: include/enotify.php:264 +#, 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:265 +#, 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:277 +#, php-format +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis" + +#: include/enotify.php:279 +#, 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:280 +#, 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:292 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię" + +#: include/enotify.php:294 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s zaczepił Cię %2$s" + +#: include/enotify.php:295 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s[url=%2$s] zaczepił Cię[/url]." + +#: include/enotify.php:312 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Powiadomienie] %s otagował Twój post" + +#: include/enotify.php:314 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s oznaczył(-a) twój wpis na %2$s" + +#: include/enotify.php:315 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$soznacz [url=%2$s]twój post[/url]" + +#: include/enotify.php:327 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Powiadomienie] Zapoznanie odebrane" + +#: include/enotify.php:329 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Otrzymałeś wstęp od '%1$s' z %2$s" + +#: include/enotify.php:330 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Zostałeś [url=%1$s] przyjęty [/ url] z %2$s." + +#: include/enotify.php:335 include/enotify.php:381 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Możesz odwiedzić ich profil na stronie %s" + +#: include/enotify.php:337 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie." + +#: include/enotify.php:344 +msgid "[Friendica:Notify] A new person is sharing with you" +msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą" + +#: include/enotify.php:346 include/enotify.php:347 +#, php-format +msgid "%1$s is sharing with you at %2$s" +msgstr "%1$s dzieli się z tobą w %2$s" + +#: include/enotify.php:354 +msgid "[Friendica:Notify] You have a new follower" +msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora" + +#: include/enotify.php:356 include/enotify.php:357 +#, php-format +msgid "You have a new follower at %2$s : %1$s" +msgstr "Masz nowego obserwatora na %2$s : %1$s" + +#: include/enotify.php:370 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego" + +#: include/enotify.php:372 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s" + +#: include/enotify.php:373 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s." + +#: include/enotify.php:379 +msgid "Name:" +msgstr "Imię:" + +#: include/enotify.php:380 +msgid "Photo:" +msgstr "Zdjęcie:" + +#: include/enotify.php:383 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię." + +#: include/enotify.php:391 include/enotify.php:406 +msgid "[Friendica:Notify] Connection accepted" +msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane" + +#: include/enotify.php:393 include/enotify.php:408 +#, php-format +msgid "'%1$s' has accepted your connection request at %2$s" +msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s" + +#: include/enotify.php:394 include/enotify.php:409 +#, php-format +msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +msgstr "%2$s zaakceptował twoją [url=%1$s] prośbę o połączenie [/url]." + +#: include/enotify.php:399 +msgid "" +"You are now mutual friends and may exchange status updates, photos, and " +"email without restriction." +msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń." + +#: include/enotify.php:401 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku." + +#: include/enotify.php:414 +#, php-format +msgid "" +"'%1$s' has chosen to accept you a fan, which restricts some forms of " +"communication - such as private messaging and some profile interactions. If " +"this is a celebrity or community page, these settings were applied " +"automatically." +msgstr "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie." + +#: include/enotify.php:416 +#, php-format +msgid "" +"'%1$s' may choose to extend this into a two-way or more permissive " +"relationship in the future." +msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. " + +#: include/enotify.php:418 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji." + +#: include/enotify.php:428 mod/removeme.php:46 +msgid "[Friendica System Notify]" +msgstr "[Powiadomienie Systemu Friendica]" + +#: include/enotify.php:428 +msgid "registration request" +msgstr "prośba o rejestrację" + +#: include/enotify.php:430 +#, php-format +msgid "You've received a registration request from '%1$s' at %2$s" +msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s" + +#: include/enotify.php:431 +#, php-format +msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s." + +#: include/enotify.php:436 +#, php-format +msgid "" +"Full Name:\t%s\n" +"Site Location:\t%s\n" +"Login Name:\t%s (%s)" +msgstr "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)" + +#: include/enotify.php:442 +#, php-format +msgid "Please visit %s to approve or reject the request." +msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek." + +#: include/conversation.php:167 include/conversation.php:304 +#: src/Model/Item.php:3394 msgid "event" msgstr "wydarzenie" -#: include/conversation.php:164 include/conversation.php:174 -#: include/conversation.php:301 include/conversation.php:310 -#: mod/subthread.php:88 mod/tagger.php:69 +#: include/conversation.php:170 include/conversation.php:180 +#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72 +#: mod/subthread.php:91 msgid "status" msgstr "status" -#: include/conversation.php:169 include/conversation.php:306 -#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3302 +#: include/conversation.php:175 include/conversation.php:312 +#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91 msgid "photo" msgstr "zdjęcie" -#: include/conversation.php:182 +#: include/conversation.php:188 #, php-format msgid "%1$s likes %2$s's %3$s" msgstr "%1$s lubi to %2$s's %3$s" -#: include/conversation.php:184 +#: include/conversation.php:190 #, php-format msgid "%1$s doesn't like %2$s's %3$s" msgstr "%1$s nie lubi %2$s's %3$s" -#: include/conversation.php:186 +#: include/conversation.php:192 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "%1$s bierze udział w %2$s's %3$s" -#: include/conversation.php:188 +#: include/conversation.php:194 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "%1$s nie uczestniczy %2$s 's %3$s" -#: include/conversation.php:190 +#: include/conversation.php:196 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "%1$s może bierze udział %2$s 's %3$s" -#: include/conversation.php:225 +#: include/conversation.php:231 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s jest teraz znajomym z %2$s" -#: include/conversation.php:266 +#: include/conversation.php:272 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s zaczepił Cię %2$s" -#: include/conversation.php:320 mod/tagger.php:102 +#: include/conversation.php:326 mod/tagger.php:105 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s" -#: include/conversation.php:342 +#: include/conversation.php:348 msgid "post/item" msgstr "stanowisko/pozycja" -#: include/conversation.php:343 +#: include/conversation.php:349 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s oznacz %2$s's %3$s jako ulubione" -#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442 +#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352 msgid "Likes" msgstr "Lubię to" -#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442 +#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355 msgid "Dislikes" msgstr "Nie lubię tego" -#: include/conversation.php:571 include/conversation.php:1565 -#: mod/photos.php:1443 +#: include/conversation.php:576 include/conversation.php:1603 +#: mod/photos.php:1408 msgid "Attending" msgid_plural "Attending" msgstr[0] "Uczestniczę" @@ -496,387 +496,389 @@ msgstr[1] "Uczestniczy" msgstr[2] "Uczestniczą" msgstr[3] "Uczestniczą" -#: include/conversation.php:572 mod/photos.php:1443 +#: include/conversation.php:577 mod/photos.php:1408 msgid "Not attending" msgstr "Nie uczestniczę" -#: include/conversation.php:573 mod/photos.php:1443 +#: include/conversation.php:578 mod/photos.php:1408 msgid "Might attend" msgstr "Może wziąć udział" -#: include/conversation.php:574 +#: include/conversation.php:579 msgid "Reshares" msgstr "Udostępnianie" -#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209 +#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469 msgid "Select" msgstr "Wybierz" -#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738 -#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830 -#: src/Module/Contact.php:1101 +#: include/conversation.php:660 src/Module/Admin/Users.php:288 +#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470 +#: mod/settings.php:731 mod/settings.php:873 msgid "Delete" msgstr "Usuń" -#: include/conversation.php:680 src/Object/Post.php:383 -#: src/Object/Post.php:384 +#: include/conversation.php:689 src/Object/Post.php:407 +#: src/Object/Post.php:408 #, php-format msgid "View %s's profile @ %s" msgstr "Pokaż %s's profil @ %s" -#: include/conversation.php:693 src/Object/Post.php:371 +#: include/conversation.php:702 src/Object/Post.php:395 msgid "Categories:" msgstr "Kategorie:" -#: include/conversation.php:694 src/Object/Post.php:372 +#: include/conversation.php:703 src/Object/Post.php:396 msgid "Filed under:" msgstr "Zapisano w:" -#: include/conversation.php:701 src/Object/Post.php:397 +#: include/conversation.php:710 src/Object/Post.php:421 #, php-format msgid "%s from %s" msgstr "%s od %s" -#: include/conversation.php:716 +#: include/conversation.php:725 msgid "View in context" msgstr "Zobacz w kontekście" -#: include/conversation.php:718 include/conversation.php:1231 -#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260 -#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193 -#: src/Object/Post.php:424 +#: include/conversation.php:727 include/conversation.php:1249 +#: src/Object/Post.php:451 src/Module/Item/Compose.php:143 +#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87 +#: mod/message.php:260 mod/message.php:442 msgid "Please wait" msgstr "Proszę czekać" -#: include/conversation.php:782 +#: include/conversation.php:791 msgid "remove" msgstr "usuń" -#: include/conversation.php:786 +#: include/conversation.php:795 msgid "Delete Selected Items" msgstr "Usuń zaznaczone elementy" -#: include/conversation.php:941 view/theme/frio/theme.php:363 +#: include/conversation.php:956 view/theme/frio/theme.php:363 msgid "Follow Thread" msgstr "Śledź wątek" -#: include/conversation.php:942 src/Model/Contact.php:1198 +#: include/conversation.php:957 src/Model/Contact.php:1255 msgid "View Status" msgstr "Zobacz status" -#: include/conversation.php:943 include/conversation.php:961 mod/match.php:87 -#: mod/suggest.php:87 src/Model/Contact.php:1138 src/Model/Contact.php:1191 -#: src/Model/Contact.php:1199 src/Module/AllFriends.php:74 -#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150 +#: include/conversation.php:958 include/conversation.php:976 +#: src/Model/Contact.php:1185 src/Model/Contact.php:1247 +#: src/Model/Contact.php:1256 src/Module/Directory.php:148 +#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74 +#: mod/match.php:87 mod/suggest.php:87 msgid "View Profile" msgstr "Zobacz profil" -#: include/conversation.php:944 src/Model/Contact.php:1200 +#: include/conversation.php:959 src/Model/Contact.php:1257 msgid "View Photos" msgstr "Zobacz zdjęcia" -#: include/conversation.php:945 src/Model/Contact.php:1192 -#: src/Model/Contact.php:1201 +#: include/conversation.php:960 src/Model/Contact.php:1248 +#: src/Model/Contact.php:1258 msgid "Network Posts" msgstr "Wiadomości sieciowe" -#: include/conversation.php:946 src/Model/Contact.php:1193 -#: src/Model/Contact.php:1202 +#: include/conversation.php:961 src/Model/Contact.php:1249 +#: src/Model/Contact.php:1259 msgid "View Contact" msgstr "Pokaż kontakt" -#: include/conversation.php:947 src/Model/Contact.php:1204 +#: include/conversation.php:962 src/Model/Contact.php:1261 msgid "Send PM" msgstr "Wyślij prywatną wiadomość" -#: include/conversation.php:948 src/Module/Admin/Blocklist/Contact.php:67 -#: src/Module/Admin/Users.php:289 src/Module/Contact.php:623 -#: src/Module/Contact.php:827 src/Module/Contact.php:1076 +#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67 +#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606 +#: src/Module/Contact.php:823 src/Module/Contact.php:1082 msgid "Block" msgstr "Zablokuj" -#: include/conversation.php:949 mod/notifications.php:60 -#: mod/notifications.php:189 mod/notifications.php:282 -#: src/Module/Contact.php:624 src/Module/Contact.php:828 -#: src/Module/Contact.php:1084 +#: include/conversation.php:964 src/Module/Contact.php:607 +#: src/Module/Contact.php:824 src/Module/Contact.php:1090 +#: mod/notifications.php:66 mod/notifications.php:201 +#: mod/notifications.php:294 msgid "Ignore" msgstr "Ignoruj" -#: include/conversation.php:953 src/Model/Contact.php:1205 +#: include/conversation.php:968 src/Model/Contact.php:1262 msgid "Poke" msgstr "Zaczepka" -#: include/conversation.php:958 mod/match.php:88 mod/follow.php:160 -#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66 -#: src/Model/Contact.php:1194 src/Module/AllFriends.php:75 -#: src/Module/BaseSearchModule.php:134 +#: include/conversation.php:973 view/theme/vier/theme.php:178 +#: src/Content/Widget.php:67 src/Model/Contact.php:1250 +#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138 +#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88 +#: mod/suggest.php:88 msgid "Connect/Follow" msgstr "Połącz/Obserwuj" -#: include/conversation.php:1083 +#: include/conversation.php:1101 #, php-format msgid "%s likes this." msgstr "%s lubi to." -#: include/conversation.php:1086 +#: include/conversation.php:1104 #, php-format msgid "%s doesn't like this." msgstr "%s nie lubi tego." -#: include/conversation.php:1089 +#: include/conversation.php:1107 #, php-format msgid "%s attends." msgstr "%s uczestniczy." -#: include/conversation.php:1092 +#: include/conversation.php:1110 #, php-format msgid "%s doesn't attend." msgstr "%s nie uczestniczy." -#: include/conversation.php:1095 +#: include/conversation.php:1113 #, php-format msgid "%s attends maybe." msgstr "%s może bierze udział." -#: include/conversation.php:1098 include/conversation.php:1141 +#: include/conversation.php:1116 include/conversation.php:1159 #, php-format msgid "%s reshared this." msgstr "%sudostępnił to. " -#: include/conversation.php:1106 +#: include/conversation.php:1124 msgid "and" msgstr "i" -#: include/conversation.php:1112 +#: include/conversation.php:1130 #, php-format msgid "and %d other people" msgstr "i %d inni ludzie" -#: include/conversation.php:1120 +#: include/conversation.php:1138 #, php-format msgid "%2$d people like this" msgstr "%2$d ludzi lubi to" -#: include/conversation.php:1121 +#: include/conversation.php:1139 #, php-format msgid "%s like this." msgstr "%s lubię to." -#: include/conversation.php:1124 +#: include/conversation.php:1142 #, php-format msgid "%2$d people don't like this" msgstr "%2$d ludzi nie lubi tego" -#: include/conversation.php:1125 +#: include/conversation.php:1143 #, php-format msgid "%s don't like this." msgstr "%s nie lubię tego." -#: include/conversation.php:1128 +#: include/conversation.php:1146 #, php-format msgid "%2$d people attend" msgstr "%2$dosoby uczestniczą" -#: include/conversation.php:1129 +#: include/conversation.php:1147 #, php-format msgid "%s attend." msgstr "%s uczestniczy." -#: include/conversation.php:1132 +#: include/conversation.php:1150 #, php-format msgid "%2$d people don't attend" msgstr "%2$dludzie nie uczestniczą" -#: include/conversation.php:1133 +#: include/conversation.php:1151 #, php-format msgid "%s don't attend." msgstr "%s nie uczestniczy." -#: include/conversation.php:1136 +#: include/conversation.php:1154 #, php-format msgid "%2$d people attend maybe" msgstr "Możliwe, że %2$d osoby będą uczestniczyć" -#: include/conversation.php:1137 +#: include/conversation.php:1155 #, php-format msgid "%s attend maybe." msgstr "%sbyć może uczestniczyć." -#: include/conversation.php:1140 +#: include/conversation.php:1158 #, php-format msgid "%2$d people reshared this" -msgstr "" +msgstr "%2$d użytkowników udostępniło to dalej" -#: include/conversation.php:1170 +#: include/conversation.php:1188 msgid "Visible to everybody" msgstr "Widoczne dla wszystkich" -#: include/conversation.php:1171 src/Module/Item/Compose.php:187 -#: src/Object/Post.php:887 +#: include/conversation.php:1189 src/Object/Post.php:920 +#: src/Module/Item/Compose.php:137 msgid "Please enter a image/video/audio/webpage URL:" msgstr "Wprowadź adres URL obrazu/wideo/audio/strony:" -#: include/conversation.php:1172 +#: include/conversation.php:1190 msgid "Tag term:" msgstr "Termin tagu:" -#: include/conversation.php:1173 src/Module/Filer/SaveTag.php:48 +#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48 msgid "Save to Folder:" msgstr "Zapisz w folderze:" -#: include/conversation.php:1174 +#: include/conversation.php:1192 msgid "Where are you right now?" msgstr "Gdzie teraz jesteś?" -#: include/conversation.php:1175 +#: include/conversation.php:1193 msgid "Delete item(s)?" msgstr "Usunąć pozycję (pozycje)?" -#: include/conversation.php:1207 +#: include/conversation.php:1225 msgid "New Post" msgstr "Nowy Post" -#: include/conversation.php:1210 +#: include/conversation.php:1228 msgid "Share" msgstr "Podziel się" -#: include/conversation.php:1211 mod/wallmessage.php:139 mod/editpost.php:72 +#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73 #: mod/message.php:258 mod/message.php:439 msgid "Upload photo" msgstr "Wyślij zdjęcie" -#: include/conversation.php:1212 mod/editpost.php:73 +#: include/conversation.php:1230 mod/editpost.php:74 msgid "upload photo" msgstr "dodaj zdjęcie" -#: include/conversation.php:1213 mod/editpost.php:74 +#: include/conversation.php:1231 mod/editpost.php:75 msgid "Attach file" msgstr "Załącz plik" -#: include/conversation.php:1214 mod/editpost.php:75 +#: include/conversation.php:1232 mod/editpost.php:76 msgid "attach file" msgstr "załącz plik" -#: include/conversation.php:1215 src/Module/Item/Compose.php:179 -#: src/Object/Post.php:879 +#: include/conversation.php:1233 src/Object/Post.php:912 +#: src/Module/Item/Compose.php:129 msgid "Bold" msgstr "Pogrubienie" -#: include/conversation.php:1216 src/Module/Item/Compose.php:180 -#: src/Object/Post.php:880 +#: include/conversation.php:1234 src/Object/Post.php:913 +#: src/Module/Item/Compose.php:130 msgid "Italic" msgstr "Kursywa" -#: include/conversation.php:1217 src/Module/Item/Compose.php:181 -#: src/Object/Post.php:881 +#: include/conversation.php:1235 src/Object/Post.php:914 +#: src/Module/Item/Compose.php:131 msgid "Underline" msgstr "Podkreślenie" -#: include/conversation.php:1218 src/Module/Item/Compose.php:182 -#: src/Object/Post.php:882 +#: include/conversation.php:1236 src/Object/Post.php:915 +#: src/Module/Item/Compose.php:132 msgid "Quote" msgstr "Cytat" -#: include/conversation.php:1219 src/Module/Item/Compose.php:183 -#: src/Object/Post.php:883 +#: include/conversation.php:1237 src/Object/Post.php:916 +#: src/Module/Item/Compose.php:133 msgid "Code" msgstr "Kod" -#: include/conversation.php:1220 src/Module/Item/Compose.php:184 -#: src/Object/Post.php:884 +#: include/conversation.php:1238 src/Object/Post.php:917 +#: src/Module/Item/Compose.php:134 msgid "Image" msgstr "Obraz" -#: include/conversation.php:1221 src/Module/Item/Compose.php:185 -#: src/Object/Post.php:885 +#: include/conversation.php:1239 src/Object/Post.php:918 +#: src/Module/Item/Compose.php:135 msgid "Link" msgstr "Link" -#: include/conversation.php:1222 src/Module/Item/Compose.php:186 -#: src/Object/Post.php:886 +#: include/conversation.php:1240 src/Object/Post.php:919 +#: src/Module/Item/Compose.php:136 msgid "Link or Media" msgstr "Link lub Media" -#: include/conversation.php:1223 mod/editpost.php:82 -#: src/Module/Item/Compose.php:189 +#: include/conversation.php:1241 src/Module/Item/Compose.php:139 +#: mod/editpost.php:83 msgid "Set your location" msgstr "Ustaw swoją lokalizację" -#: include/conversation.php:1224 mod/editpost.php:83 +#: include/conversation.php:1242 mod/editpost.php:84 msgid "set location" msgstr "wybierz lokalizację" -#: include/conversation.php:1225 mod/editpost.php:84 +#: include/conversation.php:1243 mod/editpost.php:85 msgid "Clear browser location" msgstr "Wyczyść lokalizację przeglądarki" -#: include/conversation.php:1226 mod/editpost.php:85 +#: include/conversation.php:1244 mod/editpost.php:86 msgid "clear location" msgstr "wyczyść lokalizację" -#: include/conversation.php:1228 mod/editpost.php:99 -#: src/Module/Item/Compose.php:194 +#: include/conversation.php:1246 src/Module/Item/Compose.php:144 +#: mod/editpost.php:100 msgid "Set title" msgstr "Podaj tytuł" -#: include/conversation.php:1230 mod/editpost.php:101 -#: src/Module/Item/Compose.php:195 +#: include/conversation.php:1248 src/Module/Item/Compose.php:145 +#: mod/editpost.php:102 msgid "Categories (comma-separated list)" msgstr "Kategorie (lista słów oddzielonych przecinkiem)" -#: include/conversation.php:1232 mod/editpost.php:87 +#: include/conversation.php:1250 mod/editpost.php:88 msgid "Permission settings" msgstr "Ustawienia uprawnień" -#: include/conversation.php:1233 mod/editpost.php:116 +#: include/conversation.php:1251 mod/editpost.php:117 msgid "permissions" msgstr "zezwolenia" -#: include/conversation.php:1242 mod/editpost.php:96 +#: include/conversation.php:1260 mod/editpost.php:97 msgid "Public post" msgstr "Publiczny post" -#: include/conversation.php:1246 mod/editpost.php:107 mod/events.php:550 -#: mod/photos.php:1433 mod/photos.php:1472 mod/photos.php:1532 -#: src/Module/Item/Compose.php:188 src/Object/Post.php:888 +#: include/conversation.php:1264 src/Object/Post.php:921 +#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398 +#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108 msgid "Preview" msgstr "Podgląd" -#: include/conversation.php:1250 include/items.php:397 mod/tagrm.php:20 -#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650 -#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139 -#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084 -#: mod/photos.php:1191 mod/settings.php:678 mod/settings.php:704 -#: mod/suggest.php:76 src/Module/Contact.php:464 +#: include/conversation.php:1268 include/items.php:392 +#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174 +#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132 +#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671 +#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111 +#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115 msgid "Cancel" msgstr "Anuluj" -#: include/conversation.php:1255 +#: include/conversation.php:1273 msgid "Post to Groups" msgstr "Opublikuj w grupach" -#: include/conversation.php:1256 +#: include/conversation.php:1274 msgid "Post to Contacts" msgstr "Wstaw do kontaktów" -#: include/conversation.php:1257 +#: include/conversation.php:1275 msgid "Private post" msgstr "Prywatne posty" -#: include/conversation.php:1262 mod/editpost.php:114 -#: src/Model/Profile.php:542 src/Module/Contact.php:339 +#: include/conversation.php:1280 src/Model/Profile.php:546 +#: src/Module/Contact.php:322 mod/editpost.php:115 msgid "Message" msgstr "Wiadomość" -#: include/conversation.php:1263 mod/editpost.php:115 +#: include/conversation.php:1281 mod/editpost.php:116 msgid "Browser" msgstr "Przeglądarka" -#: include/conversation.php:1535 +#: include/conversation.php:1573 msgid "View all" msgstr "Pokaż wszystkie" -#: include/conversation.php:1559 +#: include/conversation.php:1597 msgid "Like" msgid_plural "Likes" msgstr[0] "Ostatnie polubienie" @@ -884,7 +886,7 @@ msgstr[1] "Ostatnie polubienia" msgstr[2] "Ostatnich polubienień" msgstr[3] "Ostatnie polubienia" -#: include/conversation.php:1562 +#: include/conversation.php:1600 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Nie lubię" @@ -892,7 +894,7 @@ msgstr[1] "Nie lubią" msgstr[2] "Nie lubią" msgstr[3] "Nie lubi" -#: include/conversation.php:1568 +#: include/conversation.php:1606 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Nie uczestniczę" @@ -900,7 +902,7 @@ msgstr[1] "Nie uczestniczy" msgstr[2] "Nie uczestniczą" msgstr[3] "Nie uczestniczą" -#: include/conversation.php:1571 src/Content/ContactSelector.php:167 +#: include/conversation.php:1609 src/Content/ContactSelector.php:245 msgid "Undecided" msgid_plural "Undecided" msgstr[0] "Niezdecydowany" @@ -908,3357 +910,190 @@ msgstr[1] "Niezdecydowani" msgstr[2] "Niezdecydowani" msgstr[3] "Niezdecydowani" -#: include/items.php:354 src/Module/Admin/Themes/Details.php:53 -#: src/Module/Admin/Themes/Index.php:41 src/Module/Debug/ItemBody.php:27 +#: include/items.php:355 src/Module/Admin/Themes/Details.php:53 +#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27 #: src/Module/Debug/ItemBody.php:40 msgid "Item not found." msgstr "Element nie znaleziony." -#: include/items.php:392 +#: include/items.php:387 msgid "Do you really want to delete this item?" msgstr "Czy na pewno chcesz usunąć ten element?" -#: include/items.php:394 mod/api.php:109 mod/profiles.php:526 -#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640 -#: mod/follow.php:163 mod/message.php:150 mod/settings.php:1089 -#: mod/settings.php:1095 mod/settings.php:1102 mod/settings.php:1106 -#: mod/settings.php:1110 mod/settings.php:1114 mod/settings.php:1118 -#: mod/settings.php:1122 mod/settings.php:1142 mod/settings.php:1143 +#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91 +#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163 +#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551 +#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103 +#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115 +#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143 #: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146 -#: mod/suggest.php:73 src/Module/Contact.php:461 src/Module/Register.php:97 +#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150 msgid "Yes" msgstr "Tak" -#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30 -#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18 -#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17 -#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109 -#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107 -#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43 -#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182 -#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90 -#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/events.php:208 -#: mod/follow.php:57 mod/follow.php:134 mod/fsuggest.php:63 mod/item.php:170 -#: mod/manage.php:130 mod/message.php:56 mod/message.php:101 -#: mod/network.php:37 mod/notes.php:27 mod/notifications.php:70 -#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141 -#: mod/profile_photo.php:32 mod/profile_photo.php:177 -#: mod/profile_photo.php:197 mod/settings.php:52 mod/settings.php:165 -#: mod/settings.php:667 mod/suggest.php:39 src/Module/Attach.php:42 -#: src/Module/Contact.php:378 src/Module/FollowConfirm.php:27 -#: src/Module/Group.php:31 src/Module/Group.php:77 src/Module/Invite.php:22 -#: src/Module/Invite.php:110 src/Module/Notifications/Notify.php:19 -#: src/Module/Profile/Contacts.php:50 src/Module/Register.php:192 -#: src/Module/Search/Directory.php:17 +#: include/items.php:439 src/Module/Delegation.php:101 +#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42 +#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54 +#: src/Module/Group.php:31 src/Module/Group.php:77 +#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50 +#: src/Module/Contact.php:361 src/Module/Invite.php:22 +#: src/Module/Invite.php:110 src/Module/Register.php:186 +#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17 +#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35 +#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76 +#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82 +#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57 +#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22 +#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32 +#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142 +#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182 +#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66 +#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167 +#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65 +#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22 +#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16 msgid "Permission denied." msgstr "Brak uprawnień." -#: mod/api.php:84 mod/api.php:106 -msgid "Authorize application connection" -msgstr "Autoryzacja połączenia aplikacji" - -#: mod/api.php:85 -msgid "Return to your app and insert this Securty Code:" -msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:" - -#: mod/api.php:94 src/Module/BaseAdminModule.php:56 -msgid "Please login to continue." -msgstr "Zaloguj się aby kontynuować." - -#: mod/api.php:108 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?" - -#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530 -#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163 -#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102 -#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114 -#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142 -#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 -#: mod/settings.php:1146 src/Module/Register.php:98 -msgid "No" -msgstr "Nie" - -#: mod/delegate.php:42 -msgid "Parent user not found." -msgstr "Nie znaleziono użytkownika nadrzędnego." - -#: mod/delegate.php:149 -msgid "No parent user" -msgstr "Brak nadrzędnego użytkownika" - -#: mod/delegate.php:164 -msgid "Parent Password:" -msgstr "Hasło nadrzędne:" - -#: mod/delegate.php:164 -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:171 -msgid "Parent User" -msgstr "Użytkownik nadrzędny" - -#: mod/delegate.php:174 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "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 mod/settings.php:677 mod/settings.php:784 -#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178 -#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69 -#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Site.php:569 -#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50 -msgid "Save Settings" -msgstr "Zapisz ustawienia" - -#: mod/delegate.php:176 src/Content/Nav.php:263 -msgid "Delegate Page Management" -msgstr "Deleguj zarządzanie stronami" - -#: mod/delegate.php:177 -msgid "Delegates" -msgstr "Oddeleguj" - -#: mod/delegate.php:179 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "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:180 -msgid "Existing Page Delegates" -msgstr "Obecni delegaci stron" - -#: mod/delegate.php:182 -msgid "Potential Delegates" -msgstr "Potencjalni delegaci" - -#: mod/delegate.php:184 mod/tagrm.php:114 -msgid "Remove" -msgstr "Usuń" - -#: mod/delegate.php:185 -msgid "Add" -msgstr "Dodaj" - -#: mod/delegate.php:186 -msgid "No entries." -msgstr "Brak wpisów." - -#: mod/oexchange.php:32 -msgid "Post successful." -msgstr "Pomyślnie opublikowano." - -#: mod/ostatus_subscribe.php:23 -msgid "Subscribing to OStatus contacts" -msgstr "Subskrybowanie kontaktów OStatus" - -#: mod/ostatus_subscribe.php:35 -msgid "No contact provided." -msgstr "Brak kontaktu." - -#: mod/ostatus_subscribe.php:42 -msgid "Couldn't fetch information for contact." -msgstr "Nie można pobrać informacji o kontakcie." - -#: mod/ostatus_subscribe.php:52 -msgid "Couldn't fetch friends for contact." -msgstr "Nie można pobrać znajomych do kontaktu." - -#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 -msgid "Done" -msgstr "Gotowe" - -#: mod/ostatus_subscribe.php:84 -msgid "success" -msgstr "powodzenie" - -#: mod/ostatus_subscribe.php:86 -msgid "failed" -msgstr "nie powiodło się" - -#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285 -msgid "ignored" -msgstr "ignorowany(-a)" - -#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 -msgid "Keep this window open until done." -msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe." - -#: mod/profperm.php:30 -msgid "Permission denied" -msgstr "Odmowa dostępu" - -#: mod/profperm.php:36 mod/profperm.php:69 -msgid "Invalid profile identifier." -msgstr "Nieprawidłowa nazwa użytkownika." - -#: mod/profperm.php:115 -msgid "Profile Visibility Editor" -msgstr "Ustawienia widoczności profilu" - -#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161 -#: src/Model/Profile.php:881 src/Model/Profile.php:917 -#: src/Module/Contact.php:656 src/Module/Contact.php:872 -#: src/Module/Welcome.php:38 -msgid "Profile" -msgstr "Profil użytkownika" - -#: mod/profperm.php:119 src/Module/Group.php:321 -msgid "Click on a contact to add or remove." -msgstr "Kliknij na kontakt w celu dodania lub usunięcia." - -#: mod/profperm.php:128 -msgid "Visible To" -msgstr "Widoczne dla" - -#: mod/profperm.php:144 -msgid "All Contacts (with secure profile access)" -msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)" - -#: mod/regmod.php:53 -msgid "Account approved." -msgstr "Konto zatwierdzone." - -#: mod/regmod.php:77 +#: update.php:218 #, php-format -msgid "Registration revoked for %s" -msgstr "Rejestracja odwołana dla %s" +msgid "%s: Updating author-id and owner-id in item and thread table. " +msgstr "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. " -#: mod/regmod.php:84 -msgid "Please login." -msgstr "Proszę się zalogować." - -#: mod/removeme.php:46 -msgid "User deleted their account" -msgstr "Użytkownik usunął swoje konto" - -#: mod/removeme.php:47 -msgid "" -"On your Friendica node an user deleted their account. Please ensure that " -"their data is removed from the backups." -msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych." - -#: mod/removeme.php:48 +#: update.php:273 #, php-format -msgid "The user id is %d" -msgstr "Identyfikatorem użytkownika jest %d" +msgid "%s: Updating post-type." +msgstr "%s: Aktualizowanie typu postu." -#: mod/removeme.php:84 mod/removeme.php:87 -msgid "Remove My Account" -msgstr "Usuń moje konto" +#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126 +msgid "Community Profiles" +msgstr "Profile społeczności" -#: mod/removeme.php:85 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć." +#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130 +msgid "Last users" +msgstr "Ostatni użytkownicy" -#: mod/removeme.php:86 -msgid "Please enter your password for verification:" -msgstr "Wprowadź hasło w celu weryfikacji:" +#: view/theme/vier/theme.php:176 src/Content/Widget.php:65 +msgid "Find People" +msgstr "Znajdź ludzi" -#: mod/repair_ostatus.php:21 -msgid "Resubscribing to OStatus contacts" -msgstr "Ponowne subskrybowanie kontaktów OStatus" +#: view/theme/vier/theme.php:177 src/Content/Widget.php:66 +msgid "Enter name or interest" +msgstr "Wpisz nazwę lub zainteresowanie" -#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64 -msgid "Error" -msgid_plural "Errors" -msgstr[0] "Błąd" -msgstr[1] "Błędów" -msgstr[2] "Błędy" -msgstr[3] "Błędów" +#: view/theme/vier/theme.php:179 src/Content/Widget.php:68 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Przykład: Jan Kowalski, Wędkarstwo" -#: mod/tagrm.php:31 -msgid "Tag(s) removed" -msgstr "Usunięty Tag(i) " +#: view/theme/vier/theme.php:180 src/Content/Widget.php:69 +#: src/Module/Directory.php:84 src/Module/Contact.php:816 +msgid "Find" +msgstr "Znajdź" -#: mod/tagrm.php:101 -msgid "Remove Item Tag" -msgstr "Usuń pozycję Tag" - -#: mod/tagrm.php:103 -msgid "Select a tag to remove: " -msgstr "Wybierz tag do usunięcia: " - -#: mod/uimport.php:30 -msgid "User imports on closed servers can only be done by an administrator." -msgstr "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora." - -#: mod/uimport.php:39 src/Module/Register.php:59 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro." - -#: mod/uimport.php:54 src/Module/Register.php:141 -msgid "Import" -msgstr "Import" - -#: mod/uimport.php:56 -msgid "Move account" -msgstr "Przenieś konto" - -#: mod/uimport.php:57 -msgid "You can import an account from another Friendica server." -msgstr "Możesz zaimportować konto z innego serwera Friendica." - -#: mod/uimport.php:58 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś." - -#: mod/uimport.php:59 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory" - -#: mod/uimport.php:60 -msgid "Account file" -msgstr "Pliki konta" - -#: mod/uimport.php:60 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"" - -#: mod/unfollow.php:36 mod/unfollow.php:92 -msgid "You aren't following this contact." -msgstr "Nie obserwujesz tego kontaktu." - -#: mod/unfollow.php:46 mod/unfollow.php:98 -msgid "Unfollowing is currently not supported by your network." -msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć." - -#: mod/unfollow.php:67 -msgid "Contact unfollowed" -msgstr "Skontaktuj się z obserwowanym" - -#: mod/unfollow.php:118 -msgid "Disconnect/Unfollow" -msgstr "Rozłącz/Nie obserwuj" - -#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170 -msgid "Your Identity Address:" -msgstr "Twój adres tożsamości:" - -#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76 -msgid "Submit Request" -msgstr "Wyślij zgłoszenie" - -#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:182 -#: mod/notifications.php:274 src/Module/Admin/Blocklist/Contact.php:83 -#: src/Module/Contact.php:641 -msgid "Profile URL" -msgstr "Adres URL profilu" - -#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:912 -#: src/Module/Contact.php:867 -msgid "Status Messages and Posts" -msgstr "Status wiadomości i postów" - -#: mod/update_community.php:23 mod/update_contact.php:23 -#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36 -#: mod/update_profile.php:34 -msgid "[Embedded content - reload page to view]" -msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]" - -#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85 -#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116 -#: mod/wall_upload.php:167 mod/wall_upload.php:170 -msgid "Invalid request." -msgstr "Nieprawidłowe żądanie." - -#: mod/wall_attach.php:103 -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:103 -msgid "Or - did you try to upload an empty file?" -msgstr "Lub - czy próbowałeś załadować pusty plik?" - -#: mod/wall_attach.php:114 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "Plik przekracza limit rozmiaru wynoszący %s" - -#: mod/wall_attach.php:129 -msgid "File upload failed." -msgstr "Przesyłanie pliku nie powiodło się." - -#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686 -#: mod/photos.php:715 mod/profile_photo.php:152 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Obraz przekracza limit rozmiaru wynoszący %s" - -#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161 -msgid "Unable to process image." -msgstr "Przetwarzanie obrazu nie powiodło się." - -#: mod/wall_upload.php:243 -msgid "Wall Photos" -msgstr "Tablica zdjęć" - -#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303 -msgid "Image upload failed." -msgstr "Przesyłanie obrazu nie powiodło się." - -#: mod/wallmessage.php:52 mod/wallmessage.php:115 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona." - -#: mod/wallmessage.php:60 mod/message.php:70 -msgid "No recipient selected." -msgstr "Nie wybrano odbiorcy." - -#: mod/wallmessage.php:63 -msgid "Unable to check your home location." -msgstr "Nie można sprawdzić twojej lokalizacji." - -#: mod/wallmessage.php:66 mod/message.php:77 -msgid "Message could not be sent." -msgstr "Nie udało się wysłać wiadomości." - -#: mod/wallmessage.php:69 mod/message.php:80 -msgid "Message collection failure." -msgstr "Błąd zbierania komunikatów." - -#: mod/wallmessage.php:72 mod/message.php:83 -msgid "Message sent." -msgstr "Wysłano." - -#: mod/wallmessage.php:89 mod/wallmessage.php:98 -msgid "No recipient." -msgstr "Brak odbiorcy." - -#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 -msgid "Please enter a link URL:" -msgstr "Proszę wpisać adres URL:" - -#: mod/wallmessage.php:128 mod/message.php:246 -msgid "Send Private Message" -msgstr "Wyślij prywatną wiadomość" - -#: mod/wallmessage.php:129 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców." - -#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 -msgid "To:" -msgstr "Do:" - -#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 -msgid "Subject:" -msgstr "Temat:" - -#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435 -#: src/Module/Invite.php:150 -msgid "Your message:" -msgstr "Twoja wiadomość:" - -#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259 -#: mod/message.php:440 -msgid "Insert web link" -msgstr "Wstaw link" - -#: mod/match.php:49 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu." - -#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42 -#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131 -msgid "Connect" -msgstr "Połącz" - -#: mod/match.php:115 src/Content/Pager.php:198 -msgid "first" -msgstr "pierwszy" - -#: mod/match.php:120 src/Content/Pager.php:258 -msgid "next" -msgstr "następny" - -#: mod/match.php:130 src/Module/BaseSearchModule.php:92 -msgid "No matches" -msgstr "Brak wyników" - -#: mod/match.php:135 -msgid "Profile Match" -msgstr "Dopasowanie profilu" - -#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 -#: mod/profiles.php:511 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Nie znaleziono profilu." - -#: mod/profiles.php:62 -msgid "Profile deleted." -msgstr "Konto usunięte." - -#: mod/profiles.php:78 mod/profiles.php:114 -msgid "Profile-" -msgstr "Profil-" - -#: mod/profiles.php:97 mod/profiles.php:135 -msgid "New profile created." -msgstr "Utworzono nowy profil." - -#: mod/profiles.php:120 -msgid "Profile unavailable to clone." -msgstr "Nie można powielić profilu." - -#: mod/profiles.php:206 -msgid "Profile Name is required." -msgstr "Nazwa profilu jest wymagana." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Stan cywilny" - -#: mod/profiles.php:349 -msgid "Romantic Partner" -msgstr "Romantyczny partner" - -#: mod/profiles.php:358 -msgid "Work/Employment" -msgstr "Praca/Zatrudnienie" - -#: mod/profiles.php:361 -msgid "Religion" -msgstr "Religia" - -#: mod/profiles.php:364 -msgid "Political Views" -msgstr "Poglądy polityczne" - -#: mod/profiles.php:367 -msgid "Gender" -msgstr "Płeć" - -#: mod/profiles.php:370 -msgid "Sexual Preference" -msgstr "Orientacja seksualna" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:376 -msgid "Homepage" -msgstr "Strona Główna" - -#: mod/profiles.php:379 mod/profiles.php:578 -msgid "Interests" -msgstr "Zainteresowania" - -#: mod/profiles.php:382 -msgid "Address" -msgstr "Adres" - -#: mod/profiles.php:389 mod/profiles.php:574 -msgid "Location" -msgstr "Lokalizacja" - -#: mod/profiles.php:469 -msgid "Profile updated." -msgstr "Profil zaktualizowany." - -#: mod/profiles.php:523 -msgid "Hide contacts and friends:" -msgstr "Ukryj kontakty i znajomych:" - -#: mod/profiles.php:528 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?" - -#: mod/profiles.php:548 -msgid "Show more profile fields:" -msgstr "Pokaż więcej pól profilu:" - -#: mod/profiles.php:560 -msgid "Profile Actions" -msgstr "Akcje profilowe" - -#: mod/profiles.php:561 -msgid "Edit Profile Details" -msgstr "Edytuj informacje o profilu" - -#: mod/profiles.php:562 mod/crepair.php:149 mod/events.php:552 -#: mod/fsuggest.php:92 mod/manage.php:183 mod/message.php:261 -#: mod/message.php:441 mod/photos.php:991 mod/photos.php:1101 -#: mod/photos.php:1387 mod/photos.php:1432 mod/photos.php:1471 -#: mod/photos.php:1531 mod/poke.php:184 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 -#: view/theme/vier/config.php:120 src/Module/Contact.php:598 -#: src/Module/Debug/Localtime.php:45 src/Module/Install.php:213 -#: src/Module/Install.php:253 src/Module/Install.php:289 -#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178 -#: src/Object/Post.php:878 -msgid "Submit" -msgstr "Potwierdź" - -#: mod/profiles.php:563 -msgid "Change Profile Photo" -msgstr "Zmień zdjęcie profilowe" - -#: mod/profiles.php:565 -msgid "View this profile" -msgstr "Wyświetl ten profil" - -#: mod/profiles.php:566 -msgid "View all profiles" -msgstr "Wyświetl wszystkie profile" - -#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423 -msgid "Edit visibility" -msgstr "Edytuj widoczność" - -#: mod/profiles.php:568 -msgid "Create a new profile using these settings" -msgstr "Stwórz nowy profil wykorzystując te ustawienia" - -#: mod/profiles.php:569 -msgid "Clone this profile" -msgstr "Sklonuj ten profil" - -#: mod/profiles.php:570 -msgid "Delete this profile" -msgstr "Usuń ten profil" - -#: mod/profiles.php:572 -msgid "Basic information" -msgstr "Podstawowe informacje" - -#: mod/profiles.php:573 -msgid "Profile picture" -msgstr "Zdjęcie profilowe" - -#: mod/profiles.php:575 -msgid "Preferences" -msgstr "Preferencje" - -#: mod/profiles.php:576 -msgid "Status information" -msgstr "Informacje o stanie" - -#: mod/profiles.php:577 -msgid "Additional information" -msgstr "Dodatkowe informacje" - -#: mod/profiles.php:579 mod/network.php:992 -#: src/Core/NotificationsManager.php:158 -msgid "Personal" -msgstr "Osobiste" - -#: mod/profiles.php:580 -msgid "Relation" -msgstr "Relacje" - -#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81 -msgid "Miscellaneous" -msgstr "Różny" - -#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39 -msgid "Upload Profile Photo" -msgstr "Wyślij zdjęcie profilowe" - -#: mod/profiles.php:584 -msgid "Your Gender:" -msgstr "Płeć:" - -#: mod/profiles.php:585 -msgid " Marital Status:" -msgstr " Stan cywilny:" - -#: mod/profiles.php:586 src/Model/Profile.php:800 -msgid "Sexual Preference:" -msgstr "Preferencje seksualne:" - -#: mod/profiles.php:587 -msgid "Example: fishing photography software" -msgstr "Przykład: oprogramowanie do fotografowania ryb" - -#: mod/profiles.php:592 -msgid "Profile Name:" -msgstr "Nazwa profilu:" - -#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542 -msgid "Required" -msgstr "Wymagany" - -#: mod/profiles.php:594 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "To jest Twój publiczny profil.
Może zostać wyświetlony przez każdego kto używa internetu." - -#: mod/profiles.php:595 -msgid "Your Full Name:" -msgstr "Imię i nazwisko:" - -#: mod/profiles.php:596 -msgid "Title/Description:" -msgstr "Tytuł/Opis:" - -#: mod/profiles.php:599 -msgid "Street Address:" -msgstr "Ulica:" - -#: mod/profiles.php:600 -msgid "Locality/City:" -msgstr "Miasto:" - -#: mod/profiles.php:601 -msgid "Region/State:" -msgstr "Województwo/Stan:" - -#: mod/profiles.php:602 -msgid "Postal/Zip Code:" -msgstr "Kod Pocztowy:" - -#: mod/profiles.php:603 -msgid "Country:" -msgstr "Kraj:" - -#: mod/profiles.php:604 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Wiek: " - -#: mod/profiles.php:607 -msgid "Who: (if applicable)" -msgstr "Kto: (jeśli dotyczy)" - -#: mod/profiles.php:607 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:608 -msgid "Since [date]:" -msgstr "Od [data]:" - -#: mod/profiles.php:610 -msgid "Tell us about yourself..." -msgstr "Napisz o sobie…" - -#: mod/profiles.php:611 -msgid "XMPP (Jabber) address:" -msgstr "Adres XMPP (Jabber):" - -#: mod/profiles.php:611 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić." - -#: mod/profiles.php:612 -msgid "Homepage URL:" -msgstr "Adres URL strony domowej:" - -#: mod/profiles.php:613 src/Model/Profile.php:808 -msgid "Hometown:" -msgstr "Miasto rodzinne:" - -#: mod/profiles.php:614 src/Model/Profile.php:816 -msgid "Political Views:" -msgstr "Poglądy polityczne:" - -#: mod/profiles.php:615 -msgid "Religious Views:" -msgstr "Poglądy religijne:" - -#: mod/profiles.php:616 -msgid "Public Keywords:" -msgstr "Publiczne słowa kluczowe:" - -#: mod/profiles.php:616 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" - -#: mod/profiles.php:617 -msgid "Private Keywords:" -msgstr "Prywatne słowa kluczowe:" - -#: mod/profiles.php:617 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" - -#: mod/profiles.php:618 src/Model/Profile.php:832 -msgid "Likes:" -msgstr "Lubię to:" - -#: mod/profiles.php:619 src/Model/Profile.php:836 -msgid "Dislikes:" -msgstr "Nie lubię tego:" - -#: mod/profiles.php:620 -msgid "Musical interests" -msgstr "Muzyka" - -#: mod/profiles.php:621 -msgid "Books, literature" -msgstr "Literatura" - -#: mod/profiles.php:622 -msgid "Television" -msgstr "Telewizja" - -#: mod/profiles.php:623 -msgid "Film/dance/culture/entertainment" -msgstr "Film/taniec/kultura/rozrywka" - -#: mod/profiles.php:624 -msgid "Hobbies/Interests" -msgstr "Zainteresowania" - -#: mod/profiles.php:625 -msgid "Love/romance" -msgstr "Miłość/romans" - -#: mod/profiles.php:626 -msgid "Work/employment" -msgstr "Praca/zatrudnienie" - -#: mod/profiles.php:627 -msgid "School/education" -msgstr "Szkoła/edukacja" - -#: mod/profiles.php:628 -msgid "Contact information and Social Networks" -msgstr "Dane kontaktowe i Sieci społecznościowe" - -#: mod/profiles.php:659 src/Model/Profile.php:419 -msgid "Profile Image" -msgstr "Zdjęcie profilowe" - -#: mod/profiles.php:661 src/Model/Profile.php:422 -msgid "visible to everybody" -msgstr "widoczne dla wszystkich" - -#: mod/profiles.php:668 -msgid "Edit/Manage Profiles" -msgstr "Edycja/Zarządzanie profilami" - -#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430 -msgid "Change profile photo" -msgstr "Zmień zdjęcie profilowe" - -#: mod/profiles.php:670 src/Model/Profile.php:410 -msgid "Create New Profile" -msgstr "Utwórz nowy profil" - -#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20 -#: src/Module/Debug/ItemBody.php:18 -msgid "Access denied." -msgstr "Brak dostępu." - -#: mod/cal.php:140 mod/display.php:301 src/Module/Profile.php:177 -msgid "Access to this profile has been restricted." -msgstr "Dostęp do tego profilu został ograniczony." - -#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271 -#: view/theme/frio/theme.php:275 src/Content/Nav.php:164 -#: src/Content/Nav.php:228 src/Model/Profile.php:945 src/Model/Profile.php:956 -msgid "Events" -msgstr "Wydarzenia" - -#: mod/cal.php:272 mod/events.php:384 -msgid "View" -msgstr "Widok" - -#: mod/cal.php:273 mod/events.php:386 -msgid "Previous" -msgstr "Poprzedni" - -#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:175 -msgid "Next" -msgstr "Następny" - -#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428 -msgid "today" -msgstr "dzisiaj" - -#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314 -#: src/Model/Event.php:429 -msgid "month" -msgstr "miesiąc" - -#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315 -#: src/Model/Event.php:430 -msgid "week" -msgstr "tydzień" - -#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316 -#: src/Model/Event.php:431 -msgid "day" -msgstr "dzień" - -#: mod/cal.php:281 mod/events.php:396 -msgid "list" -msgstr "lista" - -#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88 -msgid "User not found" -msgstr "Użytkownik nie znaleziony" - -#: mod/cal.php:310 -msgid "This calendar format is not supported" -msgstr "Ten format kalendarza nie jest obsługiwany" - -#: mod/cal.php:312 -msgid "No exportable data found" -msgstr "Nie znaleziono danych do eksportu" - -#: mod/cal.php:329 -msgid "calendar" -msgstr "kalendarz" - -#: mod/common.php:90 -msgid "No contacts in common." -msgstr "Brak wspólnych kontaktów." - -#: mod/common.php:141 src/Module/Contact.php:895 -msgid "Common Friends" -msgstr "Wspólni znajomi" - -#: mod/community.php:33 mod/dfrn_request.php:597 mod/display.php:199 -#: mod/photos.php:850 mod/search.php:87 mod/search.php:93 mod/videos.php:118 -#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19 -#: src/Module/Directory.php:30 -msgid "Public access denied." -msgstr "Publiczny dostęp zabroniony." - -#: mod/community.php:76 -msgid "Community option not available." -msgstr "Opcja wspólnotowa jest niedostępna." - -#: mod/community.php:93 -msgid "Not available." -msgstr "Niedostępne." - -#: mod/community.php:103 -msgid "Local Community" -msgstr "Lokalna społeczność" - -#: mod/community.php:106 -msgid "Posts from local users on this server" -msgstr "Wpisy od lokalnych użytkowników na tym serwerze" - -#: mod/community.php:114 -msgid "Global Community" -msgstr "Globalna społeczność" - -#: mod/community.php:117 -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:222 -msgid "No results." -msgstr "Brak wyników." - -#: mod/community.php:215 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła." - -#: mod/crepair.php:79 -msgid "Contact settings applied." -msgstr "Ustawienia kontaktu zaktualizowane." - -#: mod/crepair.php:81 -msgid "Contact update failed." -msgstr "Nie udało się zaktualizować kontaktu." - -#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32 -#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140 -#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92 -msgid "Contact not found." -msgstr "Nie znaleziono kontaktu." - -#: mod/crepair.php:115 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać." - -#: mod/crepair.php:116 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce." - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "No mirroring" -msgstr "Bez dublowania" - -#: mod/crepair.php:130 -msgid "Mirror as forwarded posting" -msgstr "Przesłany lustrzany post" - -#: mod/crepair.php:130 mod/crepair.php:132 -msgid "Mirror as my own posting" -msgstr "Lustro mojego własnego komentarza" - -#: mod/crepair.php:145 -msgid "Return to contact editor" -msgstr "Wróć do edytora kontaktów" - -#: mod/crepair.php:147 -msgid "Refetch contact data" -msgstr "Odśwież dane kontaktowe" - -#: mod/crepair.php:150 -msgid "Remote Self" -msgstr "Zdalny Self" - -#: mod/crepair.php:153 -msgid "Mirror postings from this contact" -msgstr "Publikacje lustrzane od tego kontaktu" - -#: mod/crepair.php:155 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu." - -#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705 -#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 -#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 -#: src/Module/Admin/Users.php:313 -msgid "Name" -msgstr "Nazwa" - -#: mod/crepair.php:160 -msgid "Account Nickname" -msgstr "Nazwa konta" - -#: mod/crepair.php:161 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tagname - zastępuje Imię/Pseudonim" - -#: mod/crepair.php:162 -msgid "Account URL" -msgstr "Adres URL konta" - -#: mod/crepair.php:163 -msgid "Account URL Alias" -msgstr "" - -#: mod/crepair.php:164 -msgid "Friend Request URL" -msgstr "Adres URL żądający znajomości" - -#: mod/crepair.php:165 -msgid "Friend Confirm URL" -msgstr "URL potwierdzający znajomość" - -#: mod/crepair.php:166 -msgid "Notification Endpoint URL" -msgstr "Zgłoszenie Punktu Końcowego URL" - -#: mod/crepair.php:167 -msgid "Poll/Feed URL" -msgstr "Adres Ankiety/RSS" - -#: mod/crepair.php:168 -msgid "New photo from this URL" -msgstr "Nowe zdjęcie z tego adresu URL" - -#: mod/dfrn_confirm.php:126 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony." - -#: mod/dfrn_confirm.php:227 -msgid "Response from remote site was not understood." -msgstr "Odpowiedź do zdalnej strony nie została zrozumiana" - -#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " -msgstr "Nieoczekiwana odpowiedź od strony zdalnej:" - -#: mod/dfrn_confirm.php:249 -msgid "Confirmation completed successfully." -msgstr "Potwierdzenie zostało pomyślnie zakończone." - -#: mod/dfrn_confirm.php:261 -msgid "Temporary failure. Please wait and try again." -msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie." - -#: mod/dfrn_confirm.php:264 -msgid "Introduction failed or was revoked." -msgstr "Wprowadzenie nie powiodło się lub zostało odwołane." - -#: mod/dfrn_confirm.php:269 -msgid "Remote site reported: " -msgstr "Zgłoszona zdana strona:" - -#: mod/dfrn_confirm.php:374 -#, php-format -msgid "No user record found for '%s' " -msgstr "Nie znaleziono użytkownika dla '%s'" - -#: mod/dfrn_confirm.php:384 -msgid "Our site encryption key is apparently messed up." -msgstr "Klucz kodujący jest najwyraźniej uszkodzony." - -#: mod/dfrn_confirm.php:395 -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:411 -msgid "Contact record was not found for you on our site." -msgstr "Nie znaleziono kontaktu na naszej stronie" - -#: mod/dfrn_confirm.php:425 -#, 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:441 -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:452 -msgid "Unable to set your contact credentials on our system." -msgstr "Nie można ustawić danych kontaktowych w naszym systemie." - -#: mod/dfrn_confirm.php:508 -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:538 mod/dfrn_request.php:560 -#: src/Model/Contact.php:2457 -msgid "[Name Withheld]" -msgstr "[Nazwa zastrzeżona]" - -#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s witamy %2$s" - -#: mod/dfrn_request.php:98 -msgid "This introduction has already been accepted." -msgstr "To wprowadzenie zostało już zaakceptowane." - -#: mod/dfrn_request.php:116 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:120 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:123 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:127 mod/dfrn_request.php:365 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d wymagany parametr nie został znaleziony w podanej lokacji" -msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji" -msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji" -msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji" - -#: mod/dfrn_request.php:165 -msgid "Introduction complete." -msgstr "Wprowadzanie zakończone." - -#: mod/dfrn_request.php:201 -msgid "Unrecoverable protocol error." -msgstr "Nieodwracalny błąd protokołu." - -#: mod/dfrn_request.php:228 -msgid "Profile unavailable." -msgstr "Profil niedostępny." - -#: mod/dfrn_request.php:249 -#, 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 -msgid "Spam protection measures have been invoked." -msgstr "Wprowadzono zabezpieczenia przed spamem." - -#: mod/dfrn_request.php:251 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Przyjaciele namawiają do spróbowania za 24h." - -#: mod/dfrn_request.php:275 -msgid "Invalid locator" -msgstr "Nieprawidłowy lokalizator" - -#: mod/dfrn_request.php:311 -msgid "You have already introduced yourself here." -msgstr "Już się tu przedstawiłeś." - -#: 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:334 -msgid "Invalid profile URL." -msgstr "Nieprawidłowy adres URL profilu." - -#: mod/dfrn_request.php:340 src/Model/Contact.php:2099 -msgid "Disallowed profile URL." -msgstr "Nie dozwolony adres URL profilu." - -#: mod/dfrn_request.php:346 src/Model/Contact.php:2104 -#: src/Module/Friendica.php:59 -msgid "Blocked domain" -msgstr "Zablokowana domena" - -#: mod/dfrn_request.php:413 src/Module/Contact.php:143 -msgid "Failed to update contact record." -msgstr "Aktualizacja rekordu kontaktu nie powiodła się." - -#: mod/dfrn_request.php:433 -msgid "Your introduction has been sent." -msgstr "Twoje dane zostały wysłane." - -#: 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:487 -msgid "Please login to confirm introduction." -msgstr "Zaloguj się, aby potwierdzić wprowadzenie." - -#: 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:509 mod/dfrn_request.php:524 -msgid "Confirm" -msgstr "Potwierdź" - -#: mod/dfrn_request.php:520 -msgid "Hide this contact" -msgstr "Ukryj kontakt" - -#: mod/dfrn_request.php:522 -#, php-format -msgid "Welcome home %s." -msgstr "Witaj na stronie domowej %s." - -#: 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: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: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:637 -msgid "Friend/Connection Request" -msgstr "Przyjaciel/Prośba o połączenie" - -#: 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:639 mod/follow.php:162 -msgid "Please answer the following:" -msgstr "Proszę odpowiedzieć na następujące pytania:" - -#: mod/dfrn_request.php:640 mod/follow.php:163 -#, php-format -msgid "Does %s know you?" -msgstr "Czy %s Cię zna?" - -#: mod/dfrn_request.php:641 mod/follow.php:164 -msgid "Add a personal note:" -msgstr "Dodaj osobistą notkę:" - -#: mod/dfrn_request.php:643 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:644 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "GNU Social (Pleroma, Mastodon)" - -#: mod/dfrn_request.php:645 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "Diaspora (Socialhome, Hubzilla)" - -#: mod/dfrn_request.php:646 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory." - -#: mod/display.php:252 mod/display.php:337 -msgid "The requested item doesn't exist or has been deleted." -msgstr "Żądany element nie istnieje lub został usunięty." - -#: mod/display.php:412 -msgid "The feed for this item is unavailable." -msgstr "Kanał dla tego elementu jest niedostępny." - -#: mod/editpost.php:28 mod/editpost.php:38 -msgid "Item not found" -msgstr "Nie znaleziono elementu" - -#: mod/editpost.php:45 -msgid "Edit post" -msgstr "Edytuj post" - -#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:883 -#: src/Module/Filer/SaveTag.php:49 -msgid "Save" -msgstr "Zapisz" - -#: mod/editpost.php:77 -msgid "web link" -msgstr "odnośnik sieciowy" - -#: mod/editpost.php:78 -msgid "Insert video link" -msgstr "Wstaw link do filmu" - -#: mod/editpost.php:79 -msgid "video link" -msgstr "link do filmu" - -#: mod/editpost.php:80 -msgid "Insert audio link" -msgstr "Wstaw link do audio" - -#: mod/editpost.php:81 -msgid "audio link" -msgstr "link do audio" - -#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200 -msgid "CC: email addresses" -msgstr "CC: adresy e-mail" - -#: mod/editpost.php:102 src/Core/ACL.php:309 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Przykład: bob@example.com, mary@example.com" - -#: mod/events.php:118 mod/events.php:120 -msgid "Event can not end before it has started." -msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem." - -#: mod/events.php:127 mod/events.php:129 -msgid "Event title and start time are required." -msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia." - -#: mod/events.php:385 -msgid "Create New Event" -msgstr "Stwórz nowe wydarzenie" - -#: mod/events.php:508 -msgid "Event details" -msgstr "Szczegóły wydarzenia" - -#: mod/events.php:509 -msgid "Starting date and Title are required." -msgstr "Data rozpoczęcia i tytuł są wymagane." - -#: mod/events.php:510 mod/events.php:515 -msgid "Event Starts:" -msgstr "Rozpoczęcie wydarzenia:" - -#: mod/events.php:523 mod/events.php:548 -msgid "Finish date/time is not known or not relevant" -msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna" - -#: mod/events.php:525 mod/events.php:530 -msgid "Event Finishes:" -msgstr "Zakończenie wydarzenia:" - -#: mod/events.php:536 mod/events.php:549 -msgid "Adjust for viewer timezone" -msgstr "Dopasuj dla strefy czasowej widza" - -#: mod/events.php:538 -msgid "Description:" -msgstr "Opis:" - -#: mod/events.php:540 mod/notifications.php:264 src/Model/Event.php:68 -#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933 -#: src/Model/Profile.php:447 src/Module/Contact.php:645 -#: src/Module/Directory.php:137 -msgid "Location:" -msgstr "Lokalizacja:" - -#: mod/events.php:542 mod/events.php:544 -msgid "Title:" -msgstr "Tytuł:" - -#: mod/events.php:545 mod/events.php:546 -msgid "Share this event" -msgstr "Udostępnij te wydarzenie" - -#: mod/events.php:553 src/Model/Profile.php:882 -msgid "Basic" -msgstr "Podstawowy" - -#: mod/events.php:554 src/Model/Profile.php:883 src/Module/Admin/Site.php:574 -#: src/Module/Contact.php:905 -msgid "Advanced" -msgstr "Zaawansowany" - -#: mod/events.php:555 mod/photos.php:1009 mod/photos.php:1383 -#: src/Core/ACL.php:314 -msgid "Permissions" -msgstr "Uprawnienia" - -#: mod/events.php:571 -msgid "Failed to remove event" -msgstr "Nie udało się usunąć wydarzenia" - -#: mod/events.php:573 -msgid "Event removed" -msgstr "Wydarzenie zostało usunięte" - -#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162 -#: src/Model/Profile.php:925 -msgid "Photos" -msgstr "Zdjęcia" - -#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196 -#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107 -#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574 -#: src/Model/Photo.php:583 -msgid "Contact Photos" -msgstr "Zdjęcia kontaktu" - -#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 -msgid "Upload" -msgstr "Załaduj" - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "Pliki" - -#: mod/follow.php:46 -msgid "The contact could not be added." -msgstr "Nie można dodać kontaktu." - -#: mod/follow.php:87 -msgid "You already added this contact." -msgstr "Już dodałeś ten kontakt." - -#: mod/follow.php:99 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany." - -#: mod/follow.php:106 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany." - -#: mod/follow.php:113 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany." - -#: mod/follow.php:183 mod/notifications.php:268 src/Model/Profile.php:812 -#: src/Module/Contact.php:651 -msgid "Tags:" -msgstr "Tagi:" - -#: mod/fsuggest.php:44 -msgid "Suggested contact not found." -msgstr "Nie znaleziono sugerowanego kontaktu." - -#: mod/fsuggest.php:57 -msgid "Friend suggestion sent." -msgstr "Wysłana propozycja dodania do znajomych." - -#: mod/fsuggest.php:79 -msgid "Suggest Friends" -msgstr "Zaproponuj znajomych" - -#: mod/fsuggest.php:81 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Zaproponuj znajomych dla %s" - -#: mod/hcard.php:20 -msgid "No profile" -msgstr "Brak profilu" - -#: mod/item.php:123 -msgid "Unable to locate original post." -msgstr "Nie można zlokalizować oryginalnej wiadomości." - -#: mod/item.php:323 -msgid "Empty post discarded." -msgstr "Pusty wpis został odrzucony." - -#: mod/item.php:803 -#, 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:805 -#, php-format -msgid "You may visit them online at %s" -msgstr "Możesz odwiedzić ich online pod adresem %s" - -#: mod/item.php:806 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości." - -#: mod/item.php:810 -#, php-format -msgid "%s posted an update." -msgstr "%s zaktualizował wpis." - -#: mod/lockview.php:47 mod/lockview.php:58 -msgid "Remote privacy information not available." -msgstr "Nie są dostępne zdalne informacje o prywatności." - -#: mod/lockview.php:67 -msgid "Visible to:" -msgstr "Widoczne dla:" - -#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192 -#: src/Module/Contact.php:797 src/Module/Item/Compose.php:97 -#: src/Module/Profile/Contacts.php:126 -msgid "Followers" -msgstr "" - -#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104 -msgid "Mutuals" -msgstr "" - -#: mod/lostpass.php:26 -msgid "No valid account found." -msgstr "Nie znaleziono ważnego konta." - -#: 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:44 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\n\t\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:55 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "\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:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "Prośba o reset hasła na %s" - -#: mod/lostpass.php:89 -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:102 -msgid "Request has expired, please make a new one." -msgstr "Żądanie wygasło. Zrób nowe." - -#: mod/lostpass.php:117 -msgid "Forgot your Password?" -msgstr "Zapomniałeś hasła?" - -#: mod/lostpass.php:118 -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:119 src/Module/Login.php:318 -msgid "Nickname or Email: " -msgstr "Pseudonim lub e-mail: " - -#: mod/lostpass.php:120 -msgid "Reset" -msgstr "Zresetuj" - -#: mod/lostpass.php:135 src/Module/Login.php:330 -msgid "Password Reset" -msgstr "Zresetuj hasło" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem." - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "Twoje nowe hasło to" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "Zapisz lub skopiuj nowe hasło - a następnie" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "naciśnij tutaj, aby zalogować się" - -#: mod/lostpass.php:140 -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:147 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "\n\t\t\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:153 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "\n\t\t\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:169 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Twoje hasło zostało zmienione na %s" - -#: mod/manage.php:179 -msgid "Manage Identities and/or Pages" -msgstr "Zarządzaj tożsamościami i/lub stronami" - -#: mod/manage.php:180 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "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:181 -msgid "Select an identity to manage: " -msgstr "Wybierz tożsamość do zarządzania: " - -#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257 -msgid "New Message" -msgstr "Nowa wiadomość" - -#: mod/message.php:74 -msgid "Unable to locate contact information." -msgstr "Nie można znaleźć informacji kontaktowych." - -#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:190 -#: mod/notifications.php:246 -msgid "Discard" -msgstr "Odrzuć" - -#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Messages" -msgstr "Wiadomości" - -#: mod/message.php:148 -msgid "Do you really want to delete this message?" -msgstr "Czy na pewno chcesz usunąć tę wiadomość?" - -#: mod/message.php:166 -msgid "Conversation not found." -msgstr "Nie znaleziono rozmowy." - -#: mod/message.php:171 -msgid "Message deleted." -msgstr "Wiadomość usunięta." - -#: mod/message.php:176 mod/message.php:190 -msgid "Conversation removed." -msgstr "Rozmowa usunięta." - -#: mod/message.php:289 -msgid "No messages." -msgstr "Brak wiadomości." - -#: mod/message.php:352 -msgid "Message not available." -msgstr "Wiadomość nie jest dostępna." - -#: mod/message.php:406 -msgid "Delete message" -msgstr "Usuń wiadomość" - -#: mod/message.php:408 mod/message.php:540 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:m A" - -#: mod/message.php:423 mod/message.php:537 -msgid "Delete conversation" -msgstr "Usuń rozmowę" - -#: mod/message.php:425 -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:429 -msgid "Send Reply" -msgstr "Odpowiedz" - -#: mod/message.php:512 -#, php-format -msgid "Unknown sender - %s" -msgstr "Nieznany nadawca - %s" - -#: mod/message.php:514 -#, php-format -msgid "You and %s" -msgstr "Ty i %s" - -#: mod/message.php:516 -#, php-format -msgid "%s and You" -msgstr "%s i ty" - -#: mod/message.php:543 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d wiadomość" -msgstr[1] "%d wiadomości" -msgstr[2] "%d wiadomości" -msgstr[3] "%d wiadomości" - -#: mod/network.php:183 mod/search.php:35 -msgid "Remove term" -msgstr "Usuń wpis" - -#: mod/network.php:190 mod/search.php:44 -msgid "Saved Searches" -msgstr "Zapisywanie wyszukiwania" - -#: mod/network.php:191 src/Model/Group.php:483 -msgid "add" -msgstr "dodaj" - -#: mod/network.php:571 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych." -msgstr[1] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych." -msgstr[2] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych." -msgstr[3] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych." - -#: mod/network.php:574 -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:641 -msgid "No such group" -msgstr "Nie ma takiej grupy" - -#: mod/network.php:662 src/Module/Group.php:288 -msgid "Group is empty" -msgstr "Grupa jest pusta" - -#: mod/network.php:666 -#, php-format -msgid "Group: %s" -msgstr "Grupa: %s" - -#: mod/network.php:692 -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:695 src/Module/AllFriends.php:35 -#: src/Module/AllFriends.php:43 -msgid "Invalid contact." -msgstr "Nieprawidłowy kontakt." - -#: mod/network.php:974 -msgid "Commented Order" -msgstr "Porządek według komentarzy" - -#: mod/network.php:977 -msgid "Sort by Comment Date" -msgstr "Sortuj według daty komentarza" - -#: mod/network.php:982 -msgid "Posted Order" -msgstr "Porządek według wpisów" - -#: mod/network.php:985 -msgid "Sort by Post Date" -msgstr "Sortuj według daty postów" - -#: mod/network.php:995 -msgid "Posts that mention or involve you" -msgstr "Posty, które wspominają lub angażują Ciebie" - -#: mod/network.php:1002 -msgid "New" -msgstr "Nowy" - -#: mod/network.php:1005 -msgid "Activity Stream - by date" -msgstr "Strumień aktywności - według daty" - -#: mod/network.php:1013 -msgid "Shared Links" -msgstr "Udostępnione łącza" - -#: mod/network.php:1016 -msgid "Interesting Links" -msgstr "Interesujące linki" - -#: mod/network.php:1023 -msgid "Starred" -msgstr "Ulubione" - -#: mod/network.php:1026 -msgid "Favourite Posts" -msgstr "Ulubione posty" - -#: mod/notes.php:34 src/Model/Profile.php:967 -msgid "Personal Notes" -msgstr "Notatki" - -#: mod/notifications.php:38 -msgid "Invalid request identifier." -msgstr "Nieprawidłowe żądanie identyfikatora." - -#: mod/notifications.php:93 src/Content/Nav.php:249 -msgid "Notifications" -msgstr "Powiadomienia" - -#: mod/notifications.php:107 -msgid "Network Notifications" -msgstr "Powiadomienia sieciowe" - -#: mod/notifications.php:112 -msgid "System Notifications" -msgstr "Powiadomienia systemowe" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Prywatne powiadomienia" - -#: mod/notifications.php:122 -msgid "Home Notifications" -msgstr "Powiadomienia domowe" - -#: mod/notifications.php:145 -msgid "Show unread" -msgstr "Pokaż nieprzeczytane" - -#: mod/notifications.php:145 -msgid "Show all" -msgstr "Pokaż wszystko" - -#: mod/notifications.php:156 -msgid "Show Ignored Requests" -msgstr "Pokaż ignorowane żądania" - -#: mod/notifications.php:156 -msgid "Hide Ignored Requests" -msgstr "Ukryj zignorowane prośby" - -#: mod/notifications.php:169 mod/notifications.php:254 -msgid "Notification type:" -msgstr "Typ powiadomienia:" - -#: mod/notifications.php:172 -msgid "Suggested by:" -msgstr "Sugerowany przez:" - -#: mod/notifications.php:184 mod/notifications.php:271 -#: src/Module/Contact.php:632 -msgid "Hide this contact from others" -msgstr "Ukryj ten kontakt przed innymi" - -#: mod/notifications.php:186 mod/notifications.php:280 -#: src/Module/Admin/Users.php:286 -msgid "Approve" -msgstr "Zatwierdź" - -#: mod/notifications.php:206 -msgid "Claims to be known to you: " -msgstr "Twierdzi, że go/ją znasz: " - -#: mod/notifications.php:207 -msgid "yes" -msgstr "tak" - -#: mod/notifications.php:207 -msgid "no" -msgstr "nie" - -#: mod/notifications.php:208 mod/notifications.php:212 -msgid "Shall your connection be bidirectional or not?" -msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?" - -#: mod/notifications.php:209 mod/notifications.php:213 -#, php-format -msgid "" -"Accepting %s as a friend allows %s to subscribe to your posts, and you will " -"also receive updates from them in your news feed." -msgstr "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości." - -#: mod/notifications.php:210 -#, php-format -msgid "" -"Accepting %s as a subscriber allows them to subscribe to your posts, but you" -" will not receive updates from them in your news feed." -msgstr "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." - -#: mod/notifications.php:214 -#, php-format -msgid "" -"Accepting %s as a sharer allows them to subscribe to your posts, but you " -"will not receive updates from them in your news feed." -msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." - -#: mod/notifications.php:225 -msgid "Friend" -msgstr "Znajomy" - -#: mod/notifications.php:226 -msgid "Sharer" -msgstr "Udostępniający/a" - -#: mod/notifications.php:226 -msgid "Subscriber" -msgstr "Subskrybent" - -#: mod/notifications.php:266 src/Model/Profile.php:453 -#: src/Model/Profile.php:824 src/Module/Contact.php:649 -#: src/Module/Directory.php:145 -msgid "About:" -msgstr "O:" - -#: mod/notifications.php:270 src/Model/Profile.php:450 -#: src/Model/Profile.php:763 src/Module/Directory.php:142 -msgid "Gender:" -msgstr "Płeć:" - -#: mod/notifications.php:277 src/Model/Profile.php:550 -#: src/Module/Contact.php:333 -msgid "Network:" -msgstr "Sieć:" - -#: mod/notifications.php:291 -msgid "No introductions." -msgstr "Brak dostępu." - -#: mod/notifications.php:325 -#, php-format -msgid "No more %s notifications." -msgstr "Brak kolejnych %s powiadomień." - -#: mod/openid.php:31 -msgid "OpenID protocol error. No ID returned." -msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora." - -#: mod/openid.php:67 -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:117 src/Module/Login.php:88 src/Module/Login.php:139 -msgid "Login failed." -msgstr "Logowanie nieudane." - -#: mod/photos.php:113 src/Model/Profile.php:928 -msgid "Photo Albums" -msgstr "Albumy zdjęć" - -#: mod/photos.php:114 mod/photos.php:1639 -msgid "Recent Photos" -msgstr "Ostatnio dodane zdjęcia" - -#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641 -msgid "Upload New Photos" -msgstr "Wyślij nowe zdjęcie" - -#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18 -msgid "everybody" -msgstr "wszyscy" - -#: mod/photos.php:185 -msgid "Contact information unavailable" -msgstr "Informacje o kontakcie są niedostępne" - -#: mod/photos.php:207 -msgid "Album not found." -msgstr "Nie znaleziono albumu." - -#: mod/photos.php:265 -msgid "Album successfully deleted" -msgstr "Album został pomyślnie usunięty" - -#: mod/photos.php:267 -msgid "Album was empty." -msgstr "Album był pusty." - -#: mod/photos.php:590 -msgid "a photo" -msgstr "zdjęcie" - -#: mod/photos.php:590 -#, 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:689 -msgid "Image upload didn't complete, please try again" -msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie" - -#: mod/photos.php:692 -msgid "Image file is missing" -msgstr "Brak pliku obrazu" - -#: mod/photos.php:697 -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:723 -msgid "Image file is empty." -msgstr "Plik obrazka jest pusty." - -#: mod/photos.php:855 -msgid "No photos selected" -msgstr "Nie zaznaczono zdjęć" - -#: mod/photos.php:947 mod/videos.php:210 -msgid "Access to this item is restricted." -msgstr "Dostęp do tego obiektu jest ograniczony." - -#: mod/photos.php:1001 -msgid "Upload Photos" -msgstr "Prześlij zdjęcia" - -#: mod/photos.php:1005 mod/photos.php:1097 -msgid "New album name: " -msgstr "Nazwa nowego albumu: " - -#: mod/photos.php:1006 -msgid "or select existing album:" -msgstr "lub wybierz istniejący album:" - -#: mod/photos.php:1007 -msgid "Do not show a status post for this upload" -msgstr "Nie pokazuj statusu postów dla tego wysłania" - -#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213 -msgid "Show to Groups" -msgstr "Pokaż Grupy" - -#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214 -msgid "Show to Contacts" -msgstr "Pokaż kontakty" - -#: mod/photos.php:1079 -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:1081 mod/photos.php:1102 -msgid "Delete Album" -msgstr "Usuń album" - -#: mod/photos.php:1108 -msgid "Edit Album" -msgstr "Edytuj album" - -#: mod/photos.php:1109 -msgid "Drop Album" -msgstr "Upuść Album" - -#: mod/photos.php:1114 -msgid "Show Newest First" -msgstr "Pokaż najpierw najnowsze" - -#: mod/photos.php:1116 -msgid "Show Oldest First" -msgstr "Pokaż najpierw najstarsze" - -#: mod/photos.php:1137 mod/photos.php:1624 -msgid "View Photo" -msgstr "Zobacz zdjęcie" - -#: mod/photos.php:1174 -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:1176 -msgid "Photo not available" -msgstr "Zdjęcie niedostępne" - -#: mod/photos.php:1186 -msgid "Do you really want to delete this photo?" -msgstr "Czy na pewno chcesz usunąć to zdjęcie ?" - -#: mod/photos.php:1188 mod/photos.php:1388 -msgid "Delete Photo" -msgstr "Usuń zdjęcie" - -#: mod/photos.php:1279 -msgid "View photo" -msgstr "Zobacz zdjęcie" - -#: mod/photos.php:1281 -msgid "Edit photo" -msgstr "Edytuj zdjęcie" - -#: mod/photos.php:1282 -msgid "Delete photo" -msgstr "Usuń zdjęcie" - -#: mod/photos.php:1283 -msgid "Use as profile photo" -msgstr "Ustaw jako zdjęcie profilowe" - -#: mod/photos.php:1290 -msgid "Private Photo" -msgstr "Prywatne zdjęcie" - -#: mod/photos.php:1296 -msgid "View Full Size" -msgstr "Zobacz w pełnym rozmiarze" - -#: mod/photos.php:1356 -msgid "Tags: " -msgstr "Tagi: " - -#: mod/photos.php:1359 -msgid "[Select tags to remove]" -msgstr "[Wybierz tagi do usunięcia]" - -#: mod/photos.php:1374 -msgid "New album name" -msgstr "Nazwa nowego albumu" - -#: mod/photos.php:1375 -msgid "Caption" -msgstr "Zawartość" - -#: mod/photos.php:1376 -msgid "Add a Tag" -msgstr "Dodaj tag" - -#: mod/photos.php:1376 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: mod/photos.php:1377 -msgid "Do not rotate" -msgstr "Nie obracaj" - -#: mod/photos.php:1378 -msgid "Rotate CW (right)" -msgstr "Obróć CW (w prawo)" - -#: mod/photos.php:1379 -msgid "Rotate CCW (left)" -msgstr "Obróć CCW (w lewo)" - -#: mod/photos.php:1413 src/Object/Post.php:313 -msgid "I like this (toggle)" -msgstr "Lubię to (zmień)" - -#: mod/photos.php:1414 src/Object/Post.php:314 -msgid "I don't like this (toggle)" -msgstr "Nie lubię tego (zmień)" - -#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528 -#: src/Module/Contact.php:1017 src/Module/Item/Compose.php:176 -#: src/Object/Post.php:875 -msgid "This is you" -msgstr "To jesteś ty" - -#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530 -#: src/Object/Post.php:420 src/Object/Post.php:877 -msgid "Comment" -msgstr "Komentarz" - -#: mod/photos.php:1559 -msgid "Map" -msgstr "Mapa" - -#: mod/photos.php:1630 mod/videos.php:287 -msgid "View Album" -msgstr "Zobacz album" - -#: mod/ping.php:272 -msgid "{0} wants to be your friend" -msgstr "{0} chce być Twoim znajomym" - -#: mod/ping.php:288 -msgid "{0} requested registration" -msgstr "{0} wymagana rejestracja" - -#: mod/poke.php:177 -msgid "Poke/Prod" -msgstr "Zaczepić" - -#: mod/poke.php:178 -msgid "poke, prod or do other things to somebody" -msgstr "szturchać, zaczepić lub robić inne rzeczy" - -#: mod/poke.php:179 -msgid "Recipient" -msgstr "Odbiorca" - -#: mod/poke.php:180 -msgid "Choose what you wish to do to recipient" -msgstr "Wybierz, co chcesz zrobić" - -#: mod/poke.php:183 -msgid "Make this post private" -msgstr "Ustaw ten post jako prywatny" - -#: mod/profile_photo.php:58 -msgid "Image uploaded but image cropping failed." -msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się." - -#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 -#: mod/profile_photo.php:311 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się." - -#: mod/profile_photo.php:125 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast." - -#: mod/profile_photo.php:133 -msgid "Unable to process image" -msgstr "Nie udało się przetworzyć obrazu" - -#: mod/profile_photo.php:244 -msgid "Upload File:" -msgstr "Wyślij plik:" - -#: mod/profile_photo.php:245 -msgid "Select a profile:" -msgstr "Wybierz profil:" - -#: mod/profile_photo.php:250 -msgid "or" -msgstr "lub" - -#: mod/profile_photo.php:251 -msgid "skip this step" -msgstr "pomiń ten krok" - -#: mod/profile_photo.php:251 -msgid "select a photo from your photo albums" -msgstr "wybierz zdjęcie z twojego albumu" - -#: mod/profile_photo.php:264 -msgid "Crop Image" -msgstr "Przytnij zdjęcie" - -#: mod/profile_photo.php:265 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz." - -#: mod/profile_photo.php:267 -msgid "Done Editing" -msgstr "Zakończono edycję" - -#: mod/profile_photo.php:301 -msgid "Image uploaded successfully." -msgstr "Pomyślnie wysłano zdjęcie." - -#: mod/search.php:92 -msgid "Only logged in users are permitted to perform a search." -msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać." - -#: mod/search.php:114 -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:134 src/Content/Text/HTML.php:889 src/Content/Nav.php:200 -msgid "Search" -msgstr "Szukaj" - -#: mod/search.php:228 -#, php-format -msgid "Items tagged with: %s" -msgstr "Przedmioty oznaczone tagiem: %s" - -#: mod/search.php:230 src/Module/Contact.php:819 -#, php-format -msgid "Results for: %s" -msgstr "Wyniki dla: %s" - -#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24 -msgid "Account" -msgstr "Konto" - -#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31 -#: src/Module/Settings/TwoFactor/Index.php:89 -#: src/Module/TwoFactor/Verify.php:62 -msgid "Two-factor authentication" -msgstr "Uwierzytelnianie dwuskładnikowe" - -#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402 -#: src/Module/BaseSettingsModule.php:38 -msgid "Profiles" -msgstr "Profile" - -#: mod/settings.php:88 src/Module/BaseAdminModule.php:84 -#: src/Module/BaseSettingsModule.php:46 -msgid "Additional features" -msgstr "Dodatkowe funkcje" - -#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54 -msgid "Display" -msgstr "Wygląd" - -#: mod/settings.php:103 mod/settings.php:843 -#: src/Module/BaseSettingsModule.php:61 -msgid "Social Networks" -msgstr "Portale społecznościowe" - -#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100 -#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82 -#: src/Module/BaseSettingsModule.php:68 -msgid "Addons" -msgstr "Dodatki" - -#: mod/settings.php:117 src/Content/Nav.php:263 -#: src/Module/BaseSettingsModule.php:75 -msgid "Delegations" -msgstr "Delegowanie" - -#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82 -msgid "Connected apps" -msgstr "Powiązane aplikacje" - -#: mod/settings.php:131 mod/uexport.php:59 -#: src/Module/BaseSettingsModule.php:89 -msgid "Export personal data" -msgstr "Eksportuj dane osobiste" - -#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96 -msgid "Remove account" -msgstr "Usuń konto" - -#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265 -#: src/Module/Admin/Addons/Details.php:102 -#: src/Module/Admin/Themes/Details.php:107 -#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33 -msgid "Settings" -msgstr "Ustawienia" - -#: mod/settings.php:190 -msgid "Missing some important data!" -msgstr "Brakuje ważnych danych!" - -#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:826 -msgid "Update" -msgstr "Zaktualizuj" - -#: mod/settings.php:302 -msgid "Failed to connect with email account using the settings provided." -msgstr "Połączenie z kontem email używając wybranych ustawień nie powiodło się." - -#: mod/settings.php:307 -msgid "Email settings updated." -msgstr "Zaktualizowano ustawienia email." - -#: mod/settings.php:323 -msgid "Features updated" -msgstr "Funkcje zaktualizowane" - -#: mod/settings.php:384 -msgid "The theme you chose isn't available." -msgstr "Wybrany motyw jest niedostępny." - -#: mod/settings.php:396 -msgid "Relocate message has been send to your contacts" -msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów" - -#: mod/settings.php:408 -msgid "Passwords do not match." -msgstr "Hasła nie pasują do siebie." - -#: mod/settings.php:416 src/Console/NewPassword.php:101 -msgid "Password update failed. Please try again." -msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie." - -#: mod/settings.php:419 src/Console/NewPassword.php:104 -msgid "Password changed." -msgstr "Hasło zostało zmienione." - -#: mod/settings.php:422 -msgid "Password unchanged." -msgstr "Hasło niezmienione." - -#: mod/settings.php:503 -msgid " Please use a shorter name." -msgstr " Proszę użyć krótszej nazwy." - -#: mod/settings.php:506 -msgid " Name too short." -msgstr " Nazwa jest zbyt krótka." - -#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72 -msgid "Wrong Password" -msgstr "Złe hasło" - -#: mod/settings.php:518 -msgid "Invalid email." -msgstr "Niepoprawny e-mail." - -#: mod/settings.php:524 -msgid "Cannot change to that email." -msgstr "Nie można zmienić tego e-maila." - -#: mod/settings.php:574 -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:577 -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:617 -msgid "Settings updated." -msgstr "Zaktualizowano ustawienia." - -#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736 -msgid "Add application" -msgstr "Dodaj aplikację" - -#: mod/settings.php:680 mod/settings.php:706 -msgid "Consumer Key" -msgstr "Klucz klienta" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Secret" -msgstr "Tajny klucz klienta" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Redirect" -msgstr "Przekierowanie" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Icon url" -msgstr "Adres Url ikony" - -#: mod/settings.php:694 -msgid "You can't edit this application." -msgstr "Nie możesz edytować tej aplikacji." - -#: mod/settings.php:735 -msgid "Connected Apps" -msgstr "Powiązane aplikacje" - -#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170 -msgid "Edit" -msgstr "Edytuj" - -#: mod/settings.php:739 -msgid "Client key starts with" -msgstr "Klucz klienta zaczyna się od" - -#: mod/settings.php:740 -msgid "No name" -msgstr "Bez nazwy" - -#: mod/settings.php:741 -msgid "Remove authorization" -msgstr "Odwołaj upoważnienie" - -#: mod/settings.php:752 -msgid "No Addon settings configured" -msgstr "Brak skonfigurowanych ustawień dodatków" - -#: mod/settings.php:761 -msgid "Addon Settings" -msgstr "Ustawienia Dodatków" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "Off" -msgstr "Wyłącz" - -#: mod/settings.php:775 src/Module/Admin/Features.php:58 -#: src/Module/Admin/Features.php:59 -msgid "On" -msgstr "Włącz" - -#: mod/settings.php:782 -msgid "Additional Features" -msgstr "Dodatkowe funkcje" - -#: mod/settings.php:806 src/Content/ContactSelector.php:87 -msgid "Diaspora" -msgstr "Diaspora" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "enabled" -msgstr "włączone" - -#: mod/settings.php:806 mod/settings.php:807 -msgid "disabled" -msgstr "wyłączone" - -#: mod/settings.php:806 mod/settings.php:807 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Wbudowane wsparcie dla połączenia z %s jest %s" - -#: mod/settings.php:807 -msgid "GNU Social (OStatus)" -msgstr "GNU Soocial (OStatus)" - -#: mod/settings.php:838 -msgid "Email access is disabled on this site." -msgstr "Dostęp do e-maila jest wyłączony na tej stronie." - -#: mod/settings.php:848 -msgid "General Social Media Settings" -msgstr "Ogólne ustawienia mediów społecznościowych" - -#: mod/settings.php:849 -msgid "Accept only top level posts by contacts you follow" -msgstr "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz" - -#: mod/settings.php:849 -msgid "" -"The system does an auto completion of threads when a comment arrives. This " -"has got the side effect that you can receive posts that had been started by " -"a non-follower but had been commented by someone you follow. This setting " -"deactivates this behaviour. When activated, you strictly only will receive " -"posts from people you really do follow." -msgstr "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz." - -#: mod/settings.php:850 -msgid "Disable Content Warning" -msgstr "Wyłącz ostrzeżenie o treści" - -#: mod/settings.php:850 -msgid "" -"Users on networks like Mastodon or Pleroma are able to set a content warning" -" field which collapse their post by default. This disables the automatic " -"collapsing and sets the content warning as the post title. Doesn't affect " -"any other content filtering you eventually set up." -msgstr "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś." - -#: mod/settings.php:851 -msgid "Disable intelligent shortening" -msgstr "Wyłącz inteligentne skracanie" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby." - -#: mod/settings.php:852 -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:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "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:853 -msgid "Default group for OStatus contacts" -msgstr "Domyślna grupa dla kontaktów OStatus" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "Twoje starsze konto społecznościowe GNU" - -#: mod/settings.php:854 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "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:857 -msgid "Repair OStatus subscriptions" -msgstr "Napraw subskrypcje OStatus" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "Ustawienia emaila/skrzynki mailowej" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "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:863 -msgid "Last successful email check:" -msgstr "Ostatni sprawdzony e-mail:" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "Nazwa serwera IMAP:" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "Port IMAP:" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "Ochrona:" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "Brak" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "Nazwa logowania e-mail:" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "E-mail hasło:" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "Adres zwrotny:" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "Wyślij publiczny wpis do wszystkich kontaktów e-mail:" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "Akcja po zaimportowaniu:" - -#: mod/settings.php:872 src/Content/Nav.php:251 -msgid "Mark as seen" -msgstr "Oznacz jako przeczytane" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "Przenieś do folderu" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "Przenieś do folderu:" - -#: mod/settings.php:897 src/Module/Admin/Site.php:434 -msgid "No special theme for mobile devices" -msgstr "Brak specialnego motywu dla urządzeń mobilnych" - -#: mod/settings.php:905 -#, php-format -msgid "%s - (Unsupported)" -msgstr "%s - (Nieobsługiwane)" - -#: mod/settings.php:907 src/Module/Admin/Site.php:451 -#, php-format -msgid "%s - (Experimental)" -msgstr "%s- (Eksperymentalne)" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395 -msgid "Sunday" -msgstr "Niedziela" - -#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396 -msgid "Monday" -msgstr "Poniedziałek" - -#: mod/settings.php:951 -msgid "Display Settings" -msgstr "Ustawienia wyglądu" - -#: mod/settings.php:957 -msgid "Display Theme:" -msgstr "Wyświetl motyw:" - -#: mod/settings.php:958 -msgid "Mobile Theme:" -msgstr "Motyw dla urządzeń mobilnych:" - -#: mod/settings.php:959 -msgid "Suppress warning of insecure networks" -msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami" - -#: mod/settings.php:959 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych" - -#: mod/settings.php:960 -msgid "Update browser every xx seconds" -msgstr "Odświeżaj stronę co xx sekund" - -#: mod/settings.php:960 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć." - -#: mod/settings.php:961 -msgid "Number of items to display per page:" -msgstr "Liczba elementów do wyświetlenia na stronie:" - -#: mod/settings.php:961 mod/settings.php:962 -msgid "Maximum of 100 items" -msgstr "Maksymalnie 100 elementów" - -#: mod/settings.php:962 -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:963 -msgid "Don't show emoticons" -msgstr "Nie pokazuj emotikonek" - -#: mod/settings.php:964 -msgid "Calendar" -msgstr "Kalendarz" - -#: mod/settings.php:965 -msgid "Beginning of week:" -msgstr "Początek tygodnia:" - -#: mod/settings.php:966 -msgid "Don't show notices" -msgstr "Nie pokazuj powiadomień" - -#: mod/settings.php:967 -msgid "Infinite scroll" -msgstr "Nieskończone przewijanie" - -#: mod/settings.php:968 -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:968 -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:969 -msgid "Bandwidth Saver Mode" -msgstr "Tryb oszczędzania przepustowości" - -#: mod/settings.php:969 -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:970 -msgid "Smart Threading" -msgstr "Inteligentne wątki" - -#: mod/settings.php:970 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "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:972 -msgid "General Theme Settings" -msgstr "Ogólne ustawienia motywu" - -#: mod/settings.php:973 -msgid "Custom Theme Settings" -msgstr "Niestandardowe ustawienia motywów" - -#: mod/settings.php:974 -msgid "Content Settings" -msgstr "Ustawienia zawartości" - -#: mod/settings.php:975 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "Ustawienia motywu" - -#: mod/settings.php:989 -msgid "Unable to find your profile. Please contact your admin." -msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem." - -#: mod/settings.php:1028 -msgid "Account Types" -msgstr "Rodzaje kont" - -#: mod/settings.php:1029 -msgid "Personal Page Subtypes" -msgstr "Podtypy osobistych stron" - -#: mod/settings.php:1030 -msgid "Community Forum Subtypes" -msgstr "Podtypy społeczności forum" - -#: mod/settings.php:1037 src/Module/Admin/Users.php:229 -msgid "Personal Page" -msgstr "Strona osobista" - -#: mod/settings.php:1038 -msgid "Account for a personal profile." -msgstr "Konto dla profilu osobistego." - -#: mod/settings.php:1041 src/Module/Admin/Users.php:230 -msgid "Organisation Page" -msgstr "Strona Organizacji" - -#: mod/settings.php:1042 -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:1045 src/Module/Admin/Users.php:231 -msgid "News Page" -msgstr "Strona Wiadomości" - -#: mod/settings.php:1046 -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:1049 src/Module/Admin/Users.php:232 -msgid "Community Forum" -msgstr "Forum społecznościowe" - -#: mod/settings.php:1050 -msgid "Account for community discussions." -msgstr "Konto do dyskusji w społeczności." - -#: mod/settings.php:1053 src/Module/Admin/Users.php:222 -msgid "Normal Account Page" -msgstr "Normalna strona konta" - -#: mod/settings.php:1054 -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:1057 src/Module/Admin/Users.php:223 -msgid "Soapbox Page" -msgstr "Strona Soapbox" - -#: mod/settings.php:1058 -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:1061 src/Module/Admin/Users.php:224 -msgid "Public Forum" -msgstr "Forum publiczne" - -#: mod/settings.php:1062 -msgid "Automatically approves all contact requests." -msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt." - -#: mod/settings.php:1065 src/Module/Admin/Users.php:225 -msgid "Automatic Friend Page" -msgstr "Automatyczna strona znajomego" - -#: mod/settings.php:1066 -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:1069 -msgid "Private Forum [Experimental]" -msgstr "Prywatne Forum [Eksperymentalne]" - -#: mod/settings.php:1070 -msgid "Requires manual approval of contact requests." -msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów." - -#: mod/settings.php:1081 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1081 -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:1089 -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:1089 -#, php-format -msgid "" -"Your profile will be published in this node's local " -"directory. Your profile details may be publicly visible depending on the" -" system settings." -msgstr "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:1095 -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:1095 -#, 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:1102 -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:1102 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "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:1106 -msgid "Hide your profile details from anonymous viewers?" -msgstr "Ukryć dane Twojego profilu przed anonimowymi widzami?" - -#: mod/settings.php:1106 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and" -" the nickname you are using on your profile page. Your public posts and " -"replies will still be accessible by other means." -msgstr "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:1110 -msgid "Allow friends to post to your profile page?" -msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?" - -#: mod/settings.php:1110 -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:1114 -msgid "Allow friends to tag your posts?" -msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?" - -#: mod/settings.php:1114 -msgid "Your contacts can add additional tags to your posts." -msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty." - -#: mod/settings.php:1118 -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:1118 -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:1122 -msgid "Permit unknown people to send you private mail?" -msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?" - -#: mod/settings.php:1122 -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:1126 -msgid "Profile is not published." -msgstr "Profil nie jest opublikowany." - -#: mod/settings.php:1132 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "Twój adres tożsamości to '%s' lub '%s'." - -#: mod/settings.php:1139 -msgid "Automatically expire posts after this many days:" -msgstr "Posty wygasną automatycznie po następującej liczbie dni:" - -#: mod/settings.php:1139 -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:1140 -msgid "Advanced expiration settings" -msgstr "Zaawansowane ustawienia wygaszania" - -#: mod/settings.php:1141 -msgid "Advanced Expiration" -msgstr "Zaawansowane wygaszanie" - -#: mod/settings.php:1142 -msgid "Expire posts:" -msgstr "Wygasające posty:" - -#: mod/settings.php:1143 -msgid "Expire personal notes:" -msgstr "Wygaszanie osobistych notatek:" - -#: mod/settings.php:1144 -msgid "Expire starred posts:" -msgstr "Wygaszaj posty oznaczone gwiazdką:" - -#: mod/settings.php:1145 -msgid "Expire photos:" -msgstr "Wygasanie zdjęć:" - -#: mod/settings.php:1146 -msgid "Only expire posts by others:" -msgstr "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:" - -#: mod/settings.php:1176 -msgid "Account Settings" -msgstr "Ustawienia konta" - -#: mod/settings.php:1184 -msgid "Password Settings" -msgstr "Ustawienia hasła" - -#: mod/settings.php:1185 src/Module/Register.php:130 -msgid "New Password:" -msgstr "Nowe hasło:" - -#: mod/settings.php:1185 -msgid "" -"Allowed characters are a-z, A-Z, 0-9 and special characters except white " -"spaces, accentuated letters and colon (:)." -msgstr "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:)." - -#: mod/settings.php:1186 src/Module/Register.php:131 -msgid "Confirm:" -msgstr "Potwierdź:" - -#: mod/settings.php:1186 -msgid "Leave password fields blank unless changing" -msgstr "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić." - -#: mod/settings.php:1187 -msgid "Current Password:" -msgstr "Aktualne hasło:" - -#: mod/settings.php:1187 mod/settings.php:1188 -msgid "Your current password to confirm the changes" -msgstr "Wpisz aktualne hasło, aby potwierdzić zmiany" - -#: mod/settings.php:1188 -msgid "Password:" -msgstr "Hasło:" - -#: mod/settings.php:1192 -msgid "Basic Settings" -msgstr "Ustawienia podstawowe" - -#: mod/settings.php:1193 src/Model/Profile.php:756 -msgid "Full Name:" -msgstr "Imię i nazwisko:" - -#: mod/settings.php:1194 -msgid "Email Address:" -msgstr "Adres email:" - -#: mod/settings.php:1195 -msgid "Your Timezone:" -msgstr "Twoja strefa czasowa:" - -#: mod/settings.php:1196 -msgid "Your Language:" -msgstr "Twój język:" - -#: mod/settings.php:1196 -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:1197 -msgid "Default Post Location:" -msgstr "Domyślna lokalizacja wiadomości:" - -#: mod/settings.php:1198 -msgid "Use Browser Location:" -msgstr "Używaj lokalizacji przeglądarki:" - -#: mod/settings.php:1201 -msgid "Security and Privacy Settings" -msgstr "Ustawienia bezpieczeństwa i prywatności" - -#: mod/settings.php:1203 -msgid "Maximum Friend Requests/Day:" -msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:" - -#: mod/settings.php:1203 mod/settings.php:1232 -msgid "(to prevent spam abuse)" -msgstr "(aby zapobiec spamowaniu)" - -#: mod/settings.php:1204 -msgid "Default Post Permissions" -msgstr "Domyślne prawa dostępu wiadomości" - -#: mod/settings.php:1205 -msgid "(click to open/close)" -msgstr "(kliknij by otworzyć/zamknąć)" - -#: mod/settings.php:1215 -msgid "Default Private Post" -msgstr "Domyślny Prywatny Wpis" - -#: mod/settings.php:1216 -msgid "Default Public Post" -msgstr "Domyślny Publiczny Post" - -#: mod/settings.php:1220 -msgid "Default Permissions for New Posts" -msgstr "Uprawnienia domyślne dla nowych postów" - -#: mod/settings.php:1232 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:" - -#: mod/settings.php:1235 -msgid "Notification Settings" -msgstr "Ustawienia powiadomień" - -#: mod/settings.php:1236 -msgid "Send a notification email when:" -msgstr "Wysyłaj powiadmonienia na email, kiedy:" - -#: mod/settings.php:1237 -msgid "You receive an introduction" -msgstr "Otrzymałeś zaproszenie" - -#: mod/settings.php:1238 -msgid "Your introductions are confirmed" -msgstr "Twoje zaproszenie jest potwierdzone" - -#: mod/settings.php:1239 -msgid "Someone writes on your profile wall" -msgstr "Ktoś pisze na twoim profilu" - -#: mod/settings.php:1240 -msgid "Someone writes a followup comment" -msgstr "Ktoś pisze komentarz nawiązujący." - -#: mod/settings.php:1241 -msgid "You receive a private message" -msgstr "Otrzymałeś prywatną wiadomość" - -#: mod/settings.php:1242 -msgid "You receive a friend suggestion" -msgstr "Otrzymałeś propozycję od znajomych" - -#: mod/settings.php:1243 -msgid "You are tagged in a post" -msgstr "Jesteś oznaczony tagiem w poście" - -#: mod/settings.php:1244 -msgid "You are poked/prodded/etc. in a post" -msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście" - -#: mod/settings.php:1246 -msgid "Activate desktop notifications" -msgstr "Aktywuj powiadomienia na pulpicie" - -#: mod/settings.php:1246 -msgid "Show desktop popup on new notifications" -msgstr "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie" - -#: mod/settings.php:1248 -msgid "Text-only notification emails" -msgstr "E-maile z powiadomieniami tekstowymi" - -#: mod/settings.php:1250 -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:1252 -msgid "Show detailled notifications" -msgstr "Pokazuj szczegółowe powiadomienia" - -#: mod/settings.php:1254 -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:1256 -msgid "Advanced Account/Page Type Settings" -msgstr "Zaawansowane ustawienia konta/rodzaju strony" - -#: mod/settings.php:1257 -msgid "Change the behaviour of this account for special situations" -msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych" - -#: mod/settings.php:1260 -msgid "Relocate" -msgstr "Przeniesienie" - -#: mod/settings.php:1261 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "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:1262 -msgid "Resend relocate message to contacts" -msgstr "Wyślij ponownie przenieść wiadomości do kontaktów" - -#: mod/subthread.php:104 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s śledzi %3$s %2$s" - -#: mod/suggest.php:28 -msgid "Contact suggestion successfully ignored." -msgstr "Sugestia kontaktu została zignorowana." - -#: mod/suggest.php:52 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny." - -#: mod/suggest.php:71 -msgid "Do you really want to delete this suggestion?" -msgstr "Czy na pewno chcesz usunąć te sugestie ?" - -#: mod/suggest.php:89 mod/suggest.php:109 -msgid "Ignore/Hide" -msgstr "Ignoruj/Ukryj" - -#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69 +#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119 msgid "Friend Suggestions" msgstr "Osoby, które możesz znać" -#: mod/uexport.php:52 -msgid "Export account" -msgstr "Eksportuj konto" +#: view/theme/vier/theme.php:182 src/Content/Widget.php:71 +msgid "Similar Interests" +msgstr "Podobne zainteresowania" -#: mod/uexport.php:52 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer." +#: view/theme/vier/theme.php:183 src/Content/Widget.php:72 +msgid "Random Profile" +msgstr "Domyślny profil" -#: mod/uexport.php:53 -msgid "Export all" -msgstr "Eksportuj wszystko" +#: view/theme/vier/theme.php:184 src/Content/Widget.php:73 +msgid "Invite Friends" +msgstr "Zaproś znajomych" -#: mod/uexport.php:53 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)" +#: view/theme/vier/theme.php:185 src/Content/Widget.php:74 +#: src/Module/Directory.php:76 +msgid "Global Directory" +msgstr "Katalog globalny" -#: mod/videos.php:123 -msgid "No videos selected" -msgstr "Nie zaznaczono filmów" +#: view/theme/vier/theme.php:187 src/Content/Widget.php:76 +msgid "Local Directory" +msgstr "Katalog lokalny" -#: mod/videos.php:280 src/Model/Item.php:3468 -msgid "View Video" -msgstr "Zobacz film" +#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926 +#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 +msgid "Forums" +msgstr "Fora" -#: mod/videos.php:295 -msgid "Recent Videos" -msgstr "Ostatnio dodane filmy" +#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132 +msgid "External link to forum" +msgstr "Zewnętrzny link do forum" -#: mod/videos.php:297 -msgid "Upload New Videos" -msgstr "Wstaw nowe filmy" +#: view/theme/vier/theme.php:232 src/Content/Widget.php:409 +#: src/Content/Widget.php:509 src/Content/ForumManager.php:135 +msgid "show more" +msgstr "pokaż więcej" -#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745 +#: view/theme/vier/theme.php:265 +msgid "Quick Start" +msgstr "Szybki start" + +#: view/theme/vier/theme.php:271 src/Content/Nav.php:192 +#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117 +#: src/Module/Settings/TwoFactor/AppSpecific.php:99 +#: src/Module/Settings/TwoFactor/Index.php:90 +#: src/Module/Settings/TwoFactor/Recovery.php:77 +msgid "Help" +msgstr "Pomoc" + +#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128 +msgid "Connect Services" +msgstr "Połączone serwisy" + +#: view/theme/vier/config.php:78 +msgid "Comma separated list of helper forums" +msgstr "Lista pomocników oddzielona przecinkami" + +#: view/theme/vier/config.php:118 +msgid "don't show" +msgstr "nie pokazuj" + +#: view/theme/vier/config.php:118 +msgid "show" +msgstr "pokaż" + +#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72 +#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74 +#: src/Object/Post.php:911 src/Module/Delegation.php:134 +#: src/Module/Install.php:212 src/Module/Install.php:252 +#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45 +#: src/Module/Contact.php:581 src/Module/Invite.php:157 +#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558 +#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066 +#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436 +#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261 +#: mod/message.php:441 +msgid "Submit" +msgstr "Potwierdź" + +#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75 +#: mod/settings.php:976 +msgid "Theme settings" +msgstr "Ustawienia motywu" + +#: view/theme/vier/config.php:124 +msgid "Set style" +msgstr "Ustaw styl" + +#: view/theme/vier/config.php:125 +msgid "Community Pages" +msgstr "Strony społeczności" + +#: view/theme/vier/config.php:127 +msgid "Help or @NewHere ?" +msgstr "Pomóż lub @NowyTutaj?" + +#: view/theme/vier/config.php:129 +msgid "Find Friends" +msgstr "Znajdź znajomych" + +#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790 msgid "default" msgstr "standardowe" @@ -4326,6 +1161,107 @@ msgstr "Mozaika" msgid "Repeat image to fill the screen." msgstr "Powtórz obraz, aby wypełnić ekran." +#: view/theme/frio/theme.php:246 +msgid "Guest" +msgstr "Gość" + +#: view/theme/frio/theme.php:251 +msgid "Visitor" +msgstr "Odwiedzający" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91 +#: src/Module/Contact.php:637 src/Module/Contact.php:852 +msgid "Status" +msgstr "Status" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 +#: src/Content/Nav.php:244 +msgid "Your posts and conversations" +msgstr "Twoje posty i rozmowy" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +#: src/Model/Profile.php:885 src/Model/Profile.php:921 +#: src/Module/Welcome.php:38 src/Module/Contact.php:639 +#: src/Module/Contact.php:868 mod/profperm.php:117 +msgid "Profile" +msgstr "Profil użytkownika" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 +msgid "Your profile page" +msgstr "Twoja strona profilowa" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +#: src/Model/Profile.php:929 mod/fbrowser.php:43 +msgid "Photos" +msgstr "Zdjęcia" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 +msgid "Your photos" +msgstr "Twoje zdjęcia" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +#: src/Model/Profile.php:937 src/Model/Profile.php:940 +msgid "Videos" +msgstr "Filmy" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 +msgid "Your videos" +msgstr "Twoje filmy" + +#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275 +#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949 +#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261 +msgid "Events" +msgstr "Wydarzenia" + +#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 +msgid "Your events" +msgstr "Twoje wydarzenia" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Network" +msgstr "Sieć" + +#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 +msgid "Conversations from your friends" +msgstr "Rozmowy Twoich przyjaciół" + +#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 +#: src/Model/Profile.php:952 src/Model/Profile.php:963 +msgid "Events and Calendar" +msgstr "Wydarzenia i kalendarz" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123 +msgid "Messages" +msgstr "Wiadomości" + +#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 +msgid "Private mail" +msgstr "Prywatne maile" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +#: src/Module/Admin/Addons/Details.php:102 +#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33 +#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149 +msgid "Settings" +msgstr "Ustawienia" + +#: view/theme/frio/theme.php:277 src/Content/Nav.php:263 +msgid "Account settings" +msgstr "Ustawienia konta" + +#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922 +#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992 +#: src/Model/Profile.php:995 src/Module/Contact.php:795 +#: src/Module/Contact.php:880 +msgid "Contacts" +msgstr "Kontakty" + +#: view/theme/frio/theme.php:278 src/Content/Nav.php:269 +msgid "Manage/edit friends and contacts" +msgstr "Zarządzaj listą przyjaciół i kontaktami" + #: view/theme/frio/config.php:111 msgid "Custom" msgstr "Niestandardowe" @@ -4382,7 +1318,7 @@ msgstr "Styl tła" #: view/theme/frio/config.php:139 msgid "Enable Compose page" -msgstr "" +msgstr "Włącz stronę edycji" #: view/theme/frio/config.php:139 msgid "" @@ -4402,79 +1338,6 @@ msgstr "Kolor tła strony logowania" msgid "Leave background image and color empty for theme defaults" msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji" -#: view/theme/frio/theme.php:246 -msgid "Guest" -msgstr "Gość" - -#: view/theme/frio/theme.php:251 -msgid "Visitor" -msgstr "Odwiedzający" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Model/Profile.php:909 src/Module/Contact.php:654 -#: src/Module/Contact.php:856 src/Module/Settings/TwoFactor/Index.php:91 -msgid "Status" -msgstr "Status" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:160 -#: src/Content/Nav.php:244 -msgid "Your posts and conversations" -msgstr "Twoje posty i rozmowy" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:161 -msgid "Your profile page" -msgstr "Twoja strona profilowa" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:162 -msgid "Your photos" -msgstr "Twoje zdjęcia" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -#: src/Model/Profile.php:933 src/Model/Profile.php:936 -msgid "Videos" -msgstr "Filmy" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:163 -msgid "Your videos" -msgstr "Twoje filmy" - -#: view/theme/frio/theme.php:271 src/Content/Nav.php:164 -msgid "Your events" -msgstr "Twoje wydarzenia" - -#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151 -#: src/Content/Nav.php:241 -msgid "Network" -msgstr "Sieć" - -#: view/theme/frio/theme.php:274 src/Content/Nav.php:241 -msgid "Conversations from your friends" -msgstr "Rozmowy Twoich przyjaciół" - -#: view/theme/frio/theme.php:275 src/Content/Nav.php:228 -#: src/Model/Profile.php:948 src/Model/Profile.php:959 -msgid "Events and Calendar" -msgstr "Wydarzenia i kalendarz" - -#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 -msgid "Private mail" -msgstr "Prywatne maile" - -#: view/theme/frio/theme.php:277 src/Content/Nav.php:265 -msgid "Account settings" -msgstr "Ustawienia konta" - -#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:900 -#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:988 -#: src/Model/Profile.php:991 src/Module/Contact.php:800 -#: src/Module/Contact.php:884 -msgid "Contacts" -msgstr "Kontakty" - -#: view/theme/frio/theme.php:278 src/Content/Nav.php:271 -msgid "Manage/edit friends and contacts" -msgstr "Zarządzaj listą przyjaciół i kontaktami" - #: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "Wyrównanie" @@ -4499,931 +1362,307 @@ msgstr "Rozmiar czcionki postów" msgid "Textareas font size" msgstr "Rozmiar czcionki Textareas" -#: view/theme/vier/config.php:76 -msgid "Comma separated list of helper forums" -msgstr "Lista pomocników oddzielona przecinkami" +#: src/Database/DBStructure.php:50 +msgid "There are no tables on MyISAM." +msgstr "W MyISAM nie ma tabel." -#: view/theme/vier/config.php:116 src/Core/ACL.php:302 -msgid "don't show" -msgstr "nie pokazuj" - -#: view/theme/vier/config.php:116 src/Core/ACL.php:301 -msgid "show" -msgstr "pokaż" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Ustaw styl" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Strony społeczności" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151 -msgid "Community Profiles" -msgstr "Profile społeczności" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Pomóż lub @NowyTutaj?" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373 -msgid "Connect Services" -msgstr "Połączone serwisy" - -#: view/theme/vier/config.php:127 -msgid "Find Friends" -msgstr "Znajdź znajomych" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Ostatni użytkownicy" - -#: view/theme/vier/theme.php:199 src/Content/Widget.php:64 -msgid "Find People" -msgstr "Znajdź ludzi" - -#: view/theme/vier/theme.php:200 src/Content/Widget.php:65 -msgid "Enter name or interest" -msgstr "Wpisz nazwę lub zainteresowanie" - -#: view/theme/vier/theme.php:202 src/Content/Widget.php:67 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Przykład: Jan Kowalski, Wędkarstwo" - -#: view/theme/vier/theme.php:203 src/Content/Widget.php:68 -#: src/Module/Contact.php:820 src/Module/Directory.php:86 -msgid "Find" -msgstr "Znajdź" - -#: view/theme/vier/theme.php:205 src/Content/Widget.php:70 -msgid "Similar Interests" -msgstr "Podobne zainteresowania" - -#: view/theme/vier/theme.php:206 src/Content/Widget.php:71 -msgid "Random Profile" -msgstr "Domyślny profil" - -#: view/theme/vier/theme.php:207 src/Content/Widget.php:72 -msgid "Invite Friends" -msgstr "Zaproś znajomych" - -#: view/theme/vier/theme.php:208 src/Content/Widget.php:73 -#: src/Module/Directory.php:78 -msgid "Global Directory" -msgstr "Katalog globalny" - -#: view/theme/vier/theme.php:210 src/Content/Widget.php:75 -msgid "Local Directory" -msgstr "Katalog lokalny" - -#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:903 -#: src/Content/ForumManager.php:130 src/Content/Nav.php:209 -msgid "Forums" -msgstr "Fora" - -#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132 -msgid "External link to forum" -msgstr "Zewnętrzny link do forum" - -#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:135 -#: src/Content/Widget.php:407 src/Content/Widget.php:507 -msgid "show more" -msgstr "pokaż więcej" - -#: view/theme/vier/theme.php:288 -msgid "Quick Start" -msgstr "Szybki start" - -#: view/theme/vier/theme.php:294 src/Content/Nav.php:192 -#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99 -#: src/Module/Settings/TwoFactor/Index.php:90 -#: src/Module/Settings/TwoFactor/Recovery.php:77 -#: src/Module/Settings/TwoFactor/Verify.php:117 -msgid "Help" -msgstr "Pomoc" - -#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139 -msgid "Post to Email" -msgstr "Prześlij e-mailem" - -#: src/Core/ACL.php:300 -msgid "Visible to everybody" -msgstr "Widoczny dla wszystkich" - -#: src/Core/ACL.php:311 -msgid "Connectors" -msgstr "" - -#: src/Core/ACL.php:313 -msgid "Hide your profile details from unknown viewers?" -msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?" - -#: src/Core/ACL.php:313 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone." - -#: src/Core/ACL.php:315 -msgid "Close" -msgstr "Zamknij" - -#: src/Core/Installer.php:163 -msgid "" -"The database configuration file \"config/local.config.php\" could not be " -"written. Please use the enclosed text to create a configuration file in your" -" web server root." -msgstr "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera." - -#: src/Core/Installer.php:182 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql." - -#: src/Core/Installer.php:183 src/Module/Install.php:174 -#: src/Module/Install.php:330 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Proszę przejrzeć plik \"INSTALL.txt\"." - -#: src/Core/Installer.php:244 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Nie można znaleźć PHP dla wiersza poleceń w PATH serwera." - -#: src/Core/Installer.php:245 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" -msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wierszem poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'" - -#: src/Core/Installer.php:250 -msgid "PHP executable path" -msgstr "Ścieżka wykonywalna PHP" - -#: src/Core/Installer.php:250 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację." - -#: src/Core/Installer.php:255 -msgid "Command line PHP" -msgstr "Linia komend PHP" - -#: src/Core/Installer.php:264 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)" - -#: src/Core/Installer.php:265 -msgid "Found PHP version: " -msgstr "Znaleziona wersja PHP: " - -#: src/Core/Installer.php:267 -msgid "PHP cli binary" -msgstr "PHP cli binarny" - -#: src/Core/Installer.php:280 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"." - -#: src/Core/Installer.php:281 -msgid "This is required for message delivery to work." -msgstr "Jest wymagane, aby dostarczanie wiadomości działało." - -#: src/Core/Installer.php:286 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: src/Core/Installer.php:318 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących" - -#: src/Core/Installer.php:319 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: src/Core/Installer.php:322 -msgid "Generate encryption keys" -msgstr "Generuj klucz kodowania" - -#: src/Core/Installer.php:374 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany." - -#: src/Core/Installer.php:379 -msgid "Apache mod_rewrite module" -msgstr "Moduł Apache mod_rewrite" - -#: src/Core/Installer.php:385 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany." - -#: src/Core/Installer.php:390 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany." - -#: src/Core/Installer.php:394 -msgid "PDO or MySQLi PHP module" -msgstr "Moduł PDO lub MySQLi PHP" - -#: src/Core/Installer.php:402 -msgid "Error, XML PHP module required but not installed." -msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany." - -#: src/Core/Installer.php:406 -msgid "XML PHP module" -msgstr "Moduł XML PHP" - -#: src/Core/Installer.php:409 -msgid "libCurl PHP module" -msgstr "Moduł PHP libCurl" - -#: src/Core/Installer.php:410 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany." - -#: src/Core/Installer.php:416 -msgid "GD graphics PHP module" -msgstr "Moduł PHP-GD" - -#: src/Core/Installer.php:417 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany." - -#: src/Core/Installer.php:423 -msgid "OpenSSL PHP module" -msgstr "Moduł PHP OpenSSL" - -#: src/Core/Installer.php:424 -msgid "Error: openssl PHP module required but not installed." -msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany." - -#: src/Core/Installer.php:430 -msgid "mb_string PHP module" -msgstr "Moduł PHP mb_string" - -#: src/Core/Installer.php:431 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Błąd: moduł PHP mb_string jest wymagany ,ale nie jest zainstalowany." - -#: src/Core/Installer.php:437 -msgid "iconv PHP module" -msgstr "Moduł PHP iconv" - -#: src/Core/Installer.php:438 -msgid "Error: iconv PHP module required but not installed." -msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany." - -#: src/Core/Installer.php:444 -msgid "POSIX PHP module" -msgstr "Moduł POSIX PHP" - -#: src/Core/Installer.php:445 -msgid "Error: POSIX PHP module required but not installed." -msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany." - -#: src/Core/Installer.php:451 -msgid "JSON PHP module" -msgstr "Moduł PHP JSON" - -#: src/Core/Installer.php:452 -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:458 -msgid "File Information PHP module" -msgstr "" - -#: src/Core/Installer.php:459 -msgid "Error: File Information PHP module required but not installed." -msgstr "Błąd: wymagane informacje o pliku Moduł PHP, ale nie jest zainstalowany." - -#: src/Core/Installer.php:482 -msgid "" -"The web installer needs to be able to create a file called " -"\"local.config.php\" in the \"config\" folder of your web server and it is " -"unable to do so." -msgstr "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:483 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "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:484 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named local.config.php in your Friendica \"config\" folder." -msgstr "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica." - -#: src/Core/Installer.php:485 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami." - -#: src/Core/Installer.php:488 -msgid "config/local.config.php is writable" -msgstr "config/local.config.php jest zapisywalny" - -#: src/Core/Installer.php:508 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie." - -#: src/Core/Installer.php:509 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "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:510 -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:511 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "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:514 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 jest zapisywalny" - -#: src/Core/Installer.php:543 -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:545 -msgid "Error message from Curl when fetching" -msgstr "Komunikat o błędzie z Curl podczas pobierania" - -#: src/Core/Installer.php:550 -msgid "Url rewrite is working" -msgstr "Działający adres URL" - -#: src/Core/Installer.php:579 -msgid "ImageMagick PHP extension is not installed" -msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane" - -#: src/Core/Installer.php:581 -msgid "ImageMagick PHP extension is installed" -msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane" - -#: src/Core/Installer.php:583 tests/src/Core/InstallerTest.php:372 -#: tests/src/Core/InstallerTest.php:400 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick obsługuje GIF" - -#: src/Core/Installer.php:606 -msgid "Database already in use." -msgstr "Baza danych jest już w użyciu." - -#: src/Core/Installer.php:611 -msgid "Could not connect to database." -msgstr "Nie można połączyć się z bazą danych." - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397 -msgid "Tuesday" -msgstr "Wtorek" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398 -msgid "Wednesday" -msgstr "Środa" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399 -msgid "Thursday" -msgstr "Czwartek" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400 -msgid "Friday" -msgstr "Piątek" - -#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401 -msgid "Saturday" -msgstr "Sobota" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416 -msgid "January" -msgstr "Styczeń" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417 -msgid "February" -msgstr "Luty" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418 -msgid "March" -msgstr "Marzec" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419 -msgid "April" -msgstr "Kwiecień" - -#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394 -#: src/Model/Event.php:407 -msgid "May" -msgstr "Maj" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420 -msgid "June" -msgstr "Czerwiec" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421 -msgid "July" -msgstr "Lipiec" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422 -msgid "August" -msgstr "Sierpień" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423 -msgid "September" -msgstr "Wrzesień" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424 -msgid "October" -msgstr "Październik" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425 -msgid "November" -msgstr "Listopad" - -#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426 -msgid "December" -msgstr "Grudzień" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388 -msgid "Mon" -msgstr "Pon" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389 -msgid "Tue" -msgstr "Wt" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390 -msgid "Wed" -msgstr "Śr" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391 -msgid "Thu" -msgstr "Czw" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392 -msgid "Fri" -msgstr "Pt" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393 -msgid "Sat" -msgstr "Sob" - -#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387 -msgid "Sun" -msgstr "Niedz" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403 -msgid "Jan" -msgstr "Sty" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404 -msgid "Feb" -msgstr "Lut" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405 -msgid "Mar" -msgstr "Mar" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406 -msgid "Apr" -msgstr "Kwi" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408 -msgid "Jun" -msgstr "Cze" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409 -msgid "Jul" -msgstr "Lip" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410 -msgid "Aug" -msgstr "Sie" - -#: src/Core/L10n/L10n.php:394 -msgid "Sep" -msgstr "Wrz" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412 -msgid "Oct" -msgstr "Paź" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413 -msgid "Nov" -msgstr "Lis" - -#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414 -msgid "Dec" -msgstr "Gru" - -#: src/Core/L10n/L10n.php:413 -msgid "poke" -msgstr "zaczep" - -#: src/Core/L10n/L10n.php:413 -msgid "poked" -msgstr "zaczepił Cię" - -#: src/Core/L10n/L10n.php:414 -msgid "ping" -msgstr "ping" - -#: src/Core/L10n/L10n.php:414 -msgid "pinged" -msgstr "napięcia" - -#: src/Core/L10n/L10n.php:415 -msgid "prod" -msgstr "zaczep" - -#: src/Core/L10n/L10n.php:415 -msgid "prodded" -msgstr "zaczepiać" - -#: src/Core/L10n/L10n.php:416 -msgid "slap" -msgstr "klask" - -#: src/Core/L10n/L10n.php:416 -msgid "slapped" -msgstr "spoliczkowany" - -#: src/Core/L10n/L10n.php:417 -msgid "finger" -msgstr "wskaż" - -#: src/Core/L10n/L10n.php:417 -msgid "fingered" -msgstr "dotknięty" - -#: src/Core/L10n/L10n.php:418 -msgid "rebuff" -msgstr "odrzuć" - -#: src/Core/L10n/L10n.php:418 -msgid "rebuffed" -msgstr "odrzucony" - -#: src/Core/NotificationsManager.php:144 -msgid "System" -msgstr "System" - -#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182 -#: src/Content/Nav.php:244 -msgid "Home" -msgstr "Strona domowa" - -#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248 -msgid "Introductions" -msgstr "Zapoznanie" - -#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s skomentował wpis %s" - -#: src/Core/NotificationsManager.php:245 -#, php-format -msgid "%s created a new post" -msgstr "%s dodał nowy wpis" - -#: src/Core/NotificationsManager.php:259 -#, php-format -msgid "%s liked %s's post" -msgstr "%s polubił wpis %s" - -#: src/Core/NotificationsManager.php:272 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s nie lubi tych %s postów" - -#: src/Core/NotificationsManager.php:285 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s uczestniczy w wydarzeniu %s" - -#: src/Core/NotificationsManager.php:298 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s nie uczestniczy w wydarzeniu %s" - -#: src/Core/NotificationsManager.php:311 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s może uczestniczyć %s w wydarzeniu" - -#: src/Core/NotificationsManager.php:344 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s jest teraz znajomym %s" - -#: src/Core/NotificationsManager.php:622 -msgid "Friend Suggestion" -msgstr "Propozycja znajomych" - -#: src/Core/NotificationsManager.php:656 -msgid "Friend/Connect Request" -msgstr "Prośba o dodanie do przyjaciół/powiązanych" - -#: src/Core/NotificationsManager.php:656 -msgid "New Follower" -msgstr "Nowy obserwujący" - -#: src/Core/Session.php:188 -#, php-format -msgid "Welcome %s" -msgstr "Witaj %s" - -#: src/Core/Session.php:189 -msgid "Please upload a profile photo." -msgstr "Proszę dodać zdjęcie profilowe." - -#: src/Core/Session.php:192 -#, php-format -msgid "Welcome back %s" -msgstr "Witaj ponownie %s" - -#: src/Core/Update.php:193 -#, php-format -msgid "Update %s failed. See error logs." -msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów." - -#: src/Core/Update.php:257 +#: src/Database/DBStructure.php:74 #, php-format msgid "" "\n" -"\t\t\t\tThe friendica developers released update %s recently,\n" -"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" -"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" -"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." -msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa." +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n" -#: src/Core/Update.php:263 +#: src/Database/DBStructure.php:77 +msgid "Errors encountered performing database changes: " +msgstr "Błędy napotkane podczas dokonywania zmian w bazie danych: " + +#: src/Database/DBStructure.php:266 #, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]" +msgid "%s: Database update" +msgstr "%s: Aktualizacja bazy danych" -#: src/Core/Update.php:269 src/Core/Update.php:308 -msgid "[Friendica Notify] Database update" -msgstr "[Powiadomienie Friendica] Aktualizacja bazy danych" - -#: src/Core/Update.php:300 +#: src/Database/DBStructure.php:527 #, 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." +msgid "%s: updating %s table." +msgstr "%s: aktualizowanie %s tabeli." -#: src/Core/UserImport.php:107 -msgid "Error decoding account file" -msgstr "Błąd podczas odczytu pliku konta" +#: src/Object/Post.php:135 +msgid "This entry was edited" +msgstr "Ten wpis został zedytowany" -#: src/Core/UserImport.php:113 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?" +#: src/Object/Post.php:158 +msgid "Private Message" +msgstr "Wiadomość prywatna" -#: src/Core/UserImport.php:121 +#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730 +msgid "Edit" +msgstr "Edytuj" + +#: src/Object/Post.php:197 +msgid "pinned item" +msgstr "" + +#: src/Object/Post.php:202 +msgid "Delete locally" +msgstr "Usuń lokalnie" + +#: src/Object/Post.php:205 +msgid "Delete globally" +msgstr "Usuń globalnie" + +#: src/Object/Post.php:205 +msgid "Remove locally" +msgstr "Usuń lokalnie" + +#: src/Object/Post.php:219 +msgid "save to folder" +msgstr "zapisz w folderze" + +#: src/Object/Post.php:254 +msgid "I will attend" +msgstr "Będę uczestniczyć" + +#: src/Object/Post.php:254 +msgid "I will not attend" +msgstr "Nie będę uczestniczyć" + +#: src/Object/Post.php:254 +msgid "I might attend" +msgstr "Mogę wziąć udział" + +#: src/Object/Post.php:282 +msgid "ignore thread" +msgstr "zignoruj ​​wątek" + +#: src/Object/Post.php:283 +msgid "unignore thread" +msgstr "odignoruj ​​wątek" + +#: src/Object/Post.php:284 +msgid "toggle ignore status" +msgstr "przełącz status ignorowania" + +#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89 +msgid "ignored" +msgstr "ignorowany(-a)" + +#: src/Object/Post.php:296 +msgid "pin" +msgstr "przypnij" + +#: src/Object/Post.php:297 +msgid "unpin" +msgstr "odepnij" + +#: src/Object/Post.php:298 +msgid "toggle pin status" +msgstr "" + +#: src/Object/Post.php:301 +msgid "pinned" +msgstr "Przypięte" + +#: src/Object/Post.php:308 +msgid "add star" +msgstr "dodaj gwiazdkę" + +#: src/Object/Post.php:309 +msgid "remove star" +msgstr "anuluj gwiazdkę" + +#: src/Object/Post.php:310 +msgid "toggle star status" +msgstr "włącz status gwiazdy" + +#: src/Object/Post.php:313 +msgid "starred" +msgstr "gwiazdką" + +#: src/Object/Post.php:317 +msgid "add tag" +msgstr "dodaj tag" + +#: src/Object/Post.php:328 mod/photos.php:1378 +msgid "I like this (toggle)" +msgstr "Lubię to (zmień)" + +#: src/Object/Post.php:328 +msgid "like" +msgstr "lubię to" + +#: src/Object/Post.php:329 mod/photos.php:1379 +msgid "I don't like this (toggle)" +msgstr "Nie lubię tego (zmień)" + +#: src/Object/Post.php:329 +msgid "dislike" +msgstr "nie lubię tego" + +#: src/Object/Post.php:332 +msgid "Share this" +msgstr "Udostępnij to" + +#: src/Object/Post.php:332 +msgid "share" +msgstr "udostępnij" + +#: src/Object/Post.php:384 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "Użytkownik '%s' już istnieje na tym serwerze!" +msgid "%s (Received %s)" +msgstr "" -#: src/Core/UserImport.php:157 -msgid "User creation error" -msgstr "Błąd tworzenia użytkownika" +#: src/Object/Post.php:409 +msgid "to" +msgstr "do" -#: src/Core/UserImport.php:175 -msgid "User profile creation error" -msgstr "Błąd tworzenia profilu użytkownika" +#: src/Object/Post.php:410 +msgid "via" +msgstr "przez" -#: src/Core/UserImport.php:219 +#: src/Object/Post.php:411 +msgid "Wall-to-Wall" +msgstr "Wall-to-Wall" + +#: src/Object/Post.php:412 +msgid "via Wall-To-Wall:" +msgstr "via Wall-To-Wall:" + +#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396 +#: mod/photos.php:1435 mod/photos.php:1500 +msgid "Comment" +msgstr "Komentarz" + +#: src/Object/Post.php:448 #, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "Nie zaimportowano %d kontaktu" -msgstr[1] "Nie zaimportowano %d kontaktów" -msgstr[2] "Nie zaimportowano %d kontaktów" -msgstr[3] "%d kontakty nie zostały zaimportowane " +msgid "Reply to %s" +msgstr "Odpowiedź %s" -#: src/Core/UserImport.php:284 -msgid "Done. You can now login with your username and password" -msgstr "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła" +#: src/Object/Post.php:464 +msgid "Notifier task is pending" +msgstr "Zadanie Notifier jest w toku" -#: src/Util/Temporal.php:147 src/Model/Profile.php:776 -msgid "Birthday:" -msgstr "Urodziny:" +#: src/Object/Post.php:465 +msgid "Delivery to remote servers is pending" +msgstr "Trwa przesyłanie do serwerów zdalnych" -#: src/Util/Temporal.php:151 -msgid "YYYY-MM-DD or MM-DD" -msgstr "RRRR-MM-DD lub MM-DD" +#: src/Object/Post.php:466 +msgid "Delivery to remote servers is underway" +msgstr "Trwa dostawa do serwerów zdalnych" -#: src/Util/Temporal.php:298 -msgid "never" -msgstr "nigdy" +#: src/Object/Post.php:467 +msgid "Delivery to remote servers is mostly done" +msgstr "Dostawa do zdalnych serwerów jest w większości wykonywana" -#: src/Util/Temporal.php:305 -msgid "less than a second ago" -msgstr "mniej niż sekundę temu" +#: src/Object/Post.php:468 +msgid "Delivery to remote servers is done" +msgstr "Trwa dostarczanie do zdalnych serwerów" -#: src/Util/Temporal.php:313 -msgid "year" -msgstr "rok" - -#: src/Util/Temporal.php:313 -msgid "years" -msgstr "lata" - -#: src/Util/Temporal.php:314 -msgid "months" -msgstr "miesiące" - -#: src/Util/Temporal.php:315 -msgid "weeks" -msgstr "tygodnie" - -#: src/Util/Temporal.php:316 -msgid "days" -msgstr "dni" - -#: src/Util/Temporal.php:317 -msgid "hour" -msgstr "godzina" - -#: src/Util/Temporal.php:317 -msgid "hours" -msgstr "godziny" - -#: src/Util/Temporal.php:318 -msgid "minute" -msgstr "minuta" - -#: src/Util/Temporal.php:318 -msgid "minutes" -msgstr "minuty" - -#: src/Util/Temporal.php:319 -msgid "second" -msgstr "sekunda" - -#: src/Util/Temporal.php:319 -msgid "seconds" -msgstr "sekundy" - -#: src/Util/Temporal.php:329 +#: src/Object/Post.php:488 #, php-format -msgid "in %1$d %2$s" -msgstr "w %1$d %2$s" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d komentarz" +msgstr[1] "%d komentarze" +msgstr[2] "%d komentarzy" +msgstr[3] "%d komentarzy" -#: src/Util/Temporal.php:332 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s temu" +#: src/Object/Post.php:489 +msgid "Show more" +msgstr "Pokaż więcej" -#: src/Content/Text/BBCode.php:457 +#: src/Object/Post.php:490 +msgid "Show fewer" +msgstr "Pokaż mniej" + +#: src/Object/Post.php:501 src/Model/Item.php:3400 +msgid "comment" +msgid_plural "comments" +msgstr[0] "komentarz" +msgstr[1] "komentarze" +msgstr[2] "komentarze" +msgstr[3] "komentarz" + +#: src/Object/Post.php:908 src/Module/Contact.php:1023 +#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433 +#: mod/photos.php:1498 +msgid "This is you" +msgstr "To jesteś ty" + +#: src/App.php:521 +msgid "No system theme config value set." +msgstr "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego." + +#: src/Content/Text/BBCode.php:490 msgid "view full size" msgstr "zobacz pełny rozmiar" -#: src/Content/Text/BBCode.php:891 src/Content/Text/BBCode.php:1533 -#: src/Content/Text/BBCode.php:1534 +#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603 +#: src/Content/Text/BBCode.php:1604 msgid "Image/photo" msgstr "Obrazek/zdjęcie" -#: src/Content/Text/BBCode.php:1009 +#: src/Content/Text/BBCode.php:1045 #, php-format msgid "%2$s %3$s" msgstr "%2$s%3$s" -#: src/Content/Text/BBCode.php:1460 src/Content/Text/BBCode.php:1482 -msgid "$1 wrote:" -msgstr "$1 napisał:" - -#: src/Content/Text/BBCode.php:1536 src/Content/Text/BBCode.php:1537 -msgid "Encrypted content" -msgstr "Szyfrowana treść" - -#: src/Content/Text/BBCode.php:1758 -msgid "Invalid source protocol" -msgstr "Nieprawidłowy protokół źródłowy" - -#: src/Content/Text/BBCode.php:1769 -msgid "Invalid link protocol" -msgstr "Niepoprawny link protokołu" - -#: src/Content/Text/HTML.php:789 -msgid "Loading more entries..." -msgstr "Ładuję więcej wpisów..." - -#: src/Content/Text/HTML.php:790 -msgid "The end" -msgstr "Koniec" - -#: src/Content/Text/HTML.php:883 src/Model/Profile.php:536 -#: src/Module/Contact.php:335 -msgid "Follow" -msgstr "Śledź" - -#: src/Content/Text/HTML.php:892 src/Content/Nav.php:79 -msgid "@name, !forum, #tags, content" -msgstr "@imię, !forum, #tagi, treść" - -#: src/Content/Text/HTML.php:898 src/Content/Nav.php:203 -msgid "Full Text" -msgstr "Pełny tekst" - -#: src/Content/Text/HTML.php:899 src/Content/Widget/TagCloud.php:54 -#: src/Content/Nav.php:204 -msgid "Tags" -msgstr "Tagi" - -#: src/Content/Text/HTML.php:940 src/Model/Item.php:3518 -#: src/Model/Item.php:3529 +#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963 msgid "Click to open/close" msgstr "Kliknij aby otworzyć/zamknąć" -#: src/Content/Widget/CalendarExport.php:64 -msgid "Export" -msgstr "Eksport" +#: src/Content/Text/BBCode.php:1552 +msgid "$1 wrote:" +msgstr "$1 napisał:" -#: src/Content/Widget/CalendarExport.php:65 -msgid "Export calendar as ical" -msgstr "Wyeksportuj kalendarz jako ical" +#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607 +msgid "Encrypted content" +msgstr "Szyfrowana treść" -#: src/Content/Widget/CalendarExport.php:66 -msgid "Export calendar as csv" -msgstr "Eksportuj kalendarz jako csv" +#: src/Content/Text/BBCode.php:1829 +msgid "Invalid source protocol" +msgstr "Nieprawidłowy protokół źródłowy" -#: src/Content/Widget/ContactBlock.php:58 -msgid "No contacts" -msgstr "Brak kontaktów" +#: src/Content/Text/BBCode.php:1844 +msgid "Invalid link protocol" +msgstr "Niepoprawny link protokołu" -#: src/Content/Widget/ContactBlock.php:90 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontaktów" -msgstr[2] "%d kontakty" -msgstr[3] "%d Kontakty" +#: src/Content/Text/HTML.php:811 +msgid "Loading more entries..." +msgstr "Ładuję więcej wpisów..." -#: src/Content/Widget/ContactBlock.php:109 -msgid "View Contacts" -msgstr "Widok kontaktów" +#: src/Content/Text/HTML.php:812 +msgid "The end" +msgstr "Koniec" -#: src/Content/Widget/TrendingTags.php:34 -#, php-format -msgid "Trending Tags (last %d hour)" -msgid_plural "Trending Tags (last %d hours)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49 +#: mod/notes.php:46 mod/editpost.php:72 +msgid "Save" +msgstr "Zapisz" -#: src/Content/Widget/TrendingTags.php:35 -msgid "More Trending Tags" -msgstr "Więcej popularnych tagów" +#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540 +#: src/Module/Contact.php:318 +msgid "Follow" +msgstr "Śledź" -#: src/Content/Pager.php:153 -msgid "newer" -msgstr "nowsze" +#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200 +#: src/Module/Search/Index.php:80 +msgid "Search" +msgstr "Szukaj" -#: src/Content/Pager.php:158 -msgid "older" -msgstr "starsze" +#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79 +msgid "@name, !forum, #tags, content" +msgstr "@imię, !forum, #tagi, treść" -#: src/Content/Pager.php:203 -msgid "prev" -msgstr "poprzedni" +#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203 +msgid "Full Text" +msgstr "Pełny tekst" -#: src/Content/Pager.php:263 -msgid "last" -msgstr "ostatni" +#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tagi" #: src/Content/ContactSelector.php:58 msgid "Frequently" @@ -5449,297 +1688,397 @@ msgstr "Co tydzień" msgid "Monthly" msgstr "Miesięczne" -#: src/Content/ContactSelector.php:83 +#: src/Content/ContactSelector.php:116 msgid "DFRN" msgstr "DFRN" -#: src/Content/ContactSelector.php:84 +#: src/Content/ContactSelector.php:117 msgid "OStatus" msgstr "OStatus" -#: src/Content/ContactSelector.php:85 +#: src/Content/ContactSelector.php:118 msgid "RSS/Atom" msgstr "RSS/Atom" -#: src/Content/ContactSelector.php:86 src/Module/Admin/Users.php:272 +#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272 #: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 #: src/Module/Admin/Users.php:315 msgid "Email" msgstr "E-mail" -#: src/Content/ContactSelector.php:88 +#: src/Content/ContactSelector.php:120 mod/settings.php:800 +msgid "Diaspora" +msgstr "Diaspora" + +#: src/Content/ContactSelector.php:121 msgid "Zot!" msgstr "Zot!" -#: src/Content/ContactSelector.php:89 +#: src/Content/ContactSelector.php:122 msgid "LinkedIn" msgstr "LinkedIn" -#: src/Content/ContactSelector.php:90 +#: src/Content/ContactSelector.php:123 msgid "XMPP/IM" msgstr "XMPP/IM" -#: src/Content/ContactSelector.php:91 +#: src/Content/ContactSelector.php:124 msgid "MySpace" msgstr "MySpace" -#: src/Content/ContactSelector.php:92 +#: src/Content/ContactSelector.php:125 msgid "Google+" msgstr "Google+" -#: src/Content/ContactSelector.php:93 +#: src/Content/ContactSelector.php:126 msgid "pump.io" msgstr "pump.io" -#: src/Content/ContactSelector.php:94 +#: src/Content/ContactSelector.php:127 msgid "Twitter" msgstr "Twitter" -#: src/Content/ContactSelector.php:95 +#: src/Content/ContactSelector.php:128 +msgid "Discourse" +msgstr "" + +#: src/Content/ContactSelector.php:129 msgid "Diaspora Connector" msgstr "Łącze Diaspora" -#: src/Content/ContactSelector.php:96 +#: src/Content/ContactSelector.php:130 msgid "GNU Social Connector" msgstr "Łącze GNU Social" -#: src/Content/ContactSelector.php:97 +#: src/Content/ContactSelector.php:131 msgid "ActivityPub" msgstr "Pub aktywności" -#: src/Content/ContactSelector.php:98 +#: src/Content/ContactSelector.php:132 msgid "pnut" msgstr "orzech" -#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193 -#: src/Content/ContactSelector.php:231 +#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271 +#: src/Content/ContactSelector.php:309 msgid "No answer" msgstr "Brak odpowiedzi" -#: src/Content/ContactSelector.php:154 +#: src/Content/ContactSelector.php:232 msgid "Male" msgstr "Mężczyzna" -#: src/Content/ContactSelector.php:155 +#: src/Content/ContactSelector.php:233 msgid "Female" msgstr "Kobieta" -#: src/Content/ContactSelector.php:156 +#: src/Content/ContactSelector.php:234 msgid "Currently Male" msgstr "Obecnie mężczyzna" -#: src/Content/ContactSelector.php:157 +#: src/Content/ContactSelector.php:235 msgid "Currently Female" msgstr "Obecnie Kobieta" -#: src/Content/ContactSelector.php:158 +#: src/Content/ContactSelector.php:236 msgid "Mostly Male" msgstr "Najczęściej męskie" -#: src/Content/ContactSelector.php:159 +#: src/Content/ContactSelector.php:237 msgid "Mostly Female" msgstr "Najczęściej żeńskie" -#: src/Content/ContactSelector.php:160 +#: src/Content/ContactSelector.php:238 msgid "Transgender" msgstr "Transseksualny" -#: src/Content/ContactSelector.php:161 +#: src/Content/ContactSelector.php:239 msgid "Intersex" msgstr "Interseksualne" -#: src/Content/ContactSelector.php:162 +#: src/Content/ContactSelector.php:240 msgid "Transsexual" msgstr "Transseksualny" -#: src/Content/ContactSelector.php:163 +#: src/Content/ContactSelector.php:241 msgid "Hermaphrodite" msgstr "Hermafrodyta" -#: src/Content/ContactSelector.php:164 +#: src/Content/ContactSelector.php:242 msgid "Neuter" msgstr "Rodzaj nijaki" -#: src/Content/ContactSelector.php:165 +#: src/Content/ContactSelector.php:243 msgid "Non-specific" msgstr "Niespecyficzne" -#: src/Content/ContactSelector.php:166 +#: src/Content/ContactSelector.php:244 msgid "Other" msgstr "Inne" -#: src/Content/ContactSelector.php:194 +#: src/Content/ContactSelector.php:272 msgid "Males" msgstr "Mężczyźni" -#: src/Content/ContactSelector.php:195 +#: src/Content/ContactSelector.php:273 msgid "Females" msgstr "Kobiety" -#: src/Content/ContactSelector.php:196 +#: src/Content/ContactSelector.php:274 msgid "Gay" msgstr "Gej" -#: src/Content/ContactSelector.php:197 +#: src/Content/ContactSelector.php:275 msgid "Lesbian" msgstr "Lesbijka" -#: src/Content/ContactSelector.php:198 +#: src/Content/ContactSelector.php:276 msgid "No Preference" msgstr "Brak preferencji" -#: src/Content/ContactSelector.php:199 +#: src/Content/ContactSelector.php:277 msgid "Bisexual" msgstr "Biseksualny(-a)" -#: src/Content/ContactSelector.php:200 +#: src/Content/ContactSelector.php:278 msgid "Autosexual" msgstr "Autoseksualny(-a)" -#: src/Content/ContactSelector.php:201 +#: src/Content/ContactSelector.php:279 msgid "Abstinent" msgstr "Abstynent" -#: src/Content/ContactSelector.php:202 +#: src/Content/ContactSelector.php:280 msgid "Virgin" msgstr "Dziewica" -#: src/Content/ContactSelector.php:203 +#: src/Content/ContactSelector.php:281 msgid "Deviant" msgstr "Zboczeniec" -#: src/Content/ContactSelector.php:204 +#: src/Content/ContactSelector.php:282 msgid "Fetish" msgstr "Fetysz" -#: src/Content/ContactSelector.php:205 +#: src/Content/ContactSelector.php:283 msgid "Oodles" msgstr "Nadmiar" -#: src/Content/ContactSelector.php:206 +#: src/Content/ContactSelector.php:284 msgid "Nonsexual" msgstr "Nieseksualny(-a)" -#: src/Content/ContactSelector.php:232 +#: src/Content/ContactSelector.php:310 msgid "Single" msgstr "Singiel" -#: src/Content/ContactSelector.php:233 +#: src/Content/ContactSelector.php:311 msgid "Lonely" msgstr "Samotny(-a)" -#: src/Content/ContactSelector.php:234 +#: src/Content/ContactSelector.php:312 msgid "In a relation" msgstr "W relacji" -#: src/Content/ContactSelector.php:235 +#: src/Content/ContactSelector.php:313 msgid "Has crush" msgstr "Ma sympatię" -#: src/Content/ContactSelector.php:236 +#: src/Content/ContactSelector.php:314 msgid "Infatuated" msgstr "Zakochany(-a)" -#: src/Content/ContactSelector.php:237 +#: src/Content/ContactSelector.php:315 msgid "Dating" msgstr "Randki" -#: src/Content/ContactSelector.php:238 +#: src/Content/ContactSelector.php:316 msgid "Unfaithful" msgstr "Niewierny(-a)" -#: src/Content/ContactSelector.php:239 +#: src/Content/ContactSelector.php:317 msgid "Sex Addict" msgstr "Uzależniony(-a) od seksu" -#: src/Content/ContactSelector.php:240 src/Model/User.php:762 +#: src/Content/ContactSelector.php:318 src/Model/User.php:807 msgid "Friends" msgstr "Przyjaciele" -#: src/Content/ContactSelector.php:241 +#: src/Content/ContactSelector.php:319 msgid "Friends/Benefits" msgstr "Przyjaciele/Korzyści" -#: src/Content/ContactSelector.php:242 +#: src/Content/ContactSelector.php:320 msgid "Casual" msgstr "Przypadkowy" -#: src/Content/ContactSelector.php:243 +#: src/Content/ContactSelector.php:321 msgid "Engaged" msgstr "Zaręczony(-a)" -#: src/Content/ContactSelector.php:244 +#: src/Content/ContactSelector.php:322 msgid "Married" msgstr "W związku małżeńskim" -#: src/Content/ContactSelector.php:245 +#: src/Content/ContactSelector.php:323 msgid "Imaginarily married" msgstr "Fikcyjnie w związku małżeńskim" -#: src/Content/ContactSelector.php:246 +#: src/Content/ContactSelector.php:324 msgid "Partners" msgstr "Partnerzy" -#: src/Content/ContactSelector.php:247 +#: src/Content/ContactSelector.php:325 msgid "Cohabiting" msgstr "Konkubinat" -#: src/Content/ContactSelector.php:248 +#: src/Content/ContactSelector.php:326 msgid "Common law" msgstr "Prawo zwyczajowe" -#: src/Content/ContactSelector.php:249 +#: src/Content/ContactSelector.php:327 msgid "Happy" msgstr "Szczęśliwy(-a)" -#: src/Content/ContactSelector.php:250 +#: src/Content/ContactSelector.php:328 msgid "Not looking" msgstr "Nie szukam" -#: src/Content/ContactSelector.php:251 +#: src/Content/ContactSelector.php:329 msgid "Swinger" msgstr "Swinger" -#: src/Content/ContactSelector.php:252 +#: src/Content/ContactSelector.php:330 msgid "Betrayed" msgstr "Zdradzony(-a)" -#: src/Content/ContactSelector.php:253 +#: src/Content/ContactSelector.php:331 msgid "Separated" msgstr "W separacji" -#: src/Content/ContactSelector.php:254 +#: src/Content/ContactSelector.php:332 msgid "Unstable" msgstr "Niestabilny" -#: src/Content/ContactSelector.php:255 +#: src/Content/ContactSelector.php:333 msgid "Divorced" msgstr "Rozwiedziony(-a)" -#: src/Content/ContactSelector.php:256 +#: src/Content/ContactSelector.php:334 msgid "Imaginarily divorced" msgstr "Fikcyjnie rozwiedziony(-a)" -#: src/Content/ContactSelector.php:257 +#: src/Content/ContactSelector.php:335 msgid "Widowed" msgstr "Wdowiec" -#: src/Content/ContactSelector.php:258 +#: src/Content/ContactSelector.php:336 msgid "Uncertain" msgstr "Nieokreślony(-a)" -#: src/Content/ContactSelector.php:259 +#: src/Content/ContactSelector.php:337 msgid "It's complicated" msgstr "To skomplikowane" -#: src/Content/ContactSelector.php:260 +#: src/Content/ContactSelector.php:338 msgid "Don't care" msgstr "Nie przejmuj się" -#: src/Content/ContactSelector.php:261 +#: src/Content/ContactSelector.php:339 msgid "Ask me" msgstr "Zapytaj mnie" +#: src/Content/Widget.php:39 +msgid "Add New Contact" +msgstr "Dodaj nowy kontakt" + +#: src/Content/Widget.php:40 +msgid "Enter address or web location" +msgstr "Wpisz adres lub lokalizację sieciową" + +#: src/Content/Widget.php:41 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara" + +#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135 +#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106 +msgid "Connect" +msgstr "Połącz" + +#: src/Content/Widget.php:59 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d zaproszenie dostępne" +msgstr[1] "%d zaproszeń dostępnych" +msgstr[2] "%d zaproszenia dostępne" +msgstr[3] "%d zaproszenia dostępne" + +#: src/Content/Widget.php:197 src/Core/ACL.php:283 +#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792 +#: mod/lockview.php:78 mod/lockview.php:113 +msgid "Followers" +msgstr "" + +#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127 +#: src/Module/Contact.php:793 +msgid "Following" +msgstr "" + +#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128 +#: src/Module/Contact.php:794 +msgid "Mutual friends" +msgstr "Wspólni znajomi" + +#: src/Content/Widget.php:204 +msgid "Relationships" +msgstr "Relacje" + +#: src/Content/Widget.php:206 src/Module/Group.php:287 +#: src/Module/Contact.php:681 +msgid "All Contacts" +msgstr "Wszystkie kontakty" + +#: src/Content/Widget.php:249 +msgid "Protocols" +msgstr "Protokoły" + +#: src/Content/Widget.php:251 +msgid "All Protocols" +msgstr "Wszystkie protokoły" + +#: src/Content/Widget.php:288 +msgid "Saved Folders" +msgstr "Zapisz w folderach" + +#: src/Content/Widget.php:290 src/Content/Widget.php:329 +msgid "Everything" +msgstr "Wszystko" + +#: src/Content/Widget.php:327 +msgid "Categories" +msgstr "Kategorie" + +#: src/Content/Widget.php:404 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d wspólny kontakt" +msgstr[1] "%d wspólne kontakty" +msgstr[2] "%d wspólnych kontaktów" +msgstr[3] "%dwspólnych kontaktów" + +#: src/Content/Widget.php:503 src/Content/Feature.php:100 +msgid "Archives" +msgstr "Archiwum" + +#: src/Content/OEmbed.php:254 +msgid "Embedding disabled" +msgstr "Osadzanie wyłączone" + +#: src/Content/OEmbed.php:377 +msgid "Embedded content" +msgstr "Osadzona zawartość" + #: src/Content/Feature.php:82 msgid "General Features" msgstr "Funkcje ogólne" @@ -5807,10 +2146,6 @@ msgstr "Dodaj wyraźne wzmianki do pola komentarza, aby ręcznie kontrolować, k msgid "Network Sidebar" msgstr "Sieć Pasek Boczny" -#: src/Content/Feature.php:100 src/Content/Widget.php:501 -msgid "Archives" -msgstr "Archiwum" - #: src/Content/Feature.php:100 msgid "Ability to select posts by date ranges" msgstr "Wybierz wpisy według zakresów dat" @@ -5891,7 +2226,7 @@ msgstr "Brak nowych zdarzeń" msgid "Clear notifications" msgstr "Wyczyść powiadomienia" -#: src/Content/Nav.php:153 src/Module/Login.php:315 +#: src/Content/Nav.php:153 src/Module/Login.php:136 msgid "Logout" msgstr "Wyloguj" @@ -5899,8 +2234,8 @@ msgstr "Wyloguj" msgid "End this session" msgstr "Zakończ sesję" -#: src/Content/Nav.php:155 src/Module/Bookmarklet.php:25 -#: src/Module/Login.php:316 +#: src/Content/Nav.php:155 src/Module/Login.php:137 +#: src/Module/Bookmarklet.php:25 msgid "Login" msgstr "Zaloguj się" @@ -5916,12 +2251,15 @@ msgstr "Notatki" msgid "Your personal notes" msgstr "Twoje prywatne notatki" +#: src/Content/Nav.php:182 src/Content/Nav.php:244 +msgid "Home" +msgstr "Strona domowa" + #: src/Content/Nav.php:182 msgid "Home Page" msgstr "Strona startowa" -#: src/Content/Nav.php:186 src/Module/Login.php:287 -#: src/Module/Register.php:136 +#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130 msgid "Register" msgstr "Zarejestruj" @@ -5969,8 +2307,9 @@ msgstr "Informacje" msgid "Information about this friendica instance" msgstr "Informacje o tej instancji friendica" -#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43 -#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144 +#: src/Content/Nav.php:236 src/Module/Tos.php:73 +#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43 +#: src/Module/Register.php:138 msgid "Terms of Service" msgstr "Warunki usługi" @@ -5986,14 +2325,26 @@ msgstr "Resetowanie sieci" msgid "Load Network page with no filters" msgstr "Załaduj stronę sieci bez filtrów" +#: src/Content/Nav.php:248 +msgid "Introductions" +msgstr "Zapoznanie" + #: src/Content/Nav.php:248 msgid "Friend Requests" msgstr "Prośba o przyjęcie do grona znajomych" +#: src/Content/Nav.php:249 mod/notifications.php:100 +msgid "Notifications" +msgstr "Powiadomienia" + #: src/Content/Nav.php:250 msgid "See all notifications" msgstr "Zobacz wszystkie powiadomienia" +#: src/Content/Nav.php:251 mod/settings.php:873 +msgid "Mark as seen" +msgstr "Oznacz jako przeczytane" + #: src/Content/Nav.php:251 msgid "Mark all system notifications seen" msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane" @@ -6006,614 +2357,673 @@ msgstr "Odebrane" msgid "Outbox" msgstr "Wysłane" +#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116 +msgid "New Message" +msgstr "Nowa wiadomość" + #: src/Content/Nav.php:260 -msgid "Manage" -msgstr "Zarządzaj" +msgid "Delegation" +msgstr "" #: src/Content/Nav.php:260 msgid "Manage other pages" msgstr "Zarządzaj innymi stronami" -#: src/Content/Nav.php:268 +#: src/Content/Nav.php:266 src/Model/Profile.php:398 +#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82 +msgid "Profiles" +msgstr "Profile" + +#: src/Content/Nav.php:266 msgid "Manage/Edit Profiles" msgstr "Zarządzaj/Edytuj profile" -#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114 +#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114 msgid "Admin" msgstr "Administator" -#: src/Content/Nav.php:276 +#: src/Content/Nav.php:274 msgid "Site setup and configuration" msgstr "Konfiguracja i ustawienia instancji" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:277 msgid "Navigation" msgstr "Nawigacja" -#: src/Content/Nav.php:279 +#: src/Content/Nav.php:277 msgid "Site map" msgstr "Mapa strony" -#: src/Content/OEmbed.php:254 -msgid "Embedding disabled" -msgstr "Osadzanie wyłączone" +#: src/Content/Widget/SavedSearches.php:29 +msgid "Remove term" +msgstr "Usuń wpis" -#: src/Content/OEmbed.php:377 -msgid "Embedded content" -msgstr "Osadzona zawartość" +#: src/Content/Widget/SavedSearches.php:37 +msgid "Saved Searches" +msgstr "Zapisywanie wyszukiwania" -#: src/Content/Widget.php:38 -msgid "Add New Contact" -msgstr "Dodaj nowy kontakt" +#: src/Content/Widget/CalendarExport.php:64 +msgid "Export" +msgstr "Eksport" -#: src/Content/Widget.php:39 -msgid "Enter address or web location" -msgstr "Wpisz adres lub lokalizację sieciową" +#: src/Content/Widget/CalendarExport.php:65 +msgid "Export calendar as ical" +msgstr "Wyeksportuj kalendarz jako ical" -#: src/Content/Widget.php:40 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara" +#: src/Content/Widget/CalendarExport.php:66 +msgid "Export calendar as csv" +msgstr "Eksportuj kalendarz jako csv" -#: src/Content/Widget.php:58 +#: src/Content/Widget/TrendingTags.php:34 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d zaproszenie dostępne" -msgstr[1] "%d zaproszeń dostępnych" -msgstr[2] "%d zaproszenia dostępne" -msgstr[3] "%d zaproszenia dostępne" +msgid "Trending Tags (last %d hour)" +msgid_plural "Trending Tags (last %d hours)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: src/Content/Widget.php:193 src/Module/Contact.php:798 -#: src/Module/Profile/Contacts.php:127 -msgid "Following" -msgstr "" +#: src/Content/Widget/TrendingTags.php:35 +msgid "More Trending Tags" +msgstr "Więcej popularnych tagów" -#: src/Content/Widget.php:194 src/Module/Contact.php:799 -#: src/Module/Profile/Contacts.php:128 -msgid "Mutual friends" -msgstr "Wspólni znajomi" +#: src/Content/Widget/ContactBlock.php:58 +msgid "No contacts" +msgstr "Brak kontaktów" -#: src/Content/Widget.php:199 -msgid "Relationships" -msgstr "Relacje" - -#: src/Content/Widget.php:201 src/Module/Contact.php:694 -#: src/Module/Group.php:287 -msgid "All Contacts" -msgstr "Wszystkie kontakty" - -#: src/Content/Widget.php:244 -msgid "Protocols" -msgstr "Protokoły" - -#: src/Content/Widget.php:246 -msgid "All Protocols" -msgstr "Wszystkie protokoły" - -#: src/Content/Widget.php:279 -msgid "Saved Folders" -msgstr "Zapisz w folderach" - -#: src/Content/Widget.php:281 src/Content/Widget.php:320 -msgid "Everything" -msgstr "Wszystko" - -#: src/Content/Widget.php:318 -msgid "Categories" -msgstr "Kategorie" - -#: src/Content/Widget.php:402 +#: src/Content/Widget/ContactBlock.php:90 #, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d wspólny kontakt" -msgstr[1] "%d wspólne kontakty" -msgstr[2] "%d wspólnych kontaktów" -msgstr[3] "%dwspólnych kontaktów" - -#: src/Database/DBStructure.php:50 -msgid "There are no tables on MyISAM." -msgstr "W MyISAM nie ma tabel." - -#: src/Database/DBStructure.php:74 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n" - -#: src/Database/DBStructure.php:77 -msgid "Errors encountered performing database changes: " -msgstr "Błędy napotkane podczas dokonywania zmian w bazie danych: " - -#: src/Database/DBStructure.php:266 -#, php-format -msgid "%s: Database update" -msgstr "%s: Aktualizacja bazy danych" - -#: src/Database/DBStructure.php:527 -#, php-format -msgid "%s: updating %s table." -msgstr "%s: aktualizowanie %s tabeli." - -#: src/Model/Storage/Filesystem.php:63 -#, php-format -msgid "Filesystem storage failed to create \"%s\". Check you write permissions." -msgstr "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu." - -#: src/Model/Storage/Filesystem.php:105 -#, php-format -msgid "" -"Filesystem storage failed to save data to \"%s\". Check your write " -"permissions" -msgstr "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu" - -#: src/Model/Storage/Filesystem.php:126 -msgid "Storage base path" -msgstr "Ścieżka bazy pamięci masowej" - -#: src/Model/Storage/Filesystem.php:128 -msgid "" -"Folder where uploaded files are saved. For maximum security, This should be " -"a path outside web server folder tree" -msgstr "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW" - -#: src/Model/Storage/Filesystem.php:138 -msgid "Enter a valid existing folder" -msgstr "Wprowadź poprawny istniejący folder" - -#: src/Model/Storage/Database.php:36 -#, php-format -msgid "Database storage failed to update %s" -msgstr "Przechowywanie bazy danych nie powiodło się %s" - -#: src/Model/Storage/Database.php:43 -msgid "Database storage failed to insert data" -msgstr "Magazyn bazy danych nie mógł wstawić danych" - -#: src/Model/Contact.php:1203 -msgid "Drop Contact" -msgstr "Zakończ znajomość" - -#: src/Model/Contact.php:1705 -msgid "Organisation" -msgstr "Organizacja" - -#: src/Model/Contact.php:1709 -msgid "News" -msgstr "Aktualności" - -#: src/Model/Contact.php:1713 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:2109 -msgid "Connect URL missing." -msgstr "Brak adresu URL połączenia." - -#: src/Model/Contact.php:2118 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe." - -#: src/Model/Contact.php:2159 -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:2160 src/Model/Contact.php:2173 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł." - -#: src/Model/Contact.php:2171 -msgid "The profile address specified does not provide adequate information." -msgstr "Dany adres profilu nie dostarcza odpowiednich informacji." - -#: src/Model/Contact.php:2176 -msgid "An author or name was not found." -msgstr "Autor lub nazwa nie zostało znalezione." - -#: src/Model/Contact.php:2179 -msgid "No browser URL could be matched to this address." -msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu" - -#: src/Model/Contact.php:2182 -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:2183 -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:2189 -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:2194 -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:2249 -msgid "Unable to retrieve contact information." -msgstr "Nie można otrzymać informacji kontaktowych" - -#: src/Model/Event.php:34 src/Model/Event.php:847 -#: src/Module/Debug/Localtime.php:17 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435 -#: src/Model/Event.php:915 -msgid "Starts:" -msgstr "Rozpoczęcie:" - -#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436 -#: src/Model/Event.php:919 -msgid "Finishes:" -msgstr "Zakończenie:" - -#: src/Model/Event.php:385 -msgid "all-day" -msgstr "cały dzień" - -#: src/Model/Event.php:411 -msgid "Sept" -msgstr "Wrz" - -#: src/Model/Event.php:433 -msgid "No events to display" -msgstr "Brak wydarzeń do wyświetlenia" - -#: src/Model/Event.php:561 -msgid "l, F j" -msgstr "l, F j" - -#: src/Model/Event.php:592 -msgid "Edit event" -msgstr "Edytuj wydarzenie" - -#: src/Model/Event.php:593 -msgid "Duplicate event" -msgstr "Zduplikowane zdarzenie" - -#: src/Model/Event.php:594 -msgid "Delete event" -msgstr "Usuń wydarzenie" - -#: src/Model/Event.php:626 src/Model/Item.php:3569 src/Model/Item.php:3576 -msgid "link to source" -msgstr "link do źródła" - -#: src/Model/Event.php:848 -msgid "D g:i A" -msgstr "D g:i A" - -#: src/Model/Event.php:849 -msgid "g:i A" -msgstr "g:i A" - -#: src/Model/Event.php:934 src/Model/Event.php:936 -msgid "Show map" -msgstr "Pokaż mapę" - -#: src/Model/Event.php:935 -msgid "Hide map" -msgstr "Ukryj mapę" - -#: src/Model/Event.php:1027 -#, php-format -msgid "%s's birthday" -msgstr "%s urodzin" - -#: src/Model/Event.php:1028 -#, php-format -msgid "Happy Birthday %s" -msgstr "Urodziny %s" - -#: src/Model/FileTag.php:265 -msgid "Item filed" -msgstr "Element złożony" - -#: src/Model/Group.php:77 -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:407 -msgid "Default privacy group for new contacts" -msgstr "Domyślne ustawienia prywatności dla nowych kontaktów" - -#: src/Model/Group.php:439 -msgid "Everybody" -msgstr "Wszyscy" - -#: src/Model/Group.php:458 -msgid "edit" -msgstr "edytuj" - -#: src/Model/Group.php:484 src/Module/Contact.php:734 -#: src/Module/Welcome.php:57 -msgid "Groups" -msgstr "Grupy" - -#: src/Model/Group.php:488 -msgid "Edit group" -msgstr "Edytuj grupy" - -#: src/Model/Group.php:489 src/Module/Group.php:186 -msgid "Contacts not in any group" -msgstr "Kontakt nie jest w żadnej grupie" - -#: src/Model/Group.php:491 -msgid "Create a new group" -msgstr "Stwórz nową grupę" - -#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194 -#: src/Module/Group.php:271 -msgid "Group Name: " -msgstr "Nazwa grupy: " - -#: src/Model/Group.php:493 -msgid "Edit groups" -msgstr "Edytuj grupy" - -#: src/Model/Item.php:3304 -msgid "activity" -msgstr "aktywność" - -#: src/Model/Item.php:3306 src/Object/Post.php:473 -msgid "comment" -msgid_plural "comments" -msgstr[0] "komentarz" -msgstr[1] "komentarze" -msgstr[2] "komentarze" -msgstr[3] "komentarz" - -#: src/Model/Item.php:3309 -msgid "post" -msgstr "post" - -#: src/Model/Item.php:3408 -#, php-format -msgid "Content warning: %s" -msgstr "Ostrzeżenie o treści: %s" - -#: src/Model/Item.php:3485 -msgid "bytes" -msgstr "bajty" - -#: src/Model/Item.php:3563 -msgid "View on separate page" -msgstr "Zobacz na oddzielnej stronie" - -#: src/Model/Item.php:3564 -msgid "view on separate page" -msgstr "zobacz na oddzielnej stronie" - -#: src/Model/Mail.php:112 src/Model/Mail.php:247 -msgid "[no subject]" -msgstr "[bez tematu]" - -#: src/Model/Profile.php:212 src/Model/Profile.php:428 -#: src/Model/Profile.php:877 +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontaktów" +msgstr[2] "%d kontakty" +msgstr[3] "%d Kontakty" + +#: src/Content/Widget/ContactBlock.php:109 +msgid "View Contacts" +msgstr "Widok kontaktów" + +#: src/Content/Pager.php:153 +msgid "newer" +msgstr "nowsze" + +#: src/Content/Pager.php:158 +msgid "older" +msgstr "starsze" + +#: src/Content/Pager.php:198 mod/match.php:115 +msgid "first" +msgstr "pierwszy" + +#: src/Content/Pager.php:203 +msgid "prev" +msgstr "poprzedni" + +#: src/Content/Pager.php:258 mod/match.php:120 +msgid "next" +msgstr "następny" + +#: src/Content/Pager.php:263 +msgid "last" +msgstr "ostatni" + +#: src/Model/Profile.php:213 src/Model/Profile.php:424 +#: src/Model/Profile.php:881 msgid "Edit profile" msgstr "Edytuj profil" -#: src/Model/Profile.php:402 +#: src/Model/Profile.php:398 msgid "Manage/edit profiles" msgstr "Zarządzaj profilami" -#: src/Model/Profile.php:451 src/Model/Profile.php:787 -#: src/Module/Directory.php:143 +#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669 +msgid "Change profile photo" +msgstr "Zmień zdjęcie profilowe" + +#: src/Model/Profile.php:406 mod/profiles.php:670 +msgid "Create New Profile" +msgstr "Utwórz nowy profil" + +#: src/Model/Profile.php:415 mod/profiles.php:659 +msgid "Profile Image" +msgstr "Zdjęcie profilowe" + +#: src/Model/Profile.php:418 mod/profiles.php:661 +msgid "visible to everybody" +msgstr "widoczne dla wszystkich" + +#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662 +msgid "Edit visibility" +msgstr "Edytuj widoczność" + +#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96 +#: src/Model/Event.php:438 src/Model/Event.php:934 +#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546 +#: mod/notifications.php:276 +msgid "Location:" +msgstr "Lokalizacja:" + +#: src/Model/Profile.php:446 src/Model/Profile.php:767 +#: src/Module/Directory.php:140 mod/notifications.php:282 +msgid "Gender:" +msgstr "Płeć:" + +#: src/Model/Profile.php:447 src/Model/Profile.php:791 +#: src/Module/Directory.php:141 msgid "Status:" msgstr "Status:" -#: src/Model/Profile.php:452 src/Model/Profile.php:804 -#: src/Module/Directory.php:144 +#: src/Model/Profile.php:448 src/Model/Profile.php:808 +#: src/Module/Directory.php:142 msgid "Homepage:" msgstr "Strona główna:" -#: src/Model/Profile.php:454 src/Module/Contact.php:647 +#: src/Model/Profile.php:449 src/Model/Profile.php:828 +#: src/Module/Directory.php:143 src/Module/Contact.php:632 +#: mod/notifications.php:278 +msgid "About:" +msgstr "O:" + +#: src/Model/Profile.php:450 src/Module/Contact.php:630 msgid "XMPP:" msgstr "XMPP:" -#: src/Model/Profile.php:538 src/Module/Contact.php:337 +#: src/Model/Profile.php:542 src/Module/Contact.php:320 msgid "Unfollow" msgstr "" -#: src/Model/Profile.php:540 +#: src/Model/Profile.php:544 msgid "Atom feed" msgstr "Kanał Atom" -#: src/Model/Profile.php:580 src/Model/Profile.php:677 +#: src/Model/Profile.php:554 src/Module/Contact.php:316 +#: mod/notifications.php:289 +msgid "Network:" +msgstr "Sieć:" + +#: src/Model/Profile.php:584 src/Model/Profile.php:681 msgid "g A l F d" msgstr "g A I F d" -#: src/Model/Profile.php:581 +#: src/Model/Profile.php:585 msgid "F d" msgstr "F d" -#: src/Model/Profile.php:643 src/Model/Profile.php:728 +#: src/Model/Profile.php:647 src/Model/Profile.php:732 msgid "[today]" msgstr "[dziś]" -#: src/Model/Profile.php:653 +#: src/Model/Profile.php:657 msgid "Birthday Reminders" msgstr "Przypomnienia o urodzinach" -#: src/Model/Profile.php:654 +#: src/Model/Profile.php:658 msgid "Birthdays this week:" msgstr "Urodziny w tym tygodniu:" -#: src/Model/Profile.php:715 +#: src/Model/Profile.php:719 msgid "[No description]" msgstr "[Brak opisu]" -#: src/Model/Profile.php:741 +#: src/Model/Profile.php:745 msgid "Event Reminders" msgstr "Przypominacze wydarzeń" -#: src/Model/Profile.php:742 +#: src/Model/Profile.php:746 msgid "Upcoming events the next 7 days:" msgstr "Nadchodzące wydarzenia w ciągu następnych 7 dni:" -#: src/Model/Profile.php:759 +#: src/Model/Profile.php:760 mod/settings.php:1195 +msgid "Full Name:" +msgstr "Imię i nazwisko:" + +#: src/Model/Profile.php:763 msgid "Member since:" msgstr "Członek od:" -#: src/Model/Profile.php:767 +#: src/Model/Profile.php:771 msgid "j F, Y" msgstr "d M, R" -#: src/Model/Profile.php:768 +#: src/Model/Profile.php:772 msgid "j F" msgstr "d M" -#: src/Model/Profile.php:783 +#: src/Model/Profile.php:780 src/Util/Temporal.php:146 +msgid "Birthday:" +msgstr "Urodziny:" + +#: src/Model/Profile.php:787 msgid "Age:" msgstr "Wiek:" -#: src/Model/Profile.php:796 +#: src/Model/Profile.php:800 #, php-format msgid "for %1$d %2$s" msgstr "od %1$d %2$s" -#: src/Model/Profile.php:820 +#: src/Model/Profile.php:804 mod/profiles.php:586 +msgid "Sexual Preference:" +msgstr "Preferencje seksualne:" + +#: src/Model/Profile.php:812 mod/profiles.php:613 +msgid "Hometown:" +msgstr "Miasto rodzinne:" + +#: src/Model/Profile.php:816 src/Module/Contact.php:634 +#: mod/notifications.php:280 mod/follow.php:183 +msgid "Tags:" +msgstr "Tagi:" + +#: src/Model/Profile.php:820 mod/profiles.php:614 +msgid "Political Views:" +msgstr "Poglądy polityczne:" + +#: src/Model/Profile.php:824 msgid "Religion:" msgstr "Religia:" -#: src/Model/Profile.php:828 +#: src/Model/Profile.php:832 msgid "Hobbies/Interests:" msgstr "Hobby/Zainteresowania:" -#: src/Model/Profile.php:840 +#: src/Model/Profile.php:836 mod/profiles.php:618 +msgid "Likes:" +msgstr "Lubię to:" + +#: src/Model/Profile.php:840 mod/profiles.php:619 +msgid "Dislikes:" +msgstr "Nie lubię tego:" + +#: src/Model/Profile.php:844 msgid "Contact information and Social Networks:" msgstr "Informacje kontaktowe i sieci społecznościowe:" -#: src/Model/Profile.php:844 +#: src/Model/Profile.php:848 msgid "Musical interests:" msgstr "Zainteresowania muzyczne:" -#: src/Model/Profile.php:848 +#: src/Model/Profile.php:852 msgid "Books, literature:" msgstr "Książki, literatura:" -#: src/Model/Profile.php:852 +#: src/Model/Profile.php:856 msgid "Television:" msgstr "Telewizja:" -#: src/Model/Profile.php:856 +#: src/Model/Profile.php:860 msgid "Film/dance/culture/entertainment:" msgstr "Film/taniec/kultura/rozrywka:" -#: src/Model/Profile.php:860 +#: src/Model/Profile.php:864 msgid "Love/Romance:" msgstr "Miłość/Romans:" -#: src/Model/Profile.php:864 +#: src/Model/Profile.php:868 msgid "Work/employment:" msgstr "Praca/zatrudnienie:" -#: src/Model/Profile.php:868 +#: src/Model/Profile.php:872 msgid "School/education:" msgstr "Szkoła/edukacja:" -#: src/Model/Profile.php:873 +#: src/Model/Profile.php:877 msgid "Forums:" msgstr "Fora:" -#: src/Model/Profile.php:920 src/Module/Contact.php:875 +#: src/Model/Profile.php:886 mod/events.php:559 +msgid "Basic" +msgstr "Podstawowy" + +#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573 +#: src/Module/Contact.php:901 mod/events.php:560 +msgid "Advanced" +msgstr "Zaawansowany" + +#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195 +#: mod/unfollow.php:147 +msgid "Status Messages and Posts" +msgstr "Status wiadomości i postów" + +#: src/Model/Profile.php:924 src/Module/Contact.php:871 msgid "Profile Details" msgstr "Szczegóły profilu" -#: src/Model/Profile.php:970 +#: src/Model/Profile.php:932 mod/photos.php:112 +msgid "Photo Albums" +msgstr "Albumy zdjęć" + +#: src/Model/Profile.php:971 mod/notes.php:34 +msgid "Personal Notes" +msgstr "Notatki" + +#: src/Model/Profile.php:974 msgid "Only You Can See This" msgstr "Tylko ty możesz to zobaczyć" -#: src/Model/Profile.php:978 src/Model/Profile.php:981 +#: src/Model/Profile.php:982 src/Model/Profile.php:985 msgid "Tips for New Members" msgstr "Wskazówki dla nowych użytkowników" -#: src/Model/Profile.php:1178 +#: src/Model/Profile.php:1180 #, php-format msgid "OpenWebAuth: %1$s welcomes %2$s" msgstr "OpenWebAuth: %1$s wita %2$s" -#: src/Model/User.php:331 +#: src/Model/Event.php:35 src/Model/Event.php:848 +#: src/Module/Debug/Localtime.php:17 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436 +#: src/Model/Event.php:916 +msgid "Starts:" +msgstr "Rozpoczęcie:" + +#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437 +#: src/Model/Event.php:920 +msgid "Finishes:" +msgstr "Zakończenie:" + +#: src/Model/Event.php:386 +msgid "all-day" +msgstr "cały dzień" + +#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424 +msgid "Sun" +msgstr "Niedz" + +#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424 +msgid "Mon" +msgstr "Pon" + +#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424 +msgid "Tue" +msgstr "Wt" + +#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424 +msgid "Wed" +msgstr "Śr" + +#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424 +msgid "Thu" +msgstr "Czw" + +#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424 +msgid "Fri" +msgstr "Pt" + +#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424 +msgid "Sat" +msgstr "Sob" + +#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Sunday" +msgstr "Niedziela" + +#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936 +msgid "Monday" +msgstr "Poniedziałek" + +#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404 +msgid "Tuesday" +msgstr "Wtorek" + +#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404 +msgid "Wednesday" +msgstr "Środa" + +#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404 +msgid "Thursday" +msgstr "Czwartek" + +#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404 +msgid "Friday" +msgstr "Piątek" + +#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404 +msgid "Saturday" +msgstr "Sobota" + +#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428 +msgid "Jan" +msgstr "Sty" + +#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428 +msgid "Feb" +msgstr "Lut" + +#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428 +msgid "Mar" +msgstr "Mar" + +#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428 +msgid "Apr" +msgstr "Kwi" + +#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408 +#: src/Core/L10n/L10n.php:428 +msgid "May" +msgstr "Maj" + +#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428 +msgid "Jun" +msgstr "Cze" + +#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428 +msgid "Jul" +msgstr "Lip" + +#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428 +msgid "Aug" +msgstr "Sie" + +#: src/Model/Event.php:412 +msgid "Sept" +msgstr "Wrz" + +#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428 +msgid "Oct" +msgstr "Paź" + +#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428 +msgid "Nov" +msgstr "Lis" + +#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428 +msgid "Dec" +msgstr "Gru" + +#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408 +msgid "January" +msgstr "Styczeń" + +#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408 +msgid "February" +msgstr "Luty" + +#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408 +msgid "March" +msgstr "Marzec" + +#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408 +msgid "April" +msgstr "Kwiecień" + +#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408 +msgid "June" +msgstr "Czerwiec" + +#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408 +msgid "July" +msgstr "Lipiec" + +#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408 +msgid "August" +msgstr "Sierpień" + +#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408 +msgid "September" +msgstr "Wrzesień" + +#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408 +msgid "October" +msgstr "Październik" + +#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408 +msgid "November" +msgstr "Listopad" + +#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408 +msgid "December" +msgstr "Grudzień" + +#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267 +msgid "today" +msgstr "dzisiaj" + +#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406 +#: mod/cal.php:268 +msgid "month" +msgstr "miesiąc" + +#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407 +#: mod/cal.php:269 +msgid "week" +msgstr "tydzień" + +#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408 +#: mod/cal.php:270 +msgid "day" +msgstr "dzień" + +#: src/Model/Event.php:434 +msgid "No events to display" +msgstr "Brak wydarzeń do wyświetlenia" + +#: src/Model/Event.php:562 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:593 +msgid "Edit event" +msgstr "Edytuj wydarzenie" + +#: src/Model/Event.php:594 +msgid "Duplicate event" +msgstr "Zduplikowane zdarzenie" + +#: src/Model/Event.php:595 +msgid "Delete event" +msgstr "Usuń wydarzenie" + +#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663 +msgid "link to source" +msgstr "link do źródła" + +#: src/Model/Event.php:849 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:850 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:935 src/Model/Event.php:937 +msgid "Show map" +msgstr "Pokaż mapę" + +#: src/Model/Event.php:936 +msgid "Hide map" +msgstr "Ukryj mapę" + +#: src/Model/Event.php:1028 +#, php-format +msgid "%s's birthday" +msgstr "%s urodzin" + +#: src/Model/Event.php:1029 +#, php-format +msgid "Happy Birthday %s" +msgstr "Urodziny %s" + +#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52 +#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938 +#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554 +#: mod/photos.php:1569 +msgid "Contact Photos" +msgstr "Zdjęcia kontaktu" + +#: src/Model/User.php:357 msgid "Login failed" msgstr "Logowanie nieudane" -#: src/Model/User.php:362 +#: src/Model/User.php:389 msgid "Not enough information to authenticate" msgstr "Za mało informacji do uwierzytelnienia" -#: src/Model/User.php:440 +#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284 +msgid "User not found" +msgstr "Użytkownik nie znaleziony" + +#: src/Model/User.php:483 msgid "Password can't be empty" msgstr "Hasło nie może być puste" -#: src/Model/User.php:459 +#: src/Model/User.php:502 msgid "Empty passwords are not allowed." msgstr "Puste hasła są niedozwolone." -#: src/Model/User.php:463 +#: src/Model/User.php:506 msgid "" "The new password has been exposed in a public data dump, please choose " "another." msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne." -#: src/Model/User.php:469 +#: src/Model/User.php:512 msgid "" "The password can't contain accentuated letters, white spaces or colons (:)" msgstr "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)" -#: src/Model/User.php:569 +#: src/Model/User.php:612 msgid "Passwords do not match. Password unchanged." msgstr "Hasła nie pasują do siebie. Hasło niezmienione." -#: src/Model/User.php:576 +#: src/Model/User.php:619 msgid "An invitation is required." msgstr "Wymagane zaproszenie." -#: src/Model/User.php:580 +#: src/Model/User.php:623 msgid "Invitation could not be verified." msgstr "Zaproszenie niezweryfikowane." -#: src/Model/User.php:587 +#: src/Model/User.php:631 msgid "Invalid OpenID url" msgstr "Nieprawidłowy adres url OpenID" -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Model/User.php:644 src/Core/Authentication.php:190 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora." -#: src/Model/User.php:600 src/Module/Login.php:102 +#: src/Model/User.php:644 src/Core/Authentication.php:190 msgid "The error message was:" msgstr "Komunikat o błędzie:" -#: src/Model/User.php:606 +#: src/Model/User.php:650 msgid "Please enter the required information." msgstr "Wprowadź wymagane informacje." -#: src/Model/User.php:620 +#: src/Model/User.php:664 #, php-format msgid "" "system.username_min_length (%s) and system.username_max_length (%s) are " "excluding each other, swapping values." msgstr "system.username_min_length (%s) i system.username_max_length (%s) wykluczają się nawzajem, zamieniając wartości." -#: src/Model/User.php:627 +#: src/Model/User.php:671 #, php-format msgid "Username should be at least %s character." msgid_plural "Username should be at least %s characters." @@ -6622,7 +3032,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:631 +#: src/Model/User.php:675 #, php-format msgid "Username should be at most %s character." msgid_plural "Username should be at most %s characters." @@ -6631,56 +3041,56 @@ 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:639 +#: src/Model/User.php:683 msgid "That doesn't appear to be your full (First Last) name." msgstr "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko." -#: src/Model/User.php:644 +#: src/Model/User.php:688 msgid "Your email domain is not among those allowed on this site." msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie." -#: src/Model/User.php:648 +#: src/Model/User.php:692 msgid "Not a valid email address." msgstr "Niepoprawny adres e mail.." -#: src/Model/User.php:651 +#: src/Model/User.php:695 msgid "The nickname was blocked from registration by the nodes admin." msgstr "Pseudonim został zablokowany przed rejestracją przez administratora węzłów." -#: src/Model/User.php:655 src/Model/User.php:663 +#: src/Model/User.php:699 src/Model/User.php:707 msgid "Cannot use that email." msgstr "Nie można użyć tego e-maila." -#: src/Model/User.php:670 +#: src/Model/User.php:714 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _." -#: src/Model/User.php:677 src/Model/User.php:734 +#: src/Model/User.php:722 src/Model/User.php:779 msgid "Nickname is already registered. Please choose another." msgstr "Ten login jest zajęty. Wybierz inny." -#: src/Model/User.php:687 +#: src/Model/User.php:732 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń." -#: src/Model/User.php:721 src/Model/User.php:725 +#: src/Model/User.php:766 src/Model/User.php:770 msgid "An error occurred during registration. Please try again." msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie." -#: src/Model/User.php:750 +#: src/Model/User.php:795 msgid "An error occurred creating your default profile. Please try again." msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie." -#: src/Model/User.php:757 +#: src/Model/User.php:802 msgid "An error occurred creating your self contact. Please try again." msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie." -#: src/Model/User.php:766 +#: src/Model/User.php:811 msgid "" "An error occurred creating your default contact group. Please try again." msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie." -#: src/Model/User.php:842 +#: src/Model/User.php:888 #, php-format msgid "" "\n" @@ -6695,21 +3105,21 @@ 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:859 +#: src/Model/User.php:909 #, php-format msgid "Registration at %s" msgstr "Rejestracja w %s" -#: src/Model/User.php:878 +#: src/Model/User.php:929 #, php-format msgid "" "\n" -"\t\t\tDear %1$s,\n" +"\t\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t\t" -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." +"\t\t\t" +msgstr "\n\t\t\t\tSzanowna/y %1$s,\n\t\t\t\tDziękujemy za rejestrację w %2$s. Twoje konto zostało utworzone.\n\t\t\t" -#: src/Model/User.php:884 +#: src/Model/User.php:937 #, php-format msgid "" "\n" @@ -6741,56 +3151,899 @@ 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/Model/User.php:919 src/Module/Admin/Users.php:88 +#: src/Model/User.php:976 src/Module/Admin/Users.php:88 #, php-format msgid "Registration details for %s" msgstr "Szczegóły rejestracji dla %s" -#: src/Protocol/Diaspora.php:2495 -msgid "Sharing notification from Diaspora network" -msgstr "Wspólne powiadomienie z sieci Diaspora" +#: src/Model/Mail.php:114 src/Model/Mail.php:251 +msgid "[no subject]" +msgstr "[bez tematu]" -#: src/Protocol/Diaspora.php:3640 -msgid "Attachments:" -msgstr "Załączniki:" +#: src/Model/Group.php:77 +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/Protocol/OStatus.php:1300 src/Module/Profile.php:111 -#: src/Module/Profile.php:114 +#: src/Model/Group.php:426 +msgid "Default privacy group for new contacts" +msgstr "Domyślne ustawienia prywatności dla nowych kontaktów" + +#: src/Model/Group.php:458 +msgid "Everybody" +msgstr "Wszyscy" + +#: src/Model/Group.php:477 +msgid "edit" +msgstr "edytuj" + +#: src/Model/Group.php:502 +msgid "add" +msgstr "dodaj" + +#: src/Model/Group.php:503 src/Module/Welcome.php:57 +#: src/Module/Contact.php:729 +msgid "Groups" +msgstr "Grupy" + +#: src/Model/Group.php:507 +msgid "Edit group" +msgstr "Edytuj grupy" + +#: src/Model/Group.php:508 src/Module/Group.php:186 +msgid "Contacts not in any group" +msgstr "Kontakt nie jest w żadnej grupie" + +#: src/Model/Group.php:510 +msgid "Create a new group" +msgstr "Stwórz nową grupę" + +#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194 +#: src/Module/Group.php:271 +msgid "Group Name: " +msgstr "Nazwa grupy: " + +#: src/Model/Group.php:512 +msgid "Edit groups" +msgstr "Edytuj grupy" + +#: src/Model/FileTag.php:265 +msgid "Item filed" +msgstr "Element złożony" + +#: src/Model/Contact.php:1251 src/Model/Contact.php:1264 +msgid "UnFollow" +msgstr "" + +#: src/Model/Contact.php:1260 +msgid "Drop Contact" +msgstr "Zakończ znajomość" + +#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286 +#: mod/notifications.php:198 mod/notifications.php:292 +msgid "Approve" +msgstr "Zatwierdź" + +#: src/Model/Contact.php:1818 +msgid "Organisation" +msgstr "Organizacja" + +#: src/Model/Contact.php:1822 +msgid "News" +msgstr "Aktualności" + +#: src/Model/Contact.php:1826 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:2216 mod/dfrn_request.php:342 +msgid "Disallowed profile URL." +msgstr "Nie dozwolony adres URL profilu." + +#: src/Model/Contact.php:2221 src/Module/Friendica.php:59 +#: mod/dfrn_request.php:348 +msgid "Blocked domain" +msgstr "Zablokowana domena" + +#: src/Model/Contact.php:2226 +msgid "Connect URL missing." +msgstr "Brak adresu URL połączenia." + +#: src/Model/Contact.php:2235 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe." + +#: src/Model/Contact.php:2276 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami" + +#: src/Model/Contact.php:2277 src/Model/Contact.php:2290 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł." + +#: src/Model/Contact.php:2288 +msgid "The profile address specified does not provide adequate information." +msgstr "Dany adres profilu nie dostarcza odpowiednich informacji." + +#: src/Model/Contact.php:2293 +msgid "An author or name was not found." +msgstr "Autor lub nazwa nie zostało znalezione." + +#: src/Model/Contact.php:2296 +msgid "No browser URL could be matched to this address." +msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu" + +#: src/Model/Contact.php:2299 +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:2300 +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:2306 +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:2311 +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:2372 +msgid "Unable to retrieve contact information." +msgstr "Nie można otrzymać informacji kontaktowych" + +#: src/Model/Contact.php:2593 mod/dfrn_request.php:562 +#: mod/dfrn_confirm.php:539 +msgid "[Name Withheld]" +msgstr "[Nazwa zastrzeżona]" + +#: src/Model/Item.php:3398 +msgid "activity" +msgstr "aktywność" + +#: src/Model/Item.php:3403 +msgid "post" +msgstr "post" + +#: src/Model/Item.php:3526 +#, php-format +msgid "Content warning: %s" +msgstr "Ostrzeżenie o treści: %s" + +#: src/Model/Item.php:3586 mod/videos.php:238 +msgid "View Video" +msgstr "Zobacz film" + +#: src/Model/Item.php:3603 +msgid "bytes" +msgstr "bajty" + +#: src/Model/Item.php:3650 +msgid "View on separate page" +msgstr "Zobacz na oddzielnej stronie" + +#: src/Model/Item.php:3651 +msgid "view on separate page" +msgstr "zobacz na oddzielnej stronie" + +#: src/Model/Storage/Database.php:36 +#, php-format +msgid "Database storage failed to update %s" +msgstr "Przechowywanie bazy danych nie powiodło się %s" + +#: src/Model/Storage/Database.php:43 +msgid "Database storage failed to insert data" +msgstr "Magazyn bazy danych nie mógł wstawić danych" + +#: src/Model/Storage/Filesystem.php:63 +#, php-format +msgid "Filesystem storage failed to create \"%s\". Check you write permissions." +msgstr "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu." + +#: src/Model/Storage/Filesystem.php:105 +#, php-format +msgid "" +"Filesystem storage failed to save data to \"%s\". Check your write " +"permissions" +msgstr "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu" + +#: src/Model/Storage/Filesystem.php:126 +msgid "Storage base path" +msgstr "Ścieżka bazy pamięci masowej" + +#: src/Model/Storage/Filesystem.php:128 +msgid "" +"Folder where uploaded files are saved. For maximum security, This should be " +"a path outside web server folder tree" +msgstr "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW" + +#: src/Model/Storage/Filesystem.php:138 +msgid "Enter a valid existing folder" +msgstr "Wprowadź poprawny istniejący folder" + +#: src/Model/Notify.php:275 src/Model/Notify.php:287 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s skomentował wpis %s" + +#: src/Model/Notify.php:286 +#, php-format +msgid "%s created a new post" +msgstr "%s dodał nowy wpis" + +#: src/Model/Notify.php:300 +#, php-format +msgid "%s liked %s's post" +msgstr "%s polubił wpis %s" + +#: src/Model/Notify.php:313 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s nie lubi tych %s postów" + +#: src/Model/Notify.php:326 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s uczestniczy w wydarzeniu %s" + +#: src/Model/Notify.php:339 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s nie uczestniczy w wydarzeniu %s" + +#: src/Model/Notify.php:352 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s może uczestniczyć %s w wydarzeniu" + +#: src/Model/Notify.php:385 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s jest teraz znajomym %s" + +#: src/Model/Notify.php:678 +msgid "Friend Suggestion" +msgstr "Propozycja znajomych" + +#: src/Model/Notify.php:712 +msgid "Friend/Connect Request" +msgstr "Prośba o dodanie do przyjaciół/powiązanych" + +#: src/Model/Notify.php:712 +msgid "New Follower" +msgstr "Nowy obserwujący" + +#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117 +#: src/Module/Profile.php:120 #, php-format msgid "%s's timeline" msgstr "oś czasu %s" -#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:112 +#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118 #, php-format msgid "%s's posts" msgstr "wpisy %s" -#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:113 +#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119 #, php-format msgid "%s's comments" msgstr "komentarze %s" -#: src/Protocol/OStatus.php:1861 +#: src/Protocol/OStatus.php:1839 #, php-format msgid "%s is now following %s." msgstr "%s zaczął(-ęła) obserwować %s." -#: src/Protocol/OStatus.php:1862 +#: src/Protocol/OStatus.php:1840 msgid "following" msgstr "następujący" -#: src/Protocol/OStatus.php:1865 +#: src/Protocol/OStatus.php:1843 #, php-format msgid "%s stopped following %s." msgstr "%s przestał(a) obserwować %s." -#: src/Protocol/OStatus.php:1866 +#: src/Protocol/OStatus.php:1844 msgid "stopped following" msgstr "przestał śledzić" -#: src/Worker/Delivery.php:461 -msgid "(no subject)" -msgstr "(bez tematu)" +#: src/Protocol/Diaspora.php:3585 +msgid "Attachments:" +msgstr "Załączniki:" + +#: src/LegacyModule.php:30 +#, php-format +msgid "Legacy module file not found: %s" +msgstr "Nie znaleziono pliku modułu: %s" + +#: src/Core/Update.php:193 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów." + +#: src/Core/Update.php:257 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa." + +#: src/Core/Update.php:263 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]" + +#: src/Core/Update.php:269 src/Core/Update.php:308 +msgid "[Friendica Notify] Database update" +msgstr "[Powiadomienie Friendica] Aktualizacja bazy danych" + +#: src/Core/Update.php:300 +#, php-format +msgid "" +"\n" +"\t\t\t\t\tThe friendica database was successfully updated from %s to %s." +msgstr "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s." + +#: src/Core/L10n/L10n.php:428 +msgid "Sep" +msgstr "Wrz" + +#: src/Core/L10n/L10n.php:447 +msgid "poke" +msgstr "zaczep" + +#: src/Core/L10n/L10n.php:447 +msgid "poked" +msgstr "zaczepił Cię" + +#: src/Core/L10n/L10n.php:448 +msgid "ping" +msgstr "ping" + +#: src/Core/L10n/L10n.php:448 +msgid "pinged" +msgstr "napięcia" + +#: src/Core/L10n/L10n.php:449 +msgid "prod" +msgstr "zaczep" + +#: src/Core/L10n/L10n.php:449 +msgid "prodded" +msgstr "zaczepiać" + +#: src/Core/L10n/L10n.php:450 +msgid "slap" +msgstr "klask" + +#: src/Core/L10n/L10n.php:450 +msgid "slapped" +msgstr "spoliczkowany" + +#: src/Core/L10n/L10n.php:451 +msgid "finger" +msgstr "wskaż" + +#: src/Core/L10n/L10n.php:451 +msgid "fingered" +msgstr "dotknięty" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuff" +msgstr "odrzuć" + +#: src/Core/L10n/L10n.php:452 +msgid "rebuffed" +msgstr "odrzucony" + +#: src/Core/Authentication.php:176 src/Core/Authentication.php:228 +#: mod/openid.php:79 +msgid "Login failed." +msgstr "Logowanie nieudane." + +#: src/Core/Authentication.php:239 +msgid "Login failed. Please check your credentials." +msgstr "Logowanie nie powiodło się. Sprawdź swoje dane uwierzytelniające." + +#: src/Core/Authentication.php:355 +#, php-format +msgid "Welcome %s" +msgstr "Witaj %s" + +#: src/Core/Authentication.php:356 +msgid "Please upload a profile photo." +msgstr "Proszę dodać zdjęcie profilowe." + +#: src/Core/Authentication.php:359 +#, php-format +msgid "Welcome back %s" +msgstr "Witaj ponownie %s" + +#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119 +msgid "Mutuals" +msgstr "" + +#: src/Core/ACL.php:376 +msgid "Post to Email" +msgstr "Prześlij e-mailem" + +#: src/Core/ACL.php:394 +msgid "Public" +msgstr "Publiczny" + +#: src/Core/ACL.php:395 +msgid "" +"This content will be shown to all your followers and can be seen in the " +"community pages and by anyone with its link." +msgstr "Ta treść zostanie wyświetlona wszystkim Twoim obserwatorom i będzie widoczna na stronach społeczności oraz przez każdego z jej linkiem." + +#: src/Core/ACL.php:396 +msgid "Limited/Private" +msgstr "Ograniczony/Prywatny" + +#: src/Core/ACL.php:397 +msgid "" +"This content will be shown only to the people in the first box, to the " +"exception of the people mentioned in the second box. It won't appear " +"anywhere public." +msgstr "Ta zawartość będzie wyświetlana tylko osobom w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie." + +#: src/Core/ACL.php:398 +msgid "Show to:" +msgstr "Pokaż na:" + +#: src/Core/ACL.php:399 +msgid "Except to:" +msgstr "Z wyjątkiem:" + +#: src/Core/ACL.php:400 mod/editpost.php:96 +msgid "CC: email addresses" +msgstr "CC: adresy e-mail" + +#: src/Core/ACL.php:401 mod/editpost.php:103 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Przykład: bob@example.com, mary@example.com" + +#: src/Core/ACL.php:402 +msgid "Connectors" +msgstr "Wtyczki" + +#: src/Core/ACL.php:403 +msgid "Hide your profile details from unknown viewers?" +msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?" + +#: src/Core/ACL.php:403 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone." + +#: src/Core/UserImport.php:107 +msgid "Error decoding account file" +msgstr "Błąd podczas odczytu pliku konta" + +#: src/Core/UserImport.php:113 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?" + +#: src/Core/UserImport.php:121 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Użytkownik '%s' już istnieje na tym serwerze!" + +#: src/Core/UserImport.php:157 +msgid "User creation error" +msgstr "Błąd tworzenia użytkownika" + +#: src/Core/UserImport.php:175 +msgid "User profile creation error" +msgstr "Błąd tworzenia profilu użytkownika" + +#: src/Core/UserImport.php:219 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "Nie zaimportowano %d kontaktu" +msgstr[1] "Nie zaimportowano %d kontaktów" +msgstr[2] "Nie zaimportowano %d kontaktów" +msgstr[3] "%d kontakty nie zostały zaimportowane " + +#: src/Core/UserImport.php:284 +msgid "Done. You can now login with your username and password" +msgstr "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła" + +#: src/Core/Installer.php:162 +msgid "" +"The database configuration file \"config/local.config.php\" could not be " +"written. Please use the enclosed text to create a configuration file in your" +" web server root." +msgstr "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera." + +#: src/Core/Installer.php:181 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql." + +#: src/Core/Installer.php:182 src/Module/Install.php:173 +#: src/Module/Install.php:329 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Proszę przejrzeć plik \"INSTALL.txt\"." + +#: src/Core/Installer.php:243 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Nie można znaleźć PHP dla wiersza poleceń w PATH serwera." + +#: src/Core/Installer.php:244 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wierszem poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'" + +#: src/Core/Installer.php:249 +msgid "PHP executable path" +msgstr "Ścieżka wykonywalna PHP" + +#: src/Core/Installer.php:249 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację." + +#: src/Core/Installer.php:254 +msgid "Command line PHP" +msgstr "Linia komend PHP" + +#: src/Core/Installer.php:263 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)" + +#: src/Core/Installer.php:264 +msgid "Found PHP version: " +msgstr "Znaleziona wersja PHP: " + +#: src/Core/Installer.php:266 +msgid "PHP cli binary" +msgstr "PHP cli binarny" + +#: src/Core/Installer.php:279 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"." + +#: src/Core/Installer.php:280 +msgid "This is required for message delivery to work." +msgstr "Jest wymagane, aby dostarczanie wiadomości działało." + +#: src/Core/Installer.php:285 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: src/Core/Installer.php:317 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących" + +#: src/Core/Installer.php:318 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: src/Core/Installer.php:321 +msgid "Generate encryption keys" +msgstr "Generuj klucz kodowania" + +#: src/Core/Installer.php:373 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany." + +#: src/Core/Installer.php:378 +msgid "Apache mod_rewrite module" +msgstr "Moduł Apache mod_rewrite" + +#: src/Core/Installer.php:384 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany." + +#: src/Core/Installer.php:389 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany." + +#: src/Core/Installer.php:393 +msgid "PDO or MySQLi PHP module" +msgstr "Moduł PDO lub MySQLi PHP" + +#: src/Core/Installer.php:401 +msgid "Error, XML PHP module required but not installed." +msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany." + +#: src/Core/Installer.php:405 +msgid "XML PHP module" +msgstr "Moduł XML PHP" + +#: src/Core/Installer.php:408 +msgid "libCurl PHP module" +msgstr "Moduł PHP libCurl" + +#: src/Core/Installer.php:409 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany." + +#: src/Core/Installer.php:415 +msgid "GD graphics PHP module" +msgstr "Moduł PHP-GD" + +#: src/Core/Installer.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany." + +#: src/Core/Installer.php:422 +msgid "OpenSSL PHP module" +msgstr "Moduł PHP OpenSSL" + +#: src/Core/Installer.php:423 +msgid "Error: openssl PHP module required but not installed." +msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany." + +#: src/Core/Installer.php:429 +msgid "mb_string PHP module" +msgstr "Moduł PHP mb_string" + +#: src/Core/Installer.php:430 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Błąd: moduł PHP mb_string jest wymagany ,ale nie jest zainstalowany." + +#: src/Core/Installer.php:436 +msgid "iconv PHP module" +msgstr "Moduł PHP iconv" + +#: src/Core/Installer.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany." + +#: src/Core/Installer.php:443 +msgid "POSIX PHP module" +msgstr "Moduł POSIX PHP" + +#: src/Core/Installer.php:444 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany." + +#: src/Core/Installer.php:450 +msgid "JSON PHP module" +msgstr "Moduł PHP JSON" + +#: src/Core/Installer.php:451 +msgid "Error: JSON PHP module required but not installed." +msgstr "Błąd: wymagany jest moduł JSON PHP, ale nie jest zainstalowany." + +#: src/Core/Installer.php:457 +msgid "File Information PHP module" +msgstr "Informacje o pliku Moduł PHP" + +#: src/Core/Installer.php:458 +msgid "Error: File Information PHP module required but not installed." +msgstr "Błąd: wymagane informacje o pliku Moduł PHP, ale nie jest zainstalowany." + +#: src/Core/Installer.php:481 +msgid "" +"The web installer needs to be able to create a file called " +"\"local.config.php\" in the \"config\" folder of your web server and it is " +"unable to do so." +msgstr "Instalator internetowy musi mieć możliwość utworzenia pliku o nazwie \"local.config.php\" w folderze \"config\" serwera WWW i nie może tego zrobić." + +#: src/Core/Installer.php:482 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz." + +#: src/Core/Installer.php:483 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named local.config.php in your Friendica \"config\" folder." +msgstr "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica." + +#: src/Core/Installer.php:484 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami." + +#: src/Core/Installer.php:487 +msgid "config/local.config.php is writable" +msgstr "config/local.config.php jest zapisywalny" + +#: src/Core/Installer.php:507 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie." + +#: src/Core/Installer.php:508 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica." + +#: src/Core/Installer.php:509 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu." + +#: src/Core/Installer.php:510 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera." + +#: src/Core/Installer.php:513 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 jest zapisywalny" + +#: src/Core/Installer.php:542 +msgid "" +"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist" +" to .htaccess." +msgstr "Adres URL zapisany w .htaccess nie działa. Upewnij się, że skopiowano .htaccess-dist do .htaccess." + +#: src/Core/Installer.php:544 +msgid "Error message from Curl when fetching" +msgstr "Komunikat o błędzie z Curl podczas pobierania" + +#: src/Core/Installer.php:549 +msgid "Url rewrite is working" +msgstr "Działający adres URL" + +#: src/Core/Installer.php:578 +msgid "ImageMagick PHP extension is not installed" +msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane" + +#: src/Core/Installer.php:580 +msgid "ImageMagick PHP extension is installed" +msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane" + +#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366 +#: tests/src/Core/InstallerTest.php:389 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick obsługuje GIF" + +#: src/Core/Installer.php:604 +msgid "Database already in use." +msgstr "Baza danych jest już w użyciu." + +#: src/Core/Installer.php:609 +msgid "Could not connect to database." +msgstr "Nie można połączyć się z bazą danych." + +#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19 +#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31 +#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169 +#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115 +msgid "Public access denied." +msgstr "Publiczny dostęp zabroniony." + +#: src/Module/Directory.php:59 +msgid "No entries (some entries may be hidden)." +msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)." + +#: src/Module/Directory.php:78 +msgid "Find on this site" +msgstr "Znajdź na tej stronie" + +#: src/Module/Directory.php:80 +msgid "Results for:" +msgstr "Wyniki dla:" + +#: src/Module/Directory.php:82 +msgid "Site Directory" +msgstr "Katalog Witryny" + +#: src/Module/Special/HTTPException.php:32 +msgid "Bad Request" +msgstr "Nieprawidłowe żądanie" + +#: src/Module/Special/HTTPException.php:33 +msgid "Unauthorized" +msgstr "Nieautoryzowane" + +#: src/Module/Special/HTTPException.php:34 +msgid "Forbidden" +msgstr "Zabronione" + +#: src/Module/Special/HTTPException.php:35 +msgid "Not Found" +msgstr "Nie znaleziono" + +#: src/Module/Special/HTTPException.php:36 +msgid "Internal Server Error" +msgstr "Wewnętrzny błąd serwera" + +#: src/Module/Special/HTTPException.php:37 +msgid "Service Unavailable" +msgstr "Usługa Niedostępna " + +#: src/Module/Special/HTTPException.php:44 +msgid "" +"The server cannot or will not process the request due to an apparent client " +"error." +msgstr "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta." + +#: src/Module/Special/HTTPException.php:45 +msgid "" +"Authentication is required and has failed or has not yet been provided." +msgstr "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone." + +#: src/Module/Special/HTTPException.php:46 +msgid "" +"The request was valid, but the server is refusing action. The user might not" +" have the necessary permissions for a resource, or may need an account." +msgstr "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta." + +#: src/Module/Special/HTTPException.php:47 +msgid "" +"The requested resource could not be found but may be available in the " +"future." +msgstr "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości." + +#: src/Module/Special/HTTPException.php:48 +msgid "" +"An unexpected condition was encountered and no more specific message is " +"suitable." +msgstr "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat." + +#: src/Module/Special/HTTPException.php:49 +msgid "" +"The server is currently unavailable (because it is overloaded or down for " +"maintenance). Please try again later." +msgstr "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później." + +#: src/Module/Special/HTTPException.php:55 +msgid "Go back" +msgstr "Wróć" + +#: src/Module/Help.php:43 +msgid "Help:" +msgstr "Pomoc:" + +#: src/Module/Delegation.php:130 +msgid "Manage Identities and/or Pages" +msgstr "Zarządzaj tożsamościami i/lub stronami" + +#: src/Module/Delegation.php:131 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "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\"" + +#: src/Module/Delegation.php:132 +msgid "Select an identity to manage: " +msgstr "Wybierz tożsamość do zarządzania: " #: src/Module/Tos.php:35 src/Module/Tos.php:77 msgid "" @@ -6816,189 +4069,446 @@ msgstr "Te dane są wymagane do komunikacji i są przekazywane do węzłów part #, php-format msgid "" "At any point in time a logged in user can export their account data from the" -" account settings. If the user wants " -"to delete their account they can do so at account settings. If the user " +"wants to delete their account they can do so at %1$s/removeme. The deletion of the account will " "be permanent. Deletion of the data will also be requested from the nodes of " "the communication partners." -msgstr "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z ustawień konta. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w%1$s / Usuń mnie. Usunięcie konta będzie trwałe. Skasowanie danych będzie również wymagane od węzłów partnerów komunikacyjnych." +msgstr "" #: src/Module/Tos.php:40 src/Module/Tos.php:76 msgid "Privacy Statement" msgstr "Oświadczenie o prywatności" -#: src/Module/Apps.php:29 -msgid "No installed applications." -msgstr "Brak zainstalowanych aplikacji." +#: src/Module/Install.php:159 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Instalator" -#: src/Module/Apps.php:34 -msgid "Applications" -msgstr "Aplikacje" +#: src/Module/Install.php:170 +msgid "System check" +msgstr "Sprawdzanie systemu" -#: src/Module/Credits.php:25 -msgid "Credits" -msgstr "Zaufany" +#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264 +msgid "Next" +msgstr "Następny" -#: src/Module/Credits.php:26 +#: src/Module/Install.php:175 +msgid "Check again" +msgstr "Sprawdź ponownie" + +#: src/Module/Install.php:182 src/Module/Admin/Site.php:514 +msgid "No SSL policy, links will track page SSL state" +msgstr "Brak SSL, linki będą śledzić stan SSL" + +#: src/Module/Install.php:183 src/Module/Admin/Site.php:515 +msgid "Force all links to use SSL" +msgstr "Wymuś używanie SSL na wszystkich odnośnikach" + +#: src/Module/Install.php:184 src/Module/Admin/Site.php:516 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . " + +#: src/Module/Install.php:190 +msgid "Base settings" +msgstr "Ustawienia bazy" + +#: src/Module/Install.php:192 src/Module/Admin/Site.php:592 +msgid "SSL link policy" +msgstr "Polityka odnośników SSL" + +#: src/Module/Install.php:194 src/Module/Admin/Site.php:592 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Określa, czy generowane odnośniki będą obowiązkowo używały SSL" + +#: src/Module/Install.php:197 +msgid "Host name" +msgstr "Nazwa hosta" + +#: src/Module/Install.php:199 msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!" +"Overwrite this field in case the determinated hostname isn't right, " +"otherweise leave it as is." +msgstr "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian." -#: src/Module/Admin/Addons/Details.php:51 -msgid "Addon not found." -msgstr "Nie znaleziono dodatku." +#: src/Module/Install.php:202 +msgid "Base path to installation" +msgstr "Podstawowa ścieżka do instalacji" -#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 -#, php-format -msgid "Addon %s disabled." -msgstr "Dodatek %s wyłączony." +#: src/Module/Install.php:204 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota." -#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 -#, php-format -msgid "Addon %s enabled." -msgstr "Dodatek %s włączony." +#: src/Module/Install.php:207 +msgid "Sub path of the URL" +msgstr "Ścieżka podrzędna adresu URL" -#: src/Module/Admin/Addons/Details.php:76 -#: src/Module/Admin/Themes/Details.php:60 -msgid "Disable" -msgstr "Wyłącz" +#: src/Module/Install.php:209 +msgid "" +"Overwrite this field in case the sub path determination isn't right, " +"otherwise leave it as is. Leaving this field blank means the installation is" +" at the base URL without sub path." +msgstr "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki." -#: src/Module/Admin/Addons/Details.php:79 -#: src/Module/Admin/Themes/Details.php:63 -msgid "Enable" -msgstr "Zezwól" +#: src/Module/Install.php:220 +msgid "Database connection" +msgstr "Połączenie z bazą danych" -#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 -#: src/Module/Admin/Blocklist/Contact.php:61 -#: src/Module/Admin/Blocklist/Server.php:73 -#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46 -#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 -#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:567 -#: src/Module/Admin/Summary.php:175 src/Module/Admin/Themes/Details.php:104 -#: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42 -#: src/Module/Admin/Users.php:277 -msgid "Administration" -msgstr "Administracja" +#: src/Module/Install.php:221 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych." -#: src/Module/Admin/Addons/Details.php:101 -#: src/Module/Admin/Themes/Details.php:106 -msgid "Toggle" -msgstr "Włącz" +#: src/Module/Install.php:222 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ." -#: src/Module/Admin/Addons/Details.php:109 -#: src/Module/Admin/Themes/Details.php:115 -msgid "Author: " -msgstr "Autor: " +#: src/Module/Install.php:223 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją." -#: src/Module/Admin/Addons/Details.php:110 -#: src/Module/Admin/Themes/Details.php:116 -msgid "Maintainer: " -msgstr "Opiekun: " +#: src/Module/Install.php:230 +msgid "Database Server Name" +msgstr "Nazwa serwera bazy danych" -#: src/Module/Admin/Addons/Index.php:36 -#, php-format -msgid "Addon %s failed to install." -msgstr "Instalacja dodatku %s nie powiodła się." +#: src/Module/Install.php:235 +msgid "Database Login Name" +msgstr "Nazwa użytkownika bazy danych" -#: src/Module/Admin/Addons/Index.php:53 -msgid "Reload active addons" -msgstr "Załaduj ponownie aktywne dodatki" +#: src/Module/Install.php:241 +msgid "Database Login Password" +msgstr "Hasło logowania do bazy danych" -#: src/Module/Admin/Addons/Index.php:58 +#: src/Module/Install.php:243 +msgid "For security reasons the password must not be empty" +msgstr "Ze względów bezpieczeństwa hasło nie może być puste" + +#: src/Module/Install.php:246 +msgid "Database Name" +msgstr "Nazwa bazy danych" + +#: src/Module/Install.php:250 src/Module/Install.php:279 +msgid "Please select a default timezone for your website" +msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony" + +#: src/Module/Install.php:264 +msgid "Site settings" +msgstr "Ustawienia strony" + +#: src/Module/Install.php:274 +msgid "Site administrator email address" +msgstr "Adres e-mail administratora strony" + +#: src/Module/Install.php:276 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego." + +#: src/Module/Install.php:283 +msgid "System Language:" +msgstr "Język systemu:" + +#: src/Module/Install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile." + +#: src/Module/Install.php:297 +msgid "Your Friendica site database has been installed." +msgstr "Twoja baza danych witryny Friendica została zainstalowana." + +#: src/Module/Install.php:305 +msgid "Installation finished" +msgstr "Instalacja zakończona" + +#: src/Module/Install.php:327 +msgid "

What next

" +msgstr "

Co dalej

" + +#: src/Module/Install.php:328 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika." + +#: src/Module/Install.php:331 #, php-format msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny." -#: src/Module/Admin/Blocklist/Contact.php:28 -#: src/Console/GlobalCommunityBlock.php:87 -msgid "The contact has been blocked from the node" -msgstr "Kontakt został zablokowany w węźle" +#: src/Module/BaseAdminModule.php:56 mod/api.php:95 +msgid "Please login to continue." +msgstr "Zaloguj się aby kontynuować." -#: src/Module/Admin/Blocklist/Contact.php:30 -#: src/Console/GlobalCommunityBlock.php:82 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)" - -#: src/Module/Admin/Blocklist/Contact.php:38 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "%s kontakt odblokowany" -msgstr[1] "%s kontakty odblokowane" -msgstr[2] "%s kontaktów odblokowanych" -msgstr[3] "%s kontaktów odblokowanych" - -#: src/Module/Admin/Blocklist/Contact.php:62 -msgid "Remote Contact Blocklist" -msgstr "Lista zablokowanych kontaktów zdalnych" - -#: src/Module/Admin/Blocklist/Contact.php:63 +#: src/Module/BaseAdminModule.php:62 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." +"Submanaged account can't access the administation pages. Please log back in " +"as the master account." +msgstr "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne." -#: src/Module/Admin/Blocklist/Contact.php:64 -msgid "Block Remote Contact" -msgstr "Zablokuj kontakt zdalny" +#: src/Module/BaseAdminModule.php:76 +msgid "Overview" +msgstr "Przegląd" -#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 -msgid "select all" -msgstr "zaznacz wszystko" +#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188 +msgid "Federation Statistics" +msgstr "Statystyki Organizacji" -#: src/Module/Admin/Blocklist/Contact.php:66 -msgid "select none" -msgstr "wybierz brak" +#: src/Module/BaseAdminModule.php:79 +msgid "Configuration" +msgstr "Konfiguracja" -#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 -#: src/Module/Contact.php:623 src/Module/Contact.php:827 -#: src/Module/Contact.php:1076 -msgid "Unblock" -msgstr "Odblokuj" +#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567 +msgid "Site" +msgstr "Strona" -#: src/Module/Admin/Blocklist/Contact.php:69 -msgid "No remote contact is blocked from this node." -msgstr "Z tego węzła nie jest blokowany kontakt zdalny." +#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278 +#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471 +msgid "Users" +msgstr "Użytkownicy" -#: src/Module/Admin/Blocklist/Contact.php:71 -msgid "Blocked Remote Contacts" -msgstr "Zablokowane kontakty zdalne" +#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100 +#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68 +#: mod/settings.php:112 +msgid "Addons" +msgstr "Dodatki" -#: src/Module/Admin/Blocklist/Contact.php:72 -msgid "Block New Remote Contact" -msgstr "Zablokuj nowy kontakt zdalny" +#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105 +#: src/Module/Admin/Themes/Index.php:96 +msgid "Themes" +msgstr "Wygląd" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Photo" -msgstr "Zdjęcie" +#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46 +#: mod/settings.php:90 +msgid "Additional features" +msgstr "Dodatkowe funkcje" -#: src/Module/Admin/Blocklist/Contact.php:73 -msgid "Reason" +#: src/Module/BaseAdminModule.php:87 +msgid "Database" +msgstr "Baza danych" + +#: src/Module/BaseAdminModule.php:88 +msgid "DB updates" +msgstr "Aktualizacje DB" + +#: src/Module/BaseAdminModule.php:89 +msgid "Inspect Deferred Workers" +msgstr "Sprawdź Odroczonych Pracowników" + +#: src/Module/BaseAdminModule.php:90 +msgid "Inspect worker Queue" +msgstr "Sprawdź kolejkę pracowników" + +#: src/Module/BaseAdminModule.php:92 +msgid "Tools" +msgstr "Narzędzia" + +#: src/Module/BaseAdminModule.php:93 +msgid "Contact Blocklist" +msgstr "Lista zablokowanych kontaktów" + +#: src/Module/BaseAdminModule.php:94 +msgid "Server Blocklist" +msgstr "Lista zablokowanych serwerów" + +#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47 +msgid "Delete Item" +msgstr "Usuń przedmiot" + +#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98 +#: src/Module/Admin/Logs/Settings.php:64 +msgid "Logs" +msgstr "Logi" + +#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47 +msgid "View Logs" +msgstr "Zobacz rejestry" + +#: src/Module/BaseAdminModule.php:101 +msgid "Diagnostics" +msgstr "Diagnostyka" + +#: src/Module/BaseAdminModule.php:102 +msgid "PHP Info" +msgstr "Informacje o PHP" + +#: src/Module/BaseAdminModule.php:103 +msgid "probe address" +msgstr "adres sondy" + +#: src/Module/BaseAdminModule.php:104 +msgid "check webfinger" +msgstr "sprawdź webfinger" + +#: src/Module/BaseAdminModule.php:105 +msgid "Item Source" +msgstr "Źródło elementu" + +#: src/Module/BaseAdminModule.php:106 +msgid "Babel" msgstr "" -#: src/Module/Admin/Blocklist/Contact.php:81 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "łącznie %s zablokowany kontakt" -msgstr[1] "łącznie %s zablokowane kontakty" -msgstr[2] "łącznie %s zablokowanych kontaktów" -msgstr[3] "%s całkowicie zablokowane kontakty" +#: src/Module/BaseAdminModule.php:115 +msgid "Addon Features" +msgstr "Funkcje dodatkowe" -#: src/Module/Admin/Blocklist/Contact.php:83 -msgid "URL of the remote contact to block." -msgstr "Adres URL kontaktu zdalnego do zablokowania." +#: src/Module/BaseAdminModule.php:116 +msgid "User registrations waiting for confirmation" +msgstr "Rejestracje użytkowników czekające na potwierdzenie" -#: src/Module/Admin/Blocklist/Contact.php:84 -msgid "Block Reason" +#: src/Module/Login.php:96 +msgid "Create a New Account" +msgstr "Załóż nowe konto" + +#: src/Module/Login.php:121 +msgid "Your OpenID: " msgstr "" +#: src/Module/Login.php:124 +msgid "" +"Please enter your username and password to add the OpenID to your existing " +"account." +msgstr "" + +#: src/Module/Login.php:126 +msgid "Or login using OpenID: " +msgstr "Lub zaloguj się za pośrednictwem OpenID: " + +#: src/Module/Login.php:139 mod/lostpass.php:120 +msgid "Nickname or Email: " +msgstr "Pseudonim lub e-mail: " + +#: src/Module/Login.php:140 +msgid "Password: " +msgstr "Hasło: " + +#: src/Module/Login.php:141 +msgid "Remember me" +msgstr "Zapamiętaj mnie" + +#: src/Module/Login.php:150 +msgid "Forgot your password?" +msgstr "Zapomniałeś swojego hasła?" + +#: src/Module/Login.php:151 mod/lostpass.php:136 +msgid "Password Reset" +msgstr "Zresetuj hasło" + +#: src/Module/Login.php:153 +msgid "Website Terms of Service" +msgstr "Warunki korzystania z witryny" + +#: src/Module/Login.php:154 +msgid "terms of service" +msgstr "warunki użytkowania" + +#: src/Module/Login.php:156 +msgid "Website Privacy Policy" +msgstr "Polityka Prywatności Witryny" + +#: src/Module/Login.php:157 +msgid "privacy policy" +msgstr "polityka prywatności" + +#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265 +msgid "Access to this profile has been restricted." +msgstr "Dostęp do tego profilu został ograniczony." + +#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49 +#: src/Module/Settings/TwoFactor/Verify.php:67 +msgid "Invalid code, please retry." +msgstr "Nieprawidłowy kod, spróbuj ponownie." + +#: src/Module/TwoFactor/Verify.php:65 +#: src/Module/Settings/TwoFactor/Index.php:89 +#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75 +msgid "Two-factor authentication" +msgstr "Uwierzytelnianie dwuskładnikowe" + +#: src/Module/TwoFactor/Verify.php:66 +msgid "" +"

Open the two-factor authentication app on your device to get an " +"authentication code and verify your identity.

" +msgstr "

Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.

" + +#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37 +msgid "Error" +msgid_plural "Errors" +msgstr[0] "Błąd" +msgstr[1] "Błędów" +msgstr[2] "Błędy" +msgstr[3] "Błędów" + +#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70 +#, php-format +msgid "Don’t have your phone? Enter a two-factor recovery code" +msgstr "Nie masz telefonu? Wprowadzić dwuetapowy kod przywracania " + +#: src/Module/TwoFactor/Verify.php:70 +#: src/Module/Settings/TwoFactor/Verify.php:126 +msgid "Please enter a code from your authentication app" +msgstr "Wprowadź kod z aplikacji uwierzytelniającej" + +#: src/Module/TwoFactor/Verify.php:71 +msgid "Verify code and complete login" +msgstr "Zweryfikuj kod i zakończ logowanie" + +#: src/Module/TwoFactor/Recovery.php:42 +#, php-format +msgid "Remaining recovery codes: %d" +msgstr "Pozostałe kody odzyskiwania: %d" + +#: src/Module/TwoFactor/Recovery.php:68 +msgid "Two-factor recovery" +msgstr "Odzyskiwanie dwuczynnikowe" + +#: src/Module/TwoFactor/Recovery.php:69 +msgid "" +"

You can enter one of your one-time recovery codes in case you lost access" +" to your mobile device.

" +msgstr "

Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.

" + +#: src/Module/TwoFactor/Recovery.php:71 +msgid "Please enter a recovery code" +msgstr "Wprowadź kod odzyskiwania" + +#: src/Module/TwoFactor/Recovery.php:72 +msgid "Submit recovery code and complete login" +msgstr "Prześlij kod odzyskiwania i pełne logowanie" + +#: src/Module/Maintenance.php:29 +msgid "System down for maintenance" +msgstr "System wyłączony w celu konserwacji" + +#: src/Module/Bookmarklet.php:35 +msgid "This page is missing a url parameter." +msgstr "Na tej stronie brakuje parametru url." + +#: src/Module/Bookmarklet.php:57 +msgid "The post was created" +msgstr "Post został utworzony" + +#: src/Module/Photo.php:87 +#, php-format +msgid "Invalid photo with id %s." +msgstr "Nieprawidłowe zdjęcie z identyfikatorem %s." + +#: src/Module/Attach.php:36 src/Module/Attach.php:48 +msgid "Item was not found." +msgstr "Element nie znaleziony." + #: src/Module/Admin/Blocklist/Server.php:31 msgid "Server domain pattern added to blocklist." msgstr "Wzorzec domeny serwera dodano do listy bloków." @@ -7025,6 +4535,18 @@ msgstr "Usuń wzorzec domeny serwera" msgid "Check to delete this entry from the blocklist" msgstr "Zaznacz, aby usunąć ten wpis z listy bloków" +#: src/Module/Admin/Blocklist/Server.php:73 +#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42 +#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50 +#: src/Module/Admin/Themes/Details.php:104 +#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277 +#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187 +#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46 +#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46 +#: src/Module/Admin/Summary.php:192 +msgid "Administration" +msgstr "Administracja" + #: src/Module/Admin/Blocklist/Server.php:74 msgid "Server Domain Pattern Blocklist" msgstr "Lista bloków wzorców domen serwerów" @@ -7095,1406 +4617,104 @@ msgstr "Usuń wpis z listy zablokowanych" msgid "Delete entry from blocklist?" msgstr "Usunąć wpis z listy zablokowanych?" -#: src/Module/Admin/DBSync.php:32 -msgid "Update has been marked successful" -msgstr "Aktualizacja została oznaczona jako udana" +#: src/Module/Admin/Blocklist/Contact.php:28 +#: src/Console/GlobalCommunityBlock.php:87 +msgid "The contact has been blocked from the node" +msgstr "Kontakt został zablokowany w węźle" -#: src/Module/Admin/DBSync.php:42 +#: src/Module/Admin/Blocklist/Contact.php:30 +#: src/Console/GlobalCommunityBlock.php:82 #, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych." +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)" -#: src/Module/Admin/DBSync.php:46 +#: src/Module/Admin/Blocklist/Contact.php:38 #, 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" +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s kontakt odblokowany" +msgstr[1] "%s kontakty odblokowane" +msgstr[2] "%s kontaktów odblokowanych" +msgstr[3] "%s kontaktów odblokowanych" -#: src/Module/Admin/DBSync.php:63 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s" +#: src/Module/Admin/Blocklist/Contact.php:62 +msgid "Remote Contact Blocklist" +msgstr "Lista zablokowanych kontaktów zdalnych" -#: src/Module/Admin/DBSync.php:65 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Aktualizacja %s została pomyślnie zastosowana." - -#: src/Module/Admin/DBSync.php:68 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało." - -#: src/Module/Admin/DBSync.php:71 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana." - -#: src/Module/Admin/DBSync.php:91 -msgid "No failed updates." -msgstr "Brak błędów aktualizacji." - -#: src/Module/Admin/DBSync.php:92 -msgid "Check database structure" -msgstr "Sprawdź strukturę bazy danych" - -#: src/Module/Admin/DBSync.php:97 -msgid "Failed Updates" -msgstr "Błąd aktualizacji" - -#: src/Module/Admin/DBSync.php:98 +#: src/Module/Admin/Blocklist/Contact.php:63 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." +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego." -#: src/Module/Admin/DBSync.php:99 -msgid "Mark success (if update was manually applied)" -msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)" +#: src/Module/Admin/Blocklist/Contact.php:64 +msgid "Block Remote Contact" +msgstr "Zablokuj kontakt zdalny" -#: src/Module/Admin/DBSync.php:100 -msgid "Attempt to execute this update step automatically" -msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji" +#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280 +msgid "select all" +msgstr "zaznacz wszystko" -#: src/Module/Admin/Features.php:59 -#, php-format -msgid "Lock feature %s" -msgstr "Funkcja blokady %s" +#: src/Module/Admin/Blocklist/Contact.php:66 +msgid "select none" +msgstr "wybierz brak" -#: src/Module/Admin/Features.php:67 -msgid "Manage Additional Features" -msgstr "Zarządzanie dodatkowymi funkcjami" +#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291 +#: src/Module/Contact.php:606 src/Module/Contact.php:823 +#: src/Module/Contact.php:1082 +msgid "Unblock" +msgstr "Odblokuj" -#: src/Module/Admin/Federation.php:76 -msgid "unknown" -msgstr "nieznany" +#: src/Module/Admin/Blocklist/Contact.php:69 +msgid "No remote contact is blocked from this node." +msgstr "Z tego węzła nie jest blokowany kontakt zdalny." -#: src/Module/Admin/Federation.php:181 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł." +#: src/Module/Admin/Blocklist/Contact.php:71 +msgid "Blocked Remote Contacts" +msgstr "Zablokowane kontakty zdalne" -#: src/Module/Admin/Federation.php:182 -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." +#: src/Module/Admin/Blocklist/Contact.php:72 +msgid "Block New Remote Contact" +msgstr "Zablokuj nowy kontakt zdalny" -#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77 -msgid "Federation Statistics" -msgstr "Statystyki Organizacji" +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Photo" +msgstr "Zdjęcie" -#: src/Module/Admin/Federation.php:194 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:" +#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272 +#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297 +#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672 +#: mod/settings.php:698 +msgid "Name" +msgstr "Nazwa" -#: src/Module/Admin/Item/Delete.php:35 -msgid "Item marked for deletion." -msgstr "Przedmiot oznaczony do usunięcia." - -#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95 -msgid "Delete Item" -msgstr "Usuń przedmiot" - -#: src/Module/Admin/Item/Delete.php:48 -msgid "Delete this Item" -msgstr "Usuń ten przedmiot" - -#: src/Module/Admin/Item/Delete.php:49 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty." - -#: src/Module/Admin/Item/Delete.php:50 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456." - -#: src/Module/Admin/Item/Delete.php:51 -msgid "GUID" -msgstr "GUID" - -#: src/Module/Admin/Item/Delete.php:51 -msgid "The GUID of the item you want to delete." -msgstr "Identyfikator elementu GUID, który chcesz usunąć." - -#: src/Module/Admin/Item/Source.php:46 -msgid "Item Guid" -msgstr "Element Guid" - -#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83 -#: src/Module/Admin/Summary.php:90 -#, php-format -msgid "The logfile '%s' is not writable. No logging possible" -msgstr "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania" - -#: src/Module/Admin/Logs/Settings.php:36 -msgid "Log settings updated." -msgstr "Zaktualizowano ustawienia logów." - -#: src/Module/Admin/Logs/Settings.php:55 -msgid "PHP log currently enabled." -msgstr "Dziennik PHP jest obecnie włączony." - -#: src/Module/Admin/Logs/Settings.php:57 -msgid "PHP log currently disabled." -msgstr "Dziennik PHP jest obecnie wyłączony." - -#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97 -#: src/Module/BaseAdminModule.php:98 -msgid "Logs" -msgstr "Logi" - -#: src/Module/Admin/Logs/Settings.php:66 -msgid "Clear" -msgstr "Wyczyść" - -#: src/Module/Admin/Logs/Settings.php:70 -msgid "Enable Debugging" -msgstr "Włącz debugowanie" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "Log file" -msgstr "Plik logów" - -#: src/Module/Admin/Logs/Settings.php:71 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica." - -#: src/Module/Admin/Logs/Settings.php:72 -msgid "Log level" -msgstr "Poziom logów" - -#: src/Module/Admin/Logs/Settings.php:74 -msgid "PHP logging" -msgstr "Logowanie w PHP" - -#: src/Module/Admin/Logs/Settings.php:75 -msgid "" -"To temporarily enable logging of PHP errors and warnings you can prepend the" -" following to the index.php file of your installation. The filename set in " -"the 'error_log' line is relative to the friendica top-level directory and " -"must be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć." - -#: src/Module/Admin/Logs/View.php:22 -#, php-format -msgid "" -"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ć." - -#: src/Module/Admin/Logs/View.php:26 -#, 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." - -#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99 -msgid "View Logs" -msgstr "Zobacz rejestry" - -#: src/Module/Admin/Queue.php:34 -msgid "Inspect Deferred Worker Queue" -msgstr "Sprawdź kolejkę odroczonych pracowników" - -#: src/Module/Admin/Queue.php:35 -msgid "" -"This page lists the deferred worker jobs. This are jobs that couldn't be " -"executed at the first time." -msgstr "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy." - -#: src/Module/Admin/Queue.php:38 -msgid "Inspect Worker Queue" -msgstr "Sprawdź Kolejkę Pracowników" - -#: src/Module/Admin/Queue.php:39 -msgid "" -"This page lists the currently queued worker jobs. These jobs are handled by " -"the worker cronjob you've set up during install." -msgstr "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji." - -#: src/Module/Admin/Queue.php:59 -msgid "ID" -msgstr "ID" - -#: src/Module/Admin/Queue.php:60 -msgid "Job Parameters" -msgstr "Parametry zadania" - -#: src/Module/Admin/Queue.php:61 -msgid "Created" -msgstr "Utwórz" - -#: src/Module/Admin/Queue.php:62 -msgid "Priority" -msgstr "Priorytet" - -#: src/Module/Admin/Site.php:50 -msgid "Can not parse base url. Must have at least ://" -msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //" - -#: src/Module/Admin/Site.php:235 -msgid "Invalid storage backend setting value." +#: src/Module/Admin/Blocklist/Contact.php:73 +msgid "Reason" msgstr "" -#: src/Module/Admin/Site.php:411 -msgid "Site settings updated." -msgstr "Zaktualizowano ustawienia strony." - -#: src/Module/Admin/Site.php:463 -msgid "No community page for local users" -msgstr "Brak strony społeczności dla użytkowników lokalnych" - -#: src/Module/Admin/Site.php:464 -msgid "No community page" -msgstr "Brak strony społeczności" - -#: src/Module/Admin/Site.php:465 -msgid "Public postings from users of this site" -msgstr "Publikacje publiczne od użytkowników tej strony" - -#: src/Module/Admin/Site.php:466 -msgid "Public postings from the federated network" -msgstr "Publikacje wpisy ze sfederowanej sieci" - -#: src/Module/Admin/Site.php:467 -msgid "Public postings from local users and the federated network" -msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej" - -#: src/Module/Admin/Site.php:471 src/Module/Admin/Site.php:666 -#: src/Module/Admin/Site.php:676 src/Module/Contact.php:563 -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Disabled" -msgstr "Wyłączony" - -#: src/Module/Admin/Site.php:472 src/Module/Admin/Users.php:278 -#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81 -msgid "Users" -msgstr "Użytkownicy" - -#: src/Module/Admin/Site.php:473 -msgid "Users, Global Contacts" -msgstr "Użytkownicy, kontakty globalne" - -#: src/Module/Admin/Site.php:474 -msgid "Users, Global Contacts/fallback" -msgstr "Użytkownicy, kontakty globalne/awaryjne" - -#: src/Module/Admin/Site.php:478 -msgid "One month" -msgstr "Miesiąc" - -#: src/Module/Admin/Site.php:479 -msgid "Three months" -msgstr "Trzy miesiące" - -#: src/Module/Admin/Site.php:480 -msgid "Half a year" -msgstr "Pół roku" - -#: src/Module/Admin/Site.php:481 -msgid "One year" -msgstr "Rok" - -#: src/Module/Admin/Site.php:487 -msgid "Multi user instance" -msgstr "Tryb wielu użytkowników" - -#: src/Module/Admin/Site.php:509 -msgid "Closed" -msgstr "Zamknięte" - -#: src/Module/Admin/Site.php:510 -msgid "Requires approval" -msgstr "Wymaga zatwierdzenia" - -#: src/Module/Admin/Site.php:511 -msgid "Open" -msgstr "Otwarta" - -#: src/Module/Admin/Site.php:515 src/Module/Install.php:183 -msgid "No SSL policy, links will track page SSL state" -msgstr "Brak SSL, linki będą śledzić stan SSL" - -#: src/Module/Admin/Site.php:516 src/Module/Install.php:184 -msgid "Force all links to use SSL" -msgstr "Wymuś używanie SSL na wszystkich odnośnikach" - -#: src/Module/Admin/Site.php:517 src/Module/Install.php:185 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . " - -#: src/Module/Admin/Site.php:521 -msgid "Don't check" -msgstr "Nie sprawdzaj" - -#: src/Module/Admin/Site.php:522 -msgid "check the stable version" -msgstr "sprawdź wersję stabilną" - -#: src/Module/Admin/Site.php:523 -msgid "check the development version" -msgstr "sprawdź wersję rozwojową" - -#: src/Module/Admin/Site.php:543 -msgid "Database (legacy)" -msgstr "Baza danych (legacy)" - -#: src/Module/Admin/Site.php:568 src/Module/BaseAdminModule.php:80 -msgid "Site" -msgstr "Strona" - -#: src/Module/Admin/Site.php:570 -msgid "Republish users to directory" -msgstr "Ponownie opublikuj użytkowników w katalogu" - -#: src/Module/Admin/Site.php:571 src/Module/Register.php:121 -msgid "Registration" -msgstr "Rejestracja" - -#: src/Module/Admin/Site.php:572 -msgid "File upload" -msgstr "Przesyłanie plików" - -#: src/Module/Admin/Site.php:573 -msgid "Policies" -msgstr "Zasady" - -#: src/Module/Admin/Site.php:575 -msgid "Auto Discovered Contact Directory" -msgstr "Katalog kontaktów automatycznie odkrytych" - -#: src/Module/Admin/Site.php:576 -msgid "Performance" -msgstr "Ustawienia" - -#: src/Module/Admin/Site.php:577 -msgid "Worker" -msgstr "Pracownik" - -#: src/Module/Admin/Site.php:578 -msgid "Message Relay" -msgstr "Przekazywanie wiadomości" - -#: src/Module/Admin/Site.php:579 -msgid "Relocate Instance" -msgstr "Zmień lokalizację" - -#: src/Module/Admin/Site.php:580 -msgid "Warning! Advanced function. Could make this server unreachable." -msgstr "Ostrzeżenie! Zaawansowana funkcja. Może spowodować, że serwer będzie nieosiągalny." - -#: src/Module/Admin/Site.php:584 -msgid "Site name" -msgstr "Nazwa strony" - -#: src/Module/Admin/Site.php:585 -msgid "Sender Email" -msgstr "E-mail nadawcy" - -#: src/Module/Admin/Site.php:585 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami." - -#: src/Module/Admin/Site.php:586 -msgid "Banner/Logo" -msgstr "Logo" - -#: src/Module/Admin/Site.php:587 -msgid "Shortcut icon" -msgstr "Ikona skrótu" - -#: src/Module/Admin/Site.php:587 -msgid "Link to an icon that will be used for browsers." -msgstr "Link do ikony, która będzie używana w przeglądarkach." - -#: src/Module/Admin/Site.php:588 -msgid "Touch icon" -msgstr "Dołącz ikonę" - -#: src/Module/Admin/Site.php:588 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych." - -#: src/Module/Admin/Site.php:589 -msgid "Additional Info" -msgstr "Dodatkowe informacje" - -#: src/Module/Admin/Site.php:589 +#: src/Module/Admin/Blocklist/Contact.php:81 #, 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." +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "łącznie %s zablokowany kontakt" +msgstr[1] "łącznie %s zablokowane kontakty" +msgstr[2] "łącznie %s zablokowanych kontaktów" +msgstr[3] "%s całkowicie zablokowane kontakty" -#: src/Module/Admin/Site.php:590 -msgid "System language" -msgstr "Język systemu" +#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624 +#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179 +#: mod/unfollow.php:137 +msgid "Profile URL" +msgstr "Adres URL profilu" -#: src/Module/Admin/Site.php:591 -msgid "System theme" -msgstr "Motyw systemowy" +#: src/Module/Admin/Blocklist/Contact.php:83 +msgid "URL of the remote contact to block." +msgstr "Adres URL kontaktu zdalnego do zablokowania." -#: src/Module/Admin/Site.php:591 -msgid "" -"Default system theme - may be over-ridden by user profiles - Change default theme settings" -msgstr "Domyślny motyw systemu - może być nadpisywany przez profile użytkowników - Zmień domyślne ustawienia motywu" - -#: src/Module/Admin/Site.php:592 -msgid "Mobile system theme" -msgstr "Motyw systemu mobilnego" - -#: src/Module/Admin/Site.php:592 -msgid "Theme for mobile devices" -msgstr "Motyw na urządzenia mobilne" - -#: src/Module/Admin/Site.php:593 src/Module/Install.php:193 -msgid "SSL link policy" -msgstr "Polityka odnośników SSL" - -#: src/Module/Admin/Site.php:593 src/Module/Install.php:195 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Określa, czy generowane odnośniki będą obowiązkowo używały SSL" - -#: src/Module/Admin/Site.php:594 -msgid "Force SSL" -msgstr "Wymuś SSL" - -#: src/Module/Admin/Site.php:594 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli." - -#: src/Module/Admin/Site.php:595 -msgid "Hide help entry from navigation menu" -msgstr "Ukryj pomoc w menu nawigacyjnym" - -#: src/Module/Admin/Site.php:595 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help." - -#: src/Module/Admin/Site.php:596 -msgid "Single user instance" -msgstr "Tryb pojedynczego użytkownika" - -#: src/Module/Admin/Site.php:596 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika" - -#: src/Module/Admin/Site.php:598 -msgid "File storage backend" -msgstr "Backend przechowywania plików" - -#: src/Module/Admin/Site.php:598 -msgid "" -"The backend used to store uploaded data. If you change the storage backend, " -"you can manually move the existing files. If you do not do so, the files " -"uploaded before the change will still be available at the old backend. " -"Please see the settings documentation" -" for more information about the choices and the moving procedure." +#: src/Module/Admin/Blocklist/Contact.php:84 +msgid "Block Reason" msgstr "" -#: src/Module/Admin/Site.php:600 -msgid "Maximum image size" -msgstr "Maksymalny rozmiar zdjęcia" - -#: src/Module/Admin/Site.php:600 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ." - -#: src/Module/Admin/Site.php:601 -msgid "Maximum image length" -msgstr "Maksymalna długość obrazu" - -#: src/Module/Admin/Site.php:601 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maksymalna długość w pikselach dłuższego boku przesyłanego obrazu. Wartością domyślną jest -1, co oznacza brak ograniczeń." - -#: src/Module/Admin/Site.php:602 -msgid "JPEG image quality" -msgstr "Jakość obrazu JPEG" - -#: src/Module/Admin/Site.php:602 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Przesłane pliki JPEG zostaną zapisane w tym ustawieniu jakości [0-100]. Domyślna wartość to 100, która jest pełną jakością." - -#: src/Module/Admin/Site.php:604 -msgid "Register policy" -msgstr "Zasady rejestracji" - -#: src/Module/Admin/Site.php:605 -msgid "Maximum Daily Registrations" -msgstr "Maksymalna dzienna rejestracja" - -#: src/Module/Admin/Site.php:605 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu." - -#: src/Module/Admin/Site.php:606 -msgid "Register text" -msgstr "Zarejestruj tekst" - -#: src/Module/Admin/Site.php:606 -msgid "" -"Will be displayed prominently on the registration page. You can use BBCode " -"here." -msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj." - -#: src/Module/Admin/Site.php:607 -msgid "Forbidden Nicknames" -msgstr "Zakazane pseudonimy" - -#: src/Module/Admin/Site.php:607 -msgid "" -"Comma separated list of nicknames that are forbidden from registration. " -"Preset is a list of role names according RFC 2142." -msgstr "Lista oddzielonych przecinkami pseudonimów, których nie wolno rejestrować. Preset to lista nazw ról zgodnie z RFC 2142." - -#: src/Module/Admin/Site.php:608 -msgid "Accounts abandoned after x days" -msgstr "Konta porzucone po x dni" - -#: src/Module/Admin/Site.php:608 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ." - -#: src/Module/Admin/Site.php:609 -msgid "Allowed friend domains" -msgstr "Dozwolone domeny przyjaciół" - -#: src/Module/Admin/Site.php:609 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Rozdzielana przecinkami lista domen, które mogą nawiązywać przyjaźnie z tą witryną. Symbole wieloznaczne są akceptowane. Pozostaw puste by zezwolić każdej domenie na zaprzyjaźnienie." - -#: src/Module/Admin/Site.php:610 -msgid "Allowed email domains" -msgstr "Dozwolone domeny e-mailowe" - -#: src/Module/Admin/Site.php:610 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny" - -#: src/Module/Admin/Site.php:611 -msgid "No OEmbed rich content" -msgstr "Brak treści multimedialnych ze znaczkiem HTML" - -#: src/Module/Admin/Site.php:611 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej." - -#: src/Module/Admin/Site.php:612 -msgid "Allowed OEmbed domains" -msgstr "Dozwolone domeny OEmbed" - -#: src/Module/Admin/Site.php:612 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane." - -#: src/Module/Admin/Site.php:613 -msgid "Block public" -msgstr "Blokuj publicznie" - -#: src/Module/Admin/Site.php:613 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany." - -#: src/Module/Admin/Site.php:614 -msgid "Force publish" -msgstr "Wymuś publikację" - -#: src/Module/Admin/Site.php:614 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny." - -#: src/Module/Admin/Site.php:614 -msgid "Enabling this may violate privacy laws like the GDPR" -msgstr "Włączenie tego może naruszyć prawa ochrony prywatności, takie jak GDPR" - -#: src/Module/Admin/Site.php:615 -msgid "Global directory URL" -msgstr "Globalny adres URL katalogu" - -#: src/Module/Admin/Site.php:615 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji." - -#: src/Module/Admin/Site.php:616 -msgid "Private posts by default for new users" -msgstr "Prywatne posty domyślnie dla nowych użytkowników" - -#: src/Module/Admin/Site.php:616 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną." - -#: src/Module/Admin/Site.php:617 -msgid "Don't include post content in email notifications" -msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie" - -#: src/Module/Admin/Site.php:617 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony." - -#: src/Module/Admin/Site.php:618 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji." - -#: src/Module/Admin/Site.php:618 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków." - -#: src/Module/Admin/Site.php:619 -msgid "Don't embed private images in posts" -msgstr "Nie umieszczaj prywatnych zdjęć w postach" - -#: src/Module/Admin/Site.php:619 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać." - -#: src/Module/Admin/Site.php:620 -msgid "Explicit Content" -msgstr "Treści dla dorosłych" - -#: src/Module/Admin/Site.php:620 -msgid "" -"Set this to announce that your node is used mostly for explicit content that" -" might not be suited for minors. This information will be published in the " -"node information and might be used, e.g. by the global directory, to filter " -"your node from listings of nodes to join. Additionally a note about this " -"will be shown at the user registration page." -msgstr "Ustaw to, aby ogłosić, że Twój węzeł jest używany głównie do jawnej treści, która może nie być odpowiednia dla nieletnich. Informacje te zostaną opublikowane w informacjach o węźle i mogą zostać wykorzystane, np. w katalogu globalnym, aby filtrować węzeł z list węzłów do przyłączenia. Dodatkowo notatka o tym zostanie pokazana na stronie rejestracji użytkownika." - -#: src/Module/Admin/Site.php:621 -msgid "Allow Users to set remote_self" -msgstr "Zezwól użytkownikom na ustawienie remote_self" - -#: src/Module/Admin/Site.php:621 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników." - -#: src/Module/Admin/Site.php:622 -msgid "Block multiple registrations" -msgstr "Zablokuj wielokrotną rejestrację" - -#: src/Module/Admin/Site.php:622 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. " - -#: src/Module/Admin/Site.php:623 -msgid "Disable OpenID" -msgstr "Wyłącz OpenID" - -#: src/Module/Admin/Site.php:623 -msgid "Disable OpenID support for registration and logins." -msgstr "Wyłącz obsługę OpenID dla rejestracji i logowania." - -#: src/Module/Admin/Site.php:624 -msgid "No Fullname check" -msgstr "Bez sprawdzania pełnej nazwy" - -#: src/Module/Admin/Site.php:624 -msgid "" -"Allow users to register without a space between the first name and the last " -"name in their full name." -msgstr "Zezwól użytkownikom na rejestrację bez spacji między imieniem i nazwiskiem w ich pełnym imieniu." - -#: src/Module/Admin/Site.php:625 -msgid "Community pages for visitors" -msgstr "Strony społecznościowe dla odwiedzających" - -#: src/Module/Admin/Site.php:625 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony." - -#: src/Module/Admin/Site.php:626 -msgid "Posts per user on community page" -msgstr "Lista postów użytkownika na stronie społeczności" - -#: src/Module/Admin/Site.php:626 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"\"Global Community\")" -msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy „Globalnej społeczności”)" - -#: src/Module/Admin/Site.php:627 -msgid "Disable OStatus support" -msgstr "Wyłącz obsługę OStatus" - -#: src/Module/Admin/Site.php:627 -msgid "" -"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Wyłącz wbudowaną kompatybilność z OStatus (StatusNet, GNU Social itd.). Wszystkie rozmowy w OStatus są publiczne, więc czasem będą pojawiać się ostrzeżenia o prywatności." - -#: src/Module/Admin/Site.php:628 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie." - -#: src/Module/Admin/Site.php:630 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu." - -#: src/Module/Admin/Site.php:631 -msgid "Enable Diaspora support" -msgstr "Włączyć obsługę Diaspory" - -#: src/Module/Admin/Site.php:631 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora." - -#: src/Module/Admin/Site.php:632 -msgid "Only allow Friendica contacts" -msgstr "Dopuść tylko kontakty Friendrica" - -#: src/Module/Admin/Site.php:632 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone." - -#: src/Module/Admin/Site.php:633 -msgid "Verify SSL" -msgstr "Weryfikacja SSL" - -#: src/Module/Admin/Site.php:633 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL." - -#: src/Module/Admin/Site.php:634 -msgid "Proxy user" -msgstr "Użytkownik proxy" - -#: src/Module/Admin/Site.php:635 -msgid "Proxy URL" -msgstr "URL Proxy" - -#: src/Module/Admin/Site.php:636 -msgid "Network timeout" -msgstr "Network timeout" - -#: src/Module/Admin/Site.php:636 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)." - -#: src/Module/Admin/Site.php:637 -msgid "Maximum Load Average" -msgstr "Maksymalne obciążenie średnie" - -#: src/Module/Admin/Site.php:637 -#, php-format -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default %d." -msgstr "Maksymalne obciążenie systemu przed dostarczeniem i procesami odpytywania jest odroczone - domyślnie %d." - -#: src/Module/Admin/Site.php:638 -msgid "Maximum Load Average (Frontend)" -msgstr "Maksymalne obciążenie średnie (Frontend)" - -#: src/Module/Admin/Site.php:638 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50." - -#: src/Module/Admin/Site.php:639 -msgid "Minimal Memory" -msgstr "Minimalna pamięć" - -#: src/Module/Admin/Site.php:639 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)." - -#: src/Module/Admin/Site.php:640 -msgid "Maximum table size for optimization" -msgstr "Maksymalny rozmiar stołu do optymalizacji" - -#: src/Module/Admin/Site.php:640 -msgid "" -"Maximum table size (in MB) for the automatic optimization. Enter -1 to " -"disable it." -msgstr "Maksymalny rozmiar tablicy (w MB) do automatycznej optymalizacji. Wprowadź -1, aby go wyłączyć." - -#: src/Module/Admin/Site.php:641 -msgid "Minimum level of fragmentation" -msgstr "Minimalny poziom fragmentacji" - -#: src/Module/Admin/Site.php:641 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%." - -#: src/Module/Admin/Site.php:643 -msgid "Periodical check of global contacts" -msgstr "Okresowa kontrola kontaktów globalnych" - -#: src/Module/Admin/Site.php:643 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów." - -#: src/Module/Admin/Site.php:644 -msgid "Days between requery" -msgstr "Dni między żądaniem" - -#: src/Module/Admin/Site.php:644 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów." - -#: src/Module/Admin/Site.php:645 -msgid "Discover contacts from other servers" -msgstr "Odkryj kontakty z innych serwerów" - -#: src/Module/Admin/Site.php:645 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"\"Users\": the users on the remote system, \"Global Contacts\": active " -"contacts that are known on the system. The fallback is meant for Redmatrix " -"servers and older friendica servers, where global contacts weren't " -"available. The fallback increases the server load, so the recommended " -"setting is \"Users, Global Contacts\"." -msgstr "Okresowo sprawdzaj kontakty z innymi serwerami. Możesz wybrać „Użytkownicy”: użytkownicy systemu zdalnego, „Kontakty globalne”: aktywne kontakty znane w systemie. Rozwiązanie awaryjne jest przeznaczone dla serwerów Redmatrix i starszych serwerów friendica, gdzie globalne kontakty nie były dostępne. Powrót awaryjny zwiększa obciążenie serwera, więc zalecane ustawienie to „Użytkownicy, kontakty globalne”." - -#: src/Module/Admin/Site.php:646 -msgid "Timeframe for fetching global contacts" -msgstr "Czas pobierania globalnych kontaktów" - -#: src/Module/Admin/Site.php:646 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów." - -#: src/Module/Admin/Site.php:647 -msgid "Search the local directory" -msgstr "Wyszukaj w lokalnym katalogu" - -#: src/Module/Admin/Site.php:647 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane." - -#: src/Module/Admin/Site.php:649 -msgid "Publish server information" -msgstr "Publikuj informacje o serwerze" - -#: src/Module/Admin/Site.php:649 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "Jeśli ta opcja jest włączona, ogólne dane dotyczące serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów i aktywowane protokoły i złącza. Szczegółowe informacje można znaleźć na the-federation.info." - -#: src/Module/Admin/Site.php:651 -msgid "Check upstream version" -msgstr "Sprawdź wersję powyżej" - -#: src/Module/Admin/Site.php:651 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym." - -#: src/Module/Admin/Site.php:652 -msgid "Suppress Tags" -msgstr "Ukryj tagi" - -#: src/Module/Admin/Site.php:652 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu." - -#: src/Module/Admin/Site.php:653 -msgid "Clean database" -msgstr "Wyczyść bazę danych" - -#: src/Module/Admin/Site.php:653 -msgid "" -"Remove old remote items, orphaned database records and old content from some" -" other helper tables." -msgstr "Usuń stare zdalne pozycje, osierocone rekordy bazy danych i starą zawartość z innych tabel pomocników." - -#: src/Module/Admin/Site.php:654 -msgid "Lifespan of remote items" -msgstr "Żywotność odległych przedmiotów" - -#: src/Module/Admin/Site.php:654 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"remote items will be deleted. Own items, and marked or filed items are " -"always kept. 0 disables this behaviour." -msgstr "Po włączeniu czyszczenia bazy danych określa dni, po których zdalne elementy zostaną usunięte. Własne przedmioty oraz oznaczone lub wypełnione pozycje są zawsze przechowywane. 0 wyłącza to zachowanie." - -#: src/Module/Admin/Site.php:655 -msgid "Lifespan of unclaimed items" -msgstr "Żywotność nieodebranych przedmiotów" - -#: src/Module/Admin/Site.php:655 -msgid "" -"When the database cleanup is enabled, this defines the days after which " -"unclaimed remote items (mostly content from the relay) will be deleted. " -"Default value is 90 days. Defaults to the general lifespan value of remote " -"items if set to 0." -msgstr "Po włączeniu czyszczenia bazy danych określa się dni, po których usunięte zostaną nieodebrane zdalne elementy (głównie zawartość z przekaźnika). Wartość domyślna to 90 dni. Wartość domyślna dla ogólnej długości życia zdalnych pozycji, jeśli jest ustawiona na 0." - -#: src/Module/Admin/Site.php:656 -msgid "Lifespan of raw conversation data" -msgstr "Trwałość nieprzetworzonych danych konwersacji" - -#: src/Module/Admin/Site.php:656 -msgid "" -"The conversation data is used for ActivityPub and OStatus, as well as for " -"debug purposes. It should be safe to remove it after 14 days, default is 90 " -"days." -msgstr "Dane konwersacji są używane do ActivityPub i OStatus, a także do celów debugowania. Powinno być bezpieczne usunięcie go po 14 dniach, domyślnie jest to 90 dni." - -#: src/Module/Admin/Site.php:657 -msgid "Path to item cache" -msgstr "Ścieżka do pamięci podręcznej" - -#: src/Module/Admin/Site.php:657 -msgid "The item caches buffers generated bbcode and external images." -msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne." - -#: src/Module/Admin/Site.php:658 -msgid "Cache duration in seconds" -msgstr "Czas trwania w sekundach" - -#: src/Module/Admin/Site.php:658 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day). To disable the item cache, set the value to -1." -msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1." - -#: src/Module/Admin/Site.php:659 -msgid "Maximum numbers of comments per post" -msgstr "Maksymalna liczba komentarzy na post" - -#: src/Module/Admin/Site.php:659 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100." - -#: src/Module/Admin/Site.php:660 -msgid "Temp path" -msgstr "Ścieżka do Temp" - -#: src/Module/Admin/Site.php:660 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę." - -#: src/Module/Admin/Site.php:661 -msgid "Disable picture proxy" -msgstr "Wyłącz obraz proxy" - -#: src/Module/Admin/Site.php:661 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwidth." -msgstr "Serwer proxy zwiększa wydajność i prywatność. Nie powinno być używane w systemach o bardzo niskiej przepustowości." - -#: src/Module/Admin/Site.php:662 -msgid "Only search in tags" -msgstr "Szukaj tylko w tagach" - -#: src/Module/Admin/Site.php:662 -msgid "On large systems the text search can slow down the system extremely." -msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system." - -#: src/Module/Admin/Site.php:664 -msgid "New base url" -msgstr "Nowy bazowy adres url" - -#: src/Module/Admin/Site.php:664 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników." - -#: src/Module/Admin/Site.php:666 -msgid "RINO Encryption" -msgstr "Szyfrowanie RINO" - -#: src/Module/Admin/Site.php:666 -msgid "Encryption layer between nodes." -msgstr "Warstwa szyfrowania między węzłami." - -#: src/Module/Admin/Site.php:666 -msgid "Enabled" -msgstr "Włącz" - -#: src/Module/Admin/Site.php:668 -msgid "Maximum number of parallel workers" -msgstr "Maksymalna liczba równoległych pracowników" - -#: src/Module/Admin/Site.php:668 -#, php-format -msgid "" -"On shared hosters set this to %d. On larger systems, values of %d are great." -" Default value is %d." -msgstr "Na udostępnionych usługach hostingowych ustaw tę opcję %d. W większych systemach wartości %dsą świetne . Wartość domyślna to %d." - -#: src/Module/Admin/Site.php:669 -msgid "Don't use \"proc_open\" with the worker" -msgstr "" - -#: src/Module/Admin/Site.php:669 -msgid "" -"Enable this if your system doesn't allow the use of \"proc_open\". This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "Włącz to, jeśli twój system nie zezwala na użycie „proc_open”. Może się tak zdarzyć na współdzielonych hostach. Jeśli to jest włączone, powinieneś zwiększyć częstotliwość wywołań roboczych w crontabie." - -#: src/Module/Admin/Site.php:670 -msgid "Enable fastlane" -msgstr "Włącz Fastlane" - -#: src/Module/Admin/Site.php:670 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie." - -#: src/Module/Admin/Site.php:671 -msgid "Enable frontend worker" -msgstr "Włącz pracownika frontend" - -#: src/Module/Admin/Site.php:671 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call %s/worker on a regular basis via an external cron job. You should " -"only enable this option if you cannot utilize cron/scheduled jobs on your " -"server." -msgstr "" - -#: src/Module/Admin/Site.php:673 -msgid "Subscribe to relay" -msgstr "Subskrybuj przekaźnik" - -#: src/Module/Admin/Site.php:673 -msgid "" -"Enables the receiving of public posts from the relay. They will be included " -"in the search, subscribed tags and on the global community page." -msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej." - -#: src/Module/Admin/Site.php:674 -msgid "Relay server" -msgstr "Serwer przekazujący" - -#: src/Module/Admin/Site.php:674 -msgid "" -"Address of the relay server where public posts should be send to. For " -"example https://relay.diasp.org" -msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org" - -#: src/Module/Admin/Site.php:675 -msgid "Direct relay transfer" -msgstr "Bezpośredni transfer przekaźników" - -#: src/Module/Admin/Site.php:675 -msgid "" -"Enables the direct transfer to other servers without using the relay servers" -msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących" - -#: src/Module/Admin/Site.php:676 -msgid "Relay scope" -msgstr "Zakres przekaźnika" - -#: src/Module/Admin/Site.php:676 -msgid "" -"Can be \"all\" or \"tags\". \"all\" means that every public post should be " -"received. \"tags\" means that only posts with selected tags should be " -"received." -msgstr "Mogą to być „wszystkie” lub „tagi”. „wszystkie” oznacza, że ​​każdy publiczny post powinien zostać odebrany. „Tagi” oznaczają, że powinny być odbierane tylko posty z wybranymi tagami." - -#: src/Module/Admin/Site.php:676 -msgid "all" -msgstr "wszystko" - -#: src/Module/Admin/Site.php:676 -msgid "tags" -msgstr "tagi" - -#: src/Module/Admin/Site.php:677 -msgid "Server tags" -msgstr "Serwer tagów" - -#: src/Module/Admin/Site.php:677 -msgid "Comma separated list of tags for the \"tags\" subscription." -msgstr "Rozdzielana przecinkami lista tagów dla subskrypcji „tagi”." - -#: src/Module/Admin/Site.php:678 -msgid "Allow user tags" -msgstr "Pozwól na tagi użytkowników" - -#: src/Module/Admin/Site.php:678 -msgid "" -"If enabled, the tags from the saved searches will used for the \"tags\" " -"subscription in addition to the \"relay_server_tags\"." -msgstr "Jeśli ta opcja jest włączona, tagi z zapisanych wyszukiwań będą używane jako subskrypcja „tagów” jako uzupełnienie do \"relay_server_tags\"." - -#: src/Module/Admin/Site.php:681 -msgid "Start Relocation" -msgstr "Rozpocznij przenoszenie" - -#: src/Module/Admin/Summary.php:30 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"bin/console.php dbstructure toinnodb of your Friendica installation for" -" an automatic conversion.
" -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.
" - -#: src/Module/Admin/Summary.php:38 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s" - -#: src/Module/Admin/Summary.php:47 -msgid "" -"The database update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić." - -#: src/Module/Admin/Summary.php:51 -msgid "" -"The last update failed. Please run \"php bin/console.php dbstructure " -"update\" from the command line and have a look at the errors that might " -"appear. (Some of the errors are possibly inside the logfile.)" -msgstr "Ostatnia aktualizacja nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i spójrz na błędy, które mogą się pojawić. (Niektóre błędy są prawdopodobnie w pliku dziennika)." - -#: src/Module/Admin/Summary.php:56 -msgid "The worker was never executed. Please check your database structure!" -msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!" - -#: src/Module/Admin/Summary.php:58 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab." - -#: src/Module/Admin/Summary.php:63 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -".htconfig.php. See the Config help page for " -"help with the transition." -msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś swoją konfigurację z .htconfig.php. Zobacz stronę pomocy Config, aby uzyskać pomoc dotyczącą przejścia." - -#: src/Module/Admin/Summary.php:67 -#, php-format -msgid "" -"Friendica's configuration now is stored in config/local.config.php, please " -"copy config/local-sample.config.php and move your config from " -"config/local.ini.php. See the Config help " -"page for help with the transition." -msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś konfigurację z config/local.ini.php. Zobacz stronę pomocy Config, aby uzyskać pomoc dotyczącą przejścia." - -#: src/Module/Admin/Summary.php:73 -#, php-format -msgid "" -"%s is not reachable on your system. This is a severe " -"configuration issue that prevents server to server communication. See the installation page for help." -msgstr "%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." - -#: src/Module/Admin/Summary.php:106 -#, php-format -msgid "" -"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" -" system.basepath from your db to avoid differences." -msgstr "System.basepath Friendiki został zaktualizowany z '%s' do '%s'. Usuń system.basepath z bazy danych, aby uniknąć różnic." - -#: src/Module/Admin/Summary.php:114 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is wrong and the config file '%s' " -"isn't used." -msgstr "Obecny system.basepath Friendiki '%s' jest nieprawidłowy i plik konfiguracyjny '%s' nie jest używany." - -#: src/Module/Admin/Summary.php:122 -#, php-format -msgid "" -"Friendica's current system.basepath '%s' is not equal to the config file " -"'%s'. Please fix your configuration." -msgstr "Obecny system.basepath Friendiki '%s' nie jest równy plikowi konfiguracyjnemu '%s'. Napraw konfigurację." - -#: src/Module/Admin/Summary.php:129 -msgid "Normal Account" -msgstr "Konto normalne" - -#: src/Module/Admin/Summary.php:130 -msgid "Automatic Follower Account" -msgstr "Automatyczne konto obserwatora" - -#: src/Module/Admin/Summary.php:131 -msgid "Public Forum Account" -msgstr "Publiczne konto na forum" - -#: src/Module/Admin/Summary.php:132 -msgid "Automatic Friend Account" -msgstr "Automatyczny przyjaciel konta" - -#: src/Module/Admin/Summary.php:133 -msgid "Blog Account" -msgstr "Konto Bloga" - -#: src/Module/Admin/Summary.php:134 -msgid "Private Forum Account" -msgstr "Prywatne konto na forum" - -#: src/Module/Admin/Summary.php:156 -msgid "Message queues" -msgstr "Wiadomości" - -#: src/Module/Admin/Summary.php:162 -msgid "Server Settings" -msgstr "Ustawienia serwera" - -#: src/Module/Admin/Summary.php:176 -msgid "Summary" -msgstr "Podsumowanie" - -#: src/Module/Admin/Summary.php:178 -msgid "Registered users" -msgstr "Zarejestrowani użytkownicy" - -#: src/Module/Admin/Summary.php:180 -msgid "Pending registrations" -msgstr "Oczekujące rejestracje" - -#: src/Module/Admin/Summary.php:181 -msgid "Version" -msgstr "Wersja" - -#: src/Module/Admin/Summary.php:185 -msgid "Active addons" -msgstr "Aktywne dodatki" - -#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46 -msgid "Theme settings updated." -msgstr "Zaktualizowano ustawienia motywów." - -#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:47 -#, php-format -msgid "Theme %s disabled." -msgstr "Motyw %s wyłączony." - -#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:49 -#, php-format -msgid "Theme %s successfully enabled." -msgstr "Motyw %s został pomyślnie włączony." - -#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:51 -#, php-format -msgid "Theme %s failed to install." -msgstr "Nie udało się zainstalować motywu %s." - -#: src/Module/Admin/Themes/Details.php:97 -msgid "Screenshot" -msgstr "Zrzut ekranu" - -#: src/Module/Admin/Themes/Details.php:105 -#: src/Module/Admin/Themes/Index.php:94 src/Module/BaseAdminModule.php:83 -msgid "Themes" -msgstr "Wygląd" - -#: src/Module/Admin/Themes/Embed.php:67 -msgid "Unknown theme." -msgstr "Nieznany motyw." - -#: src/Module/Admin/Themes/Index.php:96 -msgid "Reload active themes" -msgstr "Przeładuj aktywne motywy" - -#: src/Module/Admin/Themes/Index.php:101 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s" - -#: src/Module/Admin/Themes/Index.php:102 -msgid "[Experimental]" -msgstr "[Eksperymentalne]" - -#: src/Module/Admin/Themes/Index.php:103 -msgid "[Unsupported]" -msgstr "[Niewspieralne]" - #: src/Module/Admin/Tos.php:30 msgid "The Terms of Service settings have been updated." msgstr "Ustawienia Warunków korzystania z usługi zostały zaktualizowane." @@ -8534,6 +4754,115 @@ 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." +#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52 +#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568 +#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65 +#: src/Module/Settings/Delegation.php:158 mod/settings.php:670 +#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954 +#: mod/settings.php:1179 +msgid "Save Settings" +msgstr "Zapisz ustawienia" + +#: src/Module/Admin/Addons/Details.php:51 +msgid "Addon not found." +msgstr "Nie znaleziono dodatku." + +#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32 +#, php-format +msgid "Addon %s disabled." +msgstr "Dodatek %s wyłączony." + +#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34 +#, php-format +msgid "Addon %s enabled." +msgstr "Dodatek %s włączony." + +#: src/Module/Admin/Addons/Details.php:76 +#: src/Module/Admin/Themes/Details.php:60 +msgid "Disable" +msgstr "Wyłącz" + +#: src/Module/Admin/Addons/Details.php:79 +#: src/Module/Admin/Themes/Details.php:63 +msgid "Enable" +msgstr "Zezwól" + +#: src/Module/Admin/Addons/Details.php:101 +#: src/Module/Admin/Themes/Details.php:106 +msgid "Toggle" +msgstr "Włącz" + +#: src/Module/Admin/Addons/Details.php:109 +#: src/Module/Admin/Themes/Details.php:115 +msgid "Author: " +msgstr "Autor: " + +#: src/Module/Admin/Addons/Details.php:110 +#: src/Module/Admin/Themes/Details.php:116 +msgid "Maintainer: " +msgstr "Opiekun: " + +#: src/Module/Admin/Addons/Index.php:36 +#, php-format +msgid "Addon %s failed to install." +msgstr "Instalacja dodatku %s nie powiodła się." + +#: src/Module/Admin/Addons/Index.php:53 +msgid "Reload active addons" +msgstr "Załaduj ponownie aktywne dodatki" + +#: src/Module/Admin/Addons/Index.php:58 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s" + +#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32 +msgid "Theme settings updated." +msgstr "Zaktualizowano ustawienia motywów." + +#: src/Module/Admin/Themes/Embed.php:67 +msgid "Unknown theme." +msgstr "Nieznany motyw." + +#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49 +#, php-format +msgid "Theme %s disabled." +msgstr "Motyw %s wyłączony." + +#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51 +#, php-format +msgid "Theme %s successfully enabled." +msgstr "Motyw %s został pomyślnie włączony." + +#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53 +#, php-format +msgid "Theme %s failed to install." +msgstr "Nie udało się zainstalować motywu %s." + +#: src/Module/Admin/Themes/Details.php:97 +msgid "Screenshot" +msgstr "Zrzut ekranu" + +#: src/Module/Admin/Themes/Index.php:98 +msgid "Reload active themes" +msgstr "Przeładuj aktywne motywy" + +#: src/Module/Admin/Themes/Index.php:103 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s" + +#: src/Module/Admin/Themes/Index.php:104 +msgid "[Experimental]" +msgstr "[Eksperymentalne]" + +#: src/Module/Admin/Themes/Index.php:105 +msgid "[Unsupported]" +msgstr "[Niewspieralne]" + #: src/Module/Admin/Users.php:48 #, php-format msgid "" @@ -8620,10 +4949,42 @@ msgstr "Użytkownik \"%s\" zablokowany" msgid "User \"%s\" unblocked" msgstr "Użytkownik \"%s\" odblokowany" +#: src/Module/Admin/Users.php:222 mod/settings.php:1054 +msgid "Normal Account Page" +msgstr "Normalna strona konta" + +#: src/Module/Admin/Users.php:223 mod/settings.php:1058 +msgid "Soapbox Page" +msgstr "Strona Soapbox" + +#: src/Module/Admin/Users.php:224 mod/settings.php:1062 +msgid "Public Forum" +msgstr "Forum publiczne" + +#: src/Module/Admin/Users.php:225 mod/settings.php:1066 +msgid "Automatic Friend Page" +msgstr "Automatyczna strona znajomego" + #: src/Module/Admin/Users.php:226 msgid "Private Forum" msgstr "Prywatne forum" +#: src/Module/Admin/Users.php:229 mod/settings.php:1038 +msgid "Personal Page" +msgstr "Strona osobista" + +#: src/Module/Admin/Users.php:230 mod/settings.php:1042 +msgid "Organisation Page" +msgstr "Strona Organizacji" + +#: src/Module/Admin/Users.php:231 mod/settings.php:1046 +msgid "News Page" +msgstr "Strona Wiadomości" + +#: src/Module/Admin/Users.php:232 mod/settings.php:1050 +msgid "Community Forum" +msgstr "Forum społecznościowe" + #: src/Module/Admin/Users.php:233 msgid "Relay" msgstr "" @@ -8720,682 +5081,1749 @@ msgstr "Pseudonim nowego użytkownika." msgid "Email address of the new user." msgstr "Adres email nowego użytkownika." -#: src/Module/AllFriends.php:55 -msgid "No friends to display." -msgstr "Brak znajomych do wyświetlenia." +#: src/Module/Admin/Site.php:49 +msgid "Can not parse base url. Must have at least ://" +msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //" -#: src/Module/Attach.php:36 src/Module/Attach.php:48 -msgid "Item was not found." -msgstr "Element nie znaleziony." +#: src/Module/Admin/Site.php:234 +msgid "Invalid storage backend setting value." +msgstr "Nieprawidłowa wartość ustawienia magazynu pamięci." -#: src/Module/BaseAdminModule.php:62 +#: src/Module/Admin/Site.php:410 +msgid "Site settings updated." +msgstr "Zaktualizowano ustawienia strony." + +#: src/Module/Admin/Site.php:433 mod/settings.php:898 +msgid "No special theme for mobile devices" +msgstr "Brak specialnego motywu dla urządzeń mobilnych" + +#: src/Module/Admin/Site.php:450 mod/settings.php:908 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s- (Eksperymentalne)" + +#: src/Module/Admin/Site.php:462 +msgid "No community page for local users" +msgstr "Brak strony społeczności dla użytkowników lokalnych" + +#: src/Module/Admin/Site.php:463 +msgid "No community page" +msgstr "Brak strony społeczności" + +#: src/Module/Admin/Site.php:464 +msgid "Public postings from users of this site" +msgstr "Publikacje publiczne od użytkowników tej strony" + +#: src/Module/Admin/Site.php:465 +msgid "Public postings from the federated network" +msgstr "Publikacje wpisy ze sfederowanej sieci" + +#: src/Module/Admin/Site.php:466 +msgid "Public postings from local users and the federated network" +msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej" + +#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665 +#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97 +#: src/Module/Contact.php:546 +msgid "Disabled" +msgstr "Wyłączony" + +#: src/Module/Admin/Site.php:472 +msgid "Users, Global Contacts" +msgstr "Użytkownicy, kontakty globalne" + +#: src/Module/Admin/Site.php:473 +msgid "Users, Global Contacts/fallback" +msgstr "Użytkownicy, kontakty globalne/awaryjne" + +#: src/Module/Admin/Site.php:477 +msgid "One month" +msgstr "Miesiąc" + +#: src/Module/Admin/Site.php:478 +msgid "Three months" +msgstr "Trzy miesiące" + +#: src/Module/Admin/Site.php:479 +msgid "Half a year" +msgstr "Pół roku" + +#: src/Module/Admin/Site.php:480 +msgid "One year" +msgstr "Rok" + +#: src/Module/Admin/Site.php:486 +msgid "Multi user instance" +msgstr "Tryb wielu użytkowników" + +#: src/Module/Admin/Site.php:508 +msgid "Closed" +msgstr "Zamknięte" + +#: src/Module/Admin/Site.php:509 +msgid "Requires approval" +msgstr "Wymaga zatwierdzenia" + +#: src/Module/Admin/Site.php:510 +msgid "Open" +msgstr "Otwarta" + +#: src/Module/Admin/Site.php:520 +msgid "Don't check" +msgstr "Nie sprawdzaj" + +#: src/Module/Admin/Site.php:521 +msgid "check the stable version" +msgstr "sprawdź wersję stabilną" + +#: src/Module/Admin/Site.php:522 +msgid "check the development version" +msgstr "sprawdź wersję rozwojową" + +#: src/Module/Admin/Site.php:542 +msgid "Database (legacy)" +msgstr "Baza danych (legacy)" + +#: src/Module/Admin/Site.php:569 +msgid "Republish users to directory" +msgstr "Ponownie opublikuj użytkowników w katalogu" + +#: src/Module/Admin/Site.php:570 src/Module/Register.php:115 +msgid "Registration" +msgstr "Rejestracja" + +#: src/Module/Admin/Site.php:571 +msgid "File upload" +msgstr "Przesyłanie plików" + +#: src/Module/Admin/Site.php:572 +msgid "Policies" +msgstr "Zasady" + +#: src/Module/Admin/Site.php:574 +msgid "Auto Discovered Contact Directory" +msgstr "Katalog kontaktów automatycznie odkrytych" + +#: src/Module/Admin/Site.php:575 +msgid "Performance" +msgstr "Ustawienia" + +#: src/Module/Admin/Site.php:576 +msgid "Worker" +msgstr "Pracownik" + +#: src/Module/Admin/Site.php:577 +msgid "Message Relay" +msgstr "Przekazywanie wiadomości" + +#: src/Module/Admin/Site.php:578 +msgid "Relocate Instance" +msgstr "Zmień lokalizację" + +#: src/Module/Admin/Site.php:579 +msgid "Warning! Advanced function. Could make this server unreachable." +msgstr "Ostrzeżenie! Zaawansowana funkcja. Może spowodować, że serwer będzie nieosiągalny." + +#: src/Module/Admin/Site.php:583 +msgid "Site name" +msgstr "Nazwa strony" + +#: src/Module/Admin/Site.php:584 +msgid "Sender Email" +msgstr "E-mail nadawcy" + +#: src/Module/Admin/Site.php:584 msgid "" -"Submanaged account can't access the administation pages. Please log back in " -"as the master account." -msgstr "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne." +"The email address your server shall use to send notification emails from." +msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami." -#: src/Module/BaseAdminModule.php:76 -msgid "Overview" -msgstr "Przegląd" +#: src/Module/Admin/Site.php:585 +msgid "Banner/Logo" +msgstr "Logo" -#: src/Module/BaseAdminModule.php:79 -msgid "Configuration" -msgstr "Konfiguracja" +#: src/Module/Admin/Site.php:586 +msgid "Shortcut icon" +msgstr "Ikona skrótu" -#: src/Module/BaseAdminModule.php:87 -msgid "Database" -msgstr "Baza danych" +#: src/Module/Admin/Site.php:586 +msgid "Link to an icon that will be used for browsers." +msgstr "Link do ikony, która będzie używana w przeglądarkach." -#: src/Module/BaseAdminModule.php:88 -msgid "DB updates" -msgstr "Aktualizacje DB" +#: src/Module/Admin/Site.php:587 +msgid "Touch icon" +msgstr "Dołącz ikonę" -#: src/Module/BaseAdminModule.php:89 -msgid "Inspect Deferred Workers" -msgstr "Sprawdź Odroczonych Pracowników" +#: src/Module/Admin/Site.php:587 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych." -#: src/Module/BaseAdminModule.php:90 -msgid "Inspect worker Queue" -msgstr "Sprawdź kolejkę pracowników" +#: src/Module/Admin/Site.php:588 +msgid "Additional Info" +msgstr "Dodatkowe informacje" -#: src/Module/BaseAdminModule.php:92 -msgid "Tools" -msgstr "Narzędzia" +#: src/Module/Admin/Site.php:588 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers." -#: src/Module/BaseAdminModule.php:93 -msgid "Contact Blocklist" -msgstr "Lista zablokowanych kontaktów" +#: src/Module/Admin/Site.php:589 +msgid "System language" +msgstr "Język systemu" -#: src/Module/BaseAdminModule.php:94 -msgid "Server Blocklist" -msgstr "Lista zablokowanych serwerów" +#: src/Module/Admin/Site.php:590 +msgid "System theme" +msgstr "Motyw systemowy" -#: src/Module/BaseAdminModule.php:101 -msgid "Diagnostics" -msgstr "Diagnostyka" +#: src/Module/Admin/Site.php:590 +msgid "" +"Default system theme - may be over-ridden by user profiles - Change default theme settings" +msgstr "Domyślny motyw systemu - może być nadpisywany przez profile użytkowników - Zmień domyślne ustawienia motywu" -#: src/Module/BaseAdminModule.php:102 -msgid "PHP Info" -msgstr "Informacje o PHP" +#: src/Module/Admin/Site.php:591 +msgid "Mobile system theme" +msgstr "Motyw systemu mobilnego" -#: src/Module/BaseAdminModule.php:103 -msgid "probe address" -msgstr "adres sondy" +#: src/Module/Admin/Site.php:591 +msgid "Theme for mobile devices" +msgstr "Motyw na urządzenia mobilne" -#: src/Module/BaseAdminModule.php:104 -msgid "check webfinger" -msgstr "sprawdź webfinger" +#: src/Module/Admin/Site.php:593 +msgid "Force SSL" +msgstr "Wymuś SSL" -#: src/Module/BaseAdminModule.php:105 -msgid "Item Source" +#: src/Module/Admin/Site.php:593 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli." + +#: src/Module/Admin/Site.php:594 +msgid "Hide help entry from navigation menu" +msgstr "Ukryj pomoc w menu nawigacyjnym" + +#: src/Module/Admin/Site.php:594 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help." + +#: src/Module/Admin/Site.php:595 +msgid "Single user instance" +msgstr "Tryb pojedynczego użytkownika" + +#: src/Module/Admin/Site.php:595 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika" + +#: src/Module/Admin/Site.php:597 +msgid "File storage backend" +msgstr "Backend przechowywania plików" + +#: src/Module/Admin/Site.php:597 +msgid "" +"The backend used to store uploaded data. If you change the storage backend, " +"you can manually move the existing files. If you do not do so, the files " +"uploaded before the change will still be available at the old backend. " +"Please see the settings documentation" +" for more information about the choices and the moving procedure." msgstr "" -#: src/Module/BaseAdminModule.php:106 -msgid "Babel" +#: src/Module/Admin/Site.php:599 +msgid "Maximum image size" +msgstr "Maksymalny rozmiar zdjęcia" + +#: src/Module/Admin/Site.php:599 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ." + +#: src/Module/Admin/Site.php:600 +msgid "Maximum image length" +msgstr "Maksymalna długość obrazu" + +#: src/Module/Admin/Site.php:600 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maksymalna długość w pikselach dłuższego boku przesyłanego obrazu. Wartością domyślną jest -1, co oznacza brak ograniczeń." + +#: src/Module/Admin/Site.php:601 +msgid "JPEG image quality" +msgstr "Jakość obrazu JPEG" + +#: src/Module/Admin/Site.php:601 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Przesłane pliki JPEG zostaną zapisane w tym ustawieniu jakości [0-100]. Domyślna wartość to 100, która jest pełną jakością." + +#: src/Module/Admin/Site.php:603 +msgid "Register policy" +msgstr "Zasady rejestracji" + +#: src/Module/Admin/Site.php:604 +msgid "Maximum Daily Registrations" +msgstr "Maksymalna dzienna rejestracja" + +#: src/Module/Admin/Site.php:604 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu." + +#: src/Module/Admin/Site.php:605 +msgid "Register text" +msgstr "Zarejestruj tekst" + +#: src/Module/Admin/Site.php:605 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj." + +#: src/Module/Admin/Site.php:606 +msgid "Forbidden Nicknames" +msgstr "Zakazane pseudonimy" + +#: src/Module/Admin/Site.php:606 +msgid "" +"Comma separated list of nicknames that are forbidden from registration. " +"Preset is a list of role names according RFC 2142." +msgstr "Lista oddzielonych przecinkami pseudonimów, których nie wolno rejestrować. Preset to lista nazw ról zgodnie z RFC 2142." + +#: src/Module/Admin/Site.php:607 +msgid "Accounts abandoned after x days" +msgstr "Konta porzucone po x dni" + +#: src/Module/Admin/Site.php:607 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ." + +#: src/Module/Admin/Site.php:608 +msgid "Allowed friend domains" +msgstr "Dozwolone domeny przyjaciół" + +#: src/Module/Admin/Site.php:608 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Rozdzielana przecinkami lista domen, które mogą nawiązywać przyjaźnie z tą witryną. Symbole wieloznaczne są akceptowane. Pozostaw puste by zezwolić każdej domenie na zaprzyjaźnienie." + +#: src/Module/Admin/Site.php:609 +msgid "Allowed email domains" +msgstr "Dozwolone domeny e-mailowe" + +#: src/Module/Admin/Site.php:609 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny" + +#: src/Module/Admin/Site.php:610 +msgid "No OEmbed rich content" +msgstr "Brak treści multimedialnych ze znaczkiem HTML" + +#: src/Module/Admin/Site.php:610 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej." + +#: src/Module/Admin/Site.php:611 +msgid "Allowed OEmbed domains" +msgstr "Dozwolone domeny OEmbed" + +#: src/Module/Admin/Site.php:611 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane." + +#: src/Module/Admin/Site.php:612 +msgid "Block public" +msgstr "Blokuj publicznie" + +#: src/Module/Admin/Site.php:612 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany." + +#: src/Module/Admin/Site.php:613 +msgid "Force publish" +msgstr "Wymuś publikację" + +#: src/Module/Admin/Site.php:613 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny." + +#: src/Module/Admin/Site.php:613 +msgid "Enabling this may violate privacy laws like the GDPR" +msgstr "Włączenie tego może naruszyć prawa ochrony prywatności, takie jak GDPR" + +#: src/Module/Admin/Site.php:614 +msgid "Global directory URL" +msgstr "Globalny adres URL katalogu" + +#: src/Module/Admin/Site.php:614 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji." + +#: src/Module/Admin/Site.php:615 +msgid "Private posts by default for new users" +msgstr "Prywatne posty domyślnie dla nowych użytkowników" + +#: src/Module/Admin/Site.php:615 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną." + +#: src/Module/Admin/Site.php:616 +msgid "Don't include post content in email notifications" +msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie" + +#: src/Module/Admin/Site.php:616 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony." + +#: src/Module/Admin/Site.php:617 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji." + +#: src/Module/Admin/Site.php:617 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków." + +#: src/Module/Admin/Site.php:618 +msgid "Don't embed private images in posts" +msgstr "Nie umieszczaj prywatnych zdjęć w postach" + +#: src/Module/Admin/Site.php:618 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać." + +#: src/Module/Admin/Site.php:619 +msgid "Explicit Content" +msgstr "Treści dla dorosłych" + +#: src/Module/Admin/Site.php:619 +msgid "" +"Set this to announce that your node is used mostly for explicit content that" +" might not be suited for minors. This information will be published in the " +"node information and might be used, e.g. by the global directory, to filter " +"your node from listings of nodes to join. Additionally a note about this " +"will be shown at the user registration page." +msgstr "Ustaw to, aby ogłosić, że Twój węzeł jest używany głównie do jawnej treści, która może nie być odpowiednia dla nieletnich. Informacje te zostaną opublikowane w informacjach o węźle i mogą zostać wykorzystane, np. w katalogu globalnym, aby filtrować węzeł z list węzłów do przyłączenia. Dodatkowo notatka o tym zostanie pokazana na stronie rejestracji użytkownika." + +#: src/Module/Admin/Site.php:620 +msgid "Allow Users to set remote_self" +msgstr "Zezwól użytkownikom na ustawienie remote_self" + +#: src/Module/Admin/Site.php:620 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników." + +#: src/Module/Admin/Site.php:621 +msgid "Block multiple registrations" +msgstr "Zablokuj wielokrotną rejestrację" + +#: src/Module/Admin/Site.php:621 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. " + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID" +msgstr "Wyłącz OpenID" + +#: src/Module/Admin/Site.php:622 +msgid "Disable OpenID support for registration and logins." +msgstr "Wyłącz obsługę OpenID dla rejestracji i logowania." + +#: src/Module/Admin/Site.php:623 +msgid "No Fullname check" +msgstr "Bez sprawdzania pełnej nazwy" + +#: src/Module/Admin/Site.php:623 +msgid "" +"Allow users to register without a space between the first name and the last " +"name in their full name." +msgstr "Zezwól użytkownikom na rejestrację bez spacji między imieniem i nazwiskiem w ich pełnym imieniu." + +#: src/Module/Admin/Site.php:624 +msgid "Community pages for visitors" +msgstr "Strony społecznościowe dla odwiedzających" + +#: src/Module/Admin/Site.php:624 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony." + +#: src/Module/Admin/Site.php:625 +msgid "Posts per user on community page" +msgstr "Lista postów użytkownika na stronie społeczności" + +#: src/Module/Admin/Site.php:625 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"\"Global Community\")" +msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy „Globalnej społeczności”)" + +#: src/Module/Admin/Site.php:626 +msgid "Disable OStatus support" +msgstr "Wyłącz obsługę OStatus" + +#: src/Module/Admin/Site.php:626 +msgid "" +"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Wyłącz wbudowaną kompatybilność z OStatus (StatusNet, GNU Social itd.). Wszystkie rozmowy w OStatus są publiczne, więc czasem będą pojawiać się ostrzeżenia o prywatności." + +#: src/Module/Admin/Site.php:627 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie." + +#: src/Module/Admin/Site.php:629 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu." + +#: src/Module/Admin/Site.php:630 +msgid "Enable Diaspora support" +msgstr "Włączyć obsługę Diaspory" + +#: src/Module/Admin/Site.php:630 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora." + +#: src/Module/Admin/Site.php:631 +msgid "Only allow Friendica contacts" +msgstr "Dopuść tylko kontakty Friendrica" + +#: src/Module/Admin/Site.php:631 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone." + +#: src/Module/Admin/Site.php:632 +msgid "Verify SSL" +msgstr "Weryfikacja SSL" + +#: src/Module/Admin/Site.php:632 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL." + +#: src/Module/Admin/Site.php:633 +msgid "Proxy user" +msgstr "Użytkownik proxy" + +#: src/Module/Admin/Site.php:634 +msgid "Proxy URL" +msgstr "URL Proxy" + +#: src/Module/Admin/Site.php:635 +msgid "Network timeout" +msgstr "Network timeout" + +#: src/Module/Admin/Site.php:635 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)." + +#: src/Module/Admin/Site.php:636 +msgid "Maximum Load Average" +msgstr "Maksymalne obciążenie średnie" + +#: src/Module/Admin/Site.php:636 +#, php-format +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default %d." +msgstr "Maksymalne obciążenie systemu przed dostarczeniem i procesami odpytywania jest odroczone - domyślnie %d." + +#: src/Module/Admin/Site.php:637 +msgid "Maximum Load Average (Frontend)" +msgstr "Maksymalne obciążenie średnie (Frontend)" + +#: src/Module/Admin/Site.php:637 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50." + +#: src/Module/Admin/Site.php:638 +msgid "Minimal Memory" +msgstr "Minimalna pamięć" + +#: src/Module/Admin/Site.php:638 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)." + +#: src/Module/Admin/Site.php:639 +msgid "Maximum table size for optimization" +msgstr "Maksymalny rozmiar stołu do optymalizacji" + +#: src/Module/Admin/Site.php:639 +msgid "" +"Maximum table size (in MB) for the automatic optimization. Enter -1 to " +"disable it." +msgstr "Maksymalny rozmiar tablicy (w MB) do automatycznej optymalizacji. Wprowadź -1, aby go wyłączyć." + +#: src/Module/Admin/Site.php:640 +msgid "Minimum level of fragmentation" +msgstr "Minimalny poziom fragmentacji" + +#: src/Module/Admin/Site.php:640 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%." + +#: src/Module/Admin/Site.php:642 +msgid "Periodical check of global contacts" +msgstr "Okresowa kontrola kontaktów globalnych" + +#: src/Module/Admin/Site.php:642 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów." + +#: src/Module/Admin/Site.php:643 +msgid "Days between requery" +msgstr "Dni między żądaniem" + +#: src/Module/Admin/Site.php:643 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów." + +#: src/Module/Admin/Site.php:644 +msgid "Discover contacts from other servers" +msgstr "Odkryj kontakty z innych serwerów" + +#: src/Module/Admin/Site.php:644 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"\"Users\": the users on the remote system, \"Global Contacts\": active " +"contacts that are known on the system. The fallback is meant for Redmatrix " +"servers and older friendica servers, where global contacts weren't " +"available. The fallback increases the server load, so the recommended " +"setting is \"Users, Global Contacts\"." +msgstr "Okresowo sprawdzaj kontakty z innymi serwerami. Możesz wybrać „Użytkownicy”: użytkownicy systemu zdalnego, „Kontakty globalne”: aktywne kontakty znane w systemie. Rozwiązanie awaryjne jest przeznaczone dla serwerów Redmatrix i starszych serwerów friendica, gdzie globalne kontakty nie były dostępne. Powrót awaryjny zwiększa obciążenie serwera, więc zalecane ustawienie to „Użytkownicy, kontakty globalne”." + +#: src/Module/Admin/Site.php:645 +msgid "Timeframe for fetching global contacts" +msgstr "Czas pobierania globalnych kontaktów" + +#: src/Module/Admin/Site.php:645 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów." + +#: src/Module/Admin/Site.php:646 +msgid "Search the local directory" +msgstr "Wyszukaj w lokalnym katalogu" + +#: src/Module/Admin/Site.php:646 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane." + +#: src/Module/Admin/Site.php:648 +msgid "Publish server information" +msgstr "Publikuj informacje o serwerze" + +#: src/Module/Admin/Site.php:648 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "Jeśli ta opcja jest włączona, ogólne dane dotyczące serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów i aktywowane protokoły i złącza. Szczegółowe informacje można znaleźć na the-federation.info." + +#: src/Module/Admin/Site.php:650 +msgid "Check upstream version" +msgstr "Sprawdź wersję powyżej" + +#: src/Module/Admin/Site.php:650 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym." + +#: src/Module/Admin/Site.php:651 +msgid "Suppress Tags" +msgstr "Ukryj tagi" + +#: src/Module/Admin/Site.php:651 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu." + +#: src/Module/Admin/Site.php:652 +msgid "Clean database" +msgstr "Wyczyść bazę danych" + +#: src/Module/Admin/Site.php:652 +msgid "" +"Remove old remote items, orphaned database records and old content from some" +" other helper tables." +msgstr "Usuń stare zdalne pozycje, osierocone rekordy bazy danych i starą zawartość z innych tabel pomocników." + +#: src/Module/Admin/Site.php:653 +msgid "Lifespan of remote items" +msgstr "Żywotność odległych przedmiotów" + +#: src/Module/Admin/Site.php:653 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"remote items will be deleted. Own items, and marked or filed items are " +"always kept. 0 disables this behaviour." +msgstr "Po włączeniu czyszczenia bazy danych określa dni, po których zdalne elementy zostaną usunięte. Własne przedmioty oraz oznaczone lub wypełnione pozycje są zawsze przechowywane. 0 wyłącza to zachowanie." + +#: src/Module/Admin/Site.php:654 +msgid "Lifespan of unclaimed items" +msgstr "Żywotność nieodebranych przedmiotów" + +#: src/Module/Admin/Site.php:654 +msgid "" +"When the database cleanup is enabled, this defines the days after which " +"unclaimed remote items (mostly content from the relay) will be deleted. " +"Default value is 90 days. Defaults to the general lifespan value of remote " +"items if set to 0." +msgstr "Po włączeniu czyszczenia bazy danych określa się dni, po których usunięte zostaną nieodebrane zdalne elementy (głównie zawartość z przekaźnika). Wartość domyślna to 90 dni. Wartość domyślna dla ogólnej długości życia zdalnych pozycji, jeśli jest ustawiona na 0." + +#: src/Module/Admin/Site.php:655 +msgid "Lifespan of raw conversation data" +msgstr "Trwałość nieprzetworzonych danych konwersacji" + +#: src/Module/Admin/Site.php:655 +msgid "" +"The conversation data is used for ActivityPub and OStatus, as well as for " +"debug purposes. It should be safe to remove it after 14 days, default is 90 " +"days." +msgstr "Dane konwersacji są używane do ActivityPub i OStatus, a także do celów debugowania. Powinno być bezpieczne usunięcie go po 14 dniach, domyślnie jest to 90 dni." + +#: src/Module/Admin/Site.php:656 +msgid "Path to item cache" +msgstr "Ścieżka do pamięci podręcznej" + +#: src/Module/Admin/Site.php:656 +msgid "The item caches buffers generated bbcode and external images." +msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne." + +#: src/Module/Admin/Site.php:657 +msgid "Cache duration in seconds" +msgstr "Czas trwania w sekundach" + +#: src/Module/Admin/Site.php:657 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1." + +#: src/Module/Admin/Site.php:658 +msgid "Maximum numbers of comments per post" +msgstr "Maksymalna liczba komentarzy na post" + +#: src/Module/Admin/Site.php:658 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100." + +#: src/Module/Admin/Site.php:659 +msgid "Temp path" +msgstr "Ścieżka do Temp" + +#: src/Module/Admin/Site.php:659 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę." + +#: src/Module/Admin/Site.php:660 +msgid "Disable picture proxy" +msgstr "Wyłącz obraz proxy" + +#: src/Module/Admin/Site.php:660 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwidth." +msgstr "Serwer proxy zwiększa wydajność i prywatność. Nie powinno być używane w systemach o bardzo niskiej przepustowości." + +#: src/Module/Admin/Site.php:661 +msgid "Only search in tags" +msgstr "Szukaj tylko w tagach" + +#: src/Module/Admin/Site.php:661 +msgid "On large systems the text search can slow down the system extremely." +msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system." + +#: src/Module/Admin/Site.php:663 +msgid "New base url" +msgstr "Nowy bazowy adres url" + +#: src/Module/Admin/Site.php:663 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników." + +#: src/Module/Admin/Site.php:665 +msgid "RINO Encryption" +msgstr "Szyfrowanie RINO" + +#: src/Module/Admin/Site.php:665 +msgid "Encryption layer between nodes." +msgstr "Warstwa szyfrowania między węzłami." + +#: src/Module/Admin/Site.php:665 +msgid "Enabled" +msgstr "Włącz" + +#: src/Module/Admin/Site.php:667 +msgid "Maximum number of parallel workers" +msgstr "Maksymalna liczba równoległych pracowników" + +#: src/Module/Admin/Site.php:667 +#, php-format +msgid "" +"On shared hosters set this to %d. On larger systems, values of %d are great." +" Default value is %d." +msgstr "Na udostępnionych usługach hostingowych ustaw tę opcję %d. W większych systemach wartości %dsą świetne . Wartość domyślna to %d." + +#: src/Module/Admin/Site.php:668 +msgid "Don't use \"proc_open\" with the worker" msgstr "" -#: src/Module/BaseAdminModule.php:115 -msgid "Addon Features" -msgstr "Funkcje dodatkowe" +#: src/Module/Admin/Site.php:668 +msgid "" +"Enable this if your system doesn't allow the use of \"proc_open\". This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "Włącz to, jeśli twój system nie zezwala na użycie „proc_open”. Może się tak zdarzyć na współdzielonych hostach. Jeśli to jest włączone, powinieneś zwiększyć częstotliwość wywołań roboczych w crontabie." -#: src/Module/BaseAdminModule.php:116 -msgid "User registrations waiting for confirmation" -msgstr "Rejestracje użytkowników czekające na potwierdzenie" +#: src/Module/Admin/Site.php:669 +msgid "Enable fastlane" +msgstr "Włącz Fastlane" -#: src/Module/BaseSearchModule.php:52 +#: src/Module/Admin/Site.php:669 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie." + +#: src/Module/Admin/Site.php:670 +msgid "Enable frontend worker" +msgstr "Włącz pracownika frontend" + +#: src/Module/Admin/Site.php:670 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed (e.g. messages being delivered). On smaller sites you might want " +"to call %s/worker on a regular basis via an external cron job. You should " +"only enable this option if you cannot utilize cron/scheduled jobs on your " +"server." +msgstr "" + +#: src/Module/Admin/Site.php:672 +msgid "Subscribe to relay" +msgstr "Subskrybuj przekaźnik" + +#: src/Module/Admin/Site.php:672 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej." + +#: src/Module/Admin/Site.php:673 +msgid "Relay server" +msgstr "Serwer przekazujący" + +#: src/Module/Admin/Site.php:673 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org" + +#: src/Module/Admin/Site.php:674 +msgid "Direct relay transfer" +msgstr "Bezpośredni transfer przekaźników" + +#: src/Module/Admin/Site.php:674 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących" + +#: src/Module/Admin/Site.php:675 +msgid "Relay scope" +msgstr "Zakres przekaźnika" + +#: src/Module/Admin/Site.php:675 +msgid "" +"Can be \"all\" or \"tags\". \"all\" means that every public post should be " +"received. \"tags\" means that only posts with selected tags should be " +"received." +msgstr "Mogą to być „wszystkie” lub „tagi”. „wszystkie” oznacza, że ​​każdy publiczny post powinien zostać odebrany. „Tagi” oznaczają, że powinny być odbierane tylko posty z wybranymi tagami." + +#: src/Module/Admin/Site.php:675 +msgid "all" +msgstr "wszystko" + +#: src/Module/Admin/Site.php:675 +msgid "tags" +msgstr "tagi" + +#: src/Module/Admin/Site.php:676 +msgid "Server tags" +msgstr "Serwer tagów" + +#: src/Module/Admin/Site.php:676 +msgid "Comma separated list of tags for the \"tags\" subscription." +msgstr "Rozdzielana przecinkami lista tagów dla subskrypcji „tagi”." + +#: src/Module/Admin/Site.php:677 +msgid "Allow user tags" +msgstr "Pozwól na tagi użytkowników" + +#: src/Module/Admin/Site.php:677 +msgid "" +"If enabled, the tags from the saved searches will used for the \"tags\" " +"subscription in addition to the \"relay_server_tags\"." +msgstr "Jeśli ta opcja jest włączona, tagi z zapisanych wyszukiwań będą używane jako subskrypcja „tagów” jako uzupełnienie do \"relay_server_tags\"." + +#: src/Module/Admin/Site.php:680 +msgid "Start Relocation" +msgstr "Rozpocznij przenoszenie" + +#: src/Module/Admin/Federation.php:76 +msgid "unknown" +msgstr "nieznany" + +#: src/Module/Admin/Federation.php:181 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł." + +#: src/Module/Admin/Federation.php:182 +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." + +#: src/Module/Admin/Federation.php:194 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "Off" +msgstr "Wyłącz" + +#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59 +#: mod/settings.php:768 +msgid "On" +msgstr "Włącz" + +#: src/Module/Admin/Features.php:59 +#, php-format +msgid "Lock feature %s" +msgstr "Funkcja blokady %s" + +#: src/Module/Admin/Features.php:67 +msgid "Manage Additional Features" +msgstr "Zarządzanie dodatkowymi funkcjami" + +#: src/Module/Admin/Queue.php:34 +msgid "Inspect Deferred Worker Queue" +msgstr "Sprawdź kolejkę odroczonych pracowników" + +#: src/Module/Admin/Queue.php:35 +msgid "" +"This page lists the deferred worker jobs. This are jobs that couldn't be " +"executed at the first time." +msgstr "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy." + +#: src/Module/Admin/Queue.php:38 +msgid "Inspect Worker Queue" +msgstr "Sprawdź Kolejkę Pracowników" + +#: src/Module/Admin/Queue.php:39 +msgid "" +"This page lists the currently queued worker jobs. These jobs are handled by " +"the worker cronjob you've set up during install." +msgstr "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji." + +#: src/Module/Admin/Queue.php:59 +msgid "ID" +msgstr "ID" + +#: src/Module/Admin/Queue.php:60 +msgid "Job Parameters" +msgstr "Parametry zadania" + +#: src/Module/Admin/Queue.php:61 +msgid "Created" +msgstr "Utwórz" + +#: src/Module/Admin/Queue.php:62 +msgid "Priority" +msgstr "Priorytet" + +#: src/Module/Admin/Item/Delete.php:35 +msgid "Item marked for deletion." +msgstr "Przedmiot oznaczony do usunięcia." + +#: src/Module/Admin/Item/Delete.php:48 +msgid "Delete this Item" +msgstr "Usuń ten przedmiot" + +#: src/Module/Admin/Item/Delete.php:49 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty." + +#: src/Module/Admin/Item/Delete.php:50 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456." + +#: src/Module/Admin/Item/Delete.php:51 +msgid "GUID" +msgstr "GUID" + +#: src/Module/Admin/Item/Delete.php:51 +msgid "The GUID of the item you want to delete." +msgstr "Identyfikator elementu GUID, który chcesz usunąć." + +#: src/Module/Admin/Item/Source.php:47 +msgid "Item Guid" +msgstr "Element Guid" + +#: src/Module/Admin/Logs/Settings.php:27 +#, php-format +msgid "The logfile '%s' is not writable. No logging possible" +msgstr "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania" + +#: src/Module/Admin/Logs/Settings.php:36 +msgid "Log settings updated." +msgstr "Zaktualizowano ustawienia logów." + +#: src/Module/Admin/Logs/Settings.php:55 +msgid "PHP log currently enabled." +msgstr "Dziennik PHP jest obecnie włączony." + +#: src/Module/Admin/Logs/Settings.php:57 +msgid "PHP log currently disabled." +msgstr "Dziennik PHP jest obecnie wyłączony." + +#: src/Module/Admin/Logs/Settings.php:66 +msgid "Clear" +msgstr "Wyczyść" + +#: src/Module/Admin/Logs/Settings.php:70 +msgid "Enable Debugging" +msgstr "Włącz debugowanie" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "Log file" +msgstr "Plik logów" + +#: src/Module/Admin/Logs/Settings.php:71 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica." + +#: src/Module/Admin/Logs/Settings.php:72 +msgid "Log level" +msgstr "Poziom logów" + +#: src/Module/Admin/Logs/Settings.php:74 +msgid "PHP logging" +msgstr "Logowanie w PHP" + +#: src/Module/Admin/Logs/Settings.php:75 +msgid "" +"To temporarily enable logging of PHP errors and warnings you can prepend the" +" following to the index.php file of your installation. The filename set in " +"the 'error_log' line is relative to the friendica top-level directory and " +"must be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć." + +#: src/Module/Admin/Logs/View.php:22 +#, php-format +msgid "" +"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ć." + +#: src/Module/Admin/Logs/View.php:26 +#, 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." + +#: src/Module/Admin/Summary.php:32 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" +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.
" + +#: src/Module/Admin/Summary.php:40 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s" + +#: src/Module/Admin/Summary.php:49 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić." + +#: src/Module/Admin/Summary.php:53 +msgid "" +"The last update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear. (Some of the errors are possibly inside the logfile.)" +msgstr "Ostatnia aktualizacja nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i spójrz na błędy, które mogą się pojawić. (Niektóre błędy są prawdopodobnie w pliku dziennika)." + +#: src/Module/Admin/Summary.php:58 +msgid "The worker was never executed. Please check your database structure!" +msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!" + +#: src/Module/Admin/Summary.php:60 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab." + +#: src/Module/Admin/Summary.php:65 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +".htconfig.php. See the Config help page for " +"help with the transition." +msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś swoją konfigurację z .htconfig.php. Zobacz stronę pomocy Config, aby uzyskać pomoc dotyczącą przejścia." + +#: src/Module/Admin/Summary.php:69 +#, php-format +msgid "" +"Friendica's configuration now is stored in config/local.config.php, please " +"copy config/local-sample.config.php and move your config from " +"config/local.ini.php. See the Config help " +"page for help with the transition." +msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś konfigurację z config/local.ini.php. Zobacz stronę pomocy Config, aby uzyskać pomoc dotyczącą przejścia." + +#: src/Module/Admin/Summary.php:75 +#, php-format +msgid "" +"%s is not reachable on your system. This is a severe " +"configuration issue that prevents server to server communication. See the installation page for help." +msgstr "%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." + +#: src/Module/Admin/Summary.php:94 +#, php-format +msgid "The logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Module/Admin/Summary.php:109 +#, php-format +msgid "" +"The debug logfile '%s' is not usable. No logging possible (error: '%s')" +msgstr "" + +#: src/Module/Admin/Summary.php:125 +#, php-format +msgid "" +"Friendica's system.basepath was updated from '%s' to '%s'. Please remove the" +" system.basepath from your db to avoid differences." +msgstr "System.basepath Friendiki został zaktualizowany z '%s' do '%s'. Usuń system.basepath z bazy danych, aby uniknąć różnic." + +#: src/Module/Admin/Summary.php:133 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is wrong and the config file '%s' " +"isn't used." +msgstr "Obecny system.basepath Friendiki '%s' jest nieprawidłowy i plik konfiguracyjny '%s' nie jest używany." + +#: src/Module/Admin/Summary.php:141 +#, php-format +msgid "" +"Friendica's current system.basepath '%s' is not equal to the config file " +"'%s'. Please fix your configuration." +msgstr "Obecny system.basepath Friendiki '%s' nie jest równy plikowi konfiguracyjnemu '%s'. Napraw konfigurację." + +#: src/Module/Admin/Summary.php:148 +msgid "Normal Account" +msgstr "Konto normalne" + +#: src/Module/Admin/Summary.php:149 +msgid "Automatic Follower Account" +msgstr "Automatyczne konto obserwatora" + +#: src/Module/Admin/Summary.php:150 +msgid "Public Forum Account" +msgstr "Publiczne konto na forum" + +#: src/Module/Admin/Summary.php:151 +msgid "Automatic Friend Account" +msgstr "Automatyczny przyjaciel konta" + +#: src/Module/Admin/Summary.php:152 +msgid "Blog Account" +msgstr "Konto Bloga" + +#: src/Module/Admin/Summary.php:153 +msgid "Private Forum Account" +msgstr "Prywatne konto na forum" + +#: src/Module/Admin/Summary.php:173 +msgid "Message queues" +msgstr "Wiadomości" + +#: src/Module/Admin/Summary.php:179 +msgid "Server Settings" +msgstr "Ustawienia serwera" + +#: src/Module/Admin/Summary.php:193 +msgid "Summary" +msgstr "Podsumowanie" + +#: src/Module/Admin/Summary.php:195 +msgid "Registered users" +msgstr "Zarejestrowani użytkownicy" + +#: src/Module/Admin/Summary.php:197 +msgid "Pending registrations" +msgstr "Oczekujące rejestracje" + +#: src/Module/Admin/Summary.php:198 +msgid "Version" +msgstr "Wersja" + +#: src/Module/Admin/Summary.php:202 +msgid "Active addons" +msgstr "Aktywne dodatki" + +#: src/Module/Admin/DBSync.php:32 +msgid "Update has been marked successful" +msgstr "Aktualizacja została oznaczona jako udana" + +#: src/Module/Admin/DBSync.php:42 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych." + +#: src/Module/Admin/DBSync.php:46 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s" + +#: src/Module/Admin/DBSync.php:63 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s" + +#: src/Module/Admin/DBSync.php:65 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Aktualizacja %s została pomyślnie zastosowana." + +#: src/Module/Admin/DBSync.php:68 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało." + +#: src/Module/Admin/DBSync.php:71 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana." + +#: src/Module/Admin/DBSync.php:91 +msgid "No failed updates." +msgstr "Brak błędów aktualizacji." + +#: src/Module/Admin/DBSync.php:92 +msgid "Check database structure" +msgstr "Sprawdź strukturę bazy danych" + +#: src/Module/Admin/DBSync.php:97 +msgid "Failed Updates" +msgstr "Błąd aktualizacji" + +#: src/Module/Admin/DBSync.php:98 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu." + +#: src/Module/Admin/DBSync.php:99 +msgid "Mark success (if update was manually applied)" +msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)" + +#: src/Module/Admin/DBSync.php:100 +msgid "Attempt to execute this update step automatically" +msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji" + +#: src/Module/Settings/Delegation.php:37 +msgid "Delegation successfully granted." +msgstr "" + +#: src/Module/Settings/Delegation.php:39 +msgid "Parent user not found, unavailable or password doesn't match." +msgstr "Nie znaleziono użytkownika nadrzędnego, jest on niedostępny lub hasło nie pasuje." + +#: src/Module/Settings/Delegation.php:43 +msgid "Delegation successfully revoked." +msgstr "" + +#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88 +msgid "" +"Delegated administrators can view but not change delegation permissions." +msgstr "" + +#: src/Module/Settings/Delegation.php:80 +msgid "Delegate user not found." +msgstr "" + +#: src/Module/Settings/Delegation.php:137 +msgid "No parent user" +msgstr "Brak nadrzędnego użytkownika" + +#: src/Module/Settings/Delegation.php:149 +msgid "Parent Password:" +msgstr "Hasło nadrzędne:" + +#: src/Module/Settings/Delegation.php:149 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie." + +#: src/Module/Settings/Delegation.php:154 +msgid "Parent User" +msgstr "Użytkownik nadrzędny" + +#: src/Module/Settings/Delegation.php:157 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp." + +#: src/Module/Settings/Delegation.php:159 +msgid "Delegate Page Management" +msgstr "Deleguj zarządzanie stronami" + +#: src/Module/Settings/Delegation.php:160 +msgid "Delegates" +msgstr "Oddeleguj" + +#: src/Module/Settings/Delegation.php:162 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie." + +#: src/Module/Settings/Delegation.php:163 +msgid "Existing Page Delegates" +msgstr "Obecni delegaci stron" + +#: src/Module/Settings/Delegation.php:165 +msgid "Potential Delegates" +msgstr "Potencjalni delegaci" + +#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114 +msgid "Remove" +msgstr "Usuń" + +#: src/Module/Settings/Delegation.php:168 +msgid "Add" +msgstr "Dodaj" + +#: src/Module/Settings/Delegation.php:169 +msgid "No entries." +msgstr "Brak wpisów." + +#: src/Module/Settings/UserExport.php:44 +msgid "Export account" +msgstr "Eksportuj konto" + +#: src/Module/Settings/UserExport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer." + +#: src/Module/Settings/UserExport.php:45 +msgid "Export all" +msgstr "Eksportuj wszystko" + +#: src/Module/Settings/UserExport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)" + +#: src/Module/Settings/UserExport.php:46 +msgid "Export Contacts to CSV" +msgstr "Eksportuj kontakty do CSV" + +#: src/Module/Settings/UserExport.php:46 +msgid "" +"Export the list of the accounts you are following as CSV file. Compatible to" +" e.g. Mastodon." +msgstr "Wyeksportuj listę kont, które obserwujesz, jako plik CSV. Kompatybilny np. Mastodont." + +#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89 +#: mod/settings.php:133 +msgid "Export personal data" +msgstr "Eksportuj dane osobiste" + +#: src/Module/Settings/TwoFactor/Verify.php:41 +#: src/Module/Settings/TwoFactor/AppSpecific.php:36 +#: src/Module/Settings/TwoFactor/Recovery.php:34 +msgid "Please enter your password to access this page." +msgstr "Wprowadź hasło, aby uzyskać dostęp do tej strony." + +#: src/Module/Settings/TwoFactor/Verify.php:63 +msgid "Two-factor authentication successfully activated." +msgstr "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane." + +#: src/Module/Settings/TwoFactor/Verify.php:96 +#, php-format +msgid "" +"

Or you can submit the authentication settings manually:

\n" +"
\n" +"\t
Issuer
\n" +"\t
%s
\n" +"\t
Account Name
\n" +"\t
%s
\n" +"\t
Secret Key
\n" +"\t
%s
\n" +"\t
Type
\n" +"\t
Time-based
\n" +"\t
Number of digits
\n" +"\t
6
\n" +"\t
Hashing algorithm
\n" +"\t
SHA-1
\n" +"
" +msgstr "

Możesz przesłać ustawienia uwierzytelniania ręcznie:

\n
\n\t
Wystawc
\n\t
%s
\n\t
Nazwa konta
\n\t
%s
\n\t
Sekretny klucz
\n\t
%s
\n\t
Typ
\n\t
Oparte na czasie
\n\t
Liczba cyfr
\n\t
6
\n\t
Hashing algorytmu
\n\t
SHA-1
\n
" + +#: src/Module/Settings/TwoFactor/Verify.php:116 +msgid "Two-factor code verification" +msgstr "Weryfikacja kodu dwuskładnikowego" + +#: src/Module/Settings/TwoFactor/Verify.php:118 +msgid "" +"

Please scan this QR Code with your authenticator app and submit the " +"provided code.

" +msgstr "

Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.

" + +#: src/Module/Settings/TwoFactor/Verify.php:120 +#, php-format +msgid "" +"

Or you can open the following URL in your mobile devicde:

%s

" +msgstr "

Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:

%s

" + +#: src/Module/Settings/TwoFactor/Verify.php:127 +msgid "Verify code and enable two-factor authentication" +msgstr "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:54 +msgid "App-specific password generation failed: The description is empty." +msgstr "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:57 +msgid "" +"App-specific password generation failed: This description already exists." +msgstr "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:61 +msgid "New app-specific password generated." +msgstr "Nowe hasło specyficzne dla aplikacji." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:67 +msgid "App-specific passwords successfully revoked." +msgstr "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:77 +msgid "App-specific password successfully revoked." +msgstr "Hasło specyficzne dla aplikacji zostało pomyślnie odwołane." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:98 +msgid "Two-factor app-specific passwords" +msgstr "Dwuskładnikowe hasła aplikacji" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:100 +msgid "" +"

App-specific passwords are randomly generated passwords used instead your" +" regular password to authenticate your account on third-party applications " +"that don't support two-factor authentication.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:101 +msgid "" +"Make sure to copy your new app-specific password now. You won’t be able to " +"see it again!" +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:104 +msgid "Description" +msgstr "Opis" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:105 +msgid "Last Used" +msgstr "Ostatnio używane" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:106 +msgid "Revoke" +msgstr "Unieważnij" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:107 +msgid "Revoke All" +msgstr "Unieważnij wszyskie" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:110 +msgid "" +"When you generate a new app-specific password, you must use it right away, " +"it will be shown to you once after you generate it." +msgstr "" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:111 +msgid "Generate new app-specific password" +msgstr "Wygeneruj nowe hasło specyficzne dla aplikacji" + +#: src/Module/Settings/TwoFactor/AppSpecific.php:112 +msgid "Friendiqa on my Fairphone 2..." +msgstr "Friendiqa na moim Fairphone 2..." + +#: src/Module/Settings/TwoFactor/AppSpecific.php:113 +msgid "Generate" +msgstr "" + +#: src/Module/Settings/TwoFactor/Index.php:51 +msgid "Two-factor authentication successfully disabled." +msgstr "Autoryzacja dwuskładnikowa została pomyślnie wyłączona." + +#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541 +msgid "Wrong Password" +msgstr "Złe hasło" + +#: src/Module/Settings/TwoFactor/Index.php:92 +msgid "" +"

Use an application on a mobile device to get two-factor authentication " +"codes when prompted on login.

" +msgstr "

Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.

" + +#: src/Module/Settings/TwoFactor/Index.php:96 +msgid "Authenticator app" +msgstr "Aplikacja Authenticator" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Configured" +msgstr "Skonfigurowane" + +#: src/Module/Settings/TwoFactor/Index.php:97 +msgid "Not Configured" +msgstr "Nie skonfigurowane" + +#: src/Module/Settings/TwoFactor/Index.php:98 +msgid "

You haven't finished configuring your authenticator app.

" +msgstr "

Nie zakończyłeś konfigurowania aplikacji uwierzytelniającej.

" + +#: src/Module/Settings/TwoFactor/Index.php:99 +msgid "

Your authenticator app is correctly configured.

" +msgstr "

Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.

" + +#: src/Module/Settings/TwoFactor/Index.php:101 +msgid "Recovery codes" +msgstr "Kody odzyskiwania" + +#: src/Module/Settings/TwoFactor/Index.php:102 +msgid "Remaining valid codes" +msgstr "Pozostałe ważne kody" + +#: src/Module/Settings/TwoFactor/Index.php:104 +msgid "" +"

These one-use codes can replace an authenticator app code in case you " +"have lost access to it.

" +msgstr "

Te jednorazowe kody mogą zastąpić kod aplikacji uwierzytelniającej w przypadku utraty dostępu do niej.

" + +#: src/Module/Settings/TwoFactor/Index.php:106 +msgid "App-specific passwords" +msgstr "Hasła specyficzne dla aplikacji" + +#: src/Module/Settings/TwoFactor/Index.php:107 +msgid "Generated app-specific passwords" +msgstr "Wygenerowane hasła specyficzne dla aplikacji" + +#: src/Module/Settings/TwoFactor/Index.php:109 +msgid "" +"

These randomly generated passwords allow you to authenticate on apps not " +"supporting two-factor authentication.

" +msgstr "

Losowo generowane hasła umożliwiają uwierzytelnianie w aplikacjach nie obsługujących uwierzytelniania dwuskładnikowego.

" + +#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635 +msgid "Actions" +msgstr "Akcja" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "Current password:" +msgstr "Aktualne hasło:" + +#: src/Module/Settings/TwoFactor/Index.php:112 +msgid "" +"You need to provide your current password to change two-factor " +"authentication settings." +msgstr "Musisz podać swoje aktualne hasło, aby zmienić ustawienia uwierzytelniania dwuskładnikowego." + +#: src/Module/Settings/TwoFactor/Index.php:113 +msgid "Enable two-factor authentication" +msgstr "Włącz uwierzytelnianie dwuskładnikowe" + +#: src/Module/Settings/TwoFactor/Index.php:114 +msgid "Disable two-factor authentication" +msgstr "Wyłącz uwierzytelnianie dwuskładnikowe" + +#: src/Module/Settings/TwoFactor/Index.php:115 +msgid "Show recovery codes" +msgstr "Pokaż kody odzyskiwania" + +#: src/Module/Settings/TwoFactor/Index.php:116 +msgid "Manage app-specific passwords" +msgstr "Zarządzaj hasłami specyficznymi dla aplikacji" + +#: src/Module/Settings/TwoFactor/Index.php:117 +msgid "Finish app configuration" +msgstr "Zakończ konfigurację aplikacji" + +#: src/Module/Settings/TwoFactor/Recovery.php:50 +msgid "New recovery codes successfully generated." +msgstr "Wygenerowano nowe kody odzyskiwania." + +#: src/Module/Settings/TwoFactor/Recovery.php:76 +msgid "Two-factor recovery codes" +msgstr "Dwuskładnikowe kody odzyskiwania" + +#: src/Module/Settings/TwoFactor/Recovery.php:78 +msgid "" +"

Recovery codes can be used to access your account in the event you lose " +"access to your device and cannot receive two-factor authentication " +"codes.

Put these in a safe spot! If you lose your " +"device and don’t have the recovery codes you will lose access to your " +"account.

" +msgstr "" + +#: src/Module/Settings/TwoFactor/Recovery.php:80 +msgid "" +"When you generate new recovery codes, you must copy the new codes. Your old " +"codes won’t work anymore." +msgstr "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać." + +#: src/Module/Settings/TwoFactor/Recovery.php:81 +msgid "Generate new recovery codes" +msgstr "Wygeneruj nowe kody odzyskiwania" + +#: src/Module/Settings/TwoFactor/Recovery.php:83 +msgid "Next: Verification" +msgstr "Następny: Weryfikacja" + +#: src/Module/HTTPException/MethodNotAllowed.php:13 +msgid "Method Not Allowed." +msgstr "" + +#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186 +msgid "Page not found." +msgstr "Strona nie znaleziona." + +#: src/Module/BaseSearchModule.php:54 #, php-format msgid "People Search - %s" msgstr "Szukaj osób - %s" -#: src/Module/BaseSearchModule.php:62 +#: src/Module/BaseSearchModule.php:64 #, php-format msgid "Forum Search - %s" msgstr "Przeszukiwanie forum - %s" -#: src/Module/Bookmarklet.php:35 -msgid "This page is missing a url parameter." -msgstr "Na tej stronie brakuje parametru url." +#: src/Module/BaseSearchModule.php:96 mod/match.php:130 +msgid "No matches" +msgstr "Brak wyników" -#: src/Module/Bookmarklet.php:57 -msgid "The post was created" -msgstr "Post został utworzony" +#: src/Module/Apps.php:29 +msgid "No installed applications." +msgstr "Brak zainstalowanych aplikacji." -#: src/Module/Contact.php:72 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "Zedytowano %d kontakt." -msgstr[1] "Zedytowano %d kontakty." -msgstr[2] "Zedytowano %d kontaktów." -msgstr[3] "%dedytuj kontakty." +#: src/Module/Apps.php:34 +msgid "Applications" +msgstr "Aplikacje" -#: src/Module/Contact.php:99 -msgid "Could not access contact record." -msgstr "Nie można uzyskać dostępu do rejestru kontaktów." +#: src/Module/Credits.php:25 +msgid "Credits" +msgstr "Zaufany" -#: src/Module/Contact.php:109 -msgid "Could not locate selected profile." -msgstr "Nie można znaleźć wybranego profilu." - -#: src/Module/Contact.php:141 -msgid "Contact updated." -msgstr "Zaktualizowano kontakt." - -#: src/Module/Contact.php:393 -msgid "Contact not found" -msgstr "Nie znaleziono kontaktu" - -#: src/Module/Contact.php:412 -msgid "Contact has been blocked" -msgstr "Kontakt został zablokowany" - -#: src/Module/Contact.php:412 -msgid "Contact has been unblocked" -msgstr "Kontakt został odblokowany" - -#: src/Module/Contact.php:422 -msgid "Contact has been ignored" -msgstr "Kontakt jest ignorowany" - -#: src/Module/Contact.php:422 -msgid "Contact has been unignored" -msgstr "Kontakt nie jest ignorowany" - -#: src/Module/Contact.php:432 -msgid "Contact has been archived" -msgstr "Kontakt został zarchiwizowany" - -#: src/Module/Contact.php:432 -msgid "Contact has been unarchived" -msgstr "Kontakt został przywrócony" - -#: src/Module/Contact.php:456 -msgid "Drop contact" -msgstr "Usuń kontakt" - -#: src/Module/Contact.php:459 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:473 -msgid "Contact has been removed." -msgstr "Kontakt został usunięty." - -#: src/Module/Contact.php:503 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Jesteś już znajomym z %s" - -#: src/Module/Contact.php:508 -#, php-format -msgid "You are sharing with %s" -msgstr "Współdzielisz z %s" - -#: src/Module/Contact.php:513 -#, php-format -msgid "%s is sharing with you" -msgstr "%s współdzieli z tobą" - -#: src/Module/Contact.php:537 -msgid "Private communications are not available for this contact." -msgstr "Nie można nawiązać prywatnej rozmowy z tym kontaktem." - -#: src/Module/Contact.php:539 -msgid "Never" -msgstr "Nigdy" - -#: src/Module/Contact.php:542 -msgid "(Update was successful)" -msgstr "(Aktualizacja przebiegła pomyślnie)" - -#: src/Module/Contact.php:542 -msgid "(Update was not successful)" -msgstr "(Aktualizacja nie powiodła się)" - -#: src/Module/Contact.php:544 src/Module/Contact.php:1057 -msgid "Suggest friends" -msgstr "Osoby, które możesz znać" - -#: src/Module/Contact.php:548 -#, php-format -msgid "Network type: %s" -msgstr "Typ sieci: %s" - -#: src/Module/Contact.php:553 -msgid "Communications lost with this contact!" -msgstr "Utracono komunikację z tym kontaktem!" - -#: src/Module/Contact.php:559 -msgid "Fetch further information for feeds" -msgstr "Pobierz dalsze informacje dla kanałów" - -#: src/Module/Contact.php:561 +#: src/Module/Credits.php:26 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:564 -msgid "Fetch information" -msgstr "Pobierz informacje" - -#: src/Module/Contact.php:565 -msgid "Fetch keywords" -msgstr "Pobierz słowa kluczowe" - -#: src/Module/Contact.php:566 -msgid "Fetch information and keywords" -msgstr "Pobierz informacje i słowa kluczowe" - -#: src/Module/Contact.php:585 -msgid "Profile Visibility" -msgstr "Widoczność profilu" - -#: src/Module/Contact.php:586 -msgid "Contact Information / Notes" -msgstr "Informacje kontaktowe/Notatki" - -#: src/Module/Contact.php:587 -msgid "Contact Settings" -msgstr "Ustawienia kontaktów" - -#: src/Module/Contact.php:596 -msgid "Contact" -msgstr "Kontakt" - -#: src/Module/Contact.php:600 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s" - -#: src/Module/Contact.php:602 -msgid "Their personal note" -msgstr "Ich osobista uwaga" - -#: src/Module/Contact.php:604 -msgid "Edit contact notes" -msgstr "Edytuj notatki kontaktu" - -#: src/Module/Contact.php:607 src/Module/Contact.php:1023 -#: src/Module/Profile/Contacts.php:93 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Obejrzyj %s's profil [%s]" - -#: src/Module/Contact.php:608 -msgid "Block/Unblock contact" -msgstr "Zablokuj/odblokuj kontakt" - -#: src/Module/Contact.php:609 -msgid "Ignore contact" -msgstr "Ignoruj kontakt" - -#: src/Module/Contact.php:610 -msgid "Repair URL settings" -msgstr "Napraw ustawienia adresów URL" - -#: src/Module/Contact.php:611 -msgid "View conversations" -msgstr "Wyświetl rozmowy" - -#: src/Module/Contact.php:616 -msgid "Last update:" -msgstr "Ostatnia aktualizacja:" - -#: src/Module/Contact.php:618 -msgid "Update public posts" -msgstr "Zaktualizuj publiczne posty" - -#: src/Module/Contact.php:620 src/Module/Contact.php:1067 -msgid "Update now" -msgstr "Aktualizuj teraz" - -#: src/Module/Contact.php:624 src/Module/Contact.php:828 -#: src/Module/Contact.php:1084 -msgid "Unignore" -msgstr "Odblokuj" - -#: src/Module/Contact.php:628 -msgid "Currently blocked" -msgstr "Obecnie zablokowany" - -#: src/Module/Contact.php:629 -msgid "Currently ignored" -msgstr "Obecnie zignorowany" - -#: src/Module/Contact.php:630 -msgid "Currently archived" -msgstr "Obecnie zarchiwizowany" - -#: src/Module/Contact.php:631 -msgid "Awaiting connection acknowledge" -msgstr "Oczekiwanie na potwierdzenie połączenia" - -#: 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:633 -msgid "Notification for new posts" -msgstr "Powiadomienie o nowych postach" - -#: 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:635 -msgid "Blacklisted keywords" -msgstr "Słowa kluczowe na czarnej liście" - -#: src/Module/Contact.php:635 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "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:652 src/Module/Settings/TwoFactor/Index.php:111 -msgid "Actions" -msgstr "Akcja" - -#: src/Module/Contact.php:697 -msgid "Show all contacts" -msgstr "Pokaż wszystkie kontakty" - -#: src/Module/Contact.php:702 src/Module/Contact.php:804 -msgid "Blocked" -msgstr "Zablokowane" - -#: src/Module/Contact.php:705 -msgid "Only show blocked contacts" -msgstr "Pokaż tylko zablokowane kontakty" - -#: src/Module/Contact.php:710 src/Module/Contact.php:806 -msgid "Ignored" -msgstr "Ignorowane" - -#: src/Module/Contact.php:713 -msgid "Only show ignored contacts" -msgstr "Pokaż tylko ignorowane kontakty" - -#: src/Module/Contact.php:718 src/Module/Contact.php:807 -msgid "Archived" -msgstr "Zarchiwizowane" - -#: src/Module/Contact.php:721 -msgid "Only show archived contacts" -msgstr "Pokaż tylko zarchiwizowane kontakty" - -#: src/Module/Contact.php:726 src/Module/Contact.php:805 -msgid "Hidden" -msgstr "Ukryte" - -#: src/Module/Contact.php:729 -msgid "Only show hidden contacts" -msgstr "Pokaż tylko ukryte kontakty" - -#: src/Module/Contact.php:737 -msgid "Organize your contact groups" -msgstr "Uporządkuj swoje grupy kontaktów" - -#: src/Module/Contact.php:818 -msgid "Search your contacts" -msgstr "Wyszukaj w kontaktach" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1093 -msgid "Archive" -msgstr "Archiwum" - -#: src/Module/Contact.php:829 src/Module/Contact.php:1093 -msgid "Unarchive" -msgstr "Przywróć z archiwum" - -#: src/Module/Contact.php:832 -msgid "Batch Actions" -msgstr "Akcje wsadowe" - -#: src/Module/Contact.php:859 -msgid "Conversations started by this contact" -msgstr "Rozmowy rozpoczęły się od tego kontaktu" - -#: src/Module/Contact.php:864 -msgid "Posts and Comments" -msgstr "Posty i komentarze" - -#: src/Module/Contact.php:887 -msgid "View all contacts" -msgstr "Zobacz wszystkie kontakty" - -#: src/Module/Contact.php:898 -msgid "View all common friends" -msgstr "Zobacz wszystkich popularnych znajomych" - -#: src/Module/Contact.php:908 -msgid "Advanced Contact Settings" -msgstr "Zaawansowane ustawienia kontaktów" - -#: src/Module/Contact.php:990 -msgid "Mutual Friendship" -msgstr "Wzajemna przyjaźń" - -#: src/Module/Contact.php:995 -msgid "is a fan of yours" -msgstr "jest twoim fanem" - -#: src/Module/Contact.php:1000 -msgid "you are a fan of" -msgstr "jesteś fanem" - -#: src/Module/Contact.php:1024 -msgid "Edit contact" -msgstr "Edytuj kontakt" - -#: src/Module/Contact.php:1078 -msgid "Toggle Blocked status" -msgstr "Przełącz status na Zablokowany" - -#: src/Module/Contact.php:1086 -msgid "Toggle Ignored status" -msgstr "Przełącz status na Ignorowany" - -#: src/Module/Contact.php:1095 -msgid "Toggle Archive status" -msgstr "Przełącz status na Archiwalny" - -#: src/Module/Contact.php:1103 -msgid "Delete contact" -msgstr "Usuń kontakt" - -#: src/Module/Debug/Babel.php:32 -msgid "Source input" -msgstr "Źródło wejściowe" - -#: src/Module/Debug/Babel.php:38 -msgid "BBCode::toPlaintext" -msgstr "BBCode::na prosty tekst" - -#: src/Module/Debug/Babel.php:44 -msgid "BBCode::convert (raw HTML)" -msgstr "BBCode:: konwersjia (raw HTML)" - -#: src/Module/Debug/Babel.php:49 -msgid "BBCode::convert" -msgstr "BBCode::przekształć" - -#: src/Module/Debug/Babel.php:55 -msgid "BBCode::convert => HTML::toBBCode" -msgstr "BBCode::przekształć => HTML::toBBCode" - -#: src/Module/Debug/Babel.php:61 -msgid "BBCode::toMarkdown" -msgstr "BBCode::toMarkdown" - -#: src/Module/Debug/Babel.php:67 -msgid "BBCode::toMarkdown => Markdown::convert" -msgstr "BBCode::toMarkdown => Markdown::przekształć" - -#: src/Module/Debug/Babel.php:73 -msgid "BBCode::toMarkdown => Markdown::toBBCode" -msgstr "BBCode::toMarkdown => Markdown::toBBCode" - -#: src/Module/Debug/Babel.php:79 -msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" -msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode" - -#: src/Module/Debug/Babel.php:90 -msgid "Item Body" -msgstr "" - -#: src/Module/Debug/Babel.php:94 -msgid "Item Tags" -msgstr "" - -#: src/Module/Debug/Babel.php:101 -msgid "Source input (Diaspora format)" -msgstr "Źródło wejściowe (format Diaspora)" - -#: src/Module/Debug/Babel.php:107 -msgid "Markdown::convert (raw HTML)" -msgstr "Markdown::convert (raw HTML)" - -#: src/Module/Debug/Babel.php:112 -msgid "Markdown::convert" -msgstr "Markdown::convert" - -#: src/Module/Debug/Babel.php:118 -msgid "Markdown::toBBCode" -msgstr "Markdown::toBBCode" - -#: src/Module/Debug/Babel.php:125 -msgid "Raw HTML input" -msgstr "Surowe wejście HTML" - -#: src/Module/Debug/Babel.php:130 -msgid "HTML Input" -msgstr "Wejście HTML" - -#: src/Module/Debug/Babel.php:136 -msgid "HTML::toBBCode" -msgstr "HTML::toBBCode" - -#: src/Module/Debug/Babel.php:142 -msgid "HTML::toBBCode => BBCode::convert" -msgstr "HTML::toBBCode => BBCode::convert" - -#: src/Module/Debug/Babel.php:147 -msgid "HTML::toBBCode => BBCode::convert (raw HTML)" -msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" - -#: src/Module/Debug/Babel.php:153 -msgid "HTML::toBBCode => BBCode::toPlaintext" -msgstr "" - -#: src/Module/Debug/Babel.php:159 -msgid "HTML::toMarkdown" -msgstr "HTML::toMarkdown" - -#: src/Module/Debug/Babel.php:165 -msgid "HTML::toPlaintext" -msgstr "HTML::toPlaintext" - -#: src/Module/Debug/Babel.php:171 -msgid "HTML::toPlaintext (compact)" -msgstr "" - -#: src/Module/Debug/Babel.php:179 -msgid "Source text" -msgstr "Tekst źródłowy" - -#: src/Module/Debug/Babel.php:180 -msgid "BBCode" -msgstr "BBCode" - -#: src/Module/Debug/Babel.php:181 -msgid "Markdown" -msgstr "Markdown" - -#: src/Module/Debug/Babel.php:182 -msgid "HTML" -msgstr "HTML" - -#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 -msgid "You must be logged in to use this module" -msgstr "Musisz być zalogowany, aby korzystać z tego modułu" - -#: src/Module/Debug/Feed.php:49 -msgid "Source URL" -msgstr "Źródłowy adres URL" - -#: src/Module/Debug/Localtime.php:30 -msgid "Time Conversion" -msgstr "Zmiana czasu" - -#: src/Module/Debug/Localtime.php:31 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych." - -#: src/Module/Debug/Localtime.php:32 -#, php-format -msgid "UTC time: %s" -msgstr "Czas UTC %s" - -#: src/Module/Debug/Localtime.php:35 -#, php-format -msgid "Current timezone: %s" -msgstr "Obecna strefa czasowa: %s" - -#: src/Module/Debug/Localtime.php:39 -#, php-format -msgid "Converted localtime: %s" -msgstr "Zmień strefę czasową: %s" - -#: src/Module/Debug/Localtime.php:43 -msgid "Please select your timezone:" -msgstr "Wybierz swoją strefę czasową:" - -#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie." - -#: src/Module/Debug/Probe.php:35 -msgid "Lookup address" -msgstr "Wyszukaj adres" - -#: src/Module/Directory.php:61 -msgid "No entries (some entries may be hidden)." -msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)." - -#: src/Module/Directory.php:80 -msgid "Find on this site" -msgstr "Znajdź na tej stronie" - -#: src/Module/Directory.php:82 -msgid "Results for:" -msgstr "Wyniki dla:" - -#: src/Module/Directory.php:84 -msgid "Site Directory" -msgstr "Katalog Witryny" - -#: src/Module/Filer/SaveTag.php:39 -#, php-format -msgid "Filetag %s saved to item" -msgstr "" - -#: src/Module/Filer/SaveTag.php:48 -msgid "- select -" -msgstr "- wybierz -" - -#: src/Module/FollowConfirm.php:37 -msgid "No given contact." -msgstr "Brak kontaktu." - -#: src/Module/Friendica.php:40 -msgid "Installed addons/apps:" -msgstr "Zainstalowane dodatki/aplikacje:" - -#: src/Module/Friendica.php:45 -msgid "No installed addons/apps" -msgstr "Brak zainstalowanych dodatków/aplikacji" - -#: src/Module/Friendica.php:50 -#, php-format -msgid "Read about the Terms of Service of this node." -msgstr "Przeczytaj o Warunkach świadczenia usług tego węzła." - -#: src/Module/Friendica.php:57 -msgid "On this server the following remote servers are blocked." -msgstr "Na tym serwerze następujące serwery zdalne są blokowane." - -#: src/Module/Friendica.php:75 -#, php-format -msgid "" -"This is Friendica, version %s that is running at the web location %s. The " -"database version is %s, the post update version is %s." -msgstr "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s." - -#: src/Module/Friendica.php:80 -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." - -#: src/Module/Friendica.php:81 -msgid "Bug reports and issues: please visit" -msgstr "Raporty o błędach i problemy: odwiedź stronę" - -#: src/Module/Friendica.php:81 -msgid "the bugtracker at github" -msgstr "śledzenie błędów na github" - -#: src/Module/Friendica.php:82 -msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" -msgstr "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!" + +#: src/Module/Logout.php:41 +msgid "Logged out." +msgstr "Wylogowano." #: src/Module/Group.php:42 msgid "Group created." @@ -9417,6 +6845,12 @@ msgstr "Zmieniono nazwę grupy." msgid "Unknown group." msgstr "Nieznana grupa." +#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32 +#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126 +#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137 +msgid "Contact not found." +msgstr "Nie znaleziono kontaktu." + #: src/Module/Group.php:96 msgid "Contact is unavailable." msgstr "Kontakt jest niedostępny." @@ -9485,870 +6919,194 @@ msgstr "Edytuj nazwę grupy" msgid "Members" msgstr "Członkowie" +#: src/Module/Group.php:288 mod/network.php:616 +msgid "Group is empty" +msgstr "Grupa jest pusta" + #: src/Module/Group.php:301 msgid "Remove contact from group" msgstr "Usuń kontakt z grupy" +#: src/Module/Group.php:321 mod/profperm.php:119 +msgid "Click on a contact to add or remove." +msgstr "Kliknij na kontakt w celu dodania lub usunięcia." + #: src/Module/Group.php:335 msgid "Add contact to group" msgstr "Dodaj kontakt do grupy" -#: src/Module/Help.php:43 -msgid "Help:" -msgstr "Pomoc:" +#: src/Module/FollowConfirm.php:37 +msgid "No given contact." +msgstr "Brak kontaktu." -#: src/Module/Home.php:42 +#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie." + +#: src/Module/Debug/Localtime.php:30 +msgid "Time Conversion" +msgstr "Zmiana czasu" + +#: src/Module/Debug/Localtime.php:31 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych." + +#: src/Module/Debug/Localtime.php:32 +#, php-format +msgid "UTC time: %s" +msgstr "Czas UTC %s" + +#: src/Module/Debug/Localtime.php:35 +#, php-format +msgid "Current timezone: %s" +msgstr "Obecna strefa czasowa: %s" + +#: src/Module/Debug/Localtime.php:39 +#, php-format +msgid "Converted localtime: %s" +msgstr "Zmień strefę czasową: %s" + +#: src/Module/Debug/Localtime.php:43 +msgid "Please select your timezone:" +msgstr "Wybierz swoją strefę czasową:" + +#: src/Module/Debug/Babel.php:32 +msgid "Source input" +msgstr "Źródło wejściowe" + +#: src/Module/Debug/Babel.php:38 +msgid "BBCode::toPlaintext" +msgstr "BBCode::na prosty tekst" + +#: src/Module/Debug/Babel.php:44 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode:: konwersjia (raw HTML)" + +#: src/Module/Debug/Babel.php:49 +msgid "BBCode::convert" +msgstr "BBCode::przekształć" + +#: src/Module/Debug/Babel.php:55 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::przekształć => HTML::toBBCode" + +#: src/Module/Debug/Babel.php:61 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: src/Module/Debug/Babel.php:67 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::przekształć" + +#: src/Module/Debug/Babel.php:73 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: src/Module/Debug/Babel.php:79 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode" + +#: src/Module/Debug/Babel.php:90 +msgid "Item Body" +msgstr "Element Body" + +#: src/Module/Debug/Babel.php:94 +msgid "Item Tags" +msgstr "Element Tagów" + +#: src/Module/Debug/Babel.php:101 +msgid "Source input (Diaspora format)" +msgstr "Źródło wejściowe (format Diaspora)" + +#: src/Module/Debug/Babel.php:107 +msgid "Markdown::convert (raw HTML)" +msgstr "Markdown::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:112 +msgid "Markdown::convert" +msgstr "Markdown::convert" + +#: src/Module/Debug/Babel.php:118 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: src/Module/Debug/Babel.php:125 +msgid "Raw HTML input" +msgstr "Surowe wejście HTML" + +#: src/Module/Debug/Babel.php:130 +msgid "HTML Input" +msgstr "Wejście HTML" + +#: src/Module/Debug/Babel.php:136 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: src/Module/Debug/Babel.php:142 +msgid "HTML::toBBCode => BBCode::convert" +msgstr "HTML::toBBCode => BBCode::convert" + +#: src/Module/Debug/Babel.php:147 +msgid "HTML::toBBCode => BBCode::convert (raw HTML)" +msgstr "HTML::toBBCode => BBCode::convert (raw HTML)" + +#: src/Module/Debug/Babel.php:153 +msgid "HTML::toBBCode => BBCode::toPlaintext" +msgstr "" + +#: src/Module/Debug/Babel.php:159 +msgid "HTML::toMarkdown" +msgstr "HTML::toMarkdown" + +#: src/Module/Debug/Babel.php:165 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: src/Module/Debug/Babel.php:171 +msgid "HTML::toPlaintext (compact)" +msgstr "" + +#: src/Module/Debug/Babel.php:179 +msgid "Source text" +msgstr "Tekst źródłowy" + +#: src/Module/Debug/Babel.php:180 +msgid "BBCode" +msgstr "BBCode" + +#: src/Module/Debug/Babel.php:181 +msgid "Markdown" +msgstr "Markdown" + +#: src/Module/Debug/Babel.php:182 +msgid "HTML" +msgstr "HTML" + +#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25 +#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31 +#: mod/cal.php:35 mod/follow.php:20 +msgid "Access denied." +msgstr "Brak dostępu." + +#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20 +msgid "You must be logged in to use this module" +msgstr "Musisz być zalogowany, aby korzystać z tego modułu" + +#: src/Module/Debug/Feed.php:49 +msgid "Source URL" +msgstr "Źródłowy adres URL" + +#: src/Module/Debug/Probe.php:35 +msgid "Lookup address" +msgstr "Wyszukaj adres" + +#: src/Module/Home.php:34 #, php-format msgid "Welcome to %s" msgstr "Witamy w %s" -#: src/Module/Install.php:160 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Instalator" - -#: src/Module/Install.php:171 -msgid "System check" -msgstr "Sprawdzanie systemu" - -#: src/Module/Install.php:176 -msgid "Check again" -msgstr "Sprawdź ponownie" - -#: src/Module/Install.php:191 -msgid "Base settings" -msgstr "Ustawienia bazy" - -#: src/Module/Install.php:198 -msgid "Host name" -msgstr "Nazwa hosta" - -#: src/Module/Install.php:200 -msgid "" -"Overwrite this field in case the determinated hostname isn't right, " -"otherweise leave it as is." -msgstr "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian." - -#: src/Module/Install.php:203 -msgid "Base path to installation" -msgstr "Podstawowa ścieżka do instalacji" - -#: src/Module/Install.php:205 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "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." - -#: src/Module/Install.php:208 -msgid "Sub path of the URL" -msgstr "" - -#: src/Module/Install.php:210 -msgid "" -"Overwrite this field in case the sub path determination isn't right, " -"otherwise leave it as is. Leaving this field blank means the installation is" -" at the base URL without sub path." -msgstr "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki." - -#: src/Module/Install.php:221 -msgid "Database connection" -msgstr "Połączenie z bazą danych" - -#: src/Module/Install.php:222 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych." - -#: src/Module/Install.php:223 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ." - -#: src/Module/Install.php:224 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją." - -#: src/Module/Install.php:231 -msgid "Database Server Name" -msgstr "Nazwa serwera bazy danych" - -#: src/Module/Install.php:236 -msgid "Database Login Name" -msgstr "Nazwa użytkownika bazy danych" - -#: src/Module/Install.php:242 -msgid "Database Login Password" -msgstr "Hasło logowania do bazy danych" - -#: src/Module/Install.php:244 -msgid "For security reasons the password must not be empty" -msgstr "Ze względów bezpieczeństwa hasło nie może być puste" - -#: src/Module/Install.php:247 -msgid "Database Name" -msgstr "Nazwa bazy danych" - -#: src/Module/Install.php:251 src/Module/Install.php:280 -msgid "Please select a default timezone for your website" -msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony" - -#: src/Module/Install.php:265 -msgid "Site settings" -msgstr "Ustawienia strony" - -#: src/Module/Install.php:275 -msgid "Site administrator email address" -msgstr "Adres e-mail administratora strony" - -#: src/Module/Install.php:277 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego." - -#: src/Module/Install.php:284 -msgid "System Language:" -msgstr "Język systemu:" - -#: src/Module/Install.php:286 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile." - -#: src/Module/Install.php:298 -msgid "Your Friendica site database has been installed." -msgstr "Twoja baza danych witryny Friendica została zainstalowana." - -#: src/Module/Install.php:306 -msgid "Installation finished" -msgstr "Instalacja zakończona" - -#: src/Module/Install.php:328 -msgid "

What next

" -msgstr "

Co dalej

" - -#: src/Module/Install.php:329 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika." - -#: src/Module/Install.php:332 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny." - -#: src/Module/Invite.php:37 -msgid "Total invitation limit exceeded." -msgstr "Przekroczono limit zaproszeń ogółem." - -#: src/Module/Invite.php:60 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Nieprawidłowy adres e-mail." - -#: src/Module/Invite.php:87 -msgid "Please join us on Friendica" -msgstr "Dołącz do nas na Friendica" - -#: src/Module/Invite.php:96 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny." - -#: src/Module/Invite.php:100 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Nie udało się dostarczyć wiadomości." - -#: src/Module/Invite.php:104 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d wiadomość wysłana." -msgstr[1] "%d wiadomości wysłane." -msgstr[2] "%d wysłano ." -msgstr[3] "%d wiadomość wysłano." - -#: src/Module/Invite.php:122 -msgid "You have no more invitations available" -msgstr "Nie masz już dostępnych zaproszeń" - -#: src/Module/Invite.php:129 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych." - -#: src/Module/Invite.php:131 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica." - -#: src/Module/Invite.php:132 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć." - -#: src/Module/Invite.php:136 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków." - -#: src/Module/Invite.php:139 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi." - -#: src/Module/Invite.php:138 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s." - -#: src/Module/Invite.php:146 -msgid "Send invitations" -msgstr "Wyślij zaproszenie" - -#: src/Module/Invite.php:147 -msgid "Enter email addresses, one per line:" -msgstr "Wprowadź adresy e-mail, po jednym w wierszu:" - -#: src/Module/Invite.php:151 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową." - -#: src/Module/Invite.php:153 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Musisz podać ten kod zaproszenia: $invite_code" - -#: src/Module/Invite.php:153 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:" - -#: src/Module/Invite.php:155 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca" - -#: src/Module/Item/Compose.php:30 -msgid "Please enter a post body." -msgstr "Wpisz treść postu." - -#: src/Module/Item/Compose.php:43 -msgid "This feature is only available with the frio theme." -msgstr "Ta funkcja jest dostępna tylko z motywem Frio." - -#: src/Module/Item/Compose.php:63 -msgid "Compose new personal note" -msgstr "Utwórz nową notatkę osobistą" - -#: src/Module/Item/Compose.php:70 -msgid "Compose new post" -msgstr "Utwórz nowy post" - -#: src/Module/Item/Compose.php:190 -msgid "Clear the location" -msgstr "Wyczyść lokalizację" - -#: src/Module/Item/Compose.php:191 -msgid "Location services are unavailable on your device" -msgstr "Usługi lokalizacyjne są niedostępne na twoim urządzeniu" - -#: src/Module/Item/Compose.php:192 -msgid "" -"Location services are disabled. Please check the website's permissions on " -"your device" -msgstr "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu" - -#: src/Module/Item/Compose.php:196 -msgid "Public" -msgstr "Publiczny" - -#: src/Module/Item/Compose.php:197 -msgid "" -"This post will be sent to all your followers and can be seen in the " -"community pages and by anyone with its link." -msgstr "Ten post zostanie wysłany do wszystkich obserwujących i będzie widoczny na stronach społeczności oraz przez każdego z jego linkiem." - -#: src/Module/Item/Compose.php:198 -msgid "Limited/Private" -msgstr "Ograniczony/Prywatny" - -#: src/Module/Item/Compose.php:199 -msgid "" -"This post will be sent only to the people in the first box, to the exception" -" of the people mentioned in the second box. It won't appear anywhere public." -msgstr "Ten post zostanie wysłany tylko do osób w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie." - -#: src/Module/Login.php:286 -msgid "Create a New Account" -msgstr "Załóż nowe konto" - -#: src/Module/Login.php:319 -msgid "Password: " -msgstr "Hasło: " - -#: src/Module/Login.php:320 -msgid "Remember me" -msgstr "Zapamiętaj mnie" - -#: src/Module/Login.php:323 -msgid "Or login using OpenID: " -msgstr "Lub zaloguj się za pośrednictwem OpenID: " - -#: src/Module/Login.php:329 -msgid "Forgot your password?" -msgstr "Zapomniałeś swojego hasła?" - -#: src/Module/Login.php:332 -msgid "Website Terms of Service" -msgstr "Warunki korzystania z witryny" - -#: src/Module/Login.php:333 -msgid "terms of service" -msgstr "warunki użytkowania" - -#: src/Module/Login.php:335 -msgid "Website Privacy Policy" -msgstr "Polityka Prywatności Witryny" - -#: src/Module/Login.php:336 -msgid "privacy policy" -msgstr "polityka prywatności" - -#: src/Module/Logout.php:38 -msgid "Logged out." -msgstr "Wylogowano." - -#: src/Module/Maintenance.php:29 -msgid "System down for maintenance" -msgstr "System wyłączony w celu konserwacji" - -#: src/Module/PageNotFound.php:13 -msgid "Page not found." -msgstr "Strona nie znaleziona." - -#: src/Module/Photo.php:87 -#, php-format -msgid "Invalid photo with id %s." -msgstr "Nieprawidłowe zdjęcie z identyfikatorem %s." - -#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36 -msgid "User not found." -msgstr "Użytkownik nie znaleziony." - -#: src/Module/Profile/Contacts.php:78 -msgid "No contacts." -msgstr "Brak kontaktów." - -#: src/Module/Profile/Contacts.php:112 -#, php-format -msgid "Follower (%s)" -msgid_plural "Followers (%s)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Module/Profile/Contacts.php:113 -#, php-format -msgid "Following (%s)" -msgid_plural "Following (%s)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Module/Profile/Contacts.php:114 -#, php-format -msgid "Mutual friend (%s)" -msgid_plural "Mutual friends (%s)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Module/Profile/Contacts.php:116 -#, php-format -msgid "Contact (%s)" -msgid_plural "Contacts (%s)" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: src/Module/Profile/Contacts.php:125 -msgid "All contacts" -msgstr "Wszystkie kontakty" - -#: src/Module/Register.php:83 -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\"." - -#: src/Module/Register.php:84 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów." - -#: src/Module/Register.php:85 -msgid "Your OpenID (optional): " -msgstr "Twój OpenID (opcjonalnie): " - -#: src/Module/Register.php:94 -msgid "Include your profile in member directory?" -msgstr "Czy dołączyć twój profil do katalogu członków?" - -#: src/Module/Register.php:117 -msgid "Note for the admin" -msgstr "Uwaga dla administratora" - -#: src/Module/Register.php:117 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła" - -#: src/Module/Register.php:118 -msgid "Membership on this site is by invitation only." -msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu." - -#: src/Module/Register.php:119 -msgid "Your invitation code: " -msgstr "Twój kod zaproszenia: " - -#: src/Module/Register.php:127 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): " - -#: src/Module/Register.php:128 -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)." - -#: src/Module/Register.php:130 -msgid "Leave empty for an auto generated password." -msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła." - -#: src/Module/Register.php:132 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be \"nickname@%s\"." -msgstr "Wybierz pseudonim profilu. Musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie to \"nickname@%s\"." - -#: src/Module/Register.php:133 -msgid "Choose a nickname: " -msgstr "Wybierz pseudonim: " - -#: src/Module/Register.php:142 -msgid "Import your profile to this friendica instance" -msgstr "Zaimportuj swój profil do tej instancji friendica" - -#: src/Module/Register.php:149 -msgid "Note: This node explicitly contains adult content" -msgstr "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych" - -#: src/Module/Register.php:242 -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." - -#: src/Module/Register.php:246 -#, 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." - -#: src/Module/Register.php:253 -msgid "Registration successful." -msgstr "Rejestracja udana." - -#: src/Module/Register.php:258 -msgid "Your registration can not be processed." -msgstr "Nie można przetworzyć Twojej rejestracji." - -#: src/Module/Register.php:304 -msgid "Your registration is pending approval by the site owner." -msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:36 -#: src/Module/Settings/TwoFactor/Recovery.php:34 -#: src/Module/Settings/TwoFactor/Verify.php:41 -msgid "Please enter your password to access this page." -msgstr "Wprowadź hasło, aby uzyskać dostęp do tej strony." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:54 -msgid "App-specific password generation failed: The description is empty." -msgstr "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:57 -msgid "" -"App-specific password generation failed: This description already exists." -msgstr "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:61 -msgid "New app-specific password generated." -msgstr "Nowe hasło specyficzne dla aplikacji." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:67 -msgid "App-specific passwords successfully revoked." -msgstr "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:77 -msgid "App-specific password successfully revoked." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:98 -msgid "Two-factor app-specific passwords" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:100 -msgid "" -"

App-specific passwords are randomly generated passwords used instead your" -" regular password to authenticate your account on third-party applications " -"that don't support two-factor authentication.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:101 -msgid "" -"Make sure to copy your new app-specific password now. You won’t be able to " -"see it again!" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:104 -msgid "Description" -msgstr "Opis" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:105 -msgid "Last Used" -msgstr "Ostatnio używane" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:106 -msgid "Revoke" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:107 -msgid "Revoke All" -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:110 -msgid "" -"When you generate a new app-specific password, you must use it right away, " -"it will be shown to you once after you generate it." -msgstr "" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:111 -msgid "Generate new app-specific password" -msgstr "Wygeneruj nowe hasło specyficzne dla aplikacji" - -#: src/Module/Settings/TwoFactor/AppSpecific.php:112 -msgid "Friendiqa on my Fairphone 2..." -msgstr "Friendiqa na moim Fairphone 2..." - -#: src/Module/Settings/TwoFactor/AppSpecific.php:113 -msgid "Generate" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:51 -msgid "Two-factor authentication successfully disabled." -msgstr "Autoryzacja dwuskładnikowa została pomyślnie wyłączona." - -#: src/Module/Settings/TwoFactor/Index.php:92 -msgid "" -"

Use an application on a mobile device to get two-factor authentication " -"codes when prompted on login.

" -msgstr "

Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.

" - -#: src/Module/Settings/TwoFactor/Index.php:96 -msgid "Authenticator app" -msgstr "" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Configured" -msgstr "Skonfigurowane" - -#: src/Module/Settings/TwoFactor/Index.php:97 -msgid "Not Configured" -msgstr "Nie skonfigurowane" - -#: src/Module/Settings/TwoFactor/Index.php:98 -msgid "

You haven't finished configuring your authenticator app.

" -msgstr "

Nie zakończyłeś konfigurowania aplikacji uwierzytelniającej.

" - -#: src/Module/Settings/TwoFactor/Index.php:99 -msgid "

Your authenticator app is correctly configured.

" -msgstr "

Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.

" - -#: src/Module/Settings/TwoFactor/Index.php:101 -msgid "Recovery codes" -msgstr "Kody odzyskiwania" - -#: src/Module/Settings/TwoFactor/Index.php:102 -msgid "Remaining valid codes" -msgstr "Pozostałe ważne kody" - -#: src/Module/Settings/TwoFactor/Index.php:104 -msgid "" -"

These one-use codes can replace an authenticator app code in case you " -"have lost access to it.

" -msgstr "

Te jednorazowe kody mogą zastąpić kod aplikacji uwierzytelniającej w przypadku utraty dostępu do niej.

" - -#: src/Module/Settings/TwoFactor/Index.php:106 -msgid "App-specific passwords" -msgstr "Hasła specyficzne dla aplikacji" - -#: src/Module/Settings/TwoFactor/Index.php:107 -msgid "Generated app-specific passwords" -msgstr "Wygenerowane hasła specyficzne dla aplikacji" - -#: src/Module/Settings/TwoFactor/Index.php:109 -msgid "" -"

These randomly generated passwords allow you to authenticate on apps not " -"supporting two-factor authentication.

" -msgstr "

Losowo generowane hasła umożliwiają uwierzytelnianie w aplikacjach nie obsługujących uwierzytelniania dwuskładnikowego.

" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "Current password:" -msgstr "Aktualne hasło:" - -#: src/Module/Settings/TwoFactor/Index.php:112 -msgid "" -"You need to provide your current password to change two-factor " -"authentication settings." -msgstr "Musisz podać swoje aktualne hasło, aby zmienić ustawienia uwierzytelniania dwuskładnikowego." - -#: src/Module/Settings/TwoFactor/Index.php:113 -msgid "Enable two-factor authentication" -msgstr "Włącz uwierzytelnianie dwuskładnikowe" - -#: src/Module/Settings/TwoFactor/Index.php:114 -msgid "Disable two-factor authentication" -msgstr "Wyłącz uwierzytelnianie dwuskładnikowe" - -#: src/Module/Settings/TwoFactor/Index.php:115 -msgid "Show recovery codes" -msgstr "Pokaż kody odzyskiwania" - -#: src/Module/Settings/TwoFactor/Index.php:116 -msgid "Manage app-specific passwords" -msgstr "Zarządzaj hasłami specyficznymi dla aplikacji" - -#: src/Module/Settings/TwoFactor/Index.php:117 -msgid "Finish app configuration" -msgstr "Zakończ konfigurację aplikacji" - -#: src/Module/Settings/TwoFactor/Recovery.php:50 -msgid "New recovery codes successfully generated." -msgstr "Wygenerowano nowe kody odzyskiwania." - -#: src/Module/Settings/TwoFactor/Recovery.php:76 -msgid "Two-factor recovery codes" -msgstr "Dwuskładnikowe kody odzyskiwania" - -#: src/Module/Settings/TwoFactor/Recovery.php:78 -msgid "" -"

Recovery codes can be used to access your account in the event you lose " -"access to your device and cannot receive two-factor authentication " -"codes.

Put these in a safe spot! If you lose your " -"device and don’t have the recovery codes you will lose access to your " -"account.

" -msgstr "" - -#: src/Module/Settings/TwoFactor/Recovery.php:80 -msgid "" -"When you generate new recovery codes, you must copy the new codes. Your old " -"codes won’t work anymore." -msgstr "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać." - -#: src/Module/Settings/TwoFactor/Recovery.php:81 -msgid "Generate new recovery codes" -msgstr "Wygeneruj nowe kody odzyskiwania" - -#: src/Module/Settings/TwoFactor/Recovery.php:83 -msgid "Next: Verification" -msgstr "Następny: Weryfikacja" - -#: src/Module/Settings/TwoFactor/Verify.php:63 -msgid "Two-factor authentication successfully activated." -msgstr "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane." - -#: src/Module/Settings/TwoFactor/Verify.php:67 -#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43 -msgid "Invalid code, please retry." -msgstr "Nieprawidłowy kod, spróbuj ponownie." - -#: src/Module/Settings/TwoFactor/Verify.php:96 -#, php-format -msgid "" -"

Or you can submit the authentication settings manually:

\n" -"
\n" -"\t
Issuer
\n" -"\t
%s
\n" -"\t
Account Name
\n" -"\t
%s
\n" -"\t
Secret Key
\n" -"\t
%s
\n" -"\t
Type
\n" -"\t
Time-based
\n" -"\t
Number of digits
\n" -"\t
6
\n" -"\t
Hashing algorithm
\n" -"\t
SHA-1
\n" -"
" -msgstr "

Możesz przesłać ustawienia uwierzytelniania ręcznie:

\n
\n\t
Wystawc
\n\t
%s
\n\t
Nazwa konta
\n\t
%s
\n\t
Sekretny klucz
\n\t
%s
\n\t
Typ
\n\t
Oparte na czasie
\n\t
Liczba cyfr
\n\t
6
\n\t
Hashing algorytmu
\n\t
SHA-1
\n
" - -#: src/Module/Settings/TwoFactor/Verify.php:116 -msgid "Two-factor code verification" -msgstr "Weryfikacja kodu dwuskładnikowego" - -#: src/Module/Settings/TwoFactor/Verify.php:118 -msgid "" -"

Please scan this QR Code with your authenticator app and submit the " -"provided code.

" -msgstr "

Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.

" - -#: src/Module/Settings/TwoFactor/Verify.php:120 -#, php-format -msgid "" -"

Or you can open the following URL in your mobile devicde:

%s

" -msgstr "

Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:

%s

" - -#: src/Module/Settings/TwoFactor/Verify.php:126 -#: src/Module/TwoFactor/Verify.php:67 -msgid "Please enter a code from your authentication app" -msgstr "Wprowadź kod z aplikacji uwierzytelniającej" - -#: src/Module/Settings/TwoFactor/Verify.php:127 -msgid "Verify code and enable two-factor authentication" -msgstr "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe" - -#: src/Module/Special/HTTPException.php:32 -msgid "Bad Request" -msgstr "Nieprawidłowe żądanie" - -#: src/Module/Special/HTTPException.php:33 -msgid "Unauthorized" -msgstr "Nieautoryzowane" - -#: src/Module/Special/HTTPException.php:34 -msgid "Forbidden" -msgstr "Zabronione" - -#: src/Module/Special/HTTPException.php:35 -msgid "Not Found" -msgstr "Nie znaleziono" - -#: src/Module/Special/HTTPException.php:36 -msgid "Internal Server Error" -msgstr "Wewnętrzny błąd serwera" - -#: src/Module/Special/HTTPException.php:37 -msgid "Service Unavailable" -msgstr "Usługa Niedostępna " - -#: src/Module/Special/HTTPException.php:44 -msgid "" -"The server cannot or will not process the request due to an apparent client " -"error." -msgstr "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta." - -#: src/Module/Special/HTTPException.php:45 -msgid "" -"Authentication is required and has failed or has not yet been provided." -msgstr "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone." - -#: src/Module/Special/HTTPException.php:46 -msgid "" -"The request was valid, but the server is refusing action. The user might not" -" have the necessary permissions for a resource, or may need an account." -msgstr "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta." - -#: src/Module/Special/HTTPException.php:47 -msgid "" -"The requested resource could not be found but may be available in the " -"future." -msgstr "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości." - -#: src/Module/Special/HTTPException.php:48 -msgid "" -"An unexpected condition was encountered and no more specific message is " -"suitable." -msgstr "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat." - -#: src/Module/Special/HTTPException.php:49 -msgid "" -"The server is currently unavailable (because it is overloaded or down for " -"maintenance). Please try again later." -msgstr "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później." - -#: src/Module/Special/HTTPException.php:55 -msgid "Go back" -msgstr "Wróć" - -#: src/Module/TwoFactor/Recovery.php:41 -#, php-format -msgid "Remaining recovery codes: %d" -msgstr "Pozostałe kody odzyskiwania: %d" - -#: src/Module/TwoFactor/Recovery.php:65 -msgid "Two-factor recovery" -msgstr "Odzyskiwanie dwuczynnikowe" - -#: src/Module/TwoFactor/Recovery.php:66 -msgid "" -"

You can enter one of your one-time recovery codes in case you lost access" -" to your mobile device.

" -msgstr "

Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.

" - -#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66 -#, php-format -msgid "Don’t have your phone? Enter a two-factor recovery code" -msgstr "Nie masz telefonu? Wprowadzić dwuetapowy kod przywracania " - -#: src/Module/TwoFactor/Recovery.php:68 -msgid "Please enter a recovery code" -msgstr "Wprowadź kod odzyskiwania" - -#: src/Module/TwoFactor/Recovery.php:69 -msgid "Submit recovery code and complete login" -msgstr "Prześlij kod odzyskiwania i pełne logowanie" - -#: src/Module/TwoFactor/Verify.php:63 -msgid "" -"

Open the two-factor authentication app on your device to get an " -"authentication code and verify your identity.

" -msgstr "

Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.

" - -#: src/Module/TwoFactor/Verify.php:68 -msgid "Verify code and complete login" -msgstr "Zweryfikuj kod i zakończ logowanie" - #: src/Module/Welcome.php:25 msgid "Welcome to Friendica" msgstr "Witamy na Friendica" @@ -10399,6 +7157,10 @@ 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źć." +#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583 +msgid "Upload Profile Photo" +msgstr "Wyślij zdjęcie profilowe" + #: src/Module/Welcome.php:40 msgid "" "Upload a profile photo if you have not done so already. Studies have shown " @@ -10514,187 +7276,933 @@ msgid "" " features and resources." msgstr "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów." -#: src/Object/Post.php:138 -msgid "This entry was edited" -msgstr "Ten wpis został zedytowany" +#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37 +msgid "User not found." +msgstr "Użytkownik nie znaleziony." -#: src/Object/Post.php:158 -msgid "Private Message" -msgstr "Wiadomość prywatna" +#: src/Module/Profile/Contacts.php:78 +msgid "No contacts." +msgstr "Brak kontaktów." -#: src/Object/Post.php:200 -msgid "Delete locally" -msgstr "Usuń lokalnie" - -#: src/Object/Post.php:203 -msgid "Delete globally" -msgstr "Usuń globalnie" - -#: src/Object/Post.php:203 -msgid "Remove locally" -msgstr "Usuń lokalnie" - -#: src/Object/Post.php:217 -msgid "save to folder" -msgstr "zapisz w folderze" - -#: src/Object/Post.php:252 -msgid "I will attend" -msgstr "Będę uczestniczyć" - -#: src/Object/Post.php:252 -msgid "I will not attend" -msgstr "Nie będę uczestniczyć" - -#: src/Object/Post.php:252 -msgid "I might attend" -msgstr "Mogę wziąć udział" - -#: src/Object/Post.php:280 -msgid "ignore thread" -msgstr "zignoruj ​​wątek" - -#: src/Object/Post.php:281 -msgid "unignore thread" -msgstr "odignoruj ​​wątek" - -#: src/Object/Post.php:282 -msgid "toggle ignore status" -msgstr "przełącz status ignorowania" - -#: src/Object/Post.php:293 -msgid "add star" -msgstr "dodaj gwiazdkę" - -#: src/Object/Post.php:294 -msgid "remove star" -msgstr "anuluj gwiazdkę" - -#: src/Object/Post.php:295 -msgid "toggle star status" -msgstr "włącz status gwiazdy" - -#: src/Object/Post.php:298 -msgid "starred" -msgstr "gwiazdką" - -#: src/Object/Post.php:302 -msgid "add tag" -msgstr "dodaj tag" - -#: src/Object/Post.php:313 -msgid "like" -msgstr "lubię to" - -#: src/Object/Post.php:314 -msgid "dislike" -msgstr "nie lubię tego" - -#: src/Object/Post.php:317 -msgid "Share this" -msgstr "Udostępnij to" - -#: src/Object/Post.php:317 -msgid "share" -msgstr "udostępnij" - -#: src/Object/Post.php:385 -msgid "to" -msgstr "do" - -#: src/Object/Post.php:386 -msgid "via" -msgstr "przez" - -#: src/Object/Post.php:387 -msgid "Wall-to-Wall" -msgstr "Wall-to-Wall" - -#: src/Object/Post.php:388 -msgid "via Wall-To-Wall:" -msgstr "via Wall-To-Wall:" - -#: src/Object/Post.php:421 +#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590 +#: src/Module/Contact.php:1029 #, php-format -msgid "Reply to %s" -msgstr "Odpowiedź %s" +msgid "Visit %s's profile [%s]" +msgstr "Obejrzyj %s's profil [%s]" -#: src/Object/Post.php:436 -msgid "Notifier task is pending" -msgstr "Zadanie Notifier jest w toku" - -#: src/Object/Post.php:437 -msgid "Delivery to remote servers is pending" -msgstr "Trwa przesyłanie do serwerów zdalnych" - -#: src/Object/Post.php:438 -msgid "Delivery to remote servers is underway" -msgstr "Trwa dostawa do serwerów zdalnych" - -#: src/Object/Post.php:439 -msgid "Delivery to remote servers is mostly done" -msgstr "Dostawa do zdalnych serwerów jest w większości wykonywana" - -#: src/Object/Post.php:440 -msgid "Delivery to remote servers is done" -msgstr "Trwa dostarczanie do zdalnych serwerów" - -#: src/Object/Post.php:460 +#: src/Module/Profile/Contacts.php:112 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d komentarz" -msgstr[1] "%d komentarze" -msgstr[2] "%d komentarzy" -msgstr[3] "%d komentarzy" +msgid "Follower (%s)" +msgid_plural "Followers (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: src/Object/Post.php:461 -msgid "Show more" -msgstr "Pokaż więcej" - -#: src/Object/Post.php:462 -msgid "Show fewer" -msgstr "Pokaż mniej" - -#: src/LegacyModule.php:30 +#: src/Module/Profile/Contacts.php:113 #, php-format -msgid "Legacy module file not found: %s" -msgstr "Nie znaleziono pliku modułu: %s" +msgid "Following (%s)" +msgid_plural "Following (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: src/App.php:505 -msgid "Delete this item?" -msgstr "Usunąć ten element?" +#: src/Module/Profile/Contacts.php:114 +#, php-format +msgid "Mutual friend (%s)" +msgid_plural "Mutual friends (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: src/App.php:547 -msgid "toggle mobile" -msgstr "przełącz na mobilny" +#: src/Module/Profile/Contacts.php:116 +#, php-format +msgid "Contact (%s)" +msgid_plural "Contacts (%s)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: src/App.php:863 -msgid "No system theme config value set." -msgstr "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego." +#: src/Module/Profile/Contacts.php:125 +msgid "All contacts" +msgstr "Wszystkie kontakty" -#: src/App.php:1151 -msgid "You must be logged in to use addons. " -msgstr "Musisz być zalogowany(-a), aby korzystać z dodatków. " +#: src/Module/Filer/SaveTag.php:39 +#, php-format +msgid "Filetag %s saved to item" +msgstr "" -#: src/BaseModule.php:135 +#: src/Module/Filer/SaveTag.php:48 +msgid "- select -" +msgstr "- wybierz -" + +#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43 +#: mod/network.php:649 +msgid "Invalid contact." +msgstr "Nieprawidłowy kontakt." + +#: src/Module/AllFriends.php:55 +msgid "No friends to display." +msgstr "Brak znajomych do wyświetlenia." + +#: src/Module/Contact.php:72 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "Zedytowano %d kontakt." +msgstr[1] "Zedytowano %d kontakty." +msgstr[2] "Zedytowano %d kontaktów." +msgstr[3] "%dedytuj kontakty." + +#: src/Module/Contact.php:99 +msgid "Could not access contact record." +msgstr "Nie można uzyskać dostępu do rejestru kontaktów." + +#: src/Module/Contact.php:109 +msgid "Could not locate selected profile." +msgstr "Nie można znaleźć wybranego profilu." + +#: src/Module/Contact.php:141 +msgid "Contact updated." +msgstr "Zaktualizowano kontakt." + +#: src/Module/Contact.php:143 mod/dfrn_request.php:415 +msgid "Failed to update contact record." +msgstr "Aktualizacja rekordu kontaktu nie powiodła się." + +#: src/Module/Contact.php:376 +msgid "Contact not found" +msgstr "Nie znaleziono kontaktu" + +#: src/Module/Contact.php:395 +msgid "Contact has been blocked" +msgstr "Kontakt został zablokowany" + +#: src/Module/Contact.php:395 +msgid "Contact has been unblocked" +msgstr "Kontakt został odblokowany" + +#: src/Module/Contact.php:405 +msgid "Contact has been ignored" +msgstr "Kontakt jest ignorowany" + +#: src/Module/Contact.php:405 +msgid "Contact has been unignored" +msgstr "Kontakt nie jest ignorowany" + +#: src/Module/Contact.php:415 +msgid "Contact has been archived" +msgstr "Kontakt został zarchiwizowany" + +#: src/Module/Contact.php:415 +msgid "Contact has been unarchived" +msgstr "Kontakt został przywrócony" + +#: src/Module/Contact.php:439 +msgid "Drop contact" +msgstr "Usuń kontakt" + +#: src/Module/Contact.php:442 src/Module/Contact.php:819 +msgid "Do you really want to delete this contact?" +msgstr "Czy na pewno chcesz usunąć ten kontakt?" + +#: src/Module/Contact.php:456 +msgid "Contact has been removed." +msgstr "Kontakt został usunięty." + +#: src/Module/Contact.php:486 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Jesteś już znajomym z %s" + +#: src/Module/Contact.php:491 +#, php-format +msgid "You are sharing with %s" +msgstr "Współdzielisz z %s" + +#: src/Module/Contact.php:496 +#, php-format +msgid "%s is sharing with you" +msgstr "%s współdzieli z tobą" + +#: src/Module/Contact.php:520 +msgid "Private communications are not available for this contact." +msgstr "Nie można nawiązać prywatnej rozmowy z tym kontaktem." + +#: src/Module/Contact.php:522 +msgid "Never" +msgstr "Nigdy" + +#: src/Module/Contact.php:525 +msgid "(Update was successful)" +msgstr "(Aktualizacja przebiegła pomyślnie)" + +#: src/Module/Contact.php:525 +msgid "(Update was not successful)" +msgstr "(Aktualizacja nie powiodła się)" + +#: src/Module/Contact.php:527 src/Module/Contact.php:1063 +msgid "Suggest friends" +msgstr "Osoby, które możesz znać" + +#: src/Module/Contact.php:531 +#, php-format +msgid "Network type: %s" +msgstr "Typ sieci: %s" + +#: src/Module/Contact.php:536 +msgid "Communications lost with this contact!" +msgstr "Utracono komunikację z tym kontaktem!" + +#: src/Module/Contact.php:542 +msgid "Fetch further information for feeds" +msgstr "Pobierz dalsze informacje dla kanałów" + +#: src/Module/Contact.php:544 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania." + +#: src/Module/Contact.php:547 +msgid "Fetch information" +msgstr "Pobierz informacje" + +#: src/Module/Contact.php:548 +msgid "Fetch keywords" +msgstr "Pobierz słowa kluczowe" + +#: src/Module/Contact.php:549 +msgid "Fetch information and keywords" +msgstr "Pobierz informacje i słowa kluczowe" + +#: src/Module/Contact.php:568 +msgid "Profile Visibility" +msgstr "Widoczność profilu" + +#: src/Module/Contact.php:569 +msgid "Contact Information / Notes" +msgstr "Informacje kontaktowe/Notatki" + +#: src/Module/Contact.php:570 +msgid "Contact Settings" +msgstr "Ustawienia kontaktów" + +#: src/Module/Contact.php:579 +msgid "Contact" +msgstr "Kontakt" + +#: src/Module/Contact.php:583 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s" + +#: src/Module/Contact.php:585 +msgid "Their personal note" +msgstr "Ich osobista uwaga" + +#: src/Module/Contact.php:587 +msgid "Edit contact notes" +msgstr "Edytuj notatki kontaktu" + +#: src/Module/Contact.php:591 +msgid "Block/Unblock contact" +msgstr "Zablokuj/odblokuj kontakt" + +#: src/Module/Contact.php:592 +msgid "Ignore contact" +msgstr "Ignoruj kontakt" + +#: src/Module/Contact.php:593 +msgid "Repair URL settings" +msgstr "Napraw ustawienia adresów URL" + +#: src/Module/Contact.php:594 +msgid "View conversations" +msgstr "Wyświetl rozmowy" + +#: src/Module/Contact.php:599 +msgid "Last update:" +msgstr "Ostatnia aktualizacja:" + +#: src/Module/Contact.php:601 +msgid "Update public posts" +msgstr "Zaktualizuj publiczne posty" + +#: src/Module/Contact.php:603 src/Module/Contact.php:1073 +msgid "Update now" +msgstr "Aktualizuj teraz" + +#: src/Module/Contact.php:607 src/Module/Contact.php:824 +#: src/Module/Contact.php:1090 +msgid "Unignore" +msgstr "Odblokuj" + +#: src/Module/Contact.php:611 +msgid "Currently blocked" +msgstr "Obecnie zablokowany" + +#: src/Module/Contact.php:612 +msgid "Currently ignored" +msgstr "Obecnie zignorowany" + +#: src/Module/Contact.php:613 +msgid "Currently archived" +msgstr "Obecnie zarchiwizowany" + +#: src/Module/Contact.php:614 +msgid "Awaiting connection acknowledge" +msgstr "Oczekiwanie na potwierdzenie połączenia" + +#: src/Module/Contact.php:615 mod/notifications.php:196 +#: mod/notifications.php:283 +msgid "Hide this contact from others" +msgstr "Ukryj ten kontakt przed innymi" + +#: src/Module/Contact.php:615 +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:616 +msgid "Notification for new posts" +msgstr "Powiadomienie o nowych postach" + +#: src/Module/Contact.php:616 +msgid "Send a notification of every new post of this contact" +msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu" + +#: src/Module/Contact.php:618 +msgid "Blacklisted keywords" +msgstr "Słowa kluczowe na czarnej liście" + +#: src/Module/Contact.php:618 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'" + +#: src/Module/Contact.php:684 +msgid "Show all contacts" +msgstr "Pokaż wszystkie kontakty" + +#: src/Module/Contact.php:689 src/Module/Contact.php:799 +msgid "Pending" +msgstr "Oczekujące" + +#: src/Module/Contact.php:692 +msgid "Only show pending contacts" +msgstr "Pokaż tylko oczekujące kontakty" + +#: src/Module/Contact.php:697 src/Module/Contact.php:800 +msgid "Blocked" +msgstr "Zablokowane" + +#: src/Module/Contact.php:700 +msgid "Only show blocked contacts" +msgstr "Pokaż tylko zablokowane kontakty" + +#: src/Module/Contact.php:705 src/Module/Contact.php:802 +msgid "Ignored" +msgstr "Ignorowane" + +#: src/Module/Contact.php:708 +msgid "Only show ignored contacts" +msgstr "Pokaż tylko ignorowane kontakty" + +#: src/Module/Contact.php:713 src/Module/Contact.php:803 +msgid "Archived" +msgstr "Zarchiwizowane" + +#: src/Module/Contact.php:716 +msgid "Only show archived contacts" +msgstr "Pokaż tylko zarchiwizowane kontakty" + +#: src/Module/Contact.php:721 src/Module/Contact.php:801 +msgid "Hidden" +msgstr "Ukryte" + +#: src/Module/Contact.php:724 +msgid "Only show hidden contacts" +msgstr "Pokaż tylko ukryte kontakty" + +#: src/Module/Contact.php:732 +msgid "Organize your contact groups" +msgstr "Uporządkuj swoje grupy kontaktów" + +#: src/Module/Contact.php:814 +msgid "Search your contacts" +msgstr "Wyszukaj w kontaktach" + +#: src/Module/Contact.php:815 src/Module/Search/Index.php:185 +#, php-format +msgid "Results for: %s" +msgstr "Wyniki dla: %s" + +#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696 +msgid "Update" +msgstr "Zaktualizuj" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Archive" +msgstr "Archiwum" + +#: src/Module/Contact.php:825 src/Module/Contact.php:1099 +msgid "Unarchive" +msgstr "Przywróć z archiwum" + +#: src/Module/Contact.php:828 +msgid "Batch Actions" +msgstr "Akcje wsadowe" + +#: src/Module/Contact.php:855 +msgid "Conversations started by this contact" +msgstr "Rozmowy rozpoczęły się od tego kontaktu" + +#: src/Module/Contact.php:860 +msgid "Posts and Comments" +msgstr "Posty i komentarze" + +#: src/Module/Contact.php:883 +msgid "View all contacts" +msgstr "Zobacz wszystkie kontakty" + +#: src/Module/Contact.php:891 mod/common.php:141 +msgid "Common Friends" +msgstr "Wspólni znajomi" + +#: src/Module/Contact.php:894 +msgid "View all common friends" +msgstr "Zobacz wszystkich popularnych znajomych" + +#: src/Module/Contact.php:904 +msgid "Advanced Contact Settings" +msgstr "Zaawansowane ustawienia kontaktów" + +#: src/Module/Contact.php:987 +msgid "Mutual Friendship" +msgstr "Wzajemna przyjaźń" + +#: src/Module/Contact.php:992 +msgid "is a fan of yours" +msgstr "jest twoim fanem" + +#: src/Module/Contact.php:997 +msgid "you are a fan of" +msgstr "jesteś fanem" + +#: src/Module/Contact.php:1015 +msgid "Pending outgoing contact request" +msgstr "Oczekujące żądanie kontaktu wychodzącego" + +#: src/Module/Contact.php:1017 +msgid "Pending incoming contact request" +msgstr "Oczekujące żądanie kontaktu przychodzącego" + +#: src/Module/Contact.php:1030 +msgid "Edit contact" +msgstr "Edytuj kontakt" + +#: src/Module/Contact.php:1084 +msgid "Toggle Blocked status" +msgstr "Przełącz status na Zablokowany" + +#: src/Module/Contact.php:1092 +msgid "Toggle Ignored status" +msgstr "Przełącz status na Ignorowany" + +#: src/Module/Contact.php:1101 +msgid "Toggle Archive status" +msgstr "Przełącz status na Archiwalny" + +#: src/Module/Contact.php:1109 +msgid "Delete contact" +msgstr "Usuń kontakt" + +#: src/Module/Invite.php:37 +msgid "Total invitation limit exceeded." +msgstr "Przekroczono limit zaproszeń ogółem." + +#: src/Module/Invite.php:60 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Nieprawidłowy adres e-mail." + +#: src/Module/Invite.php:87 +msgid "Please join us on Friendica" +msgstr "Dołącz do nas na Friendica" + +#: src/Module/Invite.php:96 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny." + +#: src/Module/Invite.php:100 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Nie udało się dostarczyć wiadomości." + +#: src/Module/Invite.php:104 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d wiadomość wysłana." +msgstr[1] "%d wiadomości wysłane." +msgstr[2] "%d wysłano ." +msgstr[3] "%d wiadomość wysłano." + +#: src/Module/Invite.php:122 +msgid "You have no more invitations available" +msgstr "Nie masz już dostępnych zaproszeń" + +#: src/Module/Invite.php:129 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych." + +#: src/Module/Invite.php:131 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica." + +#: src/Module/Invite.php:132 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć." + +#: src/Module/Invite.php:136 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków." + +#: src/Module/Invite.php:139 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi." + +#: src/Module/Invite.php:138 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s." + +#: src/Module/Invite.php:146 +msgid "Send invitations" +msgstr "Wyślij zaproszenie" + +#: src/Module/Invite.php:147 +msgid "Enter email addresses, one per line:" +msgstr "Wprowadź adresy e-mail, po jednym w wierszu:" + +#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255 +#: mod/message.php:435 +msgid "Your message:" +msgstr "Twoja wiadomość:" + +#: src/Module/Invite.php:151 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową." + +#: src/Module/Invite.php:153 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Musisz podać ten kod zaproszenia: $invite_code" + +#: src/Module/Invite.php:153 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:" + +#: src/Module/Invite.php:155 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca" + +#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62 +msgid "everybody" +msgstr "wszyscy" + +#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67 +msgid "Account" +msgstr "Konto" + +#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98 +msgid "Display" +msgstr "Wygląd" + +#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105 +#: mod/settings.php:843 +msgid "Social Networks" +msgstr "Portale społecznościowe" + +#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119 +msgid "Delegations" +msgstr "Delegowanie" + +#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126 +msgid "Connected apps" +msgstr "Powiązane aplikacje" + +#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140 +msgid "Remove account" +msgstr "Usuń konto" + +#: src/Module/Item/Compose.php:34 +msgid "Please enter a post body." +msgstr "Wpisz treść postu." + +#: src/Module/Item/Compose.php:47 +msgid "This feature is only available with the frio theme." +msgstr "Ta funkcja jest dostępna tylko z motywem Frio." + +#: src/Module/Item/Compose.php:75 +msgid "Compose new personal note" +msgstr "Utwórz nową notatkę osobistą" + +#: src/Module/Item/Compose.php:84 +msgid "Compose new post" +msgstr "Utwórz nowy post" + +#: src/Module/Item/Compose.php:119 +msgid "Visibility" +msgstr "" + +#: src/Module/Item/Compose.php:140 +msgid "Clear the location" +msgstr "Wyczyść lokalizację" + +#: src/Module/Item/Compose.php:141 +msgid "Location services are unavailable on your device" +msgstr "Usługi lokalizacyjne są niedostępne na twoim urządzeniu" + +#: src/Module/Item/Compose.php:142 +msgid "" +"Location services are disabled. Please check the website's permissions on " +"your device" +msgstr "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu" + +#: src/Module/Friendica.php:40 +msgid "Installed addons/apps:" +msgstr "Zainstalowane dodatki/aplikacje:" + +#: src/Module/Friendica.php:45 +msgid "No installed addons/apps" +msgstr "Brak zainstalowanych dodatków/aplikacji" + +#: src/Module/Friendica.php:50 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Przeczytaj o Warunkach świadczenia usług tego węzła." + +#: src/Module/Friendica.php:57 +msgid "On this server the following remote servers are blocked." +msgstr "Na tym serwerze następujące serwery zdalne są blokowane." + +#: src/Module/Friendica.php:75 +#, php-format +msgid "" +"This is Friendica, version %s that is running at the web location %s. The " +"database version is %s, the post update version is %s." +msgstr "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s." + +#: src/Module/Friendica.php:80 +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." + +#: src/Module/Friendica.php:81 +msgid "Bug reports and issues: please visit" +msgstr "Raporty o błędach i problemy: odwiedź stronę" + +#: src/Module/Friendica.php:81 +msgid "the bugtracker at github" +msgstr "śledzenie błędów na github" + +#: src/Module/Friendica.php:82 +msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca" +msgstr "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”" + +#: src/Module/Register.php:60 mod/uimport.php:39 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro." + +#: src/Module/Register.php:77 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking \"Register\"." +msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając \"Register\"." + +#: src/Module/Register.php:78 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów." + +#: src/Module/Register.php:79 +msgid "Your OpenID (optional): " +msgstr "Twój OpenID (opcjonalnie): " + +#: src/Module/Register.php:88 +msgid "Include your profile in member directory?" +msgstr "Czy dołączyć twój profil do katalogu członków?" + +#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642 +#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530 +#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096 +#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111 +#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123 +#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145 +#: mod/settings.php:1146 mod/settings.php:1147 +msgid "No" +msgstr "Nie" + +#: src/Module/Register.php:111 +msgid "Note for the admin" +msgstr "Uwaga dla administratora" + +#: src/Module/Register.php:111 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła" + +#: src/Module/Register.php:112 +msgid "Membership on this site is by invitation only." +msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu." + +#: src/Module/Register.php:113 +msgid "Your invitation code: " +msgstr "Twój kod zaproszenia: " + +#: src/Module/Register.php:121 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): " + +#: src/Module/Register.php:122 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)." + +#: src/Module/Register.php:124 mod/settings.php:1186 +msgid "New Password:" +msgstr "Nowe hasło:" + +#: src/Module/Register.php:124 +msgid "Leave empty for an auto generated password." +msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła." + +#: src/Module/Register.php:125 mod/settings.php:1187 +msgid "Confirm:" +msgstr "Potwierdź:" + +#: src/Module/Register.php:126 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be \"nickname@%s\"." +msgstr "Wybierz pseudonim profilu. Musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie to \"nickname@%s\"." + +#: src/Module/Register.php:127 +msgid "Choose a nickname: " +msgstr "Wybierz pseudonim: " + +#: src/Module/Register.php:135 mod/uimport.php:46 +msgid "Import" +msgstr "Import" + +#: src/Module/Register.php:136 +msgid "Import your profile to this friendica instance" +msgstr "Zaimportuj swój profil do tej instancji friendica" + +#: src/Module/Register.php:143 +msgid "Note: This node explicitly contains adult content" +msgstr "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych" + +#: src/Module/Register.php:238 +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." + +#: src/Module/Register.php:242 +#, 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." + +#: src/Module/Register.php:248 +msgid "Registration successful." +msgstr "Rejestracja udana." + +#: src/Module/Register.php:253 src/Module/Register.php:260 +msgid "Your registration can not be processed." +msgstr "Nie można przetworzyć Twojej rejestracji." + +#: src/Module/Register.php:259 +msgid "You have to leave a request note for the admin." +msgstr "" + +#: src/Module/Register.php:266 +msgid "You have entered too much information." +msgstr "" + +#: src/Module/Register.php:312 +msgid "Your registration is pending approval by the site owner." +msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny." + +#: src/Module/Search/Saved.php:29 +msgid "Search term successfully saved." +msgstr "" + +#: src/Module/Search/Saved.php:31 +msgid "Search term already saved." +msgstr "" + +#: src/Module/Search/Saved.php:37 +msgid "Search term successfully removed." +msgstr "" + +#: src/Module/Search/Index.php:35 +msgid "Only logged in users are permitted to perform a search." +msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać." + +#: src/Module/Search/Index.php:57 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę." + +#: src/Module/Search/Index.php:178 mod/community.php:155 +msgid "No results." +msgstr "Brak wyników." + +#: src/Module/Search/Index.php:183 +#, php-format +msgid "Items tagged with: %s" +msgstr "Przedmioty oznaczone tagiem: %s" + +#: src/Module/Search/Acl.php:37 +msgid "You must be logged in to use this module." +msgstr "" + +#: src/BaseModule.php:133 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "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/Console/ArchiveContact.php:86 +#: src/App/Page.php:228 +msgid "Delete this item?" +msgstr "Usunąć ten element?" + +#: src/App/Page.php:276 +msgid "toggle mobile" +msgstr "przełącz na mobilny" + +#: src/App/Router.php:184 #, php-format -msgid "Could not find any unarchived contact entry for this URL (%s)" -msgstr "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)" +msgid "Method not allowed for this module. Allowed method(s): %s" +msgstr "" -#: src/Console/ArchiveContact.php:89 -msgid "The contact entries have been archived" -msgstr "Wpisy kontaktów zostały zarchiwizowane" +#: src/App/Module.php:221 +msgid "You must be logged in to use addons. " +msgstr "Musisz być zalogowany(-a), aby korzystać z dodatków. " -#: src/Console/NewPassword.php:93 -msgid "Enter new password: " -msgstr "Wprowadź nowe hasło: " +#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581 +msgid "Miscellaneous" +msgstr "Różny" + +#: src/Util/Temporal.php:148 mod/profiles.php:604 +msgid "Age: " +msgstr "Wiek: " + +#: src/Util/Temporal.php:150 +msgid "YYYY-MM-DD or MM-DD" +msgstr "RRRR-MM-DD lub MM-DD" + +#: src/Util/Temporal.php:297 +msgid "never" +msgstr "nigdy" + +#: src/Util/Temporal.php:304 +msgid "less than a second ago" +msgstr "mniej niż sekundę temu" + +#: src/Util/Temporal.php:312 +msgid "year" +msgstr "rok" + +#: src/Util/Temporal.php:312 +msgid "years" +msgstr "lata" + +#: src/Util/Temporal.php:313 +msgid "months" +msgstr "miesiące" + +#: src/Util/Temporal.php:314 +msgid "weeks" +msgstr "tygodnie" + +#: src/Util/Temporal.php:315 +msgid "days" +msgstr "dni" + +#: src/Util/Temporal.php:316 +msgid "hour" +msgstr "godzina" + +#: src/Util/Temporal.php:316 +msgid "hours" +msgstr "godziny" + +#: src/Util/Temporal.php:317 +msgid "minute" +msgstr "minuta" + +#: src/Util/Temporal.php:317 +msgid "minutes" +msgstr "minuty" + +#: src/Util/Temporal.php:318 +msgid "second" +msgstr "sekunda" + +#: src/Util/Temporal.php:318 +msgid "seconds" +msgstr "sekundy" + +#: src/Util/Temporal.php:328 +#, php-format +msgid "in %1$d %2$s" +msgstr "w %1$d %2$s" + +#: src/Util/Temporal.php:331 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s temu" + +#: src/Worker/Delivery.php:532 +msgid "(no subject)" +msgstr "(bez tematu)" #: src/Console/PostUpdate.php:73 #, php-format @@ -10717,12 +8225,2683 @@ msgstr "Wykonaj oczekujące aktualizacje postów." msgid "All pending post updates are done." msgstr "Wszystkie oczekujące aktualizacje postów są gotowe." -#: update.php:218 -#, php-format -msgid "%s: Updating author-id and owner-id in item and thread table. " -msgstr "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. " +#: src/Console/NewPassword.php:93 +msgid "Enter new password: " +msgstr "Wprowadź nowe hasło: " -#: update.php:273 +#: src/Console/NewPassword.php:101 mod/settings.php:443 +msgid "Password update failed. Please try again." +msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie." + +#: src/Console/NewPassword.php:104 mod/settings.php:446 +msgid "Password changed." +msgstr "Hasło zostało zmienione." + +#: src/Console/ArchiveContact.php:86 #, php-format -msgid "%s: Updating post-type." -msgstr "%s: Aktualizowanie typu postu." +msgid "Could not find any unarchived contact entry for this URL (%s)" +msgstr "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)" + +#: src/Console/ArchiveContact.php:89 +msgid "The contact entries have been archived" +msgstr "Wpisy kontaktów zostały zarchiwizowane" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Nie znaleziono ważnego konta." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tSzanowny Użytkowniku %1$s, \n\t\t\tOtrzymano prośbę o ''%2$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s" + +#: mod/lostpass.php:75 +#, php-format +msgid "Password reset requested at %s" +msgstr "Prośba o reset hasła na %s" + +#: 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:103 +msgid "Request has expired, please make a new one." +msgstr "Żądanie wygasło. Zrób nowe." + +#: mod/lostpass.php:118 +msgid "Forgot your Password?" +msgstr "Zapomniałeś hasła?" + +#: 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:121 +msgid "Reset" +msgstr "Zresetuj" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Twoje nowe hasło to" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Zapisz lub skopiuj nowe hasło - a następnie" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "naciśnij tutaj, aby zalogować się" + +#: mod/lostpass.php:141 +msgid "" +"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:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t" + +#: mod/lostpass.php:170 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Twoje hasło zostało zmienione na %s" + +#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36 +#: mod/update_community.php:23 mod/update_display.php:24 +#: mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]" + +#: mod/uimport.php:30 +msgid "User imports on closed servers can only be done by an administrator." +msgstr "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora." + +#: mod/uimport.php:48 +msgid "Move account" +msgstr "Przenieś konto" + +#: mod/uimport.php:49 +msgid "You can import an account from another Friendica server." +msgstr "Możesz zaimportować konto z innego serwera Friendica." + +#: mod/uimport.php:50 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś." + +#: mod/uimport.php:51 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory" + +#: mod/uimport.php:52 +msgid "Account file" +msgstr "Pliki konta" + +#: mod/uimport.php:52 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"" + +#: mod/community.php:68 +msgid "Community option not available." +msgstr "Opcja wspólnotowa jest niedostępna." + +#: mod/community.php:85 +msgid "Not available." +msgstr "Niedostępne." + +#: mod/community.php:95 +msgid "Local Community" +msgstr "Lokalna społeczność" + +#: mod/community.php:98 +msgid "Posts from local users on this server" +msgstr "Wpisy od lokalnych użytkowników na tym serwerze" + +#: mod/community.php:106 +msgid "Global Community" +msgstr "Globalna społeczność" + +#: mod/community.php:109 +msgid "Posts from users of the whole federated network" +msgstr "Wpisy od użytkowników całej sieci stowarzyszonej" + +#: mod/community.php:207 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła." + +#: mod/fsuggest.php:44 +msgid "Suggested contact not found." +msgstr "Nie znaleziono sugerowanego kontaktu." + +#: mod/fsuggest.php:57 +msgid "Friend suggestion sent." +msgstr "Wysłana propozycja dodania do znajomych." + +#: mod/fsuggest.php:79 +msgid "Suggest Friends" +msgstr "Zaproponuj znajomych" + +#: mod/fsuggest.php:81 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Zaproponuj znajomych dla %s" + +#: mod/common.php:90 +msgid "No contacts in common." +msgstr "Brak wspólnych kontaktów." + +#: mod/ping.php:272 +msgid "{0} wants to be your friend" +msgstr "{0} chce być Twoim znajomym" + +#: mod/ping.php:288 +msgid "{0} requested registration" +msgstr "{0} wymagana rejestracja" + +#: mod/lockview.php:49 mod/lockview.php:60 +msgid "Remote privacy information not available." +msgstr "Nie są dostępne zdalne informacje o prywatności." + +#: mod/lockview.php:72 +msgid "Visible to:" +msgstr "Widoczne dla:" + +#: mod/events.php:121 mod/events.php:123 +msgid "Event can not end before it has started." +msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem." + +#: mod/events.php:130 mod/events.php:132 +msgid "Event title and start time are required." +msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia." + +#: mod/events.php:397 mod/cal.php:262 +msgid "View" +msgstr "Widok" + +#: mod/events.php:398 +msgid "Create New Event" +msgstr "Stwórz nowe wydarzenie" + +#: mod/events.php:399 mod/cal.php:263 +msgid "Previous" +msgstr "Poprzedni" + +#: mod/events.php:409 mod/cal.php:271 +msgid "list" +msgstr "lista" + +#: mod/events.php:514 +msgid "Event details" +msgstr "Szczegóły wydarzenia" + +#: mod/events.php:515 +msgid "Starting date and Title are required." +msgstr "Data rozpoczęcia i tytuł są wymagane." + +#: mod/events.php:516 mod/events.php:521 +msgid "Event Starts:" +msgstr "Rozpoczęcie wydarzenia:" + +#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592 +msgid "Required" +msgstr "Wymagany" + +#: mod/events.php:529 mod/events.php:554 +msgid "Finish date/time is not known or not relevant" +msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna" + +#: mod/events.php:531 mod/events.php:536 +msgid "Event Finishes:" +msgstr "Zakończenie wydarzenia:" + +#: mod/events.php:542 mod/events.php:555 +msgid "Adjust for viewer timezone" +msgstr "Dopasuj dla strefy czasowej widza" + +#: mod/events.php:544 +msgid "Description:" +msgstr "Opis:" + +#: mod/events.php:548 mod/events.php:550 +msgid "Title:" +msgstr "Tytuł:" + +#: mod/events.php:551 mod/events.php:552 +msgid "Share this event" +msgstr "Udostępnij te wydarzenie" + +#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348 +msgid "Permissions" +msgstr "Uprawnienia" + +#: mod/events.php:577 +msgid "Failed to remove event" +msgstr "Nie udało się usunąć wydarzenia" + +#: mod/events.php:579 +msgid "Event removed" +msgstr "Wydarzenie zostało usunięte" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Autoryzacja połączenia aplikacji" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:" + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?" + +#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s witamy %2$s" + +#: mod/cal.php:300 +msgid "This calendar format is not supported" +msgstr "Ten format kalendarza nie jest obsługiwany" + +#: mod/cal.php:302 +msgid "No exportable data found" +msgstr "Nie znaleziono danych do eksportu" + +#: mod/cal.php:319 +msgid "calendar" +msgstr "kalendarz" + +#: mod/display.php:224 mod/display.php:301 +msgid "The requested item doesn't exist or has been deleted." +msgstr "Żądany element nie istnieje lub został usunięty." + +#: mod/display.php:379 +msgid "The feed for this item is unavailable." +msgstr "Kanał dla tego elementu jest niedostępny." + +#: mod/dfrn_request.php:100 +msgid "This introduction has already been accepted." +msgstr "To wprowadzenie zostało już zaakceptowane." + +#: mod/dfrn_request.php:118 mod/dfrn_request.php:356 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu." + +#: mod/dfrn_request.php:122 mod/dfrn_request.php:360 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik." + +#: mod/dfrn_request.php:125 mod/dfrn_request.php:363 +msgid "Warning: profile location has no profile photo." +msgstr "Ostrzeżenie: położenie profilu nie zawiera zdjęcia." + +#: mod/dfrn_request.php:129 mod/dfrn_request.php:367 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d wymagany parametr nie został znaleziony w podanej lokacji" +msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji" +msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji" +msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji" + +#: mod/dfrn_request.php:167 +msgid "Introduction complete." +msgstr "Wprowadzanie zakończone." + +#: mod/dfrn_request.php:203 +msgid "Unrecoverable protocol error." +msgstr "Nieodwracalny błąd protokołu." + +#: mod/dfrn_request.php:230 +msgid "Profile unavailable." +msgstr "Profil niedostępny." + +#: mod/dfrn_request.php:251 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s otrzymał dziś zbyt wiele żądań połączeń." + +#: mod/dfrn_request.php:252 +msgid "Spam protection measures have been invoked." +msgstr "Wprowadzono zabezpieczenia przed spamem." + +#: mod/dfrn_request.php:253 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Przyjaciele namawiają do spróbowania za 24h." + +#: mod/dfrn_request.php:277 +msgid "Invalid locator" +msgstr "Nieprawidłowy lokalizator" + +#: mod/dfrn_request.php:313 +msgid "You have already introduced yourself here." +msgstr "Już się tu przedstawiłeś." + +#: mod/dfrn_request.php:316 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Wygląda na to, że już jesteście znajomymi z %s." + +#: mod/dfrn_request.php:336 +msgid "Invalid profile URL." +msgstr "Nieprawidłowy adres URL profilu." + +#: mod/dfrn_request.php:435 +msgid "Your introduction has been sent." +msgstr "Twoje dane zostały wysłane." + +#: mod/dfrn_request.php:473 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie." + +#: mod/dfrn_request.php:489 +msgid "Please login to confirm introduction." +msgstr "Zaloguj się, aby potwierdzić wprowadzenie." + +#: mod/dfrn_request.php:497 +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:526 +msgid "Confirm" +msgstr "Potwierdź" + +#: mod/dfrn_request.php:522 +msgid "Hide this contact" +msgstr "Ukryj kontakt" + +#: mod/dfrn_request.php:524 +#, php-format +msgid "Welcome home %s." +msgstr "Witaj na stronie domowej %s." + +#: mod/dfrn_request.php:525 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s." + +#: mod/dfrn_request.php:634 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:" + +#: mod/dfrn_request.php:636 +#, 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:639 +msgid "Friend/Connection Request" +msgstr "Przyjaciel/Prośba o połączenie" + +#: mod/dfrn_request.php:640 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" + +#: mod/dfrn_request.php:641 mod/follow.php:162 +msgid "Please answer the following:" +msgstr "Proszę odpowiedzieć na następujące pytania:" + +#: mod/dfrn_request.php:642 mod/follow.php:163 +#, php-format +msgid "Does %s know you?" +msgstr "Czy %s Cię zna?" + +#: mod/dfrn_request.php:643 mod/follow.php:164 +msgid "Add a personal note:" +msgstr "Dodaj osobistą notkę:" + +#: mod/dfrn_request.php:645 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:646 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:647 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:648 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory." + +#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128 +msgid "Your Identity Address:" +msgstr "Twój adres tożsamości:" + +#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131 +msgid "Submit Request" +msgstr "Wyślij zgłoszenie" + +#: mod/crepair.php:79 +msgid "Contact settings applied." +msgstr "Ustawienia kontaktu zaktualizowane." + +#: mod/crepair.php:81 +msgid "Contact update failed." +msgstr "Nie udało się zaktualizować kontaktu." + +#: mod/crepair.php:115 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać." + +#: mod/crepair.php:116 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce." + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "No mirroring" +msgstr "Bez dublowania" + +#: mod/crepair.php:130 +msgid "Mirror as forwarded posting" +msgstr "Przesłany lustrzany post" + +#: mod/crepair.php:130 mod/crepair.php:132 +msgid "Mirror as my own posting" +msgstr "Lustro mojego własnego komentarza" + +#: mod/crepair.php:145 +msgid "Return to contact editor" +msgstr "Wróć do edytora kontaktów" + +#: mod/crepair.php:147 +msgid "Refetch contact data" +msgstr "Odśwież dane kontaktowe" + +#: mod/crepair.php:150 +msgid "Remote Self" +msgstr "Zdalny Self" + +#: mod/crepair.php:153 +msgid "Mirror postings from this contact" +msgstr "Publikacje lustrzane od tego kontaktu" + +#: mod/crepair.php:155 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu." + +#: mod/crepair.php:160 +msgid "Account Nickname" +msgstr "Nazwa konta" + +#: mod/crepair.php:161 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tagname - zastępuje Imię/Pseudonim" + +#: mod/crepair.php:162 +msgid "Account URL" +msgstr "Adres URL konta" + +#: mod/crepair.php:163 +msgid "Account URL Alias" +msgstr "" + +#: mod/crepair.php:164 +msgid "Friend Request URL" +msgstr "Adres URL żądający znajomości" + +#: mod/crepair.php:165 +msgid "Friend Confirm URL" +msgstr "URL potwierdzający znajomość" + +#: mod/crepair.php:166 +msgid "Notification Endpoint URL" +msgstr "Zgłoszenie Punktu Końcowego URL" + +#: mod/crepair.php:167 +msgid "Poll/Feed URL" +msgstr "Adres Ankiety/RSS" + +#: mod/crepair.php:168 +msgid "New photo from this URL" +msgstr "Nowe zdjęcie z tego adresu URL" + +#: mod/openid.php:32 +msgid "OpenID protocol error. No ID returned." +msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora." + +#: mod/openid.php:71 +msgid "" +"Account not found. Please login to your existing account to add the OpenID " +"to it." +msgstr "" + +#: mod/openid.php:73 +msgid "" +"Account not found. Please register a new account or login to your existing " +"account to add the OpenID to it." +msgstr "" + +#: mod/notifications.php:39 +msgid "Invalid request identifier." +msgstr "Nieprawidłowe żądanie identyfikatora." + +#: mod/notifications.php:48 mod/notifications.php:202 +#: mod/notifications.php:258 mod/message.php:110 +msgid "Discard" +msgstr "Odrzuć" + +#: mod/notifications.php:119 +msgid "Network Notifications" +msgstr "Powiadomienia sieciowe" + +#: mod/notifications.php:124 +msgid "System Notifications" +msgstr "Powiadomienia systemowe" + +#: mod/notifications.php:129 +msgid "Personal Notifications" +msgstr "Prywatne powiadomienia" + +#: mod/notifications.php:134 +msgid "Home Notifications" +msgstr "Powiadomienia domowe" + +#: mod/notifications.php:157 +msgid "Show unread" +msgstr "Pokaż nieprzeczytane" + +#: mod/notifications.php:157 +msgid "Show all" +msgstr "Pokaż wszystko" + +#: mod/notifications.php:168 +msgid "Show Ignored Requests" +msgstr "Pokaż ignorowane żądania" + +#: mod/notifications.php:168 +msgid "Hide Ignored Requests" +msgstr "Ukryj zignorowane prośby" + +#: mod/notifications.php:181 mod/notifications.php:266 +msgid "Notification type:" +msgstr "Typ powiadomienia:" + +#: mod/notifications.php:184 +msgid "Suggested by:" +msgstr "Sugerowany przez:" + +#: mod/notifications.php:218 +msgid "Claims to be known to you: " +msgstr "Twierdzi, że go/ją znasz: " + +#: mod/notifications.php:219 +msgid "yes" +msgstr "tak" + +#: mod/notifications.php:219 +msgid "no" +msgstr "nie" + +#: mod/notifications.php:220 mod/notifications.php:224 +msgid "Shall your connection be bidirectional or not?" +msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?" + +#: mod/notifications.php:221 mod/notifications.php:225 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości." + +#: mod/notifications.php:222 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." + +#: mod/notifications.php:226 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." + +#: mod/notifications.php:237 +msgid "Friend" +msgstr "Znajomy" + +#: mod/notifications.php:238 +msgid "Sharer" +msgstr "Udostępniający/a" + +#: mod/notifications.php:238 +msgid "Subscriber" +msgstr "Subskrybent" + +#: mod/notifications.php:303 +msgid "No introductions." +msgstr "Brak dostępu." + +#: mod/notifications.php:337 +#, php-format +msgid "No more %s notifications." +msgstr "Brak kolejnych %s powiadomień." + +#: mod/wallmessage.php:52 mod/wallmessage.php:115 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona." + +#: mod/wallmessage.php:60 mod/message.php:70 +msgid "No recipient selected." +msgstr "Nie wybrano odbiorcy." + +#: mod/wallmessage.php:63 +msgid "Unable to check your home location." +msgstr "Nie można sprawdzić twojej lokalizacji." + +#: mod/wallmessage.php:66 mod/message.php:77 +msgid "Message could not be sent." +msgstr "Nie udało się wysłać wiadomości." + +#: mod/wallmessage.php:69 mod/message.php:80 +msgid "Message collection failure." +msgstr "Błąd zbierania komunikatów." + +#: mod/wallmessage.php:72 mod/message.php:83 +msgid "Message sent." +msgstr "Wysłano." + +#: mod/wallmessage.php:89 mod/wallmessage.php:98 +msgid "No recipient." +msgstr "Brak odbiorcy." + +#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360 +msgid "Please enter a link URL:" +msgstr "Proszę wpisać adres URL:" + +#: mod/wallmessage.php:128 mod/message.php:246 +msgid "Send Private Message" +msgstr "Wyślij prywatną wiadomość" + +#: mod/wallmessage.php:129 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców." + +#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430 +msgid "To:" +msgstr "Do:" + +#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432 +msgid "Subject:" +msgstr "Temat:" + +#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259 +#: mod/message.php:440 +msgid "Insert web link" +msgstr "Wstaw link" + +#: mod/ostatus_subscribe.php:23 +msgid "Subscribing to OStatus contacts" +msgstr "Subskrybowanie kontaktów OStatus" + +#: mod/ostatus_subscribe.php:35 +msgid "No contact provided." +msgstr "Brak kontaktu." + +#: mod/ostatus_subscribe.php:42 +msgid "Couldn't fetch information for contact." +msgstr "Nie można pobrać informacji o kontakcie." + +#: mod/ostatus_subscribe.php:52 +msgid "Couldn't fetch friends for contact." +msgstr "Nie można pobrać znajomych do kontaktu." + +#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52 +msgid "Done" +msgstr "Gotowe" + +#: mod/ostatus_subscribe.php:84 +msgid "success" +msgstr "powodzenie" + +#: mod/ostatus_subscribe.php:86 +msgid "failed" +msgstr "nie powiodło się" + +#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58 +msgid "Keep this window open until done." +msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe." + +#: mod/follow.php:46 +msgid "The contact could not be added." +msgstr "Nie można dodać kontaktu." + +#: mod/follow.php:87 +msgid "You already added this contact." +msgstr "Już dodałeś ten kontakt." + +#: mod/follow.php:99 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany." + +#: mod/follow.php:106 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany." + +#: mod/follow.php:113 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany." + +#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247 +msgid "Upload" +msgstr "Załaduj" + +#: mod/fbrowser.php:136 +msgid "Files" +msgstr "Pliki" + +#: mod/network.php:525 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych." +msgstr[1] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych." +msgstr[2] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych." +msgstr[3] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych." + +#: mod/network.php:528 +msgid "Messages in this group won't be send to these receivers." +msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców." + +#: mod/network.php:595 +msgid "No such group" +msgstr "Nie ma takiej grupy" + +#: mod/network.php:620 +#, php-format +msgid "Group: %s" +msgstr "Grupa: %s" + +#: mod/network.php:646 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Prywatne wiadomości do tej osoby mogą być widoczne publicznie." + +#: mod/network.php:928 +msgid "Latest Activity" +msgstr "" + +#: mod/network.php:931 +msgid "Sort by latest activity" +msgstr "" + +#: mod/network.php:936 +msgid "Latest Posts" +msgstr "" + +#: mod/network.php:939 +msgid "Sort by post received date" +msgstr "" + +#: mod/network.php:946 mod/profiles.php:579 +msgid "Personal" +msgstr "Osobiste" + +#: mod/network.php:949 +msgid "Posts that mention or involve you" +msgstr "Posty, które wspominają lub angażują Ciebie" + +#: mod/network.php:956 +msgid "New" +msgstr "Nowy" + +#: mod/network.php:959 +msgid "Activity Stream - by date" +msgstr "Strumień aktywności - według daty" + +#: mod/network.php:967 +msgid "Shared Links" +msgstr "Udostępnione łącza" + +#: mod/network.php:970 +msgid "Interesting Links" +msgstr "Interesujące linki" + +#: mod/network.php:977 +msgid "Starred" +msgstr "Ulubione" + +#: mod/network.php:980 +msgid "Favourite Posts" +msgstr "Ulubione posty" + +#: mod/unfollow.php:36 mod/unfollow.php:92 +msgid "You aren't following this contact." +msgstr "Nie obserwujesz tego kontaktu." + +#: mod/unfollow.php:46 mod/unfollow.php:98 +msgid "Unfollowing is currently not supported by your network." +msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć." + +#: mod/unfollow.php:67 +msgid "Contact unfollowed" +msgstr "Skontaktuj się z obserwowanym" + +#: mod/unfollow.php:118 +msgid "Disconnect/Unfollow" +msgstr "Rozłącz/Nie obserwuj" + +#: mod/profile_photo.php:58 +msgid "Image uploaded but image cropping failed." +msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się." + +#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106 +#: mod/profile_photo.php:311 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast." + +#: mod/profile_photo.php:133 +msgid "Unable to process image" +msgstr "Nie udało się przetworzyć obrazu" + +#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677 +#: mod/photos.php:706 mod/wall_upload.php:186 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Obraz przekracza limit rozmiaru wynoszący %s" + +#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200 +msgid "Unable to process image." +msgstr "Przetwarzanie obrazu nie powiodło się." + +#: mod/profile_photo.php:244 +msgid "Upload File:" +msgstr "Wyślij plik:" + +#: mod/profile_photo.php:245 +msgid "Select a profile:" +msgstr "Wybierz profil:" + +#: mod/profile_photo.php:250 +msgid "or" +msgstr "lub" + +#: mod/profile_photo.php:251 +msgid "skip this step" +msgstr "pomiń ten krok" + +#: mod/profile_photo.php:251 +msgid "select a photo from your photo albums" +msgstr "wybierz zdjęcie z twojego albumu" + +#: mod/profile_photo.php:264 +msgid "Crop Image" +msgstr "Przytnij zdjęcie" + +#: mod/profile_photo.php:265 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz." + +#: mod/profile_photo.php:267 +msgid "Done Editing" +msgstr "Zakończono edycję" + +#: mod/profile_photo.php:301 +msgid "Image uploaded successfully." +msgstr "Pomyślnie wysłano zdjęcie." + +#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239 +msgid "Image upload failed." +msgstr "Przesyłanie obrazu nie powiodło się." + +#: mod/poke.php:178 +msgid "Poke/Prod" +msgstr "Zaczepić" + +#: mod/poke.php:179 +msgid "poke, prod or do other things to somebody" +msgstr "szturchać, zaczepić lub robić inne rzeczy" + +#: mod/poke.php:180 +msgid "Recipient" +msgstr "Odbiorca" + +#: mod/poke.php:181 +msgid "Choose what you wish to do to recipient" +msgstr "Wybierz, co chcesz zrobić" + +#: mod/poke.php:184 +msgid "Make this post private" +msgstr "Ustaw ten post jako prywatny" + +#: mod/photos.php:113 mod/photos.php:1609 +msgid "Recent Photos" +msgstr "Ostatnio dodane zdjęcia" + +#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611 +msgid "Upload New Photos" +msgstr "Wyślij nowe zdjęcie" + +#: mod/photos.php:170 +msgid "Contact information unavailable" +msgstr "Informacje o kontakcie są niedostępne" + +#: mod/photos.php:192 +msgid "Album not found." +msgstr "Nie znaleziono albumu." + +#: mod/photos.php:250 +msgid "Album successfully deleted" +msgstr "Album został pomyślnie usunięty" + +#: mod/photos.php:252 +msgid "Album was empty." +msgstr "Album był pusty." + +#: mod/photos.php:578 +msgid "a photo" +msgstr "zdjęcie" + +#: mod/photos.php:578 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$szostał oznaczony tagiem %2$s przez %3$s" + +#: mod/photos.php:680 +msgid "Image upload didn't complete, please try again" +msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie" + +#: mod/photos.php:683 +msgid "Image file is missing" +msgstr "Brak pliku obrazu" + +#: mod/photos.php:688 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem" + +#: mod/photos.php:714 +msgid "Image file is empty." +msgstr "Plik obrazka jest pusty." + +#: mod/photos.php:846 +msgid "No photos selected" +msgstr "Nie zaznaczono zdjęć" + +#: mod/photos.php:912 mod/videos.php:168 +msgid "Access to this item is restricted." +msgstr "Dostęp do tego obiektu jest ograniczony." + +#: mod/photos.php:966 +msgid "Upload Photos" +msgstr "Prześlij zdjęcia" + +#: mod/photos.php:970 mod/photos.php:1062 +msgid "New album name: " +msgstr "Nazwa nowego albumu: " + +#: mod/photos.php:971 +msgid "or select existing album:" +msgstr "lub wybierz istniejący album:" + +#: mod/photos.php:972 +msgid "Do not show a status post for this upload" +msgstr "Nie pokazuj statusu postów dla tego wysłania" + +#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215 +msgid "Show to Groups" +msgstr "Pokaż Grupy" + +#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216 +msgid "Show to Contacts" +msgstr "Pokaż kontakty" + +#: mod/photos.php:1044 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?" + +#: mod/photos.php:1046 mod/photos.php:1067 +msgid "Delete Album" +msgstr "Usuń album" + +#: mod/photos.php:1073 +msgid "Edit Album" +msgstr "Edytuj album" + +#: mod/photos.php:1074 +msgid "Drop Album" +msgstr "Upuść Album" + +#: mod/photos.php:1079 +msgid "Show Newest First" +msgstr "Pokaż najpierw najnowsze" + +#: mod/photos.php:1081 +msgid "Show Oldest First" +msgstr "Pokaż najpierw najstarsze" + +#: mod/photos.php:1102 mod/photos.php:1594 +msgid "View Photo" +msgstr "Zobacz zdjęcie" + +#: mod/photos.php:1139 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Odmowa dostępu. Dostęp do tych danych może być ograniczony." + +#: mod/photos.php:1141 +msgid "Photo not available" +msgstr "Zdjęcie niedostępne" + +#: mod/photos.php:1151 +msgid "Do you really want to delete this photo?" +msgstr "Czy na pewno chcesz usunąć to zdjęcie ?" + +#: mod/photos.php:1153 mod/photos.php:1353 +msgid "Delete Photo" +msgstr "Usuń zdjęcie" + +#: mod/photos.php:1244 +msgid "View photo" +msgstr "Zobacz zdjęcie" + +#: mod/photos.php:1246 +msgid "Edit photo" +msgstr "Edytuj zdjęcie" + +#: mod/photos.php:1247 +msgid "Delete photo" +msgstr "Usuń zdjęcie" + +#: mod/photos.php:1248 +msgid "Use as profile photo" +msgstr "Ustaw jako zdjęcie profilowe" + +#: mod/photos.php:1255 +msgid "Private Photo" +msgstr "Prywatne zdjęcie" + +#: mod/photos.php:1261 +msgid "View Full Size" +msgstr "Zobacz w pełnym rozmiarze" + +#: mod/photos.php:1321 +msgid "Tags: " +msgstr "Tagi: " + +#: mod/photos.php:1324 +msgid "[Select tags to remove]" +msgstr "[Wybierz tagi do usunięcia]" + +#: mod/photos.php:1339 +msgid "New album name" +msgstr "Nazwa nowego albumu" + +#: mod/photos.php:1340 +msgid "Caption" +msgstr "Zawartość" + +#: mod/photos.php:1341 +msgid "Add a Tag" +msgstr "Dodaj tag" + +#: mod/photos.php:1341 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: mod/photos.php:1342 +msgid "Do not rotate" +msgstr "Nie obracaj" + +#: mod/photos.php:1343 +msgid "Rotate CW (right)" +msgstr "Obróć CW (w prawo)" + +#: mod/photos.php:1344 +msgid "Rotate CCW (left)" +msgstr "Obróć CCW (w lewo)" + +#: mod/photos.php:1529 +msgid "Map" +msgstr "Mapa" + +#: mod/photos.php:1600 mod/videos.php:245 +msgid "View Album" +msgstr "Zobacz album" + +#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196 +#: mod/profiles.php:511 mod/dfrn_confirm.php:71 +msgid "Profile not found." +msgstr "Nie znaleziono profilu." + +#: mod/profiles.php:62 +msgid "Profile deleted." +msgstr "Konto usunięte." + +#: mod/profiles.php:78 mod/profiles.php:114 +msgid "Profile-" +msgstr "Profil-" + +#: mod/profiles.php:97 mod/profiles.php:135 +msgid "New profile created." +msgstr "Utworzono nowy profil." + +#: mod/profiles.php:120 +msgid "Profile unavailable to clone." +msgstr "Nie można powielić profilu." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Nazwa profilu jest wymagana." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Stan cywilny" + +#: mod/profiles.php:349 +msgid "Romantic Partner" +msgstr "Romantyczny partner" + +#: mod/profiles.php:358 +msgid "Work/Employment" +msgstr "Praca/Zatrudnienie" + +#: mod/profiles.php:361 +msgid "Religion" +msgstr "Religia" + +#: mod/profiles.php:364 +msgid "Political Views" +msgstr "Poglądy polityczne" + +#: mod/profiles.php:367 +msgid "Gender" +msgstr "Płeć" + +#: mod/profiles.php:370 +msgid "Sexual Preference" +msgstr "Orientacja seksualna" + +#: mod/profiles.php:373 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:376 +msgid "Homepage" +msgstr "Strona Główna" + +#: mod/profiles.php:379 mod/profiles.php:578 +msgid "Interests" +msgstr "Zainteresowania" + +#: mod/profiles.php:382 +msgid "Address" +msgstr "Adres" + +#: mod/profiles.php:389 mod/profiles.php:574 +msgid "Location" +msgstr "Lokalizacja" + +#: mod/profiles.php:469 +msgid "Profile updated." +msgstr "Profil zaktualizowany." + +#: mod/profiles.php:523 +msgid "Hide contacts and friends:" +msgstr "Ukryj kontakty i znajomych:" + +#: mod/profiles.php:528 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?" + +#: mod/profiles.php:548 +msgid "Show more profile fields:" +msgstr "Pokaż więcej pól profilu:" + +#: mod/profiles.php:560 +msgid "Profile Actions" +msgstr "Akcje profilowe" + +#: mod/profiles.php:561 +msgid "Edit Profile Details" +msgstr "Edytuj informacje o profilu" + +#: mod/profiles.php:563 +msgid "Change Profile Photo" +msgstr "Zmień zdjęcie profilowe" + +#: mod/profiles.php:565 +msgid "View this profile" +msgstr "Wyświetl ten profil" + +#: mod/profiles.php:566 +msgid "View all profiles" +msgstr "Wyświetl wszystkie profile" + +#: mod/profiles.php:568 +msgid "Create a new profile using these settings" +msgstr "Stwórz nowy profil wykorzystując te ustawienia" + +#: mod/profiles.php:569 +msgid "Clone this profile" +msgstr "Sklonuj ten profil" + +#: mod/profiles.php:570 +msgid "Delete this profile" +msgstr "Usuń ten profil" + +#: mod/profiles.php:572 +msgid "Basic information" +msgstr "Podstawowe informacje" + +#: mod/profiles.php:573 +msgid "Profile picture" +msgstr "Zdjęcie profilowe" + +#: mod/profiles.php:575 +msgid "Preferences" +msgstr "Preferencje" + +#: mod/profiles.php:576 +msgid "Status information" +msgstr "Informacje o stanie" + +#: mod/profiles.php:577 +msgid "Additional information" +msgstr "Dodatkowe informacje" + +#: mod/profiles.php:580 +msgid "Relation" +msgstr "Relacje" + +#: mod/profiles.php:584 +msgid "Your Gender:" +msgstr "Płeć:" + +#: mod/profiles.php:585 +msgid " Marital Status:" +msgstr " Stan cywilny:" + +#: mod/profiles.php:587 +msgid "Example: fishing photography software" +msgstr "Przykład: oprogramowanie do fotografowania ryb" + +#: mod/profiles.php:592 +msgid "Profile Name:" +msgstr "Nazwa profilu:" + +#: mod/profiles.php:594 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "To jest Twój publiczny profil.
Może zostać wyświetlony przez każdego kto używa internetu." + +#: mod/profiles.php:595 +msgid "Your Full Name:" +msgstr "Imię i nazwisko:" + +#: mod/profiles.php:596 +msgid "Title/Description:" +msgstr "Tytuł/Opis:" + +#: mod/profiles.php:599 +msgid "Street Address:" +msgstr "Ulica:" + +#: mod/profiles.php:600 +msgid "Locality/City:" +msgstr "Miasto:" + +#: mod/profiles.php:601 +msgid "Region/State:" +msgstr "Województwo/Stan:" + +#: mod/profiles.php:602 +msgid "Postal/Zip Code:" +msgstr "Kod Pocztowy:" + +#: mod/profiles.php:603 +msgid "Country:" +msgstr "Kraj:" + +#: mod/profiles.php:607 +msgid "Who: (if applicable)" +msgstr "Kto: (jeśli dotyczy)" + +#: mod/profiles.php:607 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:608 +msgid "Since [date]:" +msgstr "Od [data]:" + +#: mod/profiles.php:610 +msgid "Tell us about yourself..." +msgstr "Napisz o sobie…" + +#: mod/profiles.php:611 +msgid "XMPP (Jabber) address:" +msgstr "Adres XMPP (Jabber):" + +#: mod/profiles.php:611 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić." + +#: mod/profiles.php:612 +msgid "Homepage URL:" +msgstr "Adres URL strony domowej:" + +#: mod/profiles.php:615 +msgid "Religious Views:" +msgstr "Poglądy religijne:" + +#: mod/profiles.php:616 +msgid "Public Keywords:" +msgstr "Publiczne słowa kluczowe:" + +#: mod/profiles.php:616 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" + +#: mod/profiles.php:617 +msgid "Private Keywords:" +msgstr "Prywatne słowa kluczowe:" + +#: mod/profiles.php:617 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" + +#: mod/profiles.php:620 +msgid "Musical interests" +msgstr "Muzyka" + +#: mod/profiles.php:621 +msgid "Books, literature" +msgstr "Literatura" + +#: mod/profiles.php:622 +msgid "Television" +msgstr "Telewizja" + +#: mod/profiles.php:623 +msgid "Film/dance/culture/entertainment" +msgstr "Film/taniec/kultura/rozrywka" + +#: mod/profiles.php:624 +msgid "Hobbies/Interests" +msgstr "Zainteresowania" + +#: mod/profiles.php:625 +msgid "Love/romance" +msgstr "Miłość/romans" + +#: mod/profiles.php:626 +msgid "Work/employment" +msgstr "Praca/zatrudnienie" + +#: mod/profiles.php:627 +msgid "School/education" +msgstr "Szkoła/edukacja" + +#: mod/profiles.php:628 +msgid "Contact information and Social Networks" +msgstr "Dane kontaktowe i Sieci społecznościowe" + +#: mod/profiles.php:668 +msgid "Edit/Manage Profiles" +msgstr "Edycja/Zarządzanie profilami" + +#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72 +#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Nieprawidłowe żądanie." + +#: mod/wall_attach.php:90 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP" + +#: mod/wall_attach.php:90 +msgid "Or - did you try to upload an empty file?" +msgstr "Lub - czy próbowałeś załadować pusty plik?" + +#: mod/wall_attach.php:101 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Plik przekracza limit rozmiaru wynoszący %s" + +#: mod/wall_attach.php:116 +msgid "File upload failed." +msgstr "Przesyłanie pliku nie powiodło się." + +#: mod/item.php:127 +msgid "Unable to locate original post." +msgstr "Nie można zlokalizować oryginalnej wiadomości." + +#: mod/item.php:330 +msgid "Empty post discarded." +msgstr "Pusty wpis został odrzucony." + +#: mod/item.php:804 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica." + +#: mod/item.php:806 +#, php-format +msgid "You may visit them online at %s" +msgstr "Możesz odwiedzić ich online pod adresem %s" + +#: mod/item.php:807 +msgid "" +"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:811 +#, php-format +msgid "%s posted an update." +msgstr "%s zaktualizował wpis." + +#: mod/oexchange.php:32 +msgid "Post successful." +msgstr "Pomyślnie opublikowano." + +#: mod/regmod.php:53 +msgid "Account approved." +msgstr "Konto zatwierdzone." + +#: mod/regmod.php:77 +#, php-format +msgid "Registration revoked for %s" +msgstr "Rejestracja odwołana dla %s" + +#: mod/regmod.php:84 +msgid "Please login." +msgstr "Proszę się zalogować." + +#: mod/match.php:49 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu." + +#: mod/match.php:135 +msgid "Profile Match" +msgstr "Dopasowanie profilu" + +#: mod/settings.php:192 +msgid "Missing some important data!" +msgstr "Brakuje ważnych danych!" + +#: mod/settings.php:302 +msgid "Failed to connect with email account using the settings provided." +msgstr "Połączenie z kontem email używając wybranych ustawień nie powiodło się." + +#: mod/settings.php:307 +msgid "Email settings updated." +msgstr "Zaktualizowano ustawienia email." + +#: mod/settings.php:323 +msgid "Features updated" +msgstr "Funkcje zaktualizowane" + +#: mod/settings.php:384 +msgid "The theme you chose isn't available." +msgstr "Wybrany motyw jest niedostępny." + +#: mod/settings.php:400 +msgid "Contact CSV file upload error" +msgstr "" + +#: mod/settings.php:414 +msgid "Importing Contacts done" +msgstr "" + +#: mod/settings.php:423 +msgid "Relocate message has been send to your contacts" +msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów" + +#: mod/settings.php:435 +msgid "Passwords do not match." +msgstr "Hasła nie pasują do siebie." + +#: mod/settings.php:449 +msgid "Password unchanged." +msgstr "Hasło niezmienione." + +#: mod/settings.php:531 +msgid " Please use a shorter name." +msgstr " Proszę użyć krótszej nazwy." + +#: mod/settings.php:534 +msgid " Name too short." +msgstr " Nazwa jest zbyt krótka." + +#: mod/settings.php:546 +msgid "Invalid email." +msgstr "Niepoprawny e-mail." + +#: mod/settings.php:552 +msgid "Cannot change to that email." +msgstr "Nie można zmienić tego e-maila." + +#: mod/settings.php:590 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej." + +#: mod/settings.php:593 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności." + +#: mod/settings.php:610 +msgid "Settings updated." +msgstr "Zaktualizowano ustawienia." + +#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729 +msgid "Add application" +msgstr "Dodaj aplikację" + +#: mod/settings.php:673 mod/settings.php:699 +msgid "Consumer Key" +msgstr "Klucz klienta" + +#: mod/settings.php:674 mod/settings.php:700 +msgid "Consumer Secret" +msgstr "Tajny klucz klienta" + +#: mod/settings.php:675 mod/settings.php:701 +msgid "Redirect" +msgstr "Przekierowanie" + +#: mod/settings.php:676 mod/settings.php:702 +msgid "Icon url" +msgstr "Adres Url ikony" + +#: mod/settings.php:687 +msgid "You can't edit this application." +msgstr "Nie możesz edytować tej aplikacji." + +#: mod/settings.php:728 +msgid "Connected Apps" +msgstr "Powiązane aplikacje" + +#: mod/settings.php:732 +msgid "Client key starts with" +msgstr "Klucz klienta zaczyna się od" + +#: mod/settings.php:733 +msgid "No name" +msgstr "Bez nazwy" + +#: mod/settings.php:734 +msgid "Remove authorization" +msgstr "Odwołaj upoważnienie" + +#: mod/settings.php:745 +msgid "No Addon settings configured" +msgstr "Brak skonfigurowanych ustawień dodatków" + +#: mod/settings.php:754 +msgid "Addon Settings" +msgstr "Ustawienia Dodatków" + +#: mod/settings.php:775 +msgid "Additional Features" +msgstr "Dodatkowe funkcje" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "enabled" +msgstr "włączone" + +#: mod/settings.php:800 mod/settings.php:801 +msgid "disabled" +msgstr "wyłączone" + +#: mod/settings.php:800 mod/settings.php:801 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Wbudowane wsparcie dla połączenia z %s jest %s" + +#: mod/settings.php:801 +msgid "GNU Social (OStatus)" +msgstr "GNU Soocial (OStatus)" + +#: mod/settings.php:832 +msgid "Email access is disabled on this site." +msgstr "Dostęp do e-maila jest wyłączony na tej stronie." + +#: mod/settings.php:837 mod/settings.php:873 +msgid "None" +msgstr "Brak" + +#: mod/settings.php:848 +msgid "General Social Media Settings" +msgstr "Ogólne ustawienia mediów społecznościowych" + +#: mod/settings.php:849 +msgid "Accept only top level posts by contacts you follow" +msgstr "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz" + +#: mod/settings.php:849 +msgid "" +"The system does an auto completion of threads when a comment arrives. This " +"has got the side effect that you can receive posts that had been started by " +"a non-follower but had been commented by someone you follow. This setting " +"deactivates this behaviour. When activated, you strictly only will receive " +"posts from people you really do follow." +msgstr "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz." + +#: mod/settings.php:850 +msgid "Disable Content Warning" +msgstr "Wyłącz ostrzeżenie o treści" + +#: mod/settings.php:850 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś." + +#: mod/settings.php:851 +msgid "Disable intelligent shortening" +msgstr "Wyłącz inteligentne skracanie" + +#: mod/settings.php:851 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby." + +#: mod/settings.php:852 +msgid "Attach the link title" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"When activated, the title of the attached link will be added as a title on " +"posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that" +" share feed content." +msgstr "" + +#: mod/settings.php:853 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)" + +#: mod/settings.php:853 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt." + +#: mod/settings.php:854 +msgid "Default group for OStatus contacts" +msgstr "Domyślna grupa dla kontaktów OStatus" + +#: mod/settings.php:855 +msgid "Your legacy GNU Social account" +msgstr "Twoje starsze konto społecznościowe GNU" + +#: mod/settings.php:855 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu." + +#: mod/settings.php:858 +msgid "Repair OStatus subscriptions" +msgstr "Napraw subskrypcje OStatus" + +#: mod/settings.php:862 +msgid "Email/Mailbox Setup" +msgstr "Ustawienia emaila/skrzynki mailowej" + +#: mod/settings.php:863 +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 +msgid "Last successful email check:" +msgstr "Ostatni sprawdzony e-mail:" + +#: mod/settings.php:866 +msgid "IMAP server name:" +msgstr "Nazwa serwera IMAP:" + +#: mod/settings.php:867 +msgid "IMAP port:" +msgstr "Port IMAP:" + +#: mod/settings.php:868 +msgid "Security:" +msgstr "Ochrona:" + +#: mod/settings.php:869 +msgid "Email login name:" +msgstr "Nazwa logowania e-mail:" + +#: mod/settings.php:870 +msgid "Email password:" +msgstr "E-mail hasło:" + +#: mod/settings.php:871 +msgid "Reply-to address:" +msgstr "Adres zwrotny:" + +#: mod/settings.php:872 +msgid "Send public posts to all email contacts:" +msgstr "Wyślij publiczny wpis do wszystkich kontaktów e-mail:" + +#: mod/settings.php:873 +msgid "Action after import:" +msgstr "Akcja po zaimportowaniu:" + +#: mod/settings.php:873 +msgid "Move to folder" +msgstr "Przenieś do folderu" + +#: mod/settings.php:874 +msgid "Move to folder:" +msgstr "Przenieś do folderu:" + +#: mod/settings.php:906 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Nieobsługiwane)" + +#: mod/settings.php:952 +msgid "Display Settings" +msgstr "Ustawienia wyglądu" + +#: mod/settings.php:958 +msgid "Display Theme:" +msgstr "Wyświetl motyw:" + +#: mod/settings.php:959 +msgid "Mobile Theme:" +msgstr "Motyw dla urządzeń mobilnych:" + +#: mod/settings.php:960 +msgid "Suppress warning of insecure networks" +msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami" + +#: mod/settings.php:960 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych" + +#: mod/settings.php:961 +msgid "Update browser every xx seconds" +msgstr "Odświeżaj stronę co xx sekund" + +#: mod/settings.php:961 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć." + +#: mod/settings.php:962 +msgid "Number of items to display per page:" +msgstr "Liczba elementów do wyświetlenia na stronie:" + +#: mod/settings.php:962 mod/settings.php:963 +msgid "Maximum of 100 items" +msgstr "Maksymalnie 100 elementów" + +#: mod/settings.php:963 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:" + +#: mod/settings.php:964 +msgid "Don't show emoticons" +msgstr "Nie pokazuj emotikonek" + +#: mod/settings.php:965 +msgid "Calendar" +msgstr "Kalendarz" + +#: mod/settings.php:966 +msgid "Beginning of week:" +msgstr "Początek tygodnia:" + +#: mod/settings.php:967 +msgid "Don't show notices" +msgstr "Nie pokazuj powiadomień" + +#: mod/settings.php:968 +msgid "Infinite scroll" +msgstr "Nieskończone przewijanie" + +#: mod/settings.php:969 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatyczne aktualizacje tylko w górnej części strony sieci" + +#: mod/settings.php:969 +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:970 +msgid "Bandwidth Saver Mode" +msgstr "Tryb oszczędzania przepustowości" + +#: mod/settings.php:970 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony." + +#: mod/settings.php:971 +msgid "Disable Smart Threading" +msgstr "" + +#: mod/settings.php:971 +msgid "Disable the automatic suppression of extraneous thread indentation." +msgstr "" + +#: mod/settings.php:973 +msgid "General Theme Settings" +msgstr "Ogólne ustawienia motywu" + +#: mod/settings.php:974 +msgid "Custom Theme Settings" +msgstr "Niestandardowe ustawienia motywów" + +#: mod/settings.php:975 +msgid "Content Settings" +msgstr "Ustawienia zawartości" + +#: mod/settings.php:990 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem." + +#: mod/settings.php:1029 +msgid "Account Types" +msgstr "Rodzaje kont" + +#: mod/settings.php:1030 +msgid "Personal Page Subtypes" +msgstr "Podtypy osobistych stron" + +#: mod/settings.php:1031 +msgid "Community Forum Subtypes" +msgstr "Podtypy społeczności forum" + +#: mod/settings.php:1039 +msgid "Account for a personal profile." +msgstr "Konto dla profilu osobistego." + +#: mod/settings.php:1043 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." + +#: mod/settings.php:1047 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." + +#: mod/settings.php:1051 +msgid "Account for community discussions." +msgstr "Konto do dyskusji w społeczności." + +#: mod/settings.php:1055 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"." + +#: mod/settings.php:1059 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." + +#: mod/settings.php:1063 +msgid "Automatically approves all contact requests." +msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt." + +#: mod/settings.php:1067 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"." + +#: mod/settings.php:1070 +msgid "Private Forum [Experimental]" +msgstr "Prywatne Forum [Eksperymentalne]" + +#: mod/settings.php:1071 +msgid "Requires manual approval of contact requests." +msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów." + +#: mod/settings.php:1082 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1082 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID." + +#: mod/settings.php:1090 +msgid "Publish your default profile in your local site directory?" +msgstr "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?" + +#: mod/settings.php:1090 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "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:1096 +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:1096 +#, 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:1096 +msgid "" +"This setting also determines whether Friendica will inform search engines " +"that your profile should be indexed or not. Third-party search engines may " +"or may not respect this setting." +msgstr "To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie. Wyszukiwarki innych firm mogą, ale nie muszą przestrzegać tego ustawienia." + +#: mod/settings.php:1103 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?" + +#: mod/settings.php:1103 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu." + +#: mod/settings.php:1107 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Ukryć dane Twojego profilu przed anonimowymi widzami?" + +#: mod/settings.php:1107 +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:1111 +msgid "Allow friends to post to your profile page?" +msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?" + +#: mod/settings.php:1111 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów." + +#: mod/settings.php:1115 +msgid "Allow friends to tag your posts?" +msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?" + +#: mod/settings.php:1115 +msgid "Your contacts can add additional tags to your posts." +msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty." + +#: mod/settings.php:1119 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?" + +#: mod/settings.php:1119 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt." + +#: mod/settings.php:1123 +msgid "Permit unknown people to send you private mail?" +msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?" + +#: mod/settings.php:1123 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów." + +#: mod/settings.php:1127 +msgid "Profile is not published." +msgstr "Profil nie jest opublikowany." + +#: mod/settings.php:1133 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Twój adres tożsamości to '%s' lub '%s'." + +#: mod/settings.php:1140 +msgid "Automatically expire posts after this many days:" +msgstr "Posty wygasną automatycznie po następującej liczbie dni:" + +#: mod/settings.php:1140 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte." + +#: mod/settings.php:1141 +msgid "Advanced expiration settings" +msgstr "Zaawansowane ustawienia wygaszania" + +#: mod/settings.php:1142 +msgid "Advanced Expiration" +msgstr "Zaawansowane wygaszanie" + +#: mod/settings.php:1143 +msgid "Expire posts:" +msgstr "Wygasające posty:" + +#: mod/settings.php:1144 +msgid "Expire personal notes:" +msgstr "Wygaszanie osobistych notatek:" + +#: mod/settings.php:1145 +msgid "Expire starred posts:" +msgstr "Wygaszaj posty oznaczone gwiazdką:" + +#: mod/settings.php:1146 +msgid "Expire photos:" +msgstr "Wygasanie zdjęć:" + +#: mod/settings.php:1147 +msgid "Only expire posts by others:" +msgstr "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:" + +#: mod/settings.php:1177 +msgid "Account Settings" +msgstr "Ustawienia konta" + +#: mod/settings.php:1185 +msgid "Password Settings" +msgstr "Ustawienia hasła" + +#: mod/settings.php:1186 +msgid "" +"Allowed characters are a-z, A-Z, 0-9 and special characters except white " +"spaces, accentuated letters and colon (:)." +msgstr "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:)." + +#: mod/settings.php:1187 +msgid "Leave password fields blank unless changing" +msgstr "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić." + +#: mod/settings.php:1188 +msgid "Current Password:" +msgstr "Aktualne hasło:" + +#: mod/settings.php:1188 mod/settings.php:1189 +msgid "Your current password to confirm the changes" +msgstr "Wpisz aktualne hasło, aby potwierdzić zmiany" + +#: mod/settings.php:1189 +msgid "Password:" +msgstr "Hasło:" + +#: mod/settings.php:1192 +msgid "Delete OpenID URL" +msgstr "" + +#: mod/settings.php:1194 +msgid "Basic Settings" +msgstr "Ustawienia podstawowe" + +#: mod/settings.php:1196 +msgid "Email Address:" +msgstr "Adres email:" + +#: mod/settings.php:1197 +msgid "Your Timezone:" +msgstr "Twoja strefa czasowa:" + +#: mod/settings.php:1198 +msgid "Your Language:" +msgstr "Twój język:" + +#: mod/settings.php:1198 +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:1199 +msgid "Default Post Location:" +msgstr "Domyślna lokalizacja wiadomości:" + +#: mod/settings.php:1200 +msgid "Use Browser Location:" +msgstr "Używaj lokalizacji przeglądarki:" + +#: mod/settings.php:1203 +msgid "Security and Privacy Settings" +msgstr "Ustawienia bezpieczeństwa i prywatności" + +#: mod/settings.php:1205 +msgid "Maximum Friend Requests/Day:" +msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:" + +#: mod/settings.php:1205 mod/settings.php:1234 +msgid "(to prevent spam abuse)" +msgstr "(aby zapobiec spamowaniu)" + +#: mod/settings.php:1206 +msgid "Default Post Permissions" +msgstr "Domyślne prawa dostępu wiadomości" + +#: mod/settings.php:1207 +msgid "(click to open/close)" +msgstr "(kliknij by otworzyć/zamknąć)" + +#: mod/settings.php:1217 +msgid "Default Private Post" +msgstr "Domyślny Prywatny Wpis" + +#: mod/settings.php:1218 +msgid "Default Public Post" +msgstr "Domyślny Publiczny Post" + +#: mod/settings.php:1222 +msgid "Default Permissions for New Posts" +msgstr "Uprawnienia domyślne dla nowych postów" + +#: mod/settings.php:1234 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:" + +#: mod/settings.php:1237 +msgid "Notification Settings" +msgstr "Ustawienia powiadomień" + +#: mod/settings.php:1238 +msgid "Send a notification email when:" +msgstr "Wysyłaj powiadmonienia na email, kiedy:" + +#: mod/settings.php:1239 +msgid "You receive an introduction" +msgstr "Otrzymałeś zaproszenie" + +#: mod/settings.php:1240 +msgid "Your introductions are confirmed" +msgstr "Twoje zaproszenie jest potwierdzone" + +#: mod/settings.php:1241 +msgid "Someone writes on your profile wall" +msgstr "Ktoś pisze na twoim profilu" + +#: mod/settings.php:1242 +msgid "Someone writes a followup comment" +msgstr "Ktoś pisze komentarz nawiązujący." + +#: mod/settings.php:1243 +msgid "You receive a private message" +msgstr "Otrzymałeś prywatną wiadomość" + +#: mod/settings.php:1244 +msgid "You receive a friend suggestion" +msgstr "Otrzymałeś propozycję od znajomych" + +#: mod/settings.php:1245 +msgid "You are tagged in a post" +msgstr "Jesteś oznaczony tagiem w poście" + +#: mod/settings.php:1246 +msgid "You are poked/prodded/etc. in a post" +msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście" + +#: mod/settings.php:1248 +msgid "Activate desktop notifications" +msgstr "Aktywuj powiadomienia na pulpicie" + +#: mod/settings.php:1248 +msgid "Show desktop popup on new notifications" +msgstr "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie" + +#: mod/settings.php:1250 +msgid "Text-only notification emails" +msgstr "E-maile z powiadomieniami tekstowymi" + +#: mod/settings.php:1252 +msgid "Send text only notification emails, without the html part" +msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html" + +#: mod/settings.php:1254 +msgid "Show detailled notifications" +msgstr "Pokazuj szczegółowe powiadomienia" + +#: mod/settings.php:1256 +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:1258 +msgid "Advanced Account/Page Type Settings" +msgstr "Zaawansowane ustawienia konta/rodzaju strony" + +#: mod/settings.php:1259 +msgid "Change the behaviour of this account for special situations" +msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych" + +#: mod/settings.php:1262 +msgid "Import Contacts" +msgstr "" + +#: mod/settings.php:1263 +msgid "" +"Upload a CSV file that contains the handle of your followed accounts in the " +"first column you exported from the old account." +msgstr "" + +#: mod/settings.php:1264 +msgid "Upload File" +msgstr "" + +#: mod/settings.php:1266 +msgid "Relocate" +msgstr "Przeniesienie" + +#: mod/settings.php:1267 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk." + +#: mod/settings.php:1268 +msgid "Resend relocate message to contacts" +msgstr "Wyślij ponownie przenieść wiadomości do kontaktów" + +#: mod/suggest.php:28 +msgid "Contact suggestion successfully ignored." +msgstr "Sugestia kontaktu została zignorowana." + +#: mod/suggest.php:52 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny." + +#: mod/suggest.php:71 +msgid "Do you really want to delete this suggestion?" +msgstr "Czy na pewno chcesz usunąć te sugestie ?" + +#: mod/suggest.php:89 mod/suggest.php:109 +msgid "Ignore/Hide" +msgstr "Ignoruj/Ukryj" + +#: mod/dfrn_confirm.php:127 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony." + +#: mod/dfrn_confirm.php:228 +msgid "Response from remote site was not understood." +msgstr "Odpowiedź do zdalnej strony nie została zrozumiana" + +#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241 +msgid "Unexpected response from remote site: " +msgstr "Nieoczekiwana odpowiedź od strony zdalnej:" + +#: mod/dfrn_confirm.php:250 +msgid "Confirmation completed successfully." +msgstr "Potwierdzenie zostało pomyślnie zakończone." + +#: mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie." + +#: mod/dfrn_confirm.php:265 +msgid "Introduction failed or was revoked." +msgstr "Wprowadzenie nie powiodło się lub zostało odwołane." + +#: mod/dfrn_confirm.php:270 +msgid "Remote site reported: " +msgstr "Zgłoszona zdana strona:" + +#: mod/dfrn_confirm.php:375 +#, php-format +msgid "No user record found for '%s' " +msgstr "Nie znaleziono użytkownika dla '%s'" + +#: mod/dfrn_confirm.php:385 +msgid "Our site encryption key is apparently messed up." +msgstr "Klucz kodujący jest najwyraźniej uszkodzony." + +#: mod/dfrn_confirm.php:396 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować." + +#: mod/dfrn_confirm.php:412 +msgid "Contact record was not found for you on our site." +msgstr "Nie znaleziono kontaktu na naszej stronie" + +#: mod/dfrn_confirm.php:426 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s" + +#: mod/dfrn_confirm.php:442 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie." + +#: mod/dfrn_confirm.php:453 +msgid "Unable to set your contact credentials on our system." +msgstr "Nie można ustawić danych kontaktowych w naszym systemie." + +#: mod/dfrn_confirm.php:509 +msgid "Unable to update your contact profile details on our system" +msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie" + +#: mod/removeme.php:46 +msgid "User deleted their account" +msgstr "Użytkownik usunął swoje konto" + +#: mod/removeme.php:47 +msgid "" +"On your Friendica node an user deleted their account. Please ensure that " +"their data is removed from the backups." +msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych." + +#: mod/removeme.php:48 +#, php-format +msgid "The user id is %d" +msgstr "Identyfikatorem użytkownika jest %d" + +#: mod/removeme.php:84 mod/removeme.php:87 +msgid "Remove My Account" +msgstr "Usuń moje konto" + +#: mod/removeme.php:85 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć." + +#: mod/removeme.php:86 +msgid "Please enter your password for verification:" +msgstr "Wprowadź hasło w celu weryfikacji:" + +#: mod/wall_upload.php:231 +msgid "Wall Photos" +msgstr "Tablica zdjęć" + +#: mod/editpost.php:29 mod/editpost.php:39 +msgid "Item not found" +msgstr "Nie znaleziono elementu" + +#: mod/editpost.php:46 +msgid "Edit post" +msgstr "Edytuj post" + +#: mod/editpost.php:78 +msgid "web link" +msgstr "odnośnik sieciowy" + +#: mod/editpost.php:79 +msgid "Insert video link" +msgstr "Wstaw link do filmu" + +#: mod/editpost.php:80 +msgid "video link" +msgstr "link do filmu" + +#: mod/editpost.php:81 +msgid "Insert audio link" +msgstr "Wstaw link do audio" + +#: mod/editpost.php:82 +msgid "audio link" +msgstr "link do audio" + +#: mod/subthread.php:107 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s śledzi %3$s %2$s" + +#: mod/message.php:74 +msgid "Unable to locate contact information." +msgstr "Nie można znaleźć informacji kontaktowych." + +#: mod/message.php:148 +msgid "Do you really want to delete this message?" +msgstr "Czy na pewno chcesz usunąć tę wiadomość?" + +#: mod/message.php:166 +msgid "Conversation not found." +msgstr "Nie znaleziono rozmowy." + +#: mod/message.php:171 +msgid "Message deleted." +msgstr "Wiadomość usunięta." + +#: mod/message.php:176 mod/message.php:190 +msgid "Conversation removed." +msgstr "Rozmowa usunięta." + +#: mod/message.php:289 +msgid "No messages." +msgstr "Brak wiadomości." + +#: mod/message.php:352 +msgid "Message not available." +msgstr "Wiadomość nie jest dostępna." + +#: mod/message.php:406 +msgid "Delete message" +msgstr "Usuń wiadomość" + +#: mod/message.php:408 mod/message.php:540 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:m A" + +#: mod/message.php:423 mod/message.php:537 +msgid "Delete conversation" +msgstr "Usuń rozmowę" + +#: mod/message.php:425 +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:429 +msgid "Send Reply" +msgstr "Odpowiedz" + +#: mod/message.php:512 +#, php-format +msgid "Unknown sender - %s" +msgstr "Nieznany nadawca - %s" + +#: mod/message.php:514 +#, php-format +msgid "You and %s" +msgstr "Ty i %s" + +#: mod/message.php:516 +#, php-format +msgid "%s and You" +msgstr "%s i ty" + +#: mod/message.php:543 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d wiadomość" +msgstr[1] "%d wiadomości" +msgstr[2] "%d wiadomości" +msgstr[3] "%d wiadomości" + +#: mod/repair_ostatus.php:21 +msgid "Resubscribing to OStatus contacts" +msgstr "Ponowne subskrybowanie kontaktów OStatus" + +#: mod/hcard.php:21 +msgid "No profile" +msgstr "Brak profilu" + +#: mod/profperm.php:30 +msgid "Permission denied" +msgstr "Odmowa dostępu" + +#: mod/profperm.php:36 mod/profperm.php:69 +msgid "Invalid profile identifier." +msgstr "Nieprawidłowa nazwa użytkownika." + +#: mod/profperm.php:115 +msgid "Profile Visibility Editor" +msgstr "Ustawienia widoczności profilu" + +#: mod/profperm.php:128 +msgid "Visible To" +msgstr "Widoczne dla" + +#: mod/profperm.php:144 +msgid "All Contacts (with secure profile access)" +msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)" + +#: mod/tagrm.php:31 +msgid "Tag(s) removed" +msgstr "Usunięty Tag(i) " + +#: mod/tagrm.php:101 +msgid "Remove Item Tag" +msgstr "Usuń pozycję Tag" + +#: mod/tagrm.php:103 +msgid "Select a tag to remove: " +msgstr "Wybierz tag do usunięcia: " + +#: mod/videos.php:120 +msgid "No videos selected" +msgstr "Nie zaznaczono filmów" + +#: mod/videos.php:253 +msgid "Recent Videos" +msgstr "Ostatnio dodane filmy" + +#: mod/videos.php:255 +msgid "Upload New Videos" +msgstr "Wstaw nowe filmy" diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 02fe3eacc5..49a5819fcc 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -6,6 +6,20 @@ function string_plural_select_pl($n){ return ($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);; }} ; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "Dzienny limit opublikowanych %d posta. Post został odrzucony.", + 1 => "Dzienny limit opublikowanych %d postów. Post został odrzucony.", + 2 => "Dzienny limit opublikowanych %d postów. Post został odrzucony.", + 3 => "Dzienny limit opublikowanych %d postów. Post został odrzucony.", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "Tygodniowy limit wysyłania %d posta. Post został odrzucony.", + 1 => "Tygodniowy limit wysyłania %d postów. Post został odrzucony.", + 2 => "Tygodniowy limit wysyłania %d postów. Post został odrzucony.", + 3 => "Tygodniowy limit wysyłania %d postów. Post został odrzucony.", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Miesięczny limit %d wysyłania postów. Post został odrzucony."; +$a->strings["Profile Photos"] = "Zdjęcie profilowe"; $a->strings["Friendica Notification"] = "Powiadomienia Friendica"; $a->strings["Thank You,"] = "Dziękuję,"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator"; @@ -69,20 +83,6 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "O $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s."; $a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)"; $a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."; -$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "Dzienny limit opublikowanych %d posta. Post został odrzucony.", - 1 => "Dzienny limit opublikowanych %d postów. Post został odrzucony.", - 2 => "Dzienny limit opublikowanych %d postów. Post został odrzucony.", - 3 => "Dzienny limit opublikowanych %d postów. Post został odrzucony.", -]; -$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "Tygodniowy limit wysyłania %d posta. Post został odrzucony.", - 1 => "Tygodniowy limit wysyłania %d postów. Post został odrzucony.", - 2 => "Tygodniowy limit wysyłania %d postów. Post został odrzucony.", - 3 => "Tygodniowy limit wysyłania %d postów. Post został odrzucony.", -]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Miesięczny limit %d wysyłania postów. Post został odrzucony."; -$a->strings["Profile Photos"] = "Zdjęcie profilowe"; $a->strings["event"] = "wydarzenie"; $a->strings["status"] = "status"; $a->strings["photo"] = "zdjęcie"; @@ -146,7 +146,7 @@ $a->strings["%2\$d people don't attend"] = "%2\ $a->strings["%s don't attend."] = "%s nie uczestniczy."; $a->strings["%2\$d people attend maybe"] = "Możliwe, że %2\$d osoby będą uczestniczyć"; $a->strings["%s attend maybe."] = "%sbyć może uczestniczyć."; -$a->strings["%2\$d people reshared this"] = ""; +$a->strings["%2\$d people reshared this"] = "%2\$d użytkowników udostępniło to dalej"; $a->strings["Visible to everybody"] = "Widoczne dla wszystkich"; $a->strings["Please enter a image/video/audio/webpage URL:"] = "Wprowadź adres URL obrazu/wideo/audio/strony:"; $a->strings["Tag term:"] = "Termin tagu:"; @@ -212,766 +212,35 @@ $a->strings["Item not found."] = "Element nie znaleziony."; $a->strings["Do you really want to delete this item?"] = "Czy na pewno chcesz usunąć ten element?"; $a->strings["Yes"] = "Tak"; $a->strings["Permission denied."] = "Brak uprawnień."; -$a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji"; -$a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"; -$a->strings["Please login to continue."] = "Zaloguj się aby kontynuować."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"; -$a->strings["No"] = "Nie"; -$a->strings["Parent user not found."] = "Nie znaleziono użytkownika nadrzędnego."; -$a->strings["No parent user"] = "Brak nadrzędnego użytkownika"; -$a->strings["Parent Password:"] = "Hasło nadrzędne:"; -$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."; -$a->strings["Parent User"] = "Użytkownik nadrzędny"; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami"; -$a->strings["Delegates"] = "Oddeleguj"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."; -$a->strings["Existing Page Delegates"] = "Obecni delegaci stron"; -$a->strings["Potential Delegates"] = "Potencjalni delegaci"; -$a->strings["Remove"] = "Usuń"; -$a->strings["Add"] = "Dodaj"; -$a->strings["No entries."] = "Brak wpisów."; -$a->strings["Post successful."] = "Pomyślnie opublikowano."; -$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus"; -$a->strings["No contact provided."] = "Brak kontaktu."; -$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie."; -$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu."; -$a->strings["Done"] = "Gotowe"; -$a->strings["success"] = "powodzenie"; -$a->strings["failed"] = "nie powiodło się"; -$a->strings["ignored"] = "ignorowany(-a)"; -$a->strings["Keep this window open until done."] = "Pozostaw to okno otwarte, dopóki nie będzie gotowe."; -$a->strings["Permission denied"] = "Odmowa dostępu"; -$a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika."; -$a->strings["Profile Visibility Editor"] = "Ustawienia widoczności profilu"; -$a->strings["Profile"] = "Profil użytkownika"; -$a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu dodania lub usunięcia."; -$a->strings["Visible To"] = "Widoczne dla"; -$a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"; -$a->strings["Account approved."] = "Konto zatwierdzone."; -$a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s"; -$a->strings["Please login."] = "Proszę się zalogować."; -$a->strings["User deleted their account"] = "Użytkownik usunął swoje konto"; -$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych."; -$a->strings["The user id is %d"] = "Identyfikatorem użytkownika jest %d"; -$a->strings["Remove My Account"] = "Usuń moje konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."; -$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji:"; -$a->strings["Resubscribing to OStatus contacts"] = "Ponowne subskrybowanie kontaktów OStatus"; -$a->strings["Error"] = [ - 0 => "Błąd", - 1 => "Błędów", - 2 => "Błędy", - 3 => "Błędów", -]; -$a->strings["Tag(s) removed"] = "Usunięty Tag(i) "; -$a->strings["Remove Item Tag"] = "Usuń pozycję Tag"; -$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia: "; -$a->strings["User imports on closed servers can only be done by an administrator."] = "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."; -$a->strings["Import"] = "Import"; -$a->strings["Move account"] = "Przenieś konto"; -$a->strings["You can import an account from another Friendica server."] = "Możesz zaimportować konto z innego serwera Friendica."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"; -$a->strings["Account file"] = "Pliki konta"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""; -$a->strings["You aren't following this contact."] = "Nie obserwujesz tego kontaktu."; -$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."; -$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym"; -$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj"; -$a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; -$a->strings["Submit Request"] = "Wyślij zgłoszenie"; -$a->strings["Profile URL"] = "Adres URL profilu"; -$a->strings["Status Messages and Posts"] = "Status wiadomości i postów"; -$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"; -$a->strings["Invalid request."] = "Nieprawidłowe żądanie."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP"; -$a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?"; -$a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s"; -$a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się."; -$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s"; -$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się."; -$a->strings["Wall Photos"] = "Tablica zdjęć"; -$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona."; -$a->strings["No recipient selected."] = "Nie wybrano odbiorcy."; -$a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji."; -$a->strings["Message could not be sent."] = "Nie udało się wysłać wiadomości."; -$a->strings["Message collection failure."] = "Błąd zbierania komunikatów."; -$a->strings["Message sent."] = "Wysłano."; -$a->strings["No recipient."] = "Brak odbiorcy."; -$a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:"; -$a->strings["Send Private Message"] = "Wyślij prywatną wiadomość"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."; -$a->strings["To:"] = "Do:"; -$a->strings["Subject:"] = "Temat:"; -$a->strings["Your message:"] = "Twoja wiadomość:"; -$a->strings["Insert web link"] = "Wstaw link"; -$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["Connect"] = "Połącz"; -$a->strings["first"] = "pierwszy"; -$a->strings["next"] = "następny"; -$a->strings["No matches"] = "Brak wyników"; -$a->strings["Profile Match"] = "Dopasowanie profilu"; -$a->strings["Profile not found."] = "Nie znaleziono profilu."; -$a->strings["Profile deleted."] = "Konto usunięte."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Utworzono nowy profil."; -$a->strings["Profile unavailable to clone."] = "Nie można powielić profilu."; -$a->strings["Profile Name is required."] = "Nazwa profilu jest wymagana."; -$a->strings["Marital Status"] = "Stan cywilny"; -$a->strings["Romantic Partner"] = "Romantyczny partner"; -$a->strings["Work/Employment"] = "Praca/Zatrudnienie"; -$a->strings["Religion"] = "Religia"; -$a->strings["Political Views"] = "Poglądy polityczne"; -$a->strings["Gender"] = "Płeć"; -$a->strings["Sexual Preference"] = "Orientacja seksualna"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Strona Główna"; -$a->strings["Interests"] = "Zainteresowania"; -$a->strings["Address"] = "Adres"; -$a->strings["Location"] = "Lokalizacja"; -$a->strings["Profile updated."] = "Profil zaktualizowany."; -$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; -$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:"; -$a->strings["Profile Actions"] = "Akcje profilowe"; -$a->strings["Edit Profile Details"] = "Edytuj informacje o profilu"; -$a->strings["Submit"] = "Potwierdź"; -$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe"; -$a->strings["View this profile"] = "Wyświetl ten profil"; -$a->strings["View all profiles"] = "Wyświetl wszystkie profile"; -$a->strings["Edit visibility"] = "Edytuj widoczność"; -$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia"; -$a->strings["Clone this profile"] = "Sklonuj ten profil"; -$a->strings["Delete this profile"] = "Usuń ten profil"; -$a->strings["Basic information"] = "Podstawowe informacje"; -$a->strings["Profile picture"] = "Zdjęcie profilowe"; -$a->strings["Preferences"] = "Preferencje"; -$a->strings["Status information"] = "Informacje o stanie"; -$a->strings["Additional information"] = "Dodatkowe informacje"; -$a->strings["Personal"] = "Osobiste"; -$a->strings["Relation"] = "Relacje"; -$a->strings["Miscellaneous"] = "Różny"; -$a->strings["Upload Profile Photo"] = "Wyślij zdjęcie profilowe"; -$a->strings["Your Gender:"] = "Płeć:"; -$a->strings[" Marital Status:"] = " Stan cywilny:"; -$a->strings["Sexual Preference:"] = "Preferencje seksualne:"; -$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb"; -$a->strings["Profile Name:"] = "Nazwa profilu:"; -$a->strings["Required"] = "Wymagany"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "To jest Twój publiczny profil.
Może zostać wyświetlony przez każdego kto używa internetu."; -$a->strings["Your Full Name:"] = "Imię i nazwisko:"; -$a->strings["Title/Description:"] = "Tytuł/Opis:"; -$a->strings["Street Address:"] = "Ulica:"; -$a->strings["Locality/City:"] = "Miasto:"; -$a->strings["Region/State:"] = "Województwo/Stan:"; -$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:"; -$a->strings["Country:"] = "Kraj:"; -$a->strings["Age: "] = "Wiek: "; -$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Od [data]:"; -$a->strings["Tell us about yourself..."] = "Napisz o sobie…"; -$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."; -$a->strings["Homepage URL:"] = "Adres URL strony domowej:"; -$a->strings["Hometown:"] = "Miasto rodzinne:"; -$a->strings["Political Views:"] = "Poglądy polityczne:"; -$a->strings["Religious Views:"] = "Poglądy religijne:"; -$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"; -$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)"; -$a->strings["Likes:"] = "Lubię to:"; -$a->strings["Dislikes:"] = "Nie lubię tego:"; -$a->strings["Musical interests"] = "Muzyka"; -$a->strings["Books, literature"] = "Literatura"; -$a->strings["Television"] = "Telewizja"; -$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka"; -$a->strings["Hobbies/Interests"] = "Zainteresowania"; -$a->strings["Love/romance"] = "Miłość/romans"; -$a->strings["Work/employment"] = "Praca/zatrudnienie"; -$a->strings["School/education"] = "Szkoła/edukacja"; -$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe"; -$a->strings["Profile Image"] = "Zdjęcie profilowe"; -$a->strings["visible to everybody"] = "widoczne dla wszystkich"; -$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami"; -$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; -$a->strings["Create New Profile"] = "Utwórz nowy profil"; -$a->strings["Access denied."] = "Brak dostępu."; -$a->strings["Access to this profile has been restricted."] = "Dostęp do tego profilu został ograniczony."; -$a->strings["Events"] = "Wydarzenia"; -$a->strings["View"] = "Widok"; -$a->strings["Previous"] = "Poprzedni"; -$a->strings["Next"] = "Następny"; -$a->strings["today"] = "dzisiaj"; -$a->strings["month"] = "miesiąc"; -$a->strings["week"] = "tydzień"; -$a->strings["day"] = "dzień"; -$a->strings["list"] = "lista"; -$a->strings["User not found"] = "Użytkownik nie znaleziony"; -$a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany"; -$a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu"; -$a->strings["calendar"] = "kalendarz"; -$a->strings["No contacts in common."] = "Brak wspólnych kontaktów."; -$a->strings["Common Friends"] = "Wspólni znajomi"; -$a->strings["Public access denied."] = "Publiczny dostęp zabroniony."; -$a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna."; -$a->strings["Not available."] = "Niedostępne."; -$a->strings["Local Community"] = "Lokalna społeczność"; -$a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użytkowników na tym serwerze"; -$a->strings["Global Community"] = "Globalna społeczność"; -$a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej"; -$a->strings["No results."] = "Brak wyników."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."; -$a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane."; -$a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu."; -$a->strings["Contact not found."] = "Nie znaleziono kontaktu."; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce."; -$a->strings["No mirroring"] = "Bez dublowania"; -$a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post"; -$a->strings["Mirror as my own posting"] = "Lustro mojego własnego komentarza"; -$a->strings["Return to contact editor"] = "Wróć do edytora kontaktów"; -$a->strings["Refetch contact data"] = "Odśwież dane kontaktowe"; -$a->strings["Remote Self"] = "Zdalny Self"; -$a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu"; -$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."; -$a->strings["Name"] = "Nazwa"; -$a->strings["Account Nickname"] = "Nazwa konta"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - zastępuje Imię/Pseudonim"; -$a->strings["Account URL"] = "Adres URL konta"; -$a->strings["Account URL Alias"] = ""; -$a->strings["Friend Request URL"] = "Adres URL żądający znajomości"; -$a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość"; -$a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL"; -$a->strings["Poll/Feed URL"] = "Adres Ankiety/RSS"; -$a->strings["New photo from this URL"] = "Nowe zdjęcie z tego adresu URL"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."; -$a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana"; -$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej:"; -$a->strings["Confirmation completed successfully."] = "Potwierdzenie zostało pomyślnie zakończone."; -$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."; -$a->strings["Introduction failed or was revoked."] = "Wprowadzenie nie powiodło się lub zostało odwołane."; -$a->strings["Remote site reported: "] = "Zgłoszona zdana strona:"; -$a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej uszkodzony."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został podany pusty adres URL witryny lub nie można go odszyfrować."; -$a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie"; -$a->strings["Site public key not available in contact record for URL %s."] = "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."; -$a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie."; -$a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"; -$a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; -$a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."; -$a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d wymagany parametr nie został znaleziony w podanej lokacji", - 1 => "%d wymagane parametry nie zostały znalezione w podanej lokacji", - 2 => "%d wymagany parametr nie został znaleziony w podanej lokacji", - 3 => "%d wymagany parametr nie został znaleziony w podanej lokacji", -]; -$a->strings["Introduction complete."] = "Wprowadzanie zakończone."; -$a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu."; -$a->strings["Profile unavailable."] = "Profil niedostępny."; -$a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń."; -$a->strings["Spam protection measures have been invoked."] = "Wprowadzono zabezpieczenia przed spamem."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h."; -$a->strings["Invalid locator"] = "Nieprawidłowy lokalizator"; -$a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś."; -$a->strings["Apparently you are already friends with %s."] = "Wygląda na to, że już jesteście znajomymi z %s."; -$a->strings["Invalid profile URL."] = "Nieprawidłowy adres URL profilu."; -$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; -$a->strings["Blocked domain"] = "Zablokowana domena"; -$a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się."; -$a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."; -$a->strings["Please login to confirm introduction."] = "Zaloguj się, aby potwierdzić wprowadzenie."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "; -$a->strings["Confirm"] = "Potwierdź"; -$a->strings["Hide this contact"] = "Ukryj kontakt"; -$a->strings["Welcome home %s."] = "Witaj na stronie domowej %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "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ś."; -$a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; -$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:"; -$a->strings["Does %s know you?"] = "Czy %s Cię zna?"; -$a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory."; -$a->strings["The requested item doesn't exist or has been deleted."] = "Żądany element nie istnieje lub został usunięty."; -$a->strings["The feed for this item is unavailable."] = "Kanał dla tego elementu jest niedostępny."; -$a->strings["Item not found"] = "Nie znaleziono elementu"; -$a->strings["Edit post"] = "Edytuj post"; -$a->strings["Save"] = "Zapisz"; -$a->strings["web link"] = "odnośnik sieciowy"; -$a->strings["Insert video link"] = "Wstaw link do filmu"; -$a->strings["video link"] = "link do filmu"; -$a->strings["Insert audio link"] = "Wstaw link do audio"; -$a->strings["audio link"] = "link do audio"; -$a->strings["CC: email addresses"] = "CC: adresy e-mail"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com"; -$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."; -$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia."; -$a->strings["Create New Event"] = "Stwórz nowe wydarzenie"; -$a->strings["Event details"] = "Szczegóły wydarzenia"; -$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane."; -$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:"; -$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna"; -$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:"; -$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza"; -$a->strings["Description:"] = "Opis:"; -$a->strings["Location:"] = "Lokalizacja:"; -$a->strings["Title:"] = "Tytuł:"; -$a->strings["Share this event"] = "Udostępnij te wydarzenie"; -$a->strings["Basic"] = "Podstawowy"; -$a->strings["Advanced"] = "Zaawansowany"; -$a->strings["Permissions"] = "Uprawnienia"; -$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia"; -$a->strings["Event removed"] = "Wydarzenie zostało usunięte"; -$a->strings["Photos"] = "Zdjęcia"; -$a->strings["Contact Photos"] = "Zdjęcia kontaktu"; -$a->strings["Upload"] = "Załaduj"; -$a->strings["Files"] = "Pliki"; -$a->strings["The contact could not be added."] = "Nie można dodać kontaktu."; -$a->strings["You already added this contact."] = "Już dodałeś ten kontakt."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."; -$a->strings["Tags:"] = "Tagi:"; -$a->strings["Suggested contact not found."] = "Nie znaleziono sugerowanego kontaktu."; -$a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych."; -$a->strings["Suggest Friends"] = "Zaproponuj znajomych"; -$a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s"; -$a->strings["No profile"] = "Brak profilu"; -$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; -$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica."; -$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."; -$a->strings["%s posted an update."] = "%s zaktualizował wpis."; -$a->strings["Remote privacy information not available."] = "Nie są dostępne zdalne informacje o prywatności."; -$a->strings["Visible to:"] = "Widoczne dla:"; -$a->strings["Followers"] = ""; -$a->strings["Mutuals"] = ""; -$a->strings["No valid account found."] = "Nie znaleziono ważnego konta."; -$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tSzanowny Użytkowniku %1\$s, \n\t\t\tOtrzymano prośbę o ''%2\$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie."; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."; -$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe."; -$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."; -$a->strings["Nickname or Email: "] = "Pseudonim lub e-mail: "; -$a->strings["Reset"] = "Zresetuj"; -$a->strings["Password Reset"] = "Zresetuj hasło"; -$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem."; -$a->strings["Your new password is"] = "Twoje nowe hasło to"; -$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie"; -$a->strings["click here to login"] = "naciśnij tutaj, aby zalogować się"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"; -$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s"; -$a->strings["Manage Identities and/or Pages"] = "Zarządzaj tożsamościami i/lub stronami"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""; -$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania: "; -$a->strings["New Message"] = "Nowa wiadomość"; -$a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych."; -$a->strings["Discard"] = "Odrzuć"; -$a->strings["Messages"] = "Wiadomości"; -$a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?"; -$a->strings["Conversation not found."] = "Nie znaleziono rozmowy."; -$a->strings["Message deleted."] = "Wiadomość usunięta."; -$a->strings["Conversation removed."] = "Rozmowa usunięta."; -$a->strings["No messages."] = "Brak wiadomości."; -$a->strings["Message not available."] = "Wiadomość nie jest dostępna."; -$a->strings["Delete message"] = "Usuń wiadomość"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:m A"; -$a->strings["Delete conversation"] = "Usuń rozmowę"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy."; -$a->strings["Send Reply"] = "Odpowiedz"; -$a->strings["Unknown sender - %s"] = "Nieznany nadawca - %s"; -$a->strings["You and %s"] = "Ty i %s"; -$a->strings["%s and You"] = "%s i ty"; -$a->strings["%d message"] = [ - 0 => "%d wiadomość", - 1 => "%d wiadomości", - 2 => "%d wiadomości", - 3 => "%d wiadomości", -]; -$a->strings["Remove term"] = "Usuń wpis"; -$a->strings["Saved Searches"] = "Zapisywanie wyszukiwania"; -$a->strings["add"] = "dodaj"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych.", - 1 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.", - 2 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.", - 3 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."; -$a->strings["No such group"] = "Nie ma takiej grupy"; -$a->strings["Group is empty"] = "Grupa jest pusta"; -$a->strings["Group: %s"] = "Grupa: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą być widoczne publicznie."; -$a->strings["Invalid contact."] = "Nieprawidłowy kontakt."; -$a->strings["Commented Order"] = "Porządek według komentarzy"; -$a->strings["Sort by Comment Date"] = "Sortuj według daty komentarza"; -$a->strings["Posted Order"] = "Porządek według wpisów"; -$a->strings["Sort by Post Date"] = "Sortuj według daty postów"; -$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie"; -$a->strings["New"] = "Nowy"; -$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty"; -$a->strings["Shared Links"] = "Udostępnione łącza"; -$a->strings["Interesting Links"] = "Interesujące linki"; -$a->strings["Starred"] = "Ulubione"; -$a->strings["Favourite Posts"] = "Ulubione posty"; -$a->strings["Personal Notes"] = "Notatki"; -$a->strings["Invalid request identifier."] = "Nieprawidłowe żądanie identyfikatora."; -$a->strings["Notifications"] = "Powiadomienia"; -$a->strings["Network Notifications"] = "Powiadomienia sieciowe"; -$a->strings["System Notifications"] = "Powiadomienia systemowe"; -$a->strings["Personal Notifications"] = "Prywatne powiadomienia"; -$a->strings["Home Notifications"] = "Powiadomienia domowe"; -$a->strings["Show unread"] = "Pokaż nieprzeczytane"; -$a->strings["Show all"] = "Pokaż wszystko"; -$a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania"; -$a->strings["Hide Ignored Requests"] = "Ukryj zignorowane prośby"; -$a->strings["Notification type:"] = "Typ powiadomienia:"; -$a->strings["Suggested by:"] = "Sugerowany przez:"; -$a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi"; -$a->strings["Approve"] = "Zatwierdź"; -$a->strings["Claims to be known to you: "] = "Twierdzi, że go/ją znasz: "; -$a->strings["yes"] = "tak"; -$a->strings["no"] = "nie"; -$a->strings["Shall your connection be bidirectional or not?"] = "Czy twoje połączenie ma być dwukierunkowe, czy nie?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; -$a->strings["Friend"] = "Znajomy"; -$a->strings["Sharer"] = "Udostępniający/a"; -$a->strings["Subscriber"] = "Subskrybent"; -$a->strings["About:"] = "O:"; -$a->strings["Gender:"] = "Płeć:"; -$a->strings["Network:"] = "Sieć:"; -$a->strings["No introductions."] = "Brak dostępu."; -$a->strings["No more %s notifications."] = "Brak kolejnych %s powiadomień."; -$a->strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Nie znaleziono identyfikatora."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie."; -$a->strings["Login failed."] = "Logowanie nieudane."; -$a->strings["Photo Albums"] = "Albumy zdjęć"; -$a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia"; -$a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie"; -$a->strings["everybody"] = "wszyscy"; -$a->strings["Contact information unavailable"] = "Informacje o kontakcie są niedostępne"; -$a->strings["Album not found."] = "Nie znaleziono albumu."; -$a->strings["Album successfully deleted"] = "Album został pomyślnie usunięty"; -$a->strings["Album was empty."] = "Album był pusty."; -$a->strings["a photo"] = "zdjęcie"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$szostał oznaczony tagiem %2\$s przez %3\$s"; -$a->strings["Image upload didn't complete, please try again"] = "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"; -$a->strings["Image file is missing"] = "Brak pliku obrazu"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"; -$a->strings["Image file is empty."] = "Plik obrazka jest pusty."; -$a->strings["No photos selected"] = "Nie zaznaczono zdjęć"; -$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; -$a->strings["Upload Photos"] = "Prześlij zdjęcia"; -$a->strings["New album name: "] = "Nazwa nowego albumu: "; -$a->strings["or select existing album:"] = "lub wybierz istniejący album:"; -$a->strings["Do not show a status post for this upload"] = "Nie pokazuj statusu postów dla tego wysłania"; -$a->strings["Show to Groups"] = "Pokaż Grupy"; -$a->strings["Show to Contacts"] = "Pokaż kontakty"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"; -$a->strings["Delete Album"] = "Usuń album"; -$a->strings["Edit Album"] = "Edytuj album"; -$a->strings["Drop Album"] = "Upuść Album"; -$a->strings["Show Newest First"] = "Pokaż najpierw najnowsze"; -$a->strings["Show Oldest First"] = "Pokaż najpierw najstarsze"; -$a->strings["View Photo"] = "Zobacz zdjęcie"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Odmowa dostępu. Dostęp do tych danych może być ograniczony."; -$a->strings["Photo not available"] = "Zdjęcie niedostępne"; -$a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?"; -$a->strings["Delete Photo"] = "Usuń zdjęcie"; -$a->strings["View photo"] = "Zobacz zdjęcie"; -$a->strings["Edit photo"] = "Edytuj zdjęcie"; -$a->strings["Delete photo"] = "Usuń zdjęcie"; -$a->strings["Use as profile photo"] = "Ustaw jako zdjęcie profilowe"; -$a->strings["Private Photo"] = "Prywatne zdjęcie"; -$a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze"; -$a->strings["Tags: "] = "Tagi: "; -$a->strings["[Select tags to remove]"] = "[Wybierz tagi do usunięcia]"; -$a->strings["New album name"] = "Nazwa nowego albumu"; -$a->strings["Caption"] = "Zawartość"; -$a->strings["Add a Tag"] = "Dodaj tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Do not rotate"] = "Nie obracaj"; -$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; -$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; -$a->strings["I like this (toggle)"] = "Lubię to (zmień)"; -$a->strings["I don't like this (toggle)"] = "Nie lubię tego (zmień)"; -$a->strings["This is you"] = "To jesteś ty"; -$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} 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"; -$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["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."; -$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."; -$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu"; -$a->strings["Upload File:"] = "Wyślij plik:"; -$a->strings["Select a profile:"] = "Wybierz profil:"; -$a->strings["or"] = "lub"; -$a->strings["skip this step"] = "pomiń ten krok"; -$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu"; -$a->strings["Crop Image"] = "Przytnij zdjęcie"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."; -$a->strings["Done Editing"] = "Zakończono edycję"; -$a->strings["Image uploaded successfully."] = "Pomyślnie wysłano zdjęcie."; -$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać."; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."; -$a->strings["Search"] = "Szukaj"; -$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s"; -$a->strings["Results for: %s"] = "Wyniki dla: %s"; -$a->strings["Account"] = "Konto"; -$a->strings["Two-factor authentication"] = "Uwierzytelnianie dwuskładnikowe"; -$a->strings["Profiles"] = "Profile"; -$a->strings["Additional features"] = "Dodatkowe funkcje"; -$a->strings["Display"] = "Wygląd"; -$a->strings["Social Networks"] = "Portale społecznościowe"; -$a->strings["Addons"] = "Dodatki"; -$a->strings["Delegations"] = "Delegowanie"; -$a->strings["Connected apps"] = "Powiązane aplikacje"; -$a->strings["Export personal data"] = "Eksportuj dane osobiste"; -$a->strings["Remove account"] = "Usuń konto"; -$a->strings["Settings"] = "Ustawienia"; -$a->strings["Missing some important data!"] = "Brakuje ważnych danych!"; -$a->strings["Update"] = "Zaktualizuj"; -$a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się."; -$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email."; -$a->strings["Features updated"] = "Funkcje zaktualizowane"; -$a->strings["The theme you chose isn't available."] = "Wybrany motyw jest niedostępny."; -$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"; -$a->strings["Passwords do not match."] = "Hasła nie pasują do siebie."; -$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."; -$a->strings["Password changed."] = "Hasło zostało zmienione."; -$a->strings["Password unchanged."] = "Hasło niezmienione."; -$a->strings[" Please use a shorter name."] = " Proszę użyć krótszej nazwy."; -$a->strings[" Name too short."] = " Nazwa jest zbyt krótka."; -$a->strings["Wrong Password"] = "Złe hasło"; -$a->strings["Invalid email."] = "Niepoprawny e-mail."; -$a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."; -$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; -$a->strings["Add application"] = "Dodaj aplikację"; -$a->strings["Consumer Key"] = "Klucz klienta"; -$a->strings["Consumer Secret"] = "Tajny klucz klienta"; -$a->strings["Redirect"] = "Przekierowanie"; -$a->strings["Icon url"] = "Adres Url ikony"; -$a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji."; -$a->strings["Connected Apps"] = "Powiązane aplikacje"; -$a->strings["Edit"] = "Edytuj"; -$a->strings["Client key starts with"] = "Klucz klienta zaczyna się od"; -$a->strings["No name"] = "Bez nazwy"; -$a->strings["Remove authorization"] = "Odwołaj upoważnienie"; -$a->strings["No Addon settings configured"] = "Brak skonfigurowanych ustawień dodatków"; -$a->strings["Addon Settings"] = "Ustawienia Dodatków"; -$a->strings["Off"] = "Wyłącz"; -$a->strings["On"] = "Włącz"; -$a->strings["Additional Features"] = "Dodatkowe funkcje"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["enabled"] = "włączone"; -$a->strings["disabled"] = "wyłączone"; -$a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla połączenia z %s jest %s"; -$a->strings["GNU Social (OStatus)"] = "GNU Soocial (OStatus)"; -$a->strings["Email access is disabled on this site."] = "Dostęp do e-maila jest wyłączony na tej stronie."; -$a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych"; -$a->strings["Accept only top level posts by contacts you follow"] = "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz"; -$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz."; -$a->strings["Disable Content Warning"] = "Wyłącz ostrzeżenie o treści"; -$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś."; -$a->strings["Disable intelligent shortening"] = "Wyłącz inteligentne skracanie"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"; -$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."; -$a->strings["Default group for OStatus contacts"] = "Domyślna grupa dla kontaktów OStatus"; -$a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społecznościowe GNU"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."; -$a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus"; -$a->strings["Email/Mailbox Setup"] = "Ustawienia emaila/skrzynki mailowej"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową."; -$a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:"; -$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:"; -$a->strings["IMAP port:"] = "Port IMAP:"; -$a->strings["Security:"] = "Ochrona:"; -$a->strings["None"] = "Brak"; -$a->strings["Email login name:"] = "Nazwa logowania e-mail:"; -$a->strings["Email password:"] = "E-mail hasło:"; -$a->strings["Reply-to address:"] = "Adres zwrotny:"; -$a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny wpis do wszystkich kontaktów e-mail:"; -$a->strings["Action after import:"] = "Akcja po zaimportowaniu:"; -$a->strings["Mark as seen"] = "Oznacz jako przeczytane"; -$a->strings["Move to folder"] = "Przenieś do folderu"; -$a->strings["Move to folder:"] = "Przenieś do folderu:"; -$a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych"; -$a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)"; -$a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)"; -$a->strings["Sunday"] = "Niedziela"; -$a->strings["Monday"] = "Poniedziałek"; -$a->strings["Display Settings"] = "Ustawienia wyglądu"; -$a->strings["Display Theme:"] = "Wyświetl motyw:"; -$a->strings["Mobile Theme:"] = "Motyw dla urządzeń mobilnych:"; -$a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"; -$a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."; -$a->strings["Number of items to display per page:"] = "Liczba elementów do wyświetlenia na stronie:"; -$a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"; -$a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; -$a->strings["Calendar"] = "Kalendarz"; -$a->strings["Beginning of week:"] = "Początek tygodnia:"; -$a->strings["Don't show notices"] = "Nie pokazuj powiadomień"; -$a->strings["Infinite scroll"] = "Nieskończone przewijanie"; -$a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko w górnej części strony sieci"; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."; -$a->strings["Bandwidth Saver Mode"] = "Tryb oszczędzania przepustowości"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."; -$a->strings["Smart Threading"] = "Inteligentne wątki"; -$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Włączenie tej opcji powoduje pomijanie wcięcia wątków zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone."; -$a->strings["General Theme Settings"] = "Ogólne ustawienia motywu"; -$a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów"; -$a->strings["Content Settings"] = "Ustawienia zawartości"; -$a->strings["Theme settings"] = "Ustawienia motywu"; -$a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."; -$a->strings["Account Types"] = "Rodzaje kont"; -$a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron"; -$a->strings["Community Forum Subtypes"] = "Podtypy społeczności forum"; -$a->strings["Personal Page"] = "Strona osobista"; -$a->strings["Account for a personal profile."] = "Konto dla profilu osobistego."; -$a->strings["Organisation Page"] = "Strona Organizacji"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; -$a->strings["News Page"] = "Strona Wiadomości"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; -$a->strings["Community Forum"] = "Forum społecznościowe"; -$a->strings["Account for community discussions."] = "Konto do dyskusji w społeczności."; -$a->strings["Normal Account Page"] = "Normalna strona konta"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."; -$a->strings["Soapbox Page"] = "Strona Soapbox"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; -$a->strings["Public Forum"] = "Forum publiczne"; -$a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt."; -$a->strings["Automatic Friend Page"] = "Automatyczna strona znajomego"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."; -$a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]"; -$a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów."; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID."; -$a->strings["Publish your default profile in your local site directory?"] = "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?"; -$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "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."; -$a->strings["Publish your default profile in the global social directory?"] = "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie."; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu."; -$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryć dane Twojego profilu przed anonimowymi widzami?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób."; -$a->strings["Allow friends to post to your profile page?"] = "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów."; -$a->strings["Allow friends to tag your posts?"] = "Zezwolić na oznaczanie Twoich postów przez znajomych?"; -$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe posty."; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."; -$a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."; -$a->strings["Profile is not published."] = "Profil nie jest opublikowany."; -$a->strings["Your Identity Address is '%s' or '%s'."] = "Twój adres tożsamości to '%s' lub '%s'."; -$a->strings["Automatically expire posts after this many days:"] = "Posty wygasną automatycznie po następującej liczbie dni:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."; -$a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygaszania"; -$a->strings["Advanced Expiration"] = "Zaawansowane wygaszanie"; -$a->strings["Expire posts:"] = "Wygasające posty:"; -$a->strings["Expire personal notes:"] = "Wygaszanie osobistych notatek:"; -$a->strings["Expire starred posts:"] = "Wygaszaj posty oznaczone gwiazdką:"; -$a->strings["Expire photos:"] = "Wygasanie zdjęć:"; -$a->strings["Only expire posts by others:"] = "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:"; -$a->strings["Account Settings"] = "Ustawienia konta"; -$a->strings["Password Settings"] = "Ustawienia hasła"; -$a->strings["New Password:"] = "Nowe hasło:"; -$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:)."; -$a->strings["Confirm:"] = "Potwierdź:"; -$a->strings["Leave password fields blank unless changing"] = "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić."; -$a->strings["Current Password:"] = "Aktualne hasło:"; -$a->strings["Your current password to confirm the changes"] = "Wpisz aktualne hasło, aby potwierdzić zmiany"; -$a->strings["Password:"] = "Hasło:"; -$a->strings["Basic Settings"] = "Ustawienia podstawowe"; -$a->strings["Full Name:"] = "Imię i nazwisko:"; -$a->strings["Email Address:"] = "Adres email:"; -$a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; -$a->strings["Your Language:"] = "Twój język:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili"; -$a->strings["Default Post Location:"] = "Domyślna lokalizacja wiadomości:"; -$a->strings["Use Browser Location:"] = "Używaj lokalizacji przeglądarki:"; -$a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności"; -$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:"; -$a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)"; -$a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości"; -$a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)"; -$a->strings["Default Private Post"] = "Domyślny Prywatny Wpis"; -$a->strings["Default Public Post"] = "Domyślny Publiczny Post"; -$a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:"; -$a->strings["Notification Settings"] = "Ustawienia powiadomień"; -$a->strings["Send a notification email when:"] = "Wysyłaj powiadmonienia na email, kiedy:"; -$a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie"; -$a->strings["Your introductions are confirmed"] = "Twoje zaproszenie jest potwierdzone"; -$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu"; -$a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący."; -$a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość"; -$a->strings["You receive a friend suggestion"] = "Otrzymałeś propozycję od znajomych"; -$a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście"; -$a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście"; -$a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie"; -$a->strings["Show desktop popup on new notifications"] = "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie"; -$a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi"; -$a->strings["Send text only notification emails, without the html part"] = "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"; -$a->strings["Show detailled notifications"] = "Pokazuj szczegółowe powiadomienia"; -$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."; -$a->strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/rodzaju strony"; -$a->strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w sytuacjach specjalnych"; -$a->strings["Relocate"] = "Przeniesienie"; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."; -$a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s śledzi %3\$s %2\$s"; -$a->strings["Contact suggestion successfully ignored."] = "Sugestia kontaktu została zignorowana."; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."; -$a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chcesz usunąć te sugestie ?"; -$a->strings["Ignore/Hide"] = "Ignoruj/Ukryj"; +$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. "; +$a->strings["%s: Updating post-type."] = "%s: Aktualizowanie typu postu."; +$a->strings["Community Profiles"] = "Profile społeczności"; +$a->strings["Last users"] = "Ostatni użytkownicy"; +$a->strings["Find People"] = "Znajdź ludzi"; +$a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo"; +$a->strings["Find"] = "Znajdź"; $a->strings["Friend Suggestions"] = "Osoby, które możesz znać"; -$a->strings["Export account"] = "Eksportuj konto"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."; -$a->strings["Export all"] = "Eksportuj wszystko"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"; -$a->strings["No videos selected"] = "Nie zaznaczono filmów"; -$a->strings["View Video"] = "Zobacz film"; -$a->strings["Recent Videos"] = "Ostatnio dodane filmy"; -$a->strings["Upload New Videos"] = "Wstaw nowe filmy"; +$a->strings["Similar Interests"] = "Podobne zainteresowania"; +$a->strings["Random Profile"] = "Domyślny profil"; +$a->strings["Invite Friends"] = "Zaproś znajomych"; +$a->strings["Global Directory"] = "Katalog globalny"; +$a->strings["Local Directory"] = "Katalog lokalny"; +$a->strings["Forums"] = "Fora"; +$a->strings["External link to forum"] = "Zewnętrzny link do forum"; +$a->strings["show more"] = "pokaż więcej"; +$a->strings["Quick Start"] = "Szybki start"; +$a->strings["Help"] = "Pomoc"; +$a->strings["Connect Services"] = "Połączone serwisy"; +$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami"; +$a->strings["don't show"] = "nie pokazuj"; +$a->strings["show"] = "pokaż"; +$a->strings["Submit"] = "Potwierdź"; +$a->strings["Theme settings"] = "Ustawienia motywu"; +$a->strings["Set style"] = "Ustaw styl"; +$a->strings["Community Pages"] = "Strony społeczności"; +$a->strings["Help or @NewHere ?"] = "Pomóż lub @NowyTutaj?"; +$a->strings["Find Friends"] = "Znajdź znajomych"; $a->strings["default"] = "standardowe"; $a->strings["greenzero"] = "zielone zero"; $a->strings["purplezero"] = "fioletowe zero"; @@ -988,6 +257,27 @@ $a->strings["Single row mosaic"] = "Mozaika jednorzędowa"; $a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Zmień rozmiar obrazu, aby powtórzyć go w jednym wierszu, w pionie lub w poziomie."; $a->strings["Mosaic"] = "Mozaika"; $a->strings["Repeat image to fill the screen."] = "Powtórz obraz, aby wypełnić ekran."; +$a->strings["Guest"] = "Gość"; +$a->strings["Visitor"] = "Odwiedzający"; +$a->strings["Status"] = "Status"; +$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy"; +$a->strings["Profile"] = "Profil użytkownika"; +$a->strings["Your profile page"] = "Twoja strona profilowa"; +$a->strings["Photos"] = "Zdjęcia"; +$a->strings["Your photos"] = "Twoje zdjęcia"; +$a->strings["Videos"] = "Filmy"; +$a->strings["Your videos"] = "Twoje filmy"; +$a->strings["Events"] = "Wydarzenia"; +$a->strings["Your events"] = "Twoje wydarzenia"; +$a->strings["Network"] = "Sieć"; +$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół"; +$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz"; +$a->strings["Messages"] = "Wiadomości"; +$a->strings["Private mail"] = "Prywatne maile"; +$a->strings["Settings"] = "Ustawienia"; +$a->strings["Account settings"] = "Ustawienia konta"; +$a->strings["Contacts"] = "Kontakty"; +$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami"; $a->strings["Custom"] = "Niestandardowe"; $a->strings["Note"] = "Uwaga"; $a->strings["Check image permissions if all users are allowed to see the image"] = "Sprawdź uprawnienia do zdjęć, jeśli wszyscy użytkownicy mogą zobaczyć obraz"; @@ -1001,255 +291,96 @@ $a->strings["Set the background color"] = "Ustaw kolor tła"; $a->strings["Content background opacity"] = "Nieprzezroczystość tła treści"; $a->strings["Set the background image"] = "Ustaw obraz tła"; $a->strings["Background image style"] = "Styl tła"; -$a->strings["Enable Compose page"] = ""; +$a->strings["Enable Compose page"] = "Włącz stronę edycji"; $a->strings["This replaces the jot modal window for writing new posts with a link to the new Compose page."] = ""; $a->strings["Login page background image"] = "Obraz tła strony logowania"; $a->strings["Login page background color"] = "Kolor tła strony logowania"; $a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"; -$a->strings["Guest"] = "Gość"; -$a->strings["Visitor"] = "Odwiedzający"; -$a->strings["Status"] = "Status"; -$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy"; -$a->strings["Your profile page"] = "Twoja strona profilowa"; -$a->strings["Your photos"] = "Twoje zdjęcia"; -$a->strings["Videos"] = "Filmy"; -$a->strings["Your videos"] = "Twoje filmy"; -$a->strings["Your events"] = "Twoje wydarzenia"; -$a->strings["Network"] = "Sieć"; -$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół"; -$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz"; -$a->strings["Private mail"] = "Prywatne maile"; -$a->strings["Account settings"] = "Ustawienia konta"; -$a->strings["Contacts"] = "Kontakty"; -$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami"; $a->strings["Alignment"] = "Wyrównanie"; $a->strings["Left"] = "Lewo"; $a->strings["Center"] = "Środek"; $a->strings["Color scheme"] = "Zestaw kolorów"; $a->strings["Posts font size"] = "Rozmiar czcionki postów"; $a->strings["Textareas font size"] = "Rozmiar czcionki Textareas"; -$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami"; -$a->strings["don't show"] = "nie pokazuj"; -$a->strings["show"] = "pokaż"; -$a->strings["Set style"] = "Ustaw styl"; -$a->strings["Community Pages"] = "Strony społeczności"; -$a->strings["Community Profiles"] = "Profile społeczności"; -$a->strings["Help or @NewHere ?"] = "Pomóż lub @NowyTutaj?"; -$a->strings["Connect Services"] = "Połączone serwisy"; -$a->strings["Find Friends"] = "Znajdź znajomych"; -$a->strings["Last users"] = "Ostatni użytkownicy"; -$a->strings["Find People"] = "Znajdź ludzi"; -$a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo"; -$a->strings["Find"] = "Znajdź"; -$a->strings["Similar Interests"] = "Podobne zainteresowania"; -$a->strings["Random Profile"] = "Domyślny profil"; -$a->strings["Invite Friends"] = "Zaproś znajomych"; -$a->strings["Global Directory"] = "Katalog globalny"; -$a->strings["Local Directory"] = "Katalog lokalny"; -$a->strings["Forums"] = "Fora"; -$a->strings["External link to forum"] = "Zewnętrzny link do forum"; -$a->strings["show more"] = "pokaż więcej"; -$a->strings["Quick Start"] = "Szybki start"; -$a->strings["Help"] = "Pomoc"; -$a->strings["Post to Email"] = "Prześlij e-mailem"; -$a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; -$a->strings["Connectors"] = ""; -$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."; -$a->strings["Close"] = "Zamknij"; -$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\"."; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć PHP dla wiersza poleceń w PATH serwera."; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wierszem poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'"; -$a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."; -$a->strings["Command line PHP"] = "Linia komend PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"; -$a->strings["Found PHP version: "] = "Znaleziona wersja PHP: "; -$a->strings["PHP cli binary"] = "PHP cli binarny"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "Jest wymagane, aby dostarczanie wiadomości działało."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generuj klucz kodowania"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."; -$a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite"; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."; -$a->strings["Error: The MySQL driver for PDO is not installed."] = "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."; -$a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP"; -$a->strings["Error, XML PHP module required but not installed."] = "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."; -$a->strings["XML PHP module"] = "Moduł XML PHP"; -$a->strings["libCurl PHP module"] = "Moduł PHP libCurl"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."; -$a->strings["GD graphics PHP module"] = "Moduł PHP-GD"; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."; -$a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL"; -$a->strings["Error: openssl PHP module required but not installed."] = "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."; -$a->strings["mb_string PHP module"] = "Moduł PHP mb_string"; -$a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string jest wymagany ,ale nie jest zainstalowany."; -$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["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["File Information PHP module"] = ""; -$a->strings["Error: File Information PHP module required but not installed."] = "Błąd: wymagane informacje o pliku Moduł 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."] = "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica."; -$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"] = "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."; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "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."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny"; -$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "Adres URL zapisany w .htaccess nie działa. Upewnij się, że skopiowano .htaccess-dist do .htaccess."; -$a->strings["Error message from Curl when fetching"] = "Komunikat o błędzie z Curl podczas pobierania"; -$a->strings["Url rewrite is working"] = "Działający adres URL"; -$a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane"; -$a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje GIF"; -$a->strings["Database already in use."] = "Baza danych jest już w użyciu."; -$a->strings["Could not connect to database."] = "Nie można połączyć się z bazą danych."; -$a->strings["Tuesday"] = "Wtorek"; -$a->strings["Wednesday"] = "Środa"; -$a->strings["Thursday"] = "Czwartek"; -$a->strings["Friday"] = "Piątek"; -$a->strings["Saturday"] = "Sobota"; -$a->strings["January"] = "Styczeń"; -$a->strings["February"] = "Luty"; -$a->strings["March"] = "Marzec"; -$a->strings["April"] = "Kwiecień"; -$a->strings["May"] = "Maj"; -$a->strings["June"] = "Czerwiec"; -$a->strings["July"] = "Lipiec"; -$a->strings["August"] = "Sierpień"; -$a->strings["September"] = "Wrzesień"; -$a->strings["October"] = "Październik"; -$a->strings["November"] = "Listopad"; -$a->strings["December"] = "Grudzień"; -$a->strings["Mon"] = "Pon"; -$a->strings["Tue"] = "Wt"; -$a->strings["Wed"] = "Śr"; -$a->strings["Thu"] = "Czw"; -$a->strings["Fri"] = "Pt"; -$a->strings["Sat"] = "Sob"; -$a->strings["Sun"] = "Niedz"; -$a->strings["Jan"] = "Sty"; -$a->strings["Feb"] = "Lut"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Kwi"; -$a->strings["Jun"] = "Cze"; -$a->strings["Jul"] = "Lip"; -$a->strings["Aug"] = "Sie"; -$a->strings["Sep"] = "Wrz"; -$a->strings["Oct"] = "Paź"; -$a->strings["Nov"] = "Lis"; -$a->strings["Dec"] = "Gru"; -$a->strings["poke"] = "zaczep"; -$a->strings["poked"] = "zaczepił Cię"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "napięcia"; -$a->strings["prod"] = "zaczep"; -$a->strings["prodded"] = "zaczepiać"; -$a->strings["slap"] = "klask"; -$a->strings["slapped"] = "spoliczkowany"; -$a->strings["finger"] = "wskaż"; -$a->strings["fingered"] = "dotknięty"; -$a->strings["rebuff"] = "odrzuć"; -$a->strings["rebuffed"] = "odrzucony"; -$a->strings["System"] = "System"; -$a->strings["Home"] = "Strona domowa"; -$a->strings["Introductions"] = "Zapoznanie"; -$a->strings["%s commented on %s's post"] = "%s skomentował wpis %s"; -$a->strings["%s created a new post"] = "%s dodał nowy wpis"; -$a->strings["%s liked %s's post"] = "%s polubił wpis %s"; -$a->strings["%s disliked %s's post"] = "%s nie lubi tych %s postów"; -$a->strings["%s is attending %s's event"] = "%s uczestniczy w wydarzeniu %s"; -$a->strings["%s is not attending %s's event"] = "%s nie uczestniczy w wydarzeniu %s"; -$a->strings["%s may attend %s's event"] = "%s może uczestniczyć %s w wydarzeniu"; -$a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s"; -$a->strings["Friend Suggestion"] = "Propozycja znajomych"; -$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych"; -$a->strings["New Follower"] = "Nowy obserwujący"; -$a->strings["Welcome %s"] = "Witaj %s"; -$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe."; -$a->strings["Welcome back %s"] = "Witaj ponownie %s"; -$a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]"; -$a->strings["[Friendica Notify] Database update"] = "[Powiadomienie Friendica] Aktualizacja bazy danych"; -$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s."; -$a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"; -$a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!"; -$a->strings["User creation error"] = "Błąd tworzenia użytkownika"; -$a->strings["User profile creation error"] = "Błąd tworzenia profilu użytkownika"; -$a->strings["%d contact not imported"] = [ - 0 => "Nie zaimportowano %d kontaktu", - 1 => "Nie zaimportowano %d kontaktów", - 2 => "Nie zaimportowano %d kontaktów", - 3 => "%d kontakty nie zostały zaimportowane ", +$a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel."; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Błędy napotkane podczas dokonywania zmian w bazie danych: "; +$a->strings["%s: Database update"] = "%s: Aktualizacja bazy danych"; +$a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli."; +$a->strings["This entry was edited"] = "Ten wpis został zedytowany"; +$a->strings["Private Message"] = "Wiadomość prywatna"; +$a->strings["Edit"] = "Edytuj"; +$a->strings["pinned item"] = ""; +$a->strings["Delete locally"] = "Usuń lokalnie"; +$a->strings["Delete globally"] = "Usuń globalnie"; +$a->strings["Remove locally"] = "Usuń lokalnie"; +$a->strings["save to folder"] = "zapisz w folderze"; +$a->strings["I will attend"] = "Będę uczestniczyć"; +$a->strings["I will not attend"] = "Nie będę uczestniczyć"; +$a->strings["I might attend"] = "Mogę wziąć udział"; +$a->strings["ignore thread"] = "zignoruj ​​wątek"; +$a->strings["unignore thread"] = "odignoruj ​​wątek"; +$a->strings["toggle ignore status"] = "przełącz status ignorowania"; +$a->strings["ignored"] = "ignorowany(-a)"; +$a->strings["pin"] = "przypnij"; +$a->strings["unpin"] = "odepnij"; +$a->strings["toggle pin status"] = ""; +$a->strings["pinned"] = "Przypięte"; +$a->strings["add star"] = "dodaj gwiazdkę"; +$a->strings["remove star"] = "anuluj gwiazdkę"; +$a->strings["toggle star status"] = "włącz status gwiazdy"; +$a->strings["starred"] = "gwiazdką"; +$a->strings["add tag"] = "dodaj tag"; +$a->strings["I like this (toggle)"] = "Lubię to (zmień)"; +$a->strings["like"] = "lubię to"; +$a->strings["I don't like this (toggle)"] = "Nie lubię tego (zmień)"; +$a->strings["dislike"] = "nie lubię tego"; +$a->strings["Share this"] = "Udostępnij to"; +$a->strings["share"] = "udostępnij"; +$a->strings["%s (Received %s)"] = ""; +$a->strings["to"] = "do"; +$a->strings["via"] = "przez"; +$a->strings["Wall-to-Wall"] = "Wall-to-Wall"; +$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:"; +$a->strings["Comment"] = "Komentarz"; +$a->strings["Reply to %s"] = "Odpowiedź %s"; +$a->strings["Notifier task is pending"] = "Zadanie Notifier jest w toku"; +$a->strings["Delivery to remote servers is pending"] = "Trwa przesyłanie do serwerów zdalnych"; +$a->strings["Delivery to remote servers is underway"] = "Trwa dostawa do serwerów zdalnych"; +$a->strings["Delivery to remote servers is mostly done"] = "Dostawa do zdalnych serwerów jest w większości wykonywana"; +$a->strings["Delivery to remote servers is done"] = "Trwa dostarczanie do zdalnych serwerów"; +$a->strings["%d comment"] = [ + 0 => "%d komentarz", + 1 => "%d komentarze", + 2 => "%d komentarzy", + 3 => "%d komentarzy", ]; -$a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła"; -$a->strings["Birthday:"] = "Urodziny:"; -$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD"; -$a->strings["never"] = "nigdy"; -$a->strings["less than a second ago"] = "mniej niż sekundę temu"; -$a->strings["year"] = "rok"; -$a->strings["years"] = "lata"; -$a->strings["months"] = "miesiące"; -$a->strings["weeks"] = "tygodnie"; -$a->strings["days"] = "dni"; -$a->strings["hour"] = "godzina"; -$a->strings["hours"] = "godziny"; -$a->strings["minute"] = "minuta"; -$a->strings["minutes"] = "minuty"; -$a->strings["second"] = "sekunda"; -$a->strings["seconds"] = "sekundy"; -$a->strings["in %1\$d %2\$s"] = "w %1\$d %2\$s"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu"; +$a->strings["Show more"] = "Pokaż więcej"; +$a->strings["Show fewer"] = "Pokaż mniej"; +$a->strings["comment"] = [ + 0 => "komentarz", + 1 => "komentarze", + 2 => "komentarze", + 3 => "komentarz", +]; +$a->strings["This is you"] = "To jesteś ty"; +$a->strings["No system theme config value set."] = "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego."; $a->strings["view full size"] = "zobacz pełny rozmiar"; $a->strings["Image/photo"] = "Obrazek/zdjęcie"; $a->strings["%2\$s %3\$s"] = "%2\$s%3\$s"; +$a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć"; $a->strings["$1 wrote:"] = "$1 napisał:"; $a->strings["Encrypted content"] = "Szyfrowana treść"; $a->strings["Invalid source protocol"] = "Nieprawidłowy protokół źródłowy"; $a->strings["Invalid link protocol"] = "Niepoprawny link protokołu"; $a->strings["Loading more entries..."] = "Ładuję więcej wpisów..."; $a->strings["The end"] = "Koniec"; +$a->strings["Save"] = "Zapisz"; $a->strings["Follow"] = "Śledź"; +$a->strings["Search"] = "Szukaj"; $a->strings["@name, !forum, #tags, content"] = "@imię, !forum, #tagi, treść"; $a->strings["Full Text"] = "Pełny tekst"; $a->strings["Tags"] = "Tagi"; -$a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć"; -$a->strings["Export"] = "Eksport"; -$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical"; -$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv"; -$a->strings["No contacts"] = "Brak kontaktów"; -$a->strings["%d Contact"] = [ - 0 => "%d kontakt", - 1 => "%d kontaktów", - 2 => "%d kontakty", - 3 => "%d Kontakty", -]; -$a->strings["View Contacts"] = "Widok kontaktów"; -$a->strings["Trending Tags (last %d hour)"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["More Trending Tags"] = "Więcej popularnych tagów"; -$a->strings["newer"] = "nowsze"; -$a->strings["older"] = "starsze"; -$a->strings["prev"] = "poprzedni"; -$a->strings["last"] = "ostatni"; $a->strings["Frequently"] = "Często"; $a->strings["Hourly"] = "Co godzinę"; $a->strings["Twice daily"] = "Dwa razy dziennie"; @@ -1260,6 +391,7 @@ $a->strings["DFRN"] = "DFRN"; $a->strings["OStatus"] = "OStatus"; $a->strings["RSS/Atom"] = "RSS/Atom"; $a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; @@ -1267,6 +399,7 @@ $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; +$a->strings["Discourse"] = ""; $a->strings["Diaspora Connector"] = "Łącze Diaspora"; $a->strings["GNU Social Connector"] = "Łącze GNU Social"; $a->strings["ActivityPub"] = "Pub aktywności"; @@ -1328,6 +461,35 @@ $a->strings["Uncertain"] = "Nieokreślony(-a)"; $a->strings["It's complicated"] = "To skomplikowane"; $a->strings["Don't care"] = "Nie przejmuj się"; $a->strings["Ask me"] = "Zapytaj mnie"; +$a->strings["Add New Contact"] = "Dodaj nowy kontakt"; +$a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara"; +$a->strings["Connect"] = "Połącz"; +$a->strings["%d invitation available"] = [ + 0 => "%d zaproszenie dostępne", + 1 => "%d zaproszeń dostępnych", + 2 => "%d zaproszenia dostępne", + 3 => "%d zaproszenia dostępne", +]; +$a->strings["Followers"] = ""; +$a->strings["Following"] = ""; +$a->strings["Mutual friends"] = "Wspólni znajomi"; +$a->strings["Relationships"] = "Relacje"; +$a->strings["All Contacts"] = "Wszystkie kontakty"; +$a->strings["Protocols"] = "Protokoły"; +$a->strings["All Protocols"] = "Wszystkie protokoły"; +$a->strings["Saved Folders"] = "Zapisz w folderach"; +$a->strings["Everything"] = "Wszystko"; +$a->strings["Categories"] = "Kategorie"; +$a->strings["%d contact in common"] = [ + 0 => "%d wspólny kontakt", + 1 => "%d wspólne kontakty", + 2 => "%d wspólnych kontaktów", + 3 => "%dwspólnych kontaktów", +]; +$a->strings["Archives"] = "Archiwum"; +$a->strings["Embedding disabled"] = "Osadzanie wyłączone"; +$a->strings["Embedded content"] = "Osadzona zawartość"; $a->strings["General Features"] = "Funkcje ogólne"; $a->strings["Multiple Profiles"] = "Wiele profili"; $a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili"; @@ -1343,7 +505,6 @@ $a->strings["Add/remove mention when a forum page is selected/deselected in ACL $a->strings["Explicit Mentions"] = ""; $a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Dodaj wyraźne wzmianki do pola komentarza, aby ręcznie kontrolować, kto zostanie wymieniony w odpowiedziach."; $a->strings["Network Sidebar"] = "Sieć Pasek Boczny"; -$a->strings["Archives"] = "Archiwum"; $a->strings["Ability to select posts by date ranges"] = "Wybierz wpisy według zakresów dat"; $a->strings["Protocol Filter"] = "Filtr protokołu"; $a->strings["Enable widget to display Network posts only from selected protocols"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranych protokołów"; @@ -1370,6 +531,7 @@ $a->strings["Login"] = "Zaloguj się"; $a->strings["Sign in"] = "Zaloguj się"; $a->strings["Personal notes"] = "Notatki"; $a->strings["Your personal notes"] = "Twoje prywatne notatki"; +$a->strings["Home"] = "Strona domowa"; $a->strings["Home Page"] = "Strona startowa"; $a->strings["Register"] = "Zarejestruj"; $a->strings["Create an account"] = "Załóż konto"; @@ -1387,77 +549,151 @@ $a->strings["Terms of Service"] = "Warunki usługi"; $a->strings["Terms of Service of this Friendica instance"] = "Warunki świadczenia usług tej instancji Friendica"; $a->strings["Network Reset"] = "Resetowanie sieci"; $a->strings["Load Network page with no filters"] = "Załaduj stronę sieci bez filtrów"; +$a->strings["Introductions"] = "Zapoznanie"; $a->strings["Friend Requests"] = "Prośba o przyjęcie do grona znajomych"; +$a->strings["Notifications"] = "Powiadomienia"; $a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia"; +$a->strings["Mark as seen"] = "Oznacz jako przeczytane"; $a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane"; $a->strings["Inbox"] = "Odebrane"; $a->strings["Outbox"] = "Wysłane"; -$a->strings["Manage"] = "Zarządzaj"; +$a->strings["New Message"] = "Nowa wiadomość"; +$a->strings["Delegation"] = ""; $a->strings["Manage other pages"] = "Zarządzaj innymi stronami"; +$a->strings["Profiles"] = "Profile"; $a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile"; $a->strings["Admin"] = "Administator"; $a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji"; $a->strings["Navigation"] = "Nawigacja"; $a->strings["Site map"] = "Mapa strony"; -$a->strings["Embedding disabled"] = "Osadzanie wyłączone"; -$a->strings["Embedded content"] = "Osadzona zawartość"; -$a->strings["Add New Contact"] = "Dodaj nowy kontakt"; -$a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara"; -$a->strings["%d invitation available"] = [ - 0 => "%d zaproszenie dostępne", - 1 => "%d zaproszeń dostępnych", - 2 => "%d zaproszenia dostępne", - 3 => "%d zaproszenia dostępne", +$a->strings["Remove term"] = "Usuń wpis"; +$a->strings["Saved Searches"] = "Zapisywanie wyszukiwania"; +$a->strings["Export"] = "Eksport"; +$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical"; +$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv"; +$a->strings["Trending Tags (last %d hour)"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", ]; -$a->strings["Following"] = ""; -$a->strings["Mutual friends"] = "Wspólni znajomi"; -$a->strings["Relationships"] = "Relacje"; -$a->strings["All Contacts"] = "Wszystkie kontakty"; -$a->strings["Protocols"] = "Protokoły"; -$a->strings["All Protocols"] = "Wszystkie protokoły"; -$a->strings["Saved Folders"] = "Zapisz w folderach"; -$a->strings["Everything"] = "Wszystko"; -$a->strings["Categories"] = "Kategorie"; -$a->strings["%d contact in common"] = [ - 0 => "%d wspólny kontakt", - 1 => "%d wspólne kontakty", - 2 => "%d wspólnych kontaktów", - 3 => "%dwspólnych kontaktów", +$a->strings["More Trending Tags"] = "Więcej popularnych tagów"; +$a->strings["No contacts"] = "Brak kontaktów"; +$a->strings["%d Contact"] = [ + 0 => "%d kontakt", + 1 => "%d kontaktów", + 2 => "%d kontakty", + 3 => "%d Kontakty", ]; -$a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel."; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "Błędy napotkane podczas dokonywania zmian w bazie danych: "; -$a->strings["%s: Database update"] = "%s: Aktualizacja bazy danych"; -$a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli."; -$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu."; -$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu"; -$a->strings["Storage base path"] = "Ścieżka bazy pamięci masowej"; -$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW"; -$a->strings["Enter a valid existing folder"] = "Wprowadź poprawny istniejący folder"; -$a->strings["Database storage failed to update %s"] = "Przechowywanie bazy danych nie powiodło się %s"; -$a->strings["Database storage failed to insert data"] = "Magazyn bazy danych nie mógł wstawić danych"; -$a->strings["Drop Contact"] = "Zakończ znajomość"; -$a->strings["Organisation"] = "Organizacja"; -$a->strings["News"] = "Aktualności"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."; -$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."; -$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; -$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; -$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."; -$a->strings["Use mailto: in front of address to force email check."] = "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; -$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; +$a->strings["View Contacts"] = "Widok kontaktów"; +$a->strings["newer"] = "nowsze"; +$a->strings["older"] = "starsze"; +$a->strings["first"] = "pierwszy"; +$a->strings["prev"] = "poprzedni"; +$a->strings["next"] = "następny"; +$a->strings["last"] = "ostatni"; +$a->strings["Edit profile"] = "Edytuj profil"; +$a->strings["Manage/edit profiles"] = "Zarządzaj profilami"; +$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; +$a->strings["Create New Profile"] = "Utwórz nowy profil"; +$a->strings["Profile Image"] = "Zdjęcie profilowe"; +$a->strings["visible to everybody"] = "widoczne dla wszystkich"; +$a->strings["Edit visibility"] = "Edytuj widoczność"; +$a->strings["Location:"] = "Lokalizacja:"; +$a->strings["Gender:"] = "Płeć:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Strona główna:"; +$a->strings["About:"] = "O:"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Unfollow"] = ""; +$a->strings["Atom feed"] = "Kanał Atom"; +$a->strings["Network:"] = "Sieć:"; +$a->strings["g A l F d"] = "g A I F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[dziś]"; +$a->strings["Birthday Reminders"] = "Przypomnienia o urodzinach"; +$a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:"; +$a->strings["[No description]"] = "[Brak opisu]"; +$a->strings["Event Reminders"] = "Przypominacze wydarzeń"; +$a->strings["Upcoming events the next 7 days:"] = "Nadchodzące wydarzenia w ciągu następnych 7 dni:"; +$a->strings["Full Name:"] = "Imię i nazwisko:"; +$a->strings["Member since:"] = "Członek od:"; +$a->strings["j F, Y"] = "d M, R"; +$a->strings["j F"] = "d M"; +$a->strings["Birthday:"] = "Urodziny:"; +$a->strings["Age:"] = "Wiek:"; +$a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Preferencje seksualne:"; +$a->strings["Hometown:"] = "Miasto rodzinne:"; +$a->strings["Tags:"] = "Tagi:"; +$a->strings["Political Views:"] = "Poglądy polityczne:"; +$a->strings["Religion:"] = "Religia:"; +$a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:"; +$a->strings["Likes:"] = "Lubię to:"; +$a->strings["Dislikes:"] = "Nie lubię tego:"; +$a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społecznościowe:"; +$a->strings["Musical interests:"] = "Zainteresowania muzyczne:"; +$a->strings["Books, literature:"] = "Książki, literatura:"; +$a->strings["Television:"] = "Telewizja:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka:"; +$a->strings["Love/Romance:"] = "Miłość/Romans:"; +$a->strings["Work/employment:"] = "Praca/zatrudnienie:"; +$a->strings["School/education:"] = "Szkoła/edukacja:"; +$a->strings["Forums:"] = "Fora:"; +$a->strings["Basic"] = "Podstawowy"; +$a->strings["Advanced"] = "Zaawansowany"; +$a->strings["Status Messages and Posts"] = "Status wiadomości i postów"; +$a->strings["Profile Details"] = "Szczegóły profilu"; +$a->strings["Photo Albums"] = "Albumy zdjęć"; +$a->strings["Personal Notes"] = "Notatki"; +$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć"; +$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników"; +$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s wita %2\$s"; $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "Rozpoczęcie:"; $a->strings["Finishes:"] = "Zakończenie:"; $a->strings["all-day"] = "cały dzień"; +$a->strings["Sun"] = "Niedz"; +$a->strings["Mon"] = "Pon"; +$a->strings["Tue"] = "Wt"; +$a->strings["Wed"] = "Śr"; +$a->strings["Thu"] = "Czw"; +$a->strings["Fri"] = "Pt"; +$a->strings["Sat"] = "Sob"; +$a->strings["Sunday"] = "Niedziela"; +$a->strings["Monday"] = "Poniedziałek"; +$a->strings["Tuesday"] = "Wtorek"; +$a->strings["Wednesday"] = "Środa"; +$a->strings["Thursday"] = "Czwartek"; +$a->strings["Friday"] = "Piątek"; +$a->strings["Saturday"] = "Sobota"; +$a->strings["Jan"] = "Sty"; +$a->strings["Feb"] = "Lut"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Kwi"; +$a->strings["May"] = "Maj"; +$a->strings["Jun"] = "Cze"; +$a->strings["Jul"] = "Lip"; +$a->strings["Aug"] = "Sie"; $a->strings["Sept"] = "Wrz"; +$a->strings["Oct"] = "Paź"; +$a->strings["Nov"] = "Lis"; +$a->strings["Dec"] = "Gru"; +$a->strings["January"] = "Styczeń"; +$a->strings["February"] = "Luty"; +$a->strings["March"] = "Marzec"; +$a->strings["April"] = "Kwiecień"; +$a->strings["June"] = "Czerwiec"; +$a->strings["July"] = "Lipiec"; +$a->strings["August"] = "Sierpień"; +$a->strings["September"] = "Wrzesień"; +$a->strings["October"] = "Październik"; +$a->strings["November"] = "Listopad"; +$a->strings["December"] = "Grudzień"; +$a->strings["today"] = "dzisiaj"; +$a->strings["month"] = "miesiąc"; +$a->strings["week"] = "tydzień"; +$a->strings["day"] = "dzień"; $a->strings["No events to display"] = "Brak wydarzeń do wyświetlenia"; $a->strings["l, F j"] = "l, F j"; $a->strings["Edit event"] = "Edytuj wydarzenie"; @@ -1470,67 +706,10 @@ $a->strings["Show map"] = "Pokaż mapę"; $a->strings["Hide map"] = "Ukryj mapę"; $a->strings["%s's birthday"] = "%s urodzin"; $a->strings["Happy Birthday %s"] = "Urodziny %s"; -$a->strings["Item filed"] = "Element złożony"; -$a->strings["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."] = "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."; -$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów"; -$a->strings["Everybody"] = "Wszyscy"; -$a->strings["edit"] = "edytuj"; -$a->strings["Groups"] = "Grupy"; -$a->strings["Edit group"] = "Edytuj grupy"; -$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie"; -$a->strings["Create a new group"] = "Stwórz nową grupę"; -$a->strings["Group Name: "] = "Nazwa grupy: "; -$a->strings["Edit groups"] = "Edytuj grupy"; -$a->strings["activity"] = "aktywność"; -$a->strings["comment"] = [ - 0 => "komentarz", - 1 => "komentarze", - 2 => "komentarze", - 3 => "komentarz", -]; -$a->strings["post"] = "post"; -$a->strings["Content warning: %s"] = "Ostrzeżenie o treści: %s"; -$a->strings["bytes"] = "bajty"; -$a->strings["View on separate page"] = "Zobacz na oddzielnej stronie"; -$a->strings["view on separate page"] = "zobacz na oddzielnej stronie"; -$a->strings["[no subject]"] = "[bez tematu]"; -$a->strings["Edit profile"] = "Edytuj profil"; -$a->strings["Manage/edit profiles"] = "Zarządzaj profilami"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Strona główna:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Unfollow"] = ""; -$a->strings["Atom feed"] = "Kanał Atom"; -$a->strings["g A l F d"] = "g A I F d"; -$a->strings["F d"] = "F d"; -$a->strings["[today]"] = "[dziś]"; -$a->strings["Birthday Reminders"] = "Przypomnienia o urodzinach"; -$a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:"; -$a->strings["[No description]"] = "[Brak opisu]"; -$a->strings["Event Reminders"] = "Przypominacze wydarzeń"; -$a->strings["Upcoming events the next 7 days:"] = "Nadchodzące wydarzenia w ciągu następnych 7 dni:"; -$a->strings["Member since:"] = "Członek od:"; -$a->strings["j F, Y"] = "d M, R"; -$a->strings["j F"] = "d M"; -$a->strings["Age:"] = "Wiek:"; -$a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s"; -$a->strings["Religion:"] = "Religia:"; -$a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:"; -$a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społecznościowe:"; -$a->strings["Musical interests:"] = "Zainteresowania muzyczne:"; -$a->strings["Books, literature:"] = "Książki, literatura:"; -$a->strings["Television:"] = "Telewizja:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka:"; -$a->strings["Love/Romance:"] = "Miłość/Romans:"; -$a->strings["Work/employment:"] = "Praca/zatrudnienie:"; -$a->strings["School/education:"] = "Szkoła/edukacja:"; -$a->strings["Forums:"] = "Fora:"; -$a->strings["Profile Details"] = "Szczegóły profilu"; -$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć"; -$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników"; -$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s wita %2\$s"; +$a->strings["Contact Photos"] = "Zdjęcia kontaktu"; $a->strings["Login failed"] = "Logowanie nieudane"; $a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia"; +$a->strings["User not found"] = "Użytkownik nie znaleziony"; $a->strings["Password can't be empty"] = "Hasło nie może być puste"; $a->strings["Empty passwords are not allowed."] = "Puste hasła są niedozwolone."; $a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."; @@ -1569,11 +748,68 @@ $a->strings["An error occurred creating your self contact. Please try again."] = $a->strings["An error occurred creating your default contact group. Please try again."] = "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%4\$s\n\t\t\tHasło:\t\t%5\$s\n\t\t"; $a->strings["Registration at %s"] = "Rejestracja w %s"; -$a->strings["\n\t\t\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\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tSzanowna/y %1\$s,\n\t\t\t\tDziękujemy za rejestrację w %2\$s. Twoje konto zostało utworzone.\n\t\t\t"; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%1\$s\n\t\t\tHasło:\t\t%5\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2\$s."; $a->strings["Registration details for %s"] = "Szczegóły rejestracji dla %s"; -$a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora"; -$a->strings["Attachments:"] = "Załączniki:"; +$a->strings["[no subject]"] = "[bez tematu]"; +$a->strings["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."] = "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."; +$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów"; +$a->strings["Everybody"] = "Wszyscy"; +$a->strings["edit"] = "edytuj"; +$a->strings["add"] = "dodaj"; +$a->strings["Groups"] = "Grupy"; +$a->strings["Edit group"] = "Edytuj grupy"; +$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie"; +$a->strings["Create a new group"] = "Stwórz nową grupę"; +$a->strings["Group Name: "] = "Nazwa grupy: "; +$a->strings["Edit groups"] = "Edytuj grupy"; +$a->strings["Item filed"] = "Element złożony"; +$a->strings["UnFollow"] = ""; +$a->strings["Drop Contact"] = "Zakończ znajomość"; +$a->strings["Approve"] = "Zatwierdź"; +$a->strings["Organisation"] = "Organizacja"; +$a->strings["News"] = "Aktualności"; +$a->strings["Forum"] = "Forum"; +$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; +$a->strings["Blocked domain"] = "Zablokowana domena"; +$a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."; +$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."; +$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; +$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; +$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."; +$a->strings["Use mailto: in front of address to force email check."] = "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; +$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; +$a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]"; +$a->strings["activity"] = "aktywność"; +$a->strings["post"] = "post"; +$a->strings["Content warning: %s"] = "Ostrzeżenie o treści: %s"; +$a->strings["View Video"] = "Zobacz film"; +$a->strings["bytes"] = "bajty"; +$a->strings["View on separate page"] = "Zobacz na oddzielnej stronie"; +$a->strings["view on separate page"] = "zobacz na oddzielnej stronie"; +$a->strings["Database storage failed to update %s"] = "Przechowywanie bazy danych nie powiodło się %s"; +$a->strings["Database storage failed to insert data"] = "Magazyn bazy danych nie mógł wstawić danych"; +$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu."; +$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu"; +$a->strings["Storage base path"] = "Ścieżka bazy pamięci masowej"; +$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW"; +$a->strings["Enter a valid existing folder"] = "Wprowadź poprawny istniejący folder"; +$a->strings["%s commented on %s's post"] = "%s skomentował wpis %s"; +$a->strings["%s created a new post"] = "%s dodał nowy wpis"; +$a->strings["%s liked %s's post"] = "%s polubił wpis %s"; +$a->strings["%s disliked %s's post"] = "%s nie lubi tych %s postów"; +$a->strings["%s is attending %s's event"] = "%s uczestniczy w wydarzeniu %s"; +$a->strings["%s is not attending %s's event"] = "%s nie uczestniczy w wydarzeniu %s"; +$a->strings["%s may attend %s's event"] = "%s może uczestniczyć %s w wydarzeniu"; +$a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s"; +$a->strings["Friend Suggestion"] = "Propozycja znajomych"; +$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych"; +$a->strings["New Follower"] = "Nowy obserwujący"; $a->strings["%s's timeline"] = "oś czasu %s"; $a->strings["%s's posts"] = "wpisy %s"; $a->strings["%s's comments"] = "komentarze %s"; @@ -1581,27 +817,261 @@ $a->strings["%s is now following %s."] = "%s zaczął(-ęła) obserwować %s."; $a->strings["following"] = "następujący"; $a->strings["%s stopped following %s."] = "%s przestał(a) obserwować %s."; $a->strings["stopped following"] = "przestał śledzić"; -$a->strings["(no subject)"] = "(bez tematu)"; +$a->strings["Attachments:"] = "Załączniki:"; +$a->strings["Legacy module file not found: %s"] = "Nie znaleziono pliku modułu: %s"; +$a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]"; +$a->strings["[Friendica Notify] Database update"] = "[Powiadomienie Friendica] Aktualizacja bazy danych"; +$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s."; +$a->strings["Sep"] = "Wrz"; +$a->strings["poke"] = "zaczep"; +$a->strings["poked"] = "zaczepił Cię"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "napięcia"; +$a->strings["prod"] = "zaczep"; +$a->strings["prodded"] = "zaczepiać"; +$a->strings["slap"] = "klask"; +$a->strings["slapped"] = "spoliczkowany"; +$a->strings["finger"] = "wskaż"; +$a->strings["fingered"] = "dotknięty"; +$a->strings["rebuff"] = "odrzuć"; +$a->strings["rebuffed"] = "odrzucony"; +$a->strings["Login failed."] = "Logowanie nieudane."; +$a->strings["Login failed. Please check your credentials."] = "Logowanie nie powiodło się. Sprawdź swoje dane uwierzytelniające."; +$a->strings["Welcome %s"] = "Witaj %s"; +$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe."; +$a->strings["Welcome back %s"] = "Witaj ponownie %s"; +$a->strings["Mutuals"] = ""; +$a->strings["Post to Email"] = "Prześlij e-mailem"; +$a->strings["Public"] = "Publiczny"; +$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "Ta treść zostanie wyświetlona wszystkim Twoim obserwatorom i będzie widoczna na stronach społeczności oraz przez każdego z jej linkiem."; +$a->strings["Limited/Private"] = "Ograniczony/Prywatny"; +$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Ta zawartość będzie wyświetlana tylko osobom w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie."; +$a->strings["Show to:"] = "Pokaż na:"; +$a->strings["Except to:"] = "Z wyjątkiem:"; +$a->strings["CC: email addresses"] = "CC: adresy e-mail"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com"; +$a->strings["Connectors"] = "Wtyczki"; +$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."; +$a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"; +$a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!"; +$a->strings["User creation error"] = "Błąd tworzenia użytkownika"; +$a->strings["User profile creation error"] = "Błąd tworzenia profilu użytkownika"; +$a->strings["%d contact not imported"] = [ + 0 => "Nie zaimportowano %d kontaktu", + 1 => "Nie zaimportowano %d kontaktów", + 2 => "Nie zaimportowano %d kontaktów", + 3 => "%d kontakty nie zostały zaimportowane ", +]; +$a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła"; +$a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\"."; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć PHP dla wiersza poleceń w PATH serwera."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wierszem poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'"; +$a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."; +$a->strings["Command line PHP"] = "Linia komend PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"; +$a->strings["Found PHP version: "] = "Znaleziona wersja PHP: "; +$a->strings["PHP cli binary"] = "PHP cli binarny"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "Jest wymagane, aby dostarczanie wiadomości działało."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generuj klucz kodowania"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."; +$a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite"; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."; +$a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP"; +$a->strings["Error, XML PHP module required but not installed."] = "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."; +$a->strings["XML PHP module"] = "Moduł XML PHP"; +$a->strings["libCurl PHP module"] = "Moduł PHP libCurl"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."; +$a->strings["GD graphics PHP module"] = "Moduł PHP-GD"; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."; +$a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL"; +$a->strings["Error: openssl PHP module required but not installed."] = "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."; +$a->strings["mb_string PHP module"] = "Moduł PHP mb_string"; +$a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string jest wymagany ,ale nie jest zainstalowany."; +$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["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["File Information PHP module"] = "Informacje o pliku Moduł PHP"; +$a->strings["Error: File Information PHP module required but not installed."] = "Błąd: wymagane informacje o pliku Moduł 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."] = "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica."; +$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"] = "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."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "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."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny"; +$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "Adres URL zapisany w .htaccess nie działa. Upewnij się, że skopiowano .htaccess-dist do .htaccess."; +$a->strings["Error message from Curl when fetching"] = "Komunikat o błędzie z Curl podczas pobierania"; +$a->strings["Url rewrite is working"] = "Działający adres URL"; +$a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane"; +$a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje GIF"; +$a->strings["Database already in use."] = "Baza danych jest już w użyciu."; +$a->strings["Could not connect to database."] = "Nie można połączyć się z bazą danych."; +$a->strings["Public access denied."] = "Publiczny dostęp zabroniony."; +$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; +$a->strings["Find on this site"] = "Znajdź na tej stronie"; +$a->strings["Results for:"] = "Wyniki dla:"; +$a->strings["Site Directory"] = "Katalog Witryny"; +$a->strings["Bad Request"] = "Nieprawidłowe żądanie"; +$a->strings["Unauthorized"] = "Nieautoryzowane"; +$a->strings["Forbidden"] = "Zabronione"; +$a->strings["Not Found"] = "Nie znaleziono"; +$a->strings["Internal Server Error"] = "Wewnętrzny błąd serwera"; +$a->strings["Service Unavailable"] = "Usługa Niedostępna "; +$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta."; +$a->strings["Authentication is required and has failed or has not yet been provided."] = "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone."; +$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta."; +$a->strings["The requested resource could not be found but may be available in the future."] = "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości."; +$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat."; +$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później."; +$a->strings["Go back"] = "Wróć"; +$a->strings["Help:"] = "Pomoc:"; +$a->strings["Manage Identities and/or Pages"] = "Zarządzaj tożsamościami i/lub stronami"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""; +$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania: "; $a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji."; $a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "Te dane są wymagane do komunikacji i są przekazywane do węzłów partnerów komunikacyjnych i są tam przechowywane. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych."; -$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z ustawień konta. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w%1\$s / Usuń mnie. Usunięcie konta będzie trwałe. Skasowanie danych będzie również wymagane od węzłów partnerów komunikacyjnych."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = ""; $a->strings["Privacy Statement"] = "Oświadczenie o prywatności"; -$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji."; -$a->strings["Applications"] = "Aplikacje"; -$a->strings["Credits"] = "Zaufany"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"; -$a->strings["Addon not found."] = "Nie znaleziono dodatku."; -$a->strings["Addon %s disabled."] = "Dodatek %s wyłączony."; -$a->strings["Addon %s enabled."] = "Dodatek %s włączony."; -$a->strings["Disable"] = "Wyłącz"; -$a->strings["Enable"] = "Zezwól"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Instalator"; +$a->strings["System check"] = "Sprawdzanie systemu"; +$a->strings["Next"] = "Następny"; +$a->strings["Check again"] = "Sprawdź ponownie"; +$a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL, linki będą śledzić stan SSL"; +$a->strings["Force all links to use SSL"] = "Wymuś używanie SSL na wszystkich odnośnikach"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . "; +$a->strings["Base settings"] = "Ustawienia bazy"; +$a->strings["SSL link policy"] = "Polityka odnośników SSL"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Określa, czy generowane odnośniki będą obowiązkowo używały SSL"; +$a->strings["Host name"] = "Nazwa hosta"; +$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian."; +$a->strings["Base path to installation"] = "Podstawowa ścieżka do instalacji"; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."; +$a->strings["Sub path of the URL"] = "Ścieżka podrzędna adresu URL"; +$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki."; +$a->strings["Database connection"] = "Połączenie z bazą danych"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."; +$a->strings["Database Server Name"] = "Nazwa serwera bazy danych"; +$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych"; +$a->strings["Database Login Password"] = "Hasło logowania do bazy danych"; +$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste"; +$a->strings["Database Name"] = "Nazwa bazy danych"; +$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony"; +$a->strings["Site settings"] = "Ustawienia strony"; +$a->strings["Site administrator email address"] = "Adres e-mail administratora strony"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."; +$a->strings["System Language:"] = "Język systemu:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."; +$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana."; +$a->strings["Installation finished"] = "Instalacja zakończona"; +$a->strings["

What next

"] = "

Co dalej

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."; +$a->strings["Please login to continue."] = "Zaloguj się aby kontynuować."; +$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne."; +$a->strings["Overview"] = "Przegląd"; +$a->strings["Federation Statistics"] = "Statystyki Organizacji"; +$a->strings["Configuration"] = "Konfiguracja"; +$a->strings["Site"] = "Strona"; +$a->strings["Users"] = "Użytkownicy"; +$a->strings["Addons"] = "Dodatki"; +$a->strings["Themes"] = "Wygląd"; +$a->strings["Additional features"] = "Dodatkowe funkcje"; +$a->strings["Database"] = "Baza danych"; +$a->strings["DB updates"] = "Aktualizacje DB"; +$a->strings["Inspect Deferred Workers"] = "Sprawdź Odroczonych Pracowników"; +$a->strings["Inspect worker Queue"] = "Sprawdź kolejkę pracowników"; +$a->strings["Tools"] = "Narzędzia"; +$a->strings["Contact Blocklist"] = "Lista zablokowanych kontaktów"; +$a->strings["Server Blocklist"] = "Lista zablokowanych serwerów"; +$a->strings["Delete Item"] = "Usuń przedmiot"; +$a->strings["Logs"] = "Logi"; +$a->strings["View Logs"] = "Zobacz rejestry"; +$a->strings["Diagnostics"] = "Diagnostyka"; +$a->strings["PHP Info"] = "Informacje o PHP"; +$a->strings["probe address"] = "adres sondy"; +$a->strings["check webfinger"] = "sprawdź webfinger"; +$a->strings["Item Source"] = "Źródło elementu"; +$a->strings["Babel"] = ""; +$a->strings["Addon Features"] = "Funkcje dodatkowe"; +$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkowników czekające na potwierdzenie"; +$a->strings["Create a New Account"] = "Załóż nowe konto"; +$a->strings["Your OpenID: "] = ""; +$a->strings["Please enter your username and password to add the OpenID to your existing account."] = ""; +$a->strings["Or login using OpenID: "] = "Lub zaloguj się za pośrednictwem OpenID: "; +$a->strings["Nickname or Email: "] = "Pseudonim lub e-mail: "; +$a->strings["Password: "] = "Hasło: "; +$a->strings["Remember me"] = "Zapamiętaj mnie"; +$a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?"; +$a->strings["Password Reset"] = "Zresetuj hasło"; +$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny"; +$a->strings["terms of service"] = "warunki użytkowania"; +$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny"; +$a->strings["privacy policy"] = "polityka prywatności"; +$a->strings["Access to this profile has been restricted."] = "Dostęp do tego profilu został ograniczony."; +$a->strings["Invalid code, please retry."] = "Nieprawidłowy kod, spróbuj ponownie."; +$a->strings["Two-factor authentication"] = "Uwierzytelnianie dwuskładnikowe"; +$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.

"; +$a->strings["Error"] = [ + 0 => "Błąd", + 1 => "Błędów", + 2 => "Błędy", + 3 => "Błędów", +]; +$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Nie masz telefonu? Wprowadzić dwuetapowy kod przywracania "; +$a->strings["Please enter a code from your authentication app"] = "Wprowadź kod z aplikacji uwierzytelniającej"; +$a->strings["Verify code and complete login"] = "Zweryfikuj kod i zakończ logowanie"; +$a->strings["Remaining recovery codes: %d"] = "Pozostałe kody odzyskiwania: %d"; +$a->strings["Two-factor recovery"] = "Odzyskiwanie dwuczynnikowe"; +$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.

"; +$a->strings["Please enter a recovery code"] = "Wprowadź kod odzyskiwania"; +$a->strings["Submit recovery code and complete login"] = "Prześlij kod odzyskiwania i pełne logowanie"; +$a->strings["System down for maintenance"] = "System wyłączony w celu konserwacji"; +$a->strings["This page is missing a url parameter."] = "Na tej stronie brakuje parametru url."; +$a->strings["The post was created"] = "Post został utworzony"; +$a->strings["Invalid photo with id %s."] = "Nieprawidłowe zdjęcie z identyfikatorem %s."; +$a->strings["Item was not found."] = "Element nie znaleziony."; +$a->strings["Server domain pattern added to blocklist."] = "Wzorzec domeny serwera dodano do listy bloków."; +$a->strings["Site blocklist updated."] = "Zaktualizowano listę bloków witryny."; +$a->strings["Blocked server domain pattern"] = "Zablokowany wzorzec domeny serwera"; +$a->strings["Reason for the block"] = "Powód blokowania"; +$a->strings["Delete server domain pattern"] = "Usuń wzorzec domeny serwera"; +$a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków"; $a->strings["Administration"] = "Administracja"; -$a->strings["Toggle"] = "Włącz"; -$a->strings["Author: "] = "Autor: "; -$a->strings["Maintainer: "] = "Opiekun: "; -$a->strings["Addon %s failed to install."] = "Instalacja dodatku %s nie powiodła się."; -$a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s"; +$a->strings["Server Domain Pattern Blocklist"] = "Lista bloków wzorców domen serwerów"; +$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "Ta strona może zostać użyta do zdefiniowania czarnej listy wzorców domen serwera z sieci stowarzyszonej, które nie mogą współdziałać z twoim węzłem. Dla każdego wzorca domeny należy również podać powód zablokowania go."; +$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; +$a->strings["Add new entry to block list"] = "Dodaj nowy wpis do listy bloków"; +$a->strings["Server Domain Pattern"] = "Wzorzec domeny serwera"; +$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "Wzorzec domeny nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."; +$a->strings["Block reason"] = "Powód zablokowania"; +$a->strings["The reason why you blocked this server domain pattern."] = "Powód zablokowania wzorca domeny serwera."; +$a->strings["Add Entry"] = "Dodaj wpis"; +$a->strings["Save changes to the blocklist"] = "Zapisz zmiany w liście zablokowanych"; +$a->strings["Current Entries in the Blocklist"] = "Aktualne wpisy na liście zablokowanych"; +$a->strings["Delete entry from blocklist"] = "Usuń wpis z listy zablokowanych"; +$a->strings["Delete entry from blocklist?"] = "Usunąć wpis z listy zablokowanych?"; $a->strings["The contact has been blocked from the node"] = "Kontakt został zablokowany w węźle"; $a->strings["Could not find any contact entry for this URL (%s)"] = "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"; $a->strings["%s contact unblocked"] = [ @@ -1620,6 +1090,7 @@ $a->strings["No remote contact is blocked from this node."] = "Z tego węzła ni $a->strings["Blocked Remote Contacts"] = "Zablokowane kontakty zdalne"; $a->strings["Block New Remote Contact"] = "Zablokuj nowy kontakt zdalny"; $a->strings["Photo"] = "Zdjęcie"; +$a->strings["Name"] = "Nazwa"; $a->strings["Reason"] = ""; $a->strings["%s total blocked contact"] = [ 0 => "łącznie %s zablokowany kontakt", @@ -1627,89 +1098,106 @@ $a->strings["%s total blocked contact"] = [ 2 => "łącznie %s zablokowanych kontaktów", 3 => "%s całkowicie zablokowane kontakty", ]; +$a->strings["Profile URL"] = "Adres URL profilu"; $a->strings["URL of the remote contact to block."] = "Adres URL kontaktu zdalnego do zablokowania."; $a->strings["Block Reason"] = ""; -$a->strings["Server domain pattern added to blocklist."] = "Wzorzec domeny serwera dodano do listy bloków."; -$a->strings["Site blocklist updated."] = "Zaktualizowano listę bloków witryny."; -$a->strings["Blocked server domain pattern"] = "Zablokowany wzorzec domeny serwera"; -$a->strings["Reason for the block"] = "Powód blokowania"; -$a->strings["Delete server domain pattern"] = "Usuń wzorzec domeny serwera"; -$a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków"; -$a->strings["Server Domain Pattern Blocklist"] = "Lista bloków wzorców domen serwerów"; -$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "Ta strona może zostać użyta do zdefiniowania czarnej listy wzorców domen serwera z sieci stowarzyszonej, które nie mogą współdziałać z twoim węzłem. Dla każdego wzorca domeny należy również podać powód zablokowania go."; -$a->strings["The list of blocked server domain patterns will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; -$a->strings["

The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:

\n
    \n\t
  • *: Any number of characters
  • \n\t
  • ?: Any single character
  • \n\t
  • [<char1><char2>...]: char1 or char2
  • \n
"] = ""; -$a->strings["Add new entry to block list"] = "Dodaj nowy wpis do listy bloków"; -$a->strings["Server Domain Pattern"] = "Wzorzec domeny serwera"; -$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "Wzorzec domeny nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."; -$a->strings["Block reason"] = "Powód zablokowania"; -$a->strings["The reason why you blocked this server domain pattern."] = "Powód zablokowania wzorca domeny serwera."; -$a->strings["Add Entry"] = "Dodaj wpis"; -$a->strings["Save changes to the blocklist"] = "Zapisz zmiany w liście zablokowanych"; -$a->strings["Current Entries in the Blocklist"] = "Aktualne wpisy na liście zablokowanych"; -$a->strings["Delete entry from blocklist"] = "Usuń wpis z listy zablokowanych"; -$a->strings["Delete entry from blocklist?"] = "Usunąć wpis z listy zablokowanych?"; -$a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana"; -$a->strings["Database structure update %s was successfully applied."] = "Pomyślnie zastosowano aktualizację %s struktury bazy danych."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"; -$a->strings["Executing %s failed with error: %s"] = "Wykonanie %s nie powiodło się z powodu błędu:%s"; -$a->strings["Update %s was successfully applied."] = "Aktualizacja %s została pomyślnie zastosowana."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."; -$a->strings["There was no additional update function %s that needed to be called."] = "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."; -$a->strings["No failed updates."] = "Brak błędów aktualizacji."; -$a->strings["Check database structure"] = "Sprawdź strukturę bazy danych"; -$a->strings["Failed Updates"] = "Błąd aktualizacji"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."; -$a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"; -$a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji"; -$a->strings["Lock feature %s"] = "Funkcja blokady %s"; -$a->strings["Manage Additional Features"] = "Zarządzanie dodatkowymi funkcjami"; -$a->strings["unknown"] = "nieznany"; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane."; -$a->strings["Federation Statistics"] = "Statystyki Organizacji"; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"; -$a->strings["Item marked for deletion."] = "Przedmiot oznaczony do usunięcia."; -$a->strings["Delete Item"] = "Usuń przedmiot"; -$a->strings["Delete this Item"] = "Usuń ten przedmiot"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "Identyfikator elementu GUID, który chcesz usunąć."; -$a->strings["Item Guid"] = "Element Guid"; -$a->strings["The logfile '%s' is not writable. No logging possible"] = "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania"; -$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów."; -$a->strings["PHP log currently enabled."] = "Dziennik PHP jest obecnie włączony."; -$a->strings["PHP log currently disabled."] = "Dziennik PHP jest obecnie wyłączony."; -$a->strings["Logs"] = "Logi"; -$a->strings["Clear"] = "Wyczyść"; -$a->strings["Enable Debugging"] = "Włącz debugowanie"; -$a->strings["Log file"] = "Plik logów"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."; -$a->strings["Log level"] = "Poziom logów"; -$a->strings["PHP logging"] = "Logowanie w PHP"; -$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia %1\$s pliku dziennika. \\r\\n
Sprawdź, czy plik %1\$s istnieje i czy można go odczytać."; -$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Nie można otworzyć %1\$spliku dziennika. \\r\\n
Sprawdź, czy plik %1\$s jest czytelny."; -$a->strings["View Logs"] = "Zobacz rejestry"; -$a->strings["Inspect Deferred Worker Queue"] = "Sprawdź kolejkę odroczonych pracowników"; -$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy."; -$a->strings["Inspect Worker Queue"] = "Sprawdź Kolejkę Pracowników"; -$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji."; -$a->strings["ID"] = "ID"; -$a->strings["Job Parameters"] = "Parametry zadania"; -$a->strings["Created"] = "Utwórz"; -$a->strings["Priority"] = "Priorytet"; +$a->strings["The Terms of Service settings have been updated."] = "Ustawienia Warunków korzystania z usługi zostały zaktualizowane."; +$a->strings["Display Terms of Service"] = "Wyświetl Warunki korzystania z usługi"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."; +$a->strings["Display Privacy Statement"] = "Wyświetl oświadczenie o prywatności"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do EU-GDPR."; +$a->strings["Privacy Statement Preview"] = "Podgląd oświadczenia o prywatności"; +$a->strings["The Terms of Service"] = "Warunki świadczenia usług"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."; +$a->strings["Save Settings"] = "Zapisz ustawienia"; +$a->strings["Addon not found."] = "Nie znaleziono dodatku."; +$a->strings["Addon %s disabled."] = "Dodatek %s wyłączony."; +$a->strings["Addon %s enabled."] = "Dodatek %s włączony."; +$a->strings["Disable"] = "Wyłącz"; +$a->strings["Enable"] = "Zezwól"; +$a->strings["Toggle"] = "Włącz"; +$a->strings["Author: "] = "Autor: "; +$a->strings["Maintainer: "] = "Opiekun: "; +$a->strings["Addon %s failed to install."] = "Instalacja dodatku %s nie powiodła się."; +$a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s"; +$a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów."; +$a->strings["Unknown theme."] = "Nieznany motyw."; +$a->strings["Theme %s disabled."] = "Motyw %s wyłączony."; +$a->strings["Theme %s successfully enabled."] = "Motyw %s został pomyślnie włączony."; +$a->strings["Theme %s failed to install."] = "Nie udało się zainstalować motywu %s."; +$a->strings["Screenshot"] = "Zrzut ekranu"; +$a->strings["Reload active themes"] = "Przeładuj aktywne motywy"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s"; +$a->strings["[Experimental]"] = "[Eksperymentalne]"; +$a->strings["[Unsupported]"] = "[Niewspieralne]"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tadministrator %2\$s założył dla ciebie konto."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:%2\$s\n\t\t\tHasło:%3\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4\$s"; +$a->strings["%s user blocked"] = [ + 0 => "%s użytkownik zablokowany", + 1 => "%s użytkowników zablokowanych", + 2 => "%s użytkowników zablokowanych", + 3 => "%s użytkownicy zablokowani", +]; +$a->strings["%s user unblocked"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["You can't remove yourself"] = "Nie możesz usunąć siebie"; +$a->strings["%s user deleted"] = [ + 0 => "usunięto %s użytkownika", + 1 => "usunięto %s użytkowników", + 2 => "usunięto %s użytkowników", + 3 => "%s usuniętych użytkowników", +]; +$a->strings["User \"%s\" deleted"] = "Użytkownik \"%s\" usunięty"; +$a->strings["User \"%s\" blocked"] = "Użytkownik \"%s\" zablokowany"; +$a->strings["User \"%s\" unblocked"] = "Użytkownik \"%s\" odblokowany"; +$a->strings["Normal Account Page"] = "Normalna strona konta"; +$a->strings["Soapbox Page"] = "Strona Soapbox"; +$a->strings["Public Forum"] = "Forum publiczne"; +$a->strings["Automatic Friend Page"] = "Automatyczna strona znajomego"; +$a->strings["Private Forum"] = "Prywatne forum"; +$a->strings["Personal Page"] = "Strona osobista"; +$a->strings["Organisation Page"] = "Strona Organizacji"; +$a->strings["News Page"] = "Strona Wiadomości"; +$a->strings["Community Forum"] = "Forum społecznościowe"; +$a->strings["Relay"] = ""; +$a->strings["Register date"] = "Data rejestracji"; +$a->strings["Last login"] = "Ostatnie logowanie"; +$a->strings["Last item"] = "Ostatni element"; +$a->strings["Type"] = "Typu"; +$a->strings["Add User"] = "Dodaj użytkownika"; +$a->strings["User registrations waiting for confirm"] = "Zarejestrowani użytkownicy czekający na potwierdzenie"; +$a->strings["User waiting for permanent deletion"] = "Użytkownik czekający na trwałe usunięcie"; +$a->strings["Request date"] = "Data prośby"; +$a->strings["No registrations."] = "Brak rejestracji."; +$a->strings["Note from the user"] = "Uwaga od użytkownika"; +$a->strings["Deny"] = "Odmów"; +$a->strings["User blocked"] = "Użytkownik zablokowany"; +$a->strings["Site admin"] = "Administracja stroną"; +$a->strings["Account expired"] = "Konto wygasło"; +$a->strings["New User"] = "Nowy użytkownik"; +$a->strings["Permanent deletion"] = "Trwałe usunięcie"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"; +$a->strings["Name of the new user."] = "Nazwa nowego użytkownika."; +$a->strings["Nickname"] = "Pseudonim"; +$a->strings["Nickname of the new user."] = "Pseudonim nowego użytkownika."; +$a->strings["Email address of the new user."] = "Adres email nowego użytkownika."; $a->strings["Can not parse base url. Must have at least ://"] = "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //"; -$a->strings["Invalid storage backend setting value."] = ""; +$a->strings["Invalid storage backend setting value."] = "Nieprawidłowa wartość ustawienia magazynu pamięci."; $a->strings["Site settings updated."] = "Zaktualizowano ustawienia strony."; +$a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych"; +$a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)"; $a->strings["No community page for local users"] = "Brak strony społeczności dla użytkowników lokalnych"; $a->strings["No community page"] = "Brak strony społeczności"; $a->strings["Public postings from users of this site"] = "Publikacje publiczne od użytkowników tej strony"; $a->strings["Public postings from the federated network"] = "Publikacje wpisy ze sfederowanej sieci"; $a->strings["Public postings from local users and the federated network"] = "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"; $a->strings["Disabled"] = "Wyłączony"; -$a->strings["Users"] = "Użytkownicy"; $a->strings["Users, Global Contacts"] = "Użytkownicy, kontakty globalne"; $a->strings["Users, Global Contacts/fallback"] = "Użytkownicy, kontakty globalne/awaryjne"; $a->strings["One month"] = "Miesiąc"; @@ -1720,14 +1208,10 @@ $a->strings["Multi user instance"] = "Tryb wielu użytkowników"; $a->strings["Closed"] = "Zamknięte"; $a->strings["Requires approval"] = "Wymaga zatwierdzenia"; $a->strings["Open"] = "Otwarta"; -$a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL, linki będą śledzić stan SSL"; -$a->strings["Force all links to use SSL"] = "Wymuś używanie SSL na wszystkich odnośnikach"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . "; $a->strings["Don't check"] = "Nie sprawdzaj"; $a->strings["check the stable version"] = "sprawdź wersję stabilną"; $a->strings["check the development version"] = "sprawdź wersję rozwojową"; $a->strings["Database (legacy)"] = "Baza danych (legacy)"; -$a->strings["Site"] = "Strona"; $a->strings["Republish users to directory"] = "Ponownie opublikuj użytkowników w katalogu"; $a->strings["Registration"] = "Rejestracja"; $a->strings["File upload"] = "Przesyłanie plików"; @@ -1753,8 +1237,6 @@ $a->strings["System theme"] = "Motyw systemowy"; $a->strings["Default system theme - may be over-ridden by user profiles - Change default theme settings"] = "Domyślny motyw systemu - może być nadpisywany przez profile użytkowników - Zmień domyślne ustawienia motywu"; $a->strings["Mobile system theme"] = "Motyw systemu mobilnego"; $a->strings["Theme for mobile devices"] = "Motyw na urządzenia mobilne"; -$a->strings["SSL link policy"] = "Polityka odnośników SSL"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Określa, czy generowane odnośniki będą obowiązkowo używały SSL"; $a->strings["Force SSL"] = "Wymuś SSL"; $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."; $a->strings["Hide help entry from navigation menu"] = "Ukryj pomoc w menu nawigacyjnym"; @@ -1903,6 +1385,42 @@ $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Ro $a->strings["Allow user tags"] = "Pozwól na tagi użytkowników"; $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "Jeśli ta opcja jest włączona, tagi z zapisanych wyszukiwań będą używane jako subskrypcja „tagów” jako uzupełnienie do \"relay_server_tags\"."; $a->strings["Start Relocation"] = "Rozpocznij przenoszenie"; +$a->strings["unknown"] = "nieznany"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"; +$a->strings["Off"] = "Wyłącz"; +$a->strings["On"] = "Włącz"; +$a->strings["Lock feature %s"] = "Funkcja blokady %s"; +$a->strings["Manage Additional Features"] = "Zarządzanie dodatkowymi funkcjami"; +$a->strings["Inspect Deferred Worker Queue"] = "Sprawdź kolejkę odroczonych pracowników"; +$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy."; +$a->strings["Inspect Worker Queue"] = "Sprawdź Kolejkę Pracowników"; +$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji."; +$a->strings["ID"] = "ID"; +$a->strings["Job Parameters"] = "Parametry zadania"; +$a->strings["Created"] = "Utwórz"; +$a->strings["Priority"] = "Priorytet"; +$a->strings["Item marked for deletion."] = "Przedmiot oznaczony do usunięcia."; +$a->strings["Delete this Item"] = "Usuń ten przedmiot"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "Identyfikator elementu GUID, który chcesz usunąć."; +$a->strings["Item Guid"] = "Element Guid"; +$a->strings["The logfile '%s' is not writable. No logging possible"] = "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania"; +$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów."; +$a->strings["PHP log currently enabled."] = "Dziennik PHP jest obecnie włączony."; +$a->strings["PHP log currently disabled."] = "Dziennik PHP jest obecnie wyłączony."; +$a->strings["Clear"] = "Wyczyść"; +$a->strings["Enable Debugging"] = "Włącz debugowanie"; +$a->strings["Log file"] = "Plik logów"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."; +$a->strings["Log level"] = "Poziom logów"; +$a->strings["PHP logging"] = "Logowanie w PHP"; +$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia %1\$s pliku dziennika. \\r\\n
Sprawdź, czy plik %1\$s istnieje i czy można go odczytać."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = "Nie można otworzyć %1\$spliku dziennika. \\r\\n
Sprawdź, czy plik %1\$s jest czytelny."; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = "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.
"; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1\$s wyższa wersja to %2\$s"; $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."; @@ -1912,6 +1430,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php. See the Config help page for help with the transition."] = "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś swoją konfigurację z .htconfig.php. Zobacz stronę pomocy Config, aby uzyskać pomoc dotyczącą przejścia."; $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php. See the Config help page for help with the transition."] = "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś konfigurację z config/local.ini.php. Zobacz stronę pomocy Config, aby uzyskać pomoc dotyczącą przejścia."; $a->strings["%s is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See the installation page for help."] = "%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."; +$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = ""; +$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = ""; $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "System.basepath Friendiki został zaktualizowany z '%s' do '%s'. Usuń system.basepath z bazy danych, aby uniknąć różnic."; $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "Obecny system.basepath Friendiki '%s' jest nieprawidłowy i plik konfiguracyjny '%s' nie jest używany."; $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "Obecny system.basepath Friendiki '%s' nie jest równy plikowi konfiguracyjnemu '%s'. Napraw konfigurację."; @@ -1928,97 +1448,236 @@ $a->strings["Registered users"] = "Zarejestrowani użytkownicy"; $a->strings["Pending registrations"] = "Oczekujące rejestracje"; $a->strings["Version"] = "Wersja"; $a->strings["Active addons"] = "Aktywne dodatki"; -$a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów."; -$a->strings["Theme %s disabled."] = "Motyw %s wyłączony."; -$a->strings["Theme %s successfully enabled."] = "Motyw %s został pomyślnie włączony."; -$a->strings["Theme %s failed to install."] = "Nie udało się zainstalować motywu %s."; -$a->strings["Screenshot"] = "Zrzut ekranu"; -$a->strings["Themes"] = "Wygląd"; -$a->strings["Unknown theme."] = "Nieznany motyw."; -$a->strings["Reload active themes"] = "Przeładuj aktywne motywy"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s"; -$a->strings["[Experimental]"] = "[Eksperymentalne]"; -$a->strings["[Unsupported]"] = "[Niewspieralne]"; -$a->strings["The Terms of Service settings have been updated."] = "Ustawienia Warunków korzystania z usługi zostały zaktualizowane."; -$a->strings["Display Terms of Service"] = "Wyświetl Warunki korzystania z usługi"; -$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."; -$a->strings["Display Privacy Statement"] = "Wyświetl oświadczenie o prywatności"; -$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do EU-GDPR."; -$a->strings["Privacy Statement Preview"] = "Podgląd oświadczenia o prywatności"; -$a->strings["The Terms of Service"] = "Warunki świadczenia usług"; -$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tadministrator %2\$s założył dla ciebie konto."; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:%2\$s\n\t\t\tHasło:%3\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4\$s"; -$a->strings["%s user blocked"] = [ - 0 => "%s użytkownik zablokowany", - 1 => "%s użytkowników zablokowanych", - 2 => "%s użytkowników zablokowanych", - 3 => "%s użytkownicy zablokowani", -]; -$a->strings["%s user unblocked"] = [ +$a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana"; +$a->strings["Database structure update %s was successfully applied."] = "Pomyślnie zastosowano aktualizację %s struktury bazy danych."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"; +$a->strings["Executing %s failed with error: %s"] = "Wykonanie %s nie powiodło się z powodu błędu:%s"; +$a->strings["Update %s was successfully applied."] = "Aktualizacja %s została pomyślnie zastosowana."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."; +$a->strings["There was no additional update function %s that needed to be called."] = "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."; +$a->strings["No failed updates."] = "Brak błędów aktualizacji."; +$a->strings["Check database structure"] = "Sprawdź strukturę bazy danych"; +$a->strings["Failed Updates"] = "Błąd aktualizacji"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."; +$a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"; +$a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji"; +$a->strings["Delegation successfully granted."] = ""; +$a->strings["Parent user not found, unavailable or password doesn't match."] = "Nie znaleziono użytkownika nadrzędnego, jest on niedostępny lub hasło nie pasuje."; +$a->strings["Delegation successfully revoked."] = ""; +$a->strings["Delegated administrators can view but not change delegation permissions."] = ""; +$a->strings["Delegate user not found."] = ""; +$a->strings["No parent user"] = "Brak nadrzędnego użytkownika"; +$a->strings["Parent Password:"] = "Hasło nadrzędne:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."; +$a->strings["Parent User"] = "Użytkownik nadrzędny"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."; +$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami"; +$a->strings["Delegates"] = "Oddeleguj"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."; +$a->strings["Existing Page Delegates"] = "Obecni delegaci stron"; +$a->strings["Potential Delegates"] = "Potencjalni delegaci"; +$a->strings["Remove"] = "Usuń"; +$a->strings["Add"] = "Dodaj"; +$a->strings["No entries."] = "Brak wpisów."; +$a->strings["Export account"] = "Eksportuj konto"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."; +$a->strings["Export all"] = "Eksportuj wszystko"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"; +$a->strings["Export Contacts to CSV"] = "Eksportuj kontakty do CSV"; +$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Wyeksportuj listę kont, które obserwujesz, jako plik CSV. Kompatybilny np. Mastodont."; +$a->strings["Export personal data"] = "Eksportuj dane osobiste"; +$a->strings["Please enter your password to access this page."] = "Wprowadź hasło, aby uzyskać dostęp do tej strony."; +$a->strings["Two-factor authentication successfully activated."] = "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane."; +$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Możesz przesłać ustawienia uwierzytelniania ręcznie:

\n
\n\t
Wystawc
\n\t
%s
\n\t
Nazwa konta
\n\t
%s
\n\t
Sekretny klucz
\n\t
%s
\n\t
Typ
\n\t
Oparte na czasie
\n\t
Liczba cyfr
\n\t
6
\n\t
Hashing algorytmu
\n\t
SHA-1
\n
"; +$a->strings["Two-factor code verification"] = "Weryfikacja kodu dwuskładnikowego"; +$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.

"; +$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:

%s

"; +$a->strings["Verify code and enable two-factor authentication"] = "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe"; +$a->strings["App-specific password generation failed: The description is empty."] = "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty."; +$a->strings["App-specific password generation failed: This description already exists."] = "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje."; +$a->strings["New app-specific password generated."] = "Nowe hasło specyficzne dla aplikacji."; +$a->strings["App-specific passwords successfully revoked."] = "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte."; +$a->strings["App-specific password successfully revoked."] = "Hasło specyficzne dla aplikacji zostało pomyślnie odwołane."; +$a->strings["Two-factor app-specific passwords"] = "Dwuskładnikowe hasła aplikacji"; +$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = ""; +$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = ""; +$a->strings["Description"] = "Opis"; +$a->strings["Last Used"] = "Ostatnio używane"; +$a->strings["Revoke"] = "Unieważnij"; +$a->strings["Revoke All"] = "Unieważnij wszyskie"; +$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; +$a->strings["Generate new app-specific password"] = "Wygeneruj nowe hasło specyficzne dla aplikacji"; +$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa na moim Fairphone 2..."; +$a->strings["Generate"] = ""; +$a->strings["Two-factor authentication successfully disabled."] = "Autoryzacja dwuskładnikowa została pomyślnie wyłączona."; +$a->strings["Wrong Password"] = "Złe hasło"; +$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.

"; +$a->strings["Authenticator app"] = "Aplikacja Authenticator"; +$a->strings["Configured"] = "Skonfigurowane"; +$a->strings["Not Configured"] = "Nie skonfigurowane"; +$a->strings["

You haven't finished configuring your authenticator app.

"] = "

Nie zakończyłeś konfigurowania aplikacji uwierzytelniającej.

"; +$a->strings["

Your authenticator app is correctly configured.

"] = "

Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.

"; +$a->strings["Recovery codes"] = "Kody odzyskiwania"; +$a->strings["Remaining valid codes"] = "Pozostałe ważne kody"; +$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

Te jednorazowe kody mogą zastąpić kod aplikacji uwierzytelniającej w przypadku utraty dostępu do niej.

"; +$a->strings["App-specific passwords"] = "Hasła specyficzne dla aplikacji"; +$a->strings["Generated app-specific passwords"] = "Wygenerowane hasła specyficzne dla aplikacji"; +$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

Losowo generowane hasła umożliwiają uwierzytelnianie w aplikacjach nie obsługujących uwierzytelniania dwuskładnikowego.

"; +$a->strings["Actions"] = "Akcja"; +$a->strings["Current password:"] = "Aktualne hasło:"; +$a->strings["You need to provide your current password to change two-factor authentication settings."] = "Musisz podać swoje aktualne hasło, aby zmienić ustawienia uwierzytelniania dwuskładnikowego."; +$a->strings["Enable two-factor authentication"] = "Włącz uwierzytelnianie dwuskładnikowe"; +$a->strings["Disable two-factor authentication"] = "Wyłącz uwierzytelnianie dwuskładnikowe"; +$a->strings["Show recovery codes"] = "Pokaż kody odzyskiwania"; +$a->strings["Manage app-specific passwords"] = "Zarządzaj hasłami specyficznymi dla aplikacji"; +$a->strings["Finish app configuration"] = "Zakończ konfigurację aplikacji"; +$a->strings["New recovery codes successfully generated."] = "Wygenerowano nowe kody odzyskiwania."; +$a->strings["Two-factor recovery codes"] = "Dwuskładnikowe kody odzyskiwania"; +$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = ""; +$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać."; +$a->strings["Generate new recovery codes"] = "Wygeneruj nowe kody odzyskiwania"; +$a->strings["Next: Verification"] = "Następny: Weryfikacja"; +$a->strings["Method Not Allowed."] = ""; +$a->strings["Page not found."] = "Strona nie znaleziona."; +$a->strings["People Search - %s"] = "Szukaj osób - %s"; +$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s"; +$a->strings["No matches"] = "Brak wyników"; +$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji."; +$a->strings["Applications"] = "Aplikacje"; +$a->strings["Credits"] = "Zaufany"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"; +$a->strings["Logged out."] = "Wylogowano."; +$a->strings["Group created."] = "Grupa utworzona."; +$a->strings["Could not create group."] = "Nie można utworzyć grupy."; +$a->strings["Group not found."] = "Nie znaleziono grupy."; +$a->strings["Group name changed."] = "Zmieniono nazwę grupy."; +$a->strings["Unknown group."] = "Nieznana grupa."; +$a->strings["Contact not found."] = "Nie znaleziono kontaktu."; +$a->strings["Contact is unavailable."] = "Kontakt jest niedostępny."; +$a->strings["Contact is deleted."] = "Kontakt został usunięty."; +$a->strings["Contact is blocked, unable to add it to a group."] = "Kontakt jest zablokowany, nie można go dodać do grupy."; +$a->strings["Unable to add the contact to the group."] = "Nie można dodać kontaktu do grupy."; +$a->strings["Contact successfully added to group."] = "Kontakt został pomyślnie dodany do grupy."; +$a->strings["Unable to remove the contact from the group."] = "Nie można usunąć kontaktu z grupy."; +$a->strings["Contact successfully removed from group."] = "Kontakt został pomyślnie usunięty z grupy."; +$a->strings["Unknown group command."] = "Nieznane polecenie grupy."; +$a->strings["Bad request."] = "Błędne żądanie."; +$a->strings["Save Group"] = "Zapisz grupę"; +$a->strings["Filter"] = "Filtr"; +$a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych."; +$a->strings["Group removed."] = "Grupa usunięta."; +$a->strings["Unable to remove group."] = "Nie można usunąć grupy."; +$a->strings["Delete Group"] = "Usuń grupę"; +$a->strings["Edit Group Name"] = "Edytuj nazwę grupy"; +$a->strings["Members"] = "Członkowie"; +$a->strings["Group is empty"] = "Grupa jest pusta"; +$a->strings["Remove contact from group"] = "Usuń kontakt z grupy"; +$a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu dodania lub usunięcia."; +$a->strings["Add contact to group"] = "Dodaj kontakt do grupy"; +$a->strings["No given contact."] = "Brak kontaktu."; +$a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."; +$a->strings["Time Conversion"] = "Zmiana czasu"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."; +$a->strings["UTC time: %s"] = "Czas UTC %s"; +$a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s"; +$a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s"; +$a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:"; +$a->strings["Source input"] = "Źródło wejściowe"; +$a->strings["BBCode::toPlaintext"] = "BBCode::na prosty tekst"; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)"; +$a->strings["BBCode::convert"] = "BBCode::przekształć"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"; +$a->strings["Item Body"] = "Element Body"; +$a->strings["Item Tags"] = "Element Tagów"; +$a->strings["Source input (Diaspora format)"] = "Źródło wejściowe (format Diaspora)"; +$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (raw HTML)"; +$a->strings["Markdown::convert"] = "Markdown::convert"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Surowe wejście HTML"; +$a->strings["HTML Input"] = "Wejście HTML"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; +$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)"; +$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; +$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["HTML::toPlaintext (compact)"] = ""; +$a->strings["Source text"] = "Tekst źródłowy"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["Access denied."] = "Brak dostępu."; +$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu"; +$a->strings["Source URL"] = "Źródłowy adres URL"; +$a->strings["Lookup address"] = "Wyszukaj adres"; +$a->strings["Welcome to %s"] = "Witamy w %s"; +$a->strings["Welcome to Friendica"] = "Witamy na Friendica"; +$a->strings["New Member Checklist"] = "Lista nowych członków"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; +$a->strings["Getting Started"] = "Pierwsze kroki"; +$a->strings["Friendica Walk-Through"] = "Friendica Przejdź-Przez"; +$a->strings["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."] = "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ę."; +$a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; +$a->strings["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."] = "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."; +$a->strings["Upload Profile Photo"] = "Wyślij zdjęcie profilowe"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."; +$a->strings["Edit Your Profile"] = "Edytuj własny profil"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."; +$a->strings["Profile Keywords"] = "Słowa kluczowe profilu"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "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."; +$a->strings["Connecting"] = "Łączenie"; +$a->strings["Importing Emails"] = "Importowanie e-maili"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "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"; +$a->strings["Go to Your Contacts Page"] = "Idź do strony z Twoimi kontaktami"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "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."; +$a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; +$a->strings["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."] = "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."; +$a->strings["Finding New People"] = "Znajdowanie nowych osób"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Na 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"; +$a->strings["Group Your Contacts"] = "Grupy kontaktów"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "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ć."; +$a->strings["Why Aren't My Posts Public?"] = "Dlaczego moje posty nie są publiczne?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica 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."; +$a->strings["Getting Help"] = "Otrzymaj pomoc"; +$a->strings["Go to the Help Section"] = "Przejdź do sekcji pomocy"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."; +$a->strings["User not found."] = "Użytkownik nie znaleziony."; +$a->strings["No contacts."] = "Brak kontaktów."; +$a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]"; +$a->strings["Follower (%s)"] = [ 0 => "", 1 => "", 2 => "", 3 => "", ]; -$a->strings["You can't remove yourself"] = "Nie możesz usunąć siebie"; -$a->strings["%s user deleted"] = [ - 0 => "usunięto %s użytkownika", - 1 => "usunięto %s użytkowników", - 2 => "usunięto %s użytkowników", - 3 => "%s usuniętych użytkowników", +$a->strings["Following (%s)"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", ]; -$a->strings["User \"%s\" deleted"] = "Użytkownik \"%s\" usunięty"; -$a->strings["User \"%s\" blocked"] = "Użytkownik \"%s\" zablokowany"; -$a->strings["User \"%s\" unblocked"] = "Użytkownik \"%s\" odblokowany"; -$a->strings["Private Forum"] = "Prywatne forum"; -$a->strings["Relay"] = ""; -$a->strings["Register date"] = "Data rejestracji"; -$a->strings["Last login"] = "Ostatnie logowanie"; -$a->strings["Last item"] = "Ostatni element"; -$a->strings["Type"] = "Typu"; -$a->strings["Add User"] = "Dodaj użytkownika"; -$a->strings["User registrations waiting for confirm"] = "Zarejestrowani użytkownicy czekający na potwierdzenie"; -$a->strings["User waiting for permanent deletion"] = "Użytkownik czekający na trwałe usunięcie"; -$a->strings["Request date"] = "Data prośby"; -$a->strings["No registrations."] = "Brak rejestracji."; -$a->strings["Note from the user"] = "Uwaga od użytkownika"; -$a->strings["Deny"] = "Odmów"; -$a->strings["User blocked"] = "Użytkownik zablokowany"; -$a->strings["Site admin"] = "Administracja stroną"; -$a->strings["Account expired"] = "Konto wygasło"; -$a->strings["New User"] = "Nowy użytkownik"; -$a->strings["Permanent deletion"] = "Trwałe usunięcie"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"; -$a->strings["Name of the new user."] = "Nazwa nowego użytkownika."; -$a->strings["Nickname"] = "Pseudonim"; -$a->strings["Nickname of the new user."] = "Pseudonim nowego użytkownika."; -$a->strings["Email address of the new user."] = "Adres email nowego użytkownika."; +$a->strings["Mutual friend (%s)"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Contact (%s)"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["All contacts"] = "Wszystkie kontakty"; +$a->strings["Filetag %s saved to item"] = ""; +$a->strings["- select -"] = "- wybierz -"; +$a->strings["Invalid contact."] = "Nieprawidłowy kontakt."; $a->strings["No friends to display."] = "Brak znajomych do wyświetlenia."; -$a->strings["Item was not found."] = "Element nie znaleziony."; -$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne."; -$a->strings["Overview"] = "Przegląd"; -$a->strings["Configuration"] = "Konfiguracja"; -$a->strings["Database"] = "Baza danych"; -$a->strings["DB updates"] = "Aktualizacje DB"; -$a->strings["Inspect Deferred Workers"] = "Sprawdź Odroczonych Pracowników"; -$a->strings["Inspect worker Queue"] = "Sprawdź kolejkę pracowników"; -$a->strings["Tools"] = "Narzędzia"; -$a->strings["Contact Blocklist"] = "Lista zablokowanych kontaktów"; -$a->strings["Server Blocklist"] = "Lista zablokowanych serwerów"; -$a->strings["Diagnostics"] = "Diagnostyka"; -$a->strings["PHP Info"] = "Informacje o PHP"; -$a->strings["probe address"] = "adres sondy"; -$a->strings["check webfinger"] = "sprawdź webfinger"; -$a->strings["Item Source"] = ""; -$a->strings["Babel"] = ""; -$a->strings["Addon Features"] = "Funkcje dodatkowe"; -$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkowników czekające na potwierdzenie"; -$a->strings["People Search - %s"] = "Szukaj osób - %s"; -$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s"; -$a->strings["This page is missing a url parameter."] = "Na tej stronie brakuje parametru url."; -$a->strings["The post was created"] = "Post został utworzony"; $a->strings["%d contact edited."] = [ 0 => "Zedytowano %d kontakt.", 1 => "Zedytowano %d kontakty.", @@ -2028,6 +1687,7 @@ $a->strings["%d contact edited."] = [ $a->strings["Could not access contact record."] = "Nie można uzyskać dostępu do rejestru kontaktów."; $a->strings["Could not locate selected profile."] = "Nie można znaleźć wybranego profilu."; $a->strings["Contact updated."] = "Zaktualizowano kontakt."; +$a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się."; $a->strings["Contact not found"] = "Nie znaleziono kontaktu"; $a->strings["Contact has been blocked"] = "Kontakt został zablokowany"; $a->strings["Contact has been unblocked"] = "Kontakt został odblokowany"; @@ -2060,7 +1720,6 @@ $a->strings["Contact"] = "Kontakt"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; $a->strings["Their personal note"] = "Ich osobista uwaga"; $a->strings["Edit contact notes"] = "Edytuj notatki kontaktu"; -$a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]"; $a->strings["Block/Unblock contact"] = "Zablokuj/odblokuj kontakt"; $a->strings["Ignore contact"] = "Ignoruj kontakt"; $a->strings["Repair URL settings"] = "Napraw ustawienia adresów URL"; @@ -2073,13 +1732,15 @@ $a->strings["Currently blocked"] = "Obecnie zablokowany"; $a->strings["Currently ignored"] = "Obecnie zignorowany"; $a->strings["Currently archived"] = "Obecnie zarchiwizowany"; $a->strings["Awaiting connection acknowledge"] = "Oczekiwanie na potwierdzenie połączenia"; +$a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi"; $a->strings["Replies/likes to your public posts may still be visible"] = "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne"; $a->strings["Notification for new posts"] = "Powiadomienie o nowych postach"; $a->strings["Send a notification of every new post of this contact"] = "Wyślij powiadomienie o każdym nowym poście tego kontaktu"; $a->strings["Blacklisted keywords"] = "Słowa kluczowe na czarnej liście"; $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"; -$a->strings["Actions"] = "Akcja"; $a->strings["Show all contacts"] = "Pokaż wszystkie kontakty"; +$a->strings["Pending"] = "Oczekujące"; +$a->strings["Only show pending contacts"] = "Pokaż tylko oczekujące kontakty"; $a->strings["Blocked"] = "Zablokowane"; $a->strings["Only show blocked contacts"] = "Pokaż tylko zablokowane kontakty"; $a->strings["Ignored"] = "Ignorowane"; @@ -2090,132 +1751,27 @@ $a->strings["Hidden"] = "Ukryte"; $a->strings["Only show hidden contacts"] = "Pokaż tylko ukryte kontakty"; $a->strings["Organize your contact groups"] = "Uporządkuj swoje grupy kontaktów"; $a->strings["Search your contacts"] = "Wyszukaj w kontaktach"; +$a->strings["Results for: %s"] = "Wyniki dla: %s"; +$a->strings["Update"] = "Zaktualizuj"; $a->strings["Archive"] = "Archiwum"; $a->strings["Unarchive"] = "Przywróć z archiwum"; $a->strings["Batch Actions"] = "Akcje wsadowe"; $a->strings["Conversations started by this contact"] = "Rozmowy rozpoczęły się od tego kontaktu"; $a->strings["Posts and Comments"] = "Posty i komentarze"; $a->strings["View all contacts"] = "Zobacz wszystkie kontakty"; +$a->strings["Common Friends"] = "Wspólni znajomi"; $a->strings["View all common friends"] = "Zobacz wszystkich popularnych znajomych"; $a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów"; $a->strings["Mutual Friendship"] = "Wzajemna przyjaźń"; $a->strings["is a fan of yours"] = "jest twoim fanem"; $a->strings["you are a fan of"] = "jesteś fanem"; +$a->strings["Pending outgoing contact request"] = "Oczekujące żądanie kontaktu wychodzącego"; +$a->strings["Pending incoming contact request"] = "Oczekujące żądanie kontaktu przychodzącego"; $a->strings["Edit contact"] = "Edytuj kontakt"; $a->strings["Toggle Blocked status"] = "Przełącz status na Zablokowany"; $a->strings["Toggle Ignored status"] = "Przełącz status na Ignorowany"; $a->strings["Toggle Archive status"] = "Przełącz status na Archiwalny"; $a->strings["Delete contact"] = "Usuń kontakt"; -$a->strings["Source input"] = "Źródło wejściowe"; -$a->strings["BBCode::toPlaintext"] = "BBCode::na prosty tekst"; -$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)"; -$a->strings["BBCode::convert"] = "BBCode::przekształć"; -$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode"; -$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; -$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć"; -$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; -$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"; -$a->strings["Item Body"] = ""; -$a->strings["Item Tags"] = ""; -$a->strings["Source input (Diaspora format)"] = "Źródło wejściowe (format Diaspora)"; -$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (raw HTML)"; -$a->strings["Markdown::convert"] = "Markdown::convert"; -$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; -$a->strings["Raw HTML input"] = "Surowe wejście HTML"; -$a->strings["HTML Input"] = "Wejście HTML"; -$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; -$a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert"; -$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)"; -$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = ""; -$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown"; -$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; -$a->strings["HTML::toPlaintext (compact)"] = ""; -$a->strings["Source text"] = "Tekst źródłowy"; -$a->strings["BBCode"] = "BBCode"; -$a->strings["Markdown"] = "Markdown"; -$a->strings["HTML"] = "HTML"; -$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu"; -$a->strings["Source URL"] = "Źródłowy adres URL"; -$a->strings["Time Conversion"] = "Zmiana czasu"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."; -$a->strings["UTC time: %s"] = "Czas UTC %s"; -$a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s"; -$a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s"; -$a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."; -$a->strings["Lookup address"] = "Wyszukaj adres"; -$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; -$a->strings["Find on this site"] = "Znajdź na tej stronie"; -$a->strings["Results for:"] = "Wyniki dla:"; -$a->strings["Site Directory"] = "Katalog Witryny"; -$a->strings["Filetag %s saved to item"] = ""; -$a->strings["- select -"] = "- wybierz -"; -$a->strings["No given contact."] = "Brak kontaktu."; -$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:"; -$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji"; -$a->strings["Read about the Terms of Service of this node."] = "Przeczytaj o Warunkach świadczenia usług tego węzła."; -$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane."; -$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s."; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Odwiedź stronę Friendi.ca aby dowiedzieć się więcej o projekcie Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę"; -$a->strings["the bugtracker at github"] = "śledzenie błędów na github"; -$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”"; -$a->strings["Group created."] = "Grupa utworzona."; -$a->strings["Could not create group."] = "Nie można utworzyć grupy."; -$a->strings["Group not found."] = "Nie znaleziono grupy."; -$a->strings["Group name changed."] = "Zmieniono nazwę grupy."; -$a->strings["Unknown group."] = "Nieznana grupa."; -$a->strings["Contact is unavailable."] = "Kontakt jest niedostępny."; -$a->strings["Contact is deleted."] = "Kontakt został usunięty."; -$a->strings["Contact is blocked, unable to add it to a group."] = "Kontakt jest zablokowany, nie można go dodać do grupy."; -$a->strings["Unable to add the contact to the group."] = "Nie można dodać kontaktu do grupy."; -$a->strings["Contact successfully added to group."] = "Kontakt został pomyślnie dodany do grupy."; -$a->strings["Unable to remove the contact from the group."] = "Nie można usunąć kontaktu z grupy."; -$a->strings["Contact successfully removed from group."] = "Kontakt został pomyślnie usunięty z grupy."; -$a->strings["Unknown group command."] = "Nieznane polecenie grupy."; -$a->strings["Bad request."] = "Błędne żądanie."; -$a->strings["Save Group"] = "Zapisz grupę"; -$a->strings["Filter"] = "Filtr"; -$a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych."; -$a->strings["Group removed."] = "Grupa usunięta."; -$a->strings["Unable to remove group."] = "Nie można usunąć grupy."; -$a->strings["Delete Group"] = "Usuń grupę"; -$a->strings["Edit Group Name"] = "Edytuj nazwę grupy"; -$a->strings["Members"] = "Członkowie"; -$a->strings["Remove contact from group"] = "Usuń kontakt z grupy"; -$a->strings["Add contact to group"] = "Dodaj kontakt do grupy"; -$a->strings["Help:"] = "Pomoc:"; -$a->strings["Welcome to %s"] = "Witamy w %s"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Instalator"; -$a->strings["System check"] = "Sprawdzanie systemu"; -$a->strings["Check again"] = "Sprawdź ponownie"; -$a->strings["Base settings"] = "Ustawienia bazy"; -$a->strings["Host name"] = "Nazwa hosta"; -$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian."; -$a->strings["Base path to installation"] = "Podstawowa ścieżka do instalacji"; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."; -$a->strings["Sub path of the URL"] = ""; -$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki."; -$a->strings["Database connection"] = "Połączenie z bazą danych"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."; -$a->strings["Database Server Name"] = "Nazwa serwera bazy danych"; -$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych"; -$a->strings["Database Login Password"] = "Hasło logowania do bazy danych"; -$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste"; -$a->strings["Database Name"] = "Nazwa bazy danych"; -$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony"; -$a->strings["Site settings"] = "Ustawienia strony"; -$a->strings["Site administrator email address"] = "Adres e-mail administratora strony"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."; -$a->strings["System Language:"] = "Język systemu:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."; -$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana."; -$a->strings["Installation finished"] = "Instalacja zakończona"; -$a->strings["

What next

"] = "

Co dalej

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."; $a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem."; $a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail."; $a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica"; @@ -2236,235 +1792,719 @@ $a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced $a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."; $a->strings["Send invitations"] = "Wyślij zaproszenie"; $a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:"; +$a->strings["Your message:"] = "Twoja wiadomość:"; $a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."; $a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code"; $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"; $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"; +$a->strings["everybody"] = "wszyscy"; +$a->strings["Account"] = "Konto"; +$a->strings["Display"] = "Wygląd"; +$a->strings["Social Networks"] = "Portale społecznościowe"; +$a->strings["Delegations"] = "Delegowanie"; +$a->strings["Connected apps"] = "Powiązane aplikacje"; +$a->strings["Remove account"] = "Usuń konto"; $a->strings["Please enter a post body."] = "Wpisz treść postu."; $a->strings["This feature is only available with the frio theme."] = "Ta funkcja jest dostępna tylko z motywem Frio."; $a->strings["Compose new personal note"] = "Utwórz nową notatkę osobistą"; $a->strings["Compose new post"] = "Utwórz nowy post"; +$a->strings["Visibility"] = ""; $a->strings["Clear the location"] = "Wyczyść lokalizację"; $a->strings["Location services are unavailable on your device"] = "Usługi lokalizacyjne są niedostępne na twoim urządzeniu"; $a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu"; -$a->strings["Public"] = "Publiczny"; -$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "Ten post zostanie wysłany do wszystkich obserwujących i będzie widoczny na stronach społeczności oraz przez każdego z jego linkiem."; -$a->strings["Limited/Private"] = "Ograniczony/Prywatny"; -$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Ten post zostanie wysłany tylko do osób w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie."; -$a->strings["Create a New Account"] = "Załóż nowe konto"; -$a->strings["Password: "] = "Hasło: "; -$a->strings["Remember me"] = "Zapamiętaj mnie"; -$a->strings["Or login using OpenID: "] = "Lub zaloguj się za pośrednictwem OpenID: "; -$a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?"; -$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny"; -$a->strings["terms of service"] = "warunki użytkowania"; -$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny"; -$a->strings["privacy policy"] = "polityka prywatności"; -$a->strings["Logged out."] = "Wylogowano."; -$a->strings["System down for maintenance"] = "System wyłączony w celu konserwacji"; -$a->strings["Page not found."] = "Strona nie znaleziona."; -$a->strings["Invalid photo with id %s."] = "Nieprawidłowe zdjęcie z identyfikatorem %s."; -$a->strings["User not found."] = "Użytkownik nie znaleziony."; -$a->strings["No contacts."] = "Brak kontaktów."; -$a->strings["Follower (%s)"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["Following (%s)"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["Mutual friend (%s)"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["Contact (%s)"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["All contacts"] = "Wszystkie kontakty"; +$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:"; +$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji"; +$a->strings["Read about the Terms of Service of this node."] = "Przeczytaj o Warunkach świadczenia usług tego węzła."; +$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane."; +$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s."; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Odwiedź stronę Friendi.ca aby dowiedzieć się więcej o projekcie Friendica."; +$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę"; +$a->strings["the bugtracker at github"] = "śledzenie błędów na github"; +$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."; $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając \"Register\"."; $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."; $a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie): "; $a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?"; +$a->strings["No"] = "Nie"; $a->strings["Note for the admin"] = "Uwaga dla administratora"; $a->strings["Leave a message for the admin, why you want to join this node"] = "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"; $a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."; $a->strings["Your invitation code: "] = "Twój kod zaproszenia: "; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): "; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."; +$a->strings["New Password:"] = "Nowe hasło:"; $a->strings["Leave empty for an auto generated password."] = "Pozostaw puste dla wygenerowanego automatycznie hasła."; +$a->strings["Confirm:"] = "Potwierdź:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"nickname@%s\"."] = "Wybierz pseudonim profilu. Musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie to \"nickname@%s\"."; $a->strings["Choose a nickname: "] = "Wybierz pseudonim: "; +$a->strings["Import"] = "Import"; $a->strings["Import your profile to this friendica instance"] = "Zaimportuj swój profil do tej instancji friendica"; $a->strings["Note: This node explicitly contains adult content"] = "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych"; $a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."; $a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = "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."; $a->strings["Registration successful."] = "Rejestracja udana."; $a->strings["Your registration can not be processed."] = "Nie można przetworzyć Twojej rejestracji."; +$a->strings["You have to leave a request note for the admin."] = ""; +$a->strings["You have entered too much information."] = ""; $a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."; -$a->strings["Please enter your password to access this page."] = "Wprowadź hasło, aby uzyskać dostęp do tej strony."; -$a->strings["App-specific password generation failed: The description is empty."] = "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty."; -$a->strings["App-specific password generation failed: This description already exists."] = "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje."; -$a->strings["New app-specific password generated."] = "Nowe hasło specyficzne dla aplikacji."; -$a->strings["App-specific passwords successfully revoked."] = "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte."; -$a->strings["App-specific password successfully revoked."] = ""; -$a->strings["Two-factor app-specific passwords"] = ""; -$a->strings["

App-specific passwords are randomly generated passwords used instead your regular password to authenticate your account on third-party applications that don't support two-factor authentication.

"] = ""; -$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = ""; -$a->strings["Description"] = "Opis"; -$a->strings["Last Used"] = "Ostatnio używane"; -$a->strings["Revoke"] = ""; -$a->strings["Revoke All"] = ""; -$a->strings["When you generate a new app-specific password, you must use it right away, it will be shown to you once after you generate it."] = ""; -$a->strings["Generate new app-specific password"] = "Wygeneruj nowe hasło specyficzne dla aplikacji"; -$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa na moim Fairphone 2..."; -$a->strings["Generate"] = ""; -$a->strings["Two-factor authentication successfully disabled."] = "Autoryzacja dwuskładnikowa została pomyślnie wyłączona."; -$a->strings["

Use an application on a mobile device to get two-factor authentication codes when prompted on login.

"] = "

Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.

"; -$a->strings["Authenticator app"] = ""; -$a->strings["Configured"] = "Skonfigurowane"; -$a->strings["Not Configured"] = "Nie skonfigurowane"; -$a->strings["

You haven't finished configuring your authenticator app.

"] = "

Nie zakończyłeś konfigurowania aplikacji uwierzytelniającej.

"; -$a->strings["

Your authenticator app is correctly configured.

"] = "

Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.

"; -$a->strings["Recovery codes"] = "Kody odzyskiwania"; -$a->strings["Remaining valid codes"] = "Pozostałe ważne kody"; -$a->strings["

These one-use codes can replace an authenticator app code in case you have lost access to it.

"] = "

Te jednorazowe kody mogą zastąpić kod aplikacji uwierzytelniającej w przypadku utraty dostępu do niej.

"; -$a->strings["App-specific passwords"] = "Hasła specyficzne dla aplikacji"; -$a->strings["Generated app-specific passwords"] = "Wygenerowane hasła specyficzne dla aplikacji"; -$a->strings["

These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.

"] = "

Losowo generowane hasła umożliwiają uwierzytelnianie w aplikacjach nie obsługujących uwierzytelniania dwuskładnikowego.

"; -$a->strings["Current password:"] = "Aktualne hasło:"; -$a->strings["You need to provide your current password to change two-factor authentication settings."] = "Musisz podać swoje aktualne hasło, aby zmienić ustawienia uwierzytelniania dwuskładnikowego."; -$a->strings["Enable two-factor authentication"] = "Włącz uwierzytelnianie dwuskładnikowe"; -$a->strings["Disable two-factor authentication"] = "Wyłącz uwierzytelnianie dwuskładnikowe"; -$a->strings["Show recovery codes"] = "Pokaż kody odzyskiwania"; -$a->strings["Manage app-specific passwords"] = "Zarządzaj hasłami specyficznymi dla aplikacji"; -$a->strings["Finish app configuration"] = "Zakończ konfigurację aplikacji"; -$a->strings["New recovery codes successfully generated."] = "Wygenerowano nowe kody odzyskiwania."; -$a->strings["Two-factor recovery codes"] = "Dwuskładnikowe kody odzyskiwania"; -$a->strings["

Recovery codes can be used to access your account in the event you lose access to your device and cannot receive two-factor authentication codes.

Put these in a safe spot! If you lose your device and don’t have the recovery codes you will lose access to your account.

"] = ""; -$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać."; -$a->strings["Generate new recovery codes"] = "Wygeneruj nowe kody odzyskiwania"; -$a->strings["Next: Verification"] = "Następny: Weryfikacja"; -$a->strings["Two-factor authentication successfully activated."] = "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane."; -$a->strings["Invalid code, please retry."] = "Nieprawidłowy kod, spróbuj ponownie."; -$a->strings["

Or you can submit the authentication settings manually:

\n
\n\t
Issuer
\n\t
%s
\n\t
Account Name
\n\t
%s
\n\t
Secret Key
\n\t
%s
\n\t
Type
\n\t
Time-based
\n\t
Number of digits
\n\t
6
\n\t
Hashing algorithm
\n\t
SHA-1
\n
"] = "

Możesz przesłać ustawienia uwierzytelniania ręcznie:

\n
\n\t
Wystawc
\n\t
%s
\n\t
Nazwa konta
\n\t
%s
\n\t
Sekretny klucz
\n\t
%s
\n\t
Typ
\n\t
Oparte na czasie
\n\t
Liczba cyfr
\n\t
6
\n\t
Hashing algorytmu
\n\t
SHA-1
\n
"; -$a->strings["Two-factor code verification"] = "Weryfikacja kodu dwuskładnikowego"; -$a->strings["

Please scan this QR Code with your authenticator app and submit the provided code.

"] = "

Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.

"; -$a->strings["

Or you can open the following URL in your mobile devicde:

%s

"] = "

Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:

%s

"; -$a->strings["Please enter a code from your authentication app"] = "Wprowadź kod z aplikacji uwierzytelniającej"; -$a->strings["Verify code and enable two-factor authentication"] = "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe"; -$a->strings["Bad Request"] = "Nieprawidłowe żądanie"; -$a->strings["Unauthorized"] = "Nieautoryzowane"; -$a->strings["Forbidden"] = "Zabronione"; -$a->strings["Not Found"] = "Nie znaleziono"; -$a->strings["Internal Server Error"] = "Wewnętrzny błąd serwera"; -$a->strings["Service Unavailable"] = "Usługa Niedostępna "; -$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta."; -$a->strings["Authentication is required and has failed or has not yet been provided."] = "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone."; -$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta."; -$a->strings["The requested resource could not be found but may be available in the future."] = "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości."; -$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat."; -$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później."; -$a->strings["Go back"] = "Wróć"; -$a->strings["Remaining recovery codes: %d"] = "Pozostałe kody odzyskiwania: %d"; -$a->strings["Two-factor recovery"] = "Odzyskiwanie dwuczynnikowe"; -$a->strings["

You can enter one of your one-time recovery codes in case you lost access to your mobile device.

"] = "

Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.

"; -$a->strings["Don’t have your phone? Enter a two-factor recovery code"] = "Nie masz telefonu? Wprowadzić dwuetapowy kod przywracania "; -$a->strings["Please enter a recovery code"] = "Wprowadź kod odzyskiwania"; -$a->strings["Submit recovery code and complete login"] = "Prześlij kod odzyskiwania i pełne logowanie"; -$a->strings["

Open the two-factor authentication app on your device to get an authentication code and verify your identity.

"] = "

Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.

"; -$a->strings["Verify code and complete login"] = "Zweryfikuj kod i zakończ logowanie"; -$a->strings["Welcome to Friendica"] = "Witamy na Friendica"; -$a->strings["New Member Checklist"] = "Lista nowych członków"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; -$a->strings["Getting Started"] = "Pierwsze kroki"; -$a->strings["Friendica Walk-Through"] = "Friendica Przejdź-Przez"; -$a->strings["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."] = "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ę."; -$a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; -$a->strings["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."] = "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."; -$a->strings["Edit Your Profile"] = "Edytuj własny profil"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."; -$a->strings["Profile Keywords"] = "Słowa kluczowe profilu"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "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."; -$a->strings["Connecting"] = "Łączenie"; -$a->strings["Importing Emails"] = "Importowanie e-maili"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "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"; -$a->strings["Go to Your Contacts Page"] = "Idź do strony z Twoimi kontaktami"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "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."; -$a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; -$a->strings["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."] = "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."; -$a->strings["Finding New People"] = "Znajdowanie nowych osób"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Na 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"; -$a->strings["Group Your Contacts"] = "Grupy kontaktów"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "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ć."; -$a->strings["Why Aren't My Posts Public?"] = "Dlaczego moje posty nie są publiczne?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica 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."; -$a->strings["Getting Help"] = "Otrzymaj pomoc"; -$a->strings["Go to the Help Section"] = "Przejdź do sekcji pomocy"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."; -$a->strings["This entry was edited"] = "Ten wpis został zedytowany"; -$a->strings["Private Message"] = "Wiadomość prywatna"; -$a->strings["Delete locally"] = "Usuń lokalnie"; -$a->strings["Delete globally"] = "Usuń globalnie"; -$a->strings["Remove locally"] = "Usuń lokalnie"; -$a->strings["save to folder"] = "zapisz w folderze"; -$a->strings["I will attend"] = "Będę uczestniczyć"; -$a->strings["I will not attend"] = "Nie będę uczestniczyć"; -$a->strings["I might attend"] = "Mogę wziąć udział"; -$a->strings["ignore thread"] = "zignoruj ​​wątek"; -$a->strings["unignore thread"] = "odignoruj ​​wątek"; -$a->strings["toggle ignore status"] = "przełącz status ignorowania"; -$a->strings["add star"] = "dodaj gwiazdkę"; -$a->strings["remove star"] = "anuluj gwiazdkę"; -$a->strings["toggle star status"] = "włącz status gwiazdy"; -$a->strings["starred"] = "gwiazdką"; -$a->strings["add tag"] = "dodaj tag"; -$a->strings["like"] = "lubię to"; -$a->strings["dislike"] = "nie lubię tego"; -$a->strings["Share this"] = "Udostępnij to"; -$a->strings["share"] = "udostępnij"; -$a->strings["to"] = "do"; -$a->strings["via"] = "przez"; -$a->strings["Wall-to-Wall"] = "Wall-to-Wall"; -$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:"; -$a->strings["Reply to %s"] = "Odpowiedź %s"; -$a->strings["Notifier task is pending"] = "Zadanie Notifier jest w toku"; -$a->strings["Delivery to remote servers is pending"] = "Trwa przesyłanie do serwerów zdalnych"; -$a->strings["Delivery to remote servers is underway"] = "Trwa dostawa do serwerów zdalnych"; -$a->strings["Delivery to remote servers is mostly done"] = "Dostawa do zdalnych serwerów jest w większości wykonywana"; -$a->strings["Delivery to remote servers is done"] = "Trwa dostarczanie do zdalnych serwerów"; -$a->strings["%d comment"] = [ - 0 => "%d komentarz", - 1 => "%d komentarze", - 2 => "%d komentarzy", - 3 => "%d komentarzy", -]; -$a->strings["Show more"] = "Pokaż więcej"; -$a->strings["Show fewer"] = "Pokaż mniej"; -$a->strings["Legacy module file not found: %s"] = "Nie znaleziono pliku modułu: %s"; +$a->strings["Search term successfully saved."] = ""; +$a->strings["Search term already saved."] = ""; +$a->strings["Search term successfully removed."] = ""; +$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać."; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."; +$a->strings["No results."] = "Brak wyników."; +$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s"; +$a->strings["You must be logged in to use this module."] = ""; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."; $a->strings["Delete this item?"] = "Usunąć ten element?"; $a->strings["toggle mobile"] = "przełącz na mobilny"; -$a->strings["No system theme config value set."] = "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego."; +$a->strings["Method not allowed for this module. Allowed method(s): %s"] = ""; $a->strings["You must be logged in to use addons. "] = "Musisz być zalogowany(-a), aby korzystać z dodatków. "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."; -$a->strings["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["Miscellaneous"] = "Różny"; +$a->strings["Age: "] = "Wiek: "; +$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD"; +$a->strings["never"] = "nigdy"; +$a->strings["less than a second ago"] = "mniej niż sekundę temu"; +$a->strings["year"] = "rok"; +$a->strings["years"] = "lata"; +$a->strings["months"] = "miesiące"; +$a->strings["weeks"] = "tygodnie"; +$a->strings["days"] = "dni"; +$a->strings["hour"] = "godzina"; +$a->strings["hours"] = "godziny"; +$a->strings["minute"] = "minuta"; +$a->strings["minutes"] = "minuty"; +$a->strings["second"] = "sekunda"; +$a->strings["seconds"] = "sekundy"; +$a->strings["in %1\$d %2\$s"] = "w %1\$d %2\$s"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu"; +$a->strings["(no subject)"] = "(bez tematu)"; $a->strings["Post update version number has been set to %s."] = "Numer wersji aktualizacji posta został ustawiony na %s."; $a->strings["Check for pending update actions."] = "Sprawdź oczekujące działania aktualizacji."; $a->strings["Done."] = "Gotowe."; $a->strings["Execute pending post updates."] = "Wykonaj oczekujące aktualizacje postów."; $a->strings["All pending post updates are done."] = "Wszystkie oczekujące aktualizacje postów są gotowe."; -$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. "; -$a->strings["%s: Updating post-type."] = "%s: Aktualizowanie typu postu."; +$a->strings["Enter new password: "] = "Wprowadź nowe hasło: "; +$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."; +$a->strings["Password changed."] = "Hasło zostało zmienione."; +$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)"; +$a->strings["The contact entries have been archived"] = "Wpisy kontaktów zostały zarchiwizowane"; +$a->strings["No valid account found."] = "Nie znaleziono ważnego konta."; +$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tSzanowny Użytkowniku %1\$s, \n\t\t\tOtrzymano prośbę o ''%2\$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."; +$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe."; +$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."; +$a->strings["Reset"] = "Zresetuj"; +$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem."; +$a->strings["Your new password is"] = "Twoje nowe hasło to"; +$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie"; +$a->strings["click here to login"] = "naciśnij tutaj, aby zalogować się"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s"; +$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"; +$a->strings["User imports on closed servers can only be done by an administrator."] = "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora."; +$a->strings["Move account"] = "Przenieś konto"; +$a->strings["You can import an account from another Friendica server."] = "Możesz zaimportować konto z innego serwera Friendica."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"; +$a->strings["Account file"] = "Pliki konta"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""; +$a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna."; +$a->strings["Not available."] = "Niedostępne."; +$a->strings["Local Community"] = "Lokalna społeczność"; +$a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użytkowników na tym serwerze"; +$a->strings["Global Community"] = "Globalna społeczność"; +$a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."; +$a->strings["Suggested contact not found."] = "Nie znaleziono sugerowanego kontaktu."; +$a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych."; +$a->strings["Suggest Friends"] = "Zaproponuj znajomych"; +$a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s"; +$a->strings["No contacts in common."] = "Brak wspólnych kontaktów."; +$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym"; +$a->strings["{0} requested registration"] = "{0} wymagana rejestracja"; +$a->strings["Remote privacy information not available."] = "Nie są dostępne zdalne informacje o prywatności."; +$a->strings["Visible to:"] = "Widoczne dla:"; +$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."; +$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia."; +$a->strings["View"] = "Widok"; +$a->strings["Create New Event"] = "Stwórz nowe wydarzenie"; +$a->strings["Previous"] = "Poprzedni"; +$a->strings["list"] = "lista"; +$a->strings["Event details"] = "Szczegóły wydarzenia"; +$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane."; +$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:"; +$a->strings["Required"] = "Wymagany"; +$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna"; +$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:"; +$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza"; +$a->strings["Description:"] = "Opis:"; +$a->strings["Title:"] = "Tytuł:"; +$a->strings["Share this event"] = "Udostępnij te wydarzenie"; +$a->strings["Permissions"] = "Uprawnienia"; +$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia"; +$a->strings["Event removed"] = "Wydarzenie zostało usunięte"; +$a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji"; +$a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; +$a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany"; +$a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu"; +$a->strings["calendar"] = "kalendarz"; +$a->strings["The requested item doesn't exist or has been deleted."] = "Żądany element nie istnieje lub został usunięty."; +$a->strings["The feed for this item is unavailable."] = "Kanał dla tego elementu jest niedostępny."; +$a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."; +$a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d wymagany parametr nie został znaleziony w podanej lokacji", + 1 => "%d wymagane parametry nie zostały znalezione w podanej lokacji", + 2 => "%d wymagany parametr nie został znaleziony w podanej lokacji", + 3 => "%d wymagany parametr nie został znaleziony w podanej lokacji", +]; +$a->strings["Introduction complete."] = "Wprowadzanie zakończone."; +$a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu."; +$a->strings["Profile unavailable."] = "Profil niedostępny."; +$a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń."; +$a->strings["Spam protection measures have been invoked."] = "Wprowadzono zabezpieczenia przed spamem."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h."; +$a->strings["Invalid locator"] = "Nieprawidłowy lokalizator"; +$a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś."; +$a->strings["Apparently you are already friends with %s."] = "Wygląda na to, że już jesteście znajomymi z %s."; +$a->strings["Invalid profile URL."] = "Nieprawidłowy adres URL profilu."; +$a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."; +$a->strings["Please login to confirm introduction."] = "Zaloguj się, aby potwierdzić wprowadzenie."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "; +$a->strings["Confirm"] = "Potwierdź"; +$a->strings["Hide this contact"] = "Ukryj kontakt"; +$a->strings["Welcome home %s."] = "Witaj na stronie domowej %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "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ś."; +$a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:"; +$a->strings["Does %s know you?"] = "Czy %s Cię zna?"; +$a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory."; +$a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; +$a->strings["Submit Request"] = "Wyślij zgłoszenie"; +$a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane."; +$a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce."; +$a->strings["No mirroring"] = "Bez dublowania"; +$a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post"; +$a->strings["Mirror as my own posting"] = "Lustro mojego własnego komentarza"; +$a->strings["Return to contact editor"] = "Wróć do edytora kontaktów"; +$a->strings["Refetch contact data"] = "Odśwież dane kontaktowe"; +$a->strings["Remote Self"] = "Zdalny Self"; +$a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."; +$a->strings["Account Nickname"] = "Nazwa konta"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - zastępuje Imię/Pseudonim"; +$a->strings["Account URL"] = "Adres URL konta"; +$a->strings["Account URL Alias"] = ""; +$a->strings["Friend Request URL"] = "Adres URL żądający znajomości"; +$a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość"; +$a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL"; +$a->strings["Poll/Feed URL"] = "Adres Ankiety/RSS"; +$a->strings["New photo from this URL"] = "Nowe zdjęcie z tego adresu URL"; +$a->strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Nie znaleziono identyfikatora."; +$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = ""; +$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = ""; +$a->strings["Invalid request identifier."] = "Nieprawidłowe żądanie identyfikatora."; +$a->strings["Discard"] = "Odrzuć"; +$a->strings["Network Notifications"] = "Powiadomienia sieciowe"; +$a->strings["System Notifications"] = "Powiadomienia systemowe"; +$a->strings["Personal Notifications"] = "Prywatne powiadomienia"; +$a->strings["Home Notifications"] = "Powiadomienia domowe"; +$a->strings["Show unread"] = "Pokaż nieprzeczytane"; +$a->strings["Show all"] = "Pokaż wszystko"; +$a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania"; +$a->strings["Hide Ignored Requests"] = "Ukryj zignorowane prośby"; +$a->strings["Notification type:"] = "Typ powiadomienia:"; +$a->strings["Suggested by:"] = "Sugerowany przez:"; +$a->strings["Claims to be known to you: "] = "Twierdzi, że go/ją znasz: "; +$a->strings["yes"] = "tak"; +$a->strings["no"] = "nie"; +$a->strings["Shall your connection be bidirectional or not?"] = "Czy twoje połączenie ma być dwukierunkowe, czy nie?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; +$a->strings["Friend"] = "Znajomy"; +$a->strings["Sharer"] = "Udostępniający/a"; +$a->strings["Subscriber"] = "Subskrybent"; +$a->strings["No introductions."] = "Brak dostępu."; +$a->strings["No more %s notifications."] = "Brak kolejnych %s powiadomień."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona."; +$a->strings["No recipient selected."] = "Nie wybrano odbiorcy."; +$a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji."; +$a->strings["Message could not be sent."] = "Nie udało się wysłać wiadomości."; +$a->strings["Message collection failure."] = "Błąd zbierania komunikatów."; +$a->strings["Message sent."] = "Wysłano."; +$a->strings["No recipient."] = "Brak odbiorcy."; +$a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:"; +$a->strings["Send Private Message"] = "Wyślij prywatną wiadomość"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."; +$a->strings["To:"] = "Do:"; +$a->strings["Subject:"] = "Temat:"; +$a->strings["Insert web link"] = "Wstaw link"; +$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus"; +$a->strings["No contact provided."] = "Brak kontaktu."; +$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie."; +$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu."; +$a->strings["Done"] = "Gotowe"; +$a->strings["success"] = "powodzenie"; +$a->strings["failed"] = "nie powiodło się"; +$a->strings["Keep this window open until done."] = "Pozostaw to okno otwarte, dopóki nie będzie gotowe."; +$a->strings["The contact could not be added."] = "Nie można dodać kontaktu."; +$a->strings["You already added this contact."] = "Już dodałeś ten kontakt."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."; +$a->strings["Upload"] = "Załaduj"; +$a->strings["Files"] = "Pliki"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych.", + 1 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.", + 2 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.", + 3 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."; +$a->strings["No such group"] = "Nie ma takiej grupy"; +$a->strings["Group: %s"] = "Grupa: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą być widoczne publicznie."; +$a->strings["Latest Activity"] = ""; +$a->strings["Sort by latest activity"] = ""; +$a->strings["Latest Posts"] = ""; +$a->strings["Sort by post received date"] = ""; +$a->strings["Personal"] = "Osobiste"; +$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie"; +$a->strings["New"] = "Nowy"; +$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty"; +$a->strings["Shared Links"] = "Udostępnione łącza"; +$a->strings["Interesting Links"] = "Interesujące linki"; +$a->strings["Starred"] = "Ulubione"; +$a->strings["Favourite Posts"] = "Ulubione posty"; +$a->strings["You aren't following this contact."] = "Nie obserwujesz tego kontaktu."; +$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."; +$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym"; +$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj"; +$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."; +$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."; +$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu"; +$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s"; +$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się."; +$a->strings["Upload File:"] = "Wyślij plik:"; +$a->strings["Select a profile:"] = "Wybierz profil:"; +$a->strings["or"] = "lub"; +$a->strings["skip this step"] = "pomiń ten krok"; +$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu"; +$a->strings["Crop Image"] = "Przytnij zdjęcie"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."; +$a->strings["Done Editing"] = "Zakończono edycję"; +$a->strings["Image uploaded successfully."] = "Pomyślnie wysłano zdjęcie."; +$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się."; +$a->strings["Poke/Prod"] = "Zaczepić"; +$a->strings["poke, prod or do other things to somebody"] = "szturchać, zaczepić lub robić inne rzeczy"; +$a->strings["Recipient"] = "Odbiorca"; +$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić"; +$a->strings["Make this post private"] = "Ustaw ten post jako prywatny"; +$a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia"; +$a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie"; +$a->strings["Contact information unavailable"] = "Informacje o kontakcie są niedostępne"; +$a->strings["Album not found."] = "Nie znaleziono albumu."; +$a->strings["Album successfully deleted"] = "Album został pomyślnie usunięty"; +$a->strings["Album was empty."] = "Album był pusty."; +$a->strings["a photo"] = "zdjęcie"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$szostał oznaczony tagiem %2\$s przez %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"; +$a->strings["Image file is missing"] = "Brak pliku obrazu"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"; +$a->strings["Image file is empty."] = "Plik obrazka jest pusty."; +$a->strings["No photos selected"] = "Nie zaznaczono zdjęć"; +$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; +$a->strings["Upload Photos"] = "Prześlij zdjęcia"; +$a->strings["New album name: "] = "Nazwa nowego albumu: "; +$a->strings["or select existing album:"] = "lub wybierz istniejący album:"; +$a->strings["Do not show a status post for this upload"] = "Nie pokazuj statusu postów dla tego wysłania"; +$a->strings["Show to Groups"] = "Pokaż Grupy"; +$a->strings["Show to Contacts"] = "Pokaż kontakty"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"; +$a->strings["Delete Album"] = "Usuń album"; +$a->strings["Edit Album"] = "Edytuj album"; +$a->strings["Drop Album"] = "Upuść Album"; +$a->strings["Show Newest First"] = "Pokaż najpierw najnowsze"; +$a->strings["Show Oldest First"] = "Pokaż najpierw najstarsze"; +$a->strings["View Photo"] = "Zobacz zdjęcie"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Odmowa dostępu. Dostęp do tych danych może być ograniczony."; +$a->strings["Photo not available"] = "Zdjęcie niedostępne"; +$a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?"; +$a->strings["Delete Photo"] = "Usuń zdjęcie"; +$a->strings["View photo"] = "Zobacz zdjęcie"; +$a->strings["Edit photo"] = "Edytuj zdjęcie"; +$a->strings["Delete photo"] = "Usuń zdjęcie"; +$a->strings["Use as profile photo"] = "Ustaw jako zdjęcie profilowe"; +$a->strings["Private Photo"] = "Prywatne zdjęcie"; +$a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze"; +$a->strings["Tags: "] = "Tagi: "; +$a->strings["[Select tags to remove]"] = "[Wybierz tagi do usunięcia]"; +$a->strings["New album name"] = "Nazwa nowego albumu"; +$a->strings["Caption"] = "Zawartość"; +$a->strings["Add a Tag"] = "Dodaj tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Nie obracaj"; +$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; +$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; +$a->strings["Map"] = "Mapa"; +$a->strings["View Album"] = "Zobacz album"; +$a->strings["Profile not found."] = "Nie znaleziono profilu."; +$a->strings["Profile deleted."] = "Konto usunięte."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Utworzono nowy profil."; +$a->strings["Profile unavailable to clone."] = "Nie można powielić profilu."; +$a->strings["Profile Name is required."] = "Nazwa profilu jest wymagana."; +$a->strings["Marital Status"] = "Stan cywilny"; +$a->strings["Romantic Partner"] = "Romantyczny partner"; +$a->strings["Work/Employment"] = "Praca/Zatrudnienie"; +$a->strings["Religion"] = "Religia"; +$a->strings["Political Views"] = "Poglądy polityczne"; +$a->strings["Gender"] = "Płeć"; +$a->strings["Sexual Preference"] = "Orientacja seksualna"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Strona Główna"; +$a->strings["Interests"] = "Zainteresowania"; +$a->strings["Address"] = "Adres"; +$a->strings["Location"] = "Lokalizacja"; +$a->strings["Profile updated."] = "Profil zaktualizowany."; +$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; +$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:"; +$a->strings["Profile Actions"] = "Akcje profilowe"; +$a->strings["Edit Profile Details"] = "Edytuj informacje o profilu"; +$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe"; +$a->strings["View this profile"] = "Wyświetl ten profil"; +$a->strings["View all profiles"] = "Wyświetl wszystkie profile"; +$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia"; +$a->strings["Clone this profile"] = "Sklonuj ten profil"; +$a->strings["Delete this profile"] = "Usuń ten profil"; +$a->strings["Basic information"] = "Podstawowe informacje"; +$a->strings["Profile picture"] = "Zdjęcie profilowe"; +$a->strings["Preferences"] = "Preferencje"; +$a->strings["Status information"] = "Informacje o stanie"; +$a->strings["Additional information"] = "Dodatkowe informacje"; +$a->strings["Relation"] = "Relacje"; +$a->strings["Your Gender:"] = "Płeć:"; +$a->strings[" Marital Status:"] = " Stan cywilny:"; +$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb"; +$a->strings["Profile Name:"] = "Nazwa profilu:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "To jest Twój publiczny profil.
Może zostać wyświetlony przez każdego kto używa internetu."; +$a->strings["Your Full Name:"] = "Imię i nazwisko:"; +$a->strings["Title/Description:"] = "Tytuł/Opis:"; +$a->strings["Street Address:"] = "Ulica:"; +$a->strings["Locality/City:"] = "Miasto:"; +$a->strings["Region/State:"] = "Województwo/Stan:"; +$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:"; +$a->strings["Country:"] = "Kraj:"; +$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Od [data]:"; +$a->strings["Tell us about yourself..."] = "Napisz o sobie…"; +$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."; +$a->strings["Homepage URL:"] = "Adres URL strony domowej:"; +$a->strings["Religious Views:"] = "Poglądy religijne:"; +$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"; +$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)"; +$a->strings["Musical interests"] = "Muzyka"; +$a->strings["Books, literature"] = "Literatura"; +$a->strings["Television"] = "Telewizja"; +$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka"; +$a->strings["Hobbies/Interests"] = "Zainteresowania"; +$a->strings["Love/romance"] = "Miłość/romans"; +$a->strings["Work/employment"] = "Praca/zatrudnienie"; +$a->strings["School/education"] = "Szkoła/edukacja"; +$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe"; +$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami"; +$a->strings["Invalid request."] = "Nieprawidłowe żądanie."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP"; +$a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?"; +$a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s"; +$a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się."; +$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; +$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica."; +$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."; +$a->strings["%s posted an update."] = "%s zaktualizował wpis."; +$a->strings["Post successful."] = "Pomyślnie opublikowano."; +$a->strings["Account approved."] = "Konto zatwierdzone."; +$a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s"; +$a->strings["Please login."] = "Proszę się zalogować."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."; +$a->strings["Profile Match"] = "Dopasowanie profilu"; +$a->strings["Missing some important data!"] = "Brakuje ważnych danych!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się."; +$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email."; +$a->strings["Features updated"] = "Funkcje zaktualizowane"; +$a->strings["The theme you chose isn't available."] = "Wybrany motyw jest niedostępny."; +$a->strings["Contact CSV file upload error"] = ""; +$a->strings["Importing Contacts done"] = ""; +$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"; +$a->strings["Passwords do not match."] = "Hasła nie pasują do siebie."; +$a->strings["Password unchanged."] = "Hasło niezmienione."; +$a->strings[" Please use a shorter name."] = " Proszę użyć krótszej nazwy."; +$a->strings[" Name too short."] = " Nazwa jest zbyt krótka."; +$a->strings["Invalid email."] = "Niepoprawny e-mail."; +$a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."; +$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; +$a->strings["Add application"] = "Dodaj aplikację"; +$a->strings["Consumer Key"] = "Klucz klienta"; +$a->strings["Consumer Secret"] = "Tajny klucz klienta"; +$a->strings["Redirect"] = "Przekierowanie"; +$a->strings["Icon url"] = "Adres Url ikony"; +$a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji."; +$a->strings["Connected Apps"] = "Powiązane aplikacje"; +$a->strings["Client key starts with"] = "Klucz klienta zaczyna się od"; +$a->strings["No name"] = "Bez nazwy"; +$a->strings["Remove authorization"] = "Odwołaj upoważnienie"; +$a->strings["No Addon settings configured"] = "Brak skonfigurowanych ustawień dodatków"; +$a->strings["Addon Settings"] = "Ustawienia Dodatków"; +$a->strings["Additional Features"] = "Dodatkowe funkcje"; +$a->strings["enabled"] = "włączone"; +$a->strings["disabled"] = "wyłączone"; +$a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla połączenia z %s jest %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Soocial (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Dostęp do e-maila jest wyłączony na tej stronie."; +$a->strings["None"] = "Brak"; +$a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych"; +$a->strings["Accept only top level posts by contacts you follow"] = "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz"; +$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz."; +$a->strings["Disable Content Warning"] = "Wyłącz ostrzeżenie o treści"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś."; +$a->strings["Disable intelligent shortening"] = "Wyłącz inteligentne skracanie"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."; +$a->strings["Attach the link title"] = ""; +$a->strings["When activated, the title of the attached link will be added as a title on posts to Diaspora. This is mostly helpful with \"remote-self\" contacts that share feed content."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"; +$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."; +$a->strings["Default group for OStatus contacts"] = "Domyślna grupa dla kontaktów OStatus"; +$a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społecznościowe GNU"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."; +$a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus"; +$a->strings["Email/Mailbox Setup"] = "Ustawienia emaila/skrzynki mailowej"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową."; +$a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:"; +$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:"; +$a->strings["IMAP port:"] = "Port IMAP:"; +$a->strings["Security:"] = "Ochrona:"; +$a->strings["Email login name:"] = "Nazwa logowania e-mail:"; +$a->strings["Email password:"] = "E-mail hasło:"; +$a->strings["Reply-to address:"] = "Adres zwrotny:"; +$a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny wpis do wszystkich kontaktów e-mail:"; +$a->strings["Action after import:"] = "Akcja po zaimportowaniu:"; +$a->strings["Move to folder"] = "Przenieś do folderu"; +$a->strings["Move to folder:"] = "Przenieś do folderu:"; +$a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)"; +$a->strings["Display Settings"] = "Ustawienia wyglądu"; +$a->strings["Display Theme:"] = "Wyświetl motyw:"; +$a->strings["Mobile Theme:"] = "Motyw dla urządzeń mobilnych:"; +$a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"; +$a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."; +$a->strings["Number of items to display per page:"] = "Liczba elementów do wyświetlenia na stronie:"; +$a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"; +$a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; +$a->strings["Calendar"] = "Kalendarz"; +$a->strings["Beginning of week:"] = "Początek tygodnia:"; +$a->strings["Don't show notices"] = "Nie pokazuj powiadomień"; +$a->strings["Infinite scroll"] = "Nieskończone przewijanie"; +$a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko w górnej części strony sieci"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."; +$a->strings["Bandwidth Saver Mode"] = "Tryb oszczędzania przepustowości"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."; +$a->strings["Disable Smart Threading"] = ""; +$a->strings["Disable the automatic suppression of extraneous thread indentation."] = ""; +$a->strings["General Theme Settings"] = "Ogólne ustawienia motywu"; +$a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów"; +$a->strings["Content Settings"] = "Ustawienia zawartości"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."; +$a->strings["Account Types"] = "Rodzaje kont"; +$a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron"; +$a->strings["Community Forum Subtypes"] = "Podtypy społeczności forum"; +$a->strings["Account for a personal profile."] = "Konto dla profilu osobistego."; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Account for community discussions."] = "Konto do dyskusji w społeczności."; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt."; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."; +$a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]"; +$a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów."; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID."; +$a->strings["Publish your default profile in your local site directory?"] = "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "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."; +$a->strings["Publish your default profile in the global social directory?"] = "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie."; +$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie. Wyszukiwarki innych firm mogą, ale nie muszą przestrzegać tego ustawienia."; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu."; +$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryć dane Twojego profilu przed anonimowymi widzami?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób."; +$a->strings["Allow friends to post to your profile page?"] = "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów."; +$a->strings["Allow friends to tag your posts?"] = "Zezwolić na oznaczanie Twoich postów przez znajomych?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe posty."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."; +$a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."; +$a->strings["Profile is not published."] = "Profil nie jest opublikowany."; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Twój adres tożsamości to '%s' lub '%s'."; +$a->strings["Automatically expire posts after this many days:"] = "Posty wygasną automatycznie po następującej liczbie dni:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."; +$a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygaszania"; +$a->strings["Advanced Expiration"] = "Zaawansowane wygaszanie"; +$a->strings["Expire posts:"] = "Wygasające posty:"; +$a->strings["Expire personal notes:"] = "Wygaszanie osobistych notatek:"; +$a->strings["Expire starred posts:"] = "Wygaszaj posty oznaczone gwiazdką:"; +$a->strings["Expire photos:"] = "Wygasanie zdjęć:"; +$a->strings["Only expire posts by others:"] = "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:"; +$a->strings["Account Settings"] = "Ustawienia konta"; +$a->strings["Password Settings"] = "Ustawienia hasła"; +$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:)."; +$a->strings["Leave password fields blank unless changing"] = "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić."; +$a->strings["Current Password:"] = "Aktualne hasło:"; +$a->strings["Your current password to confirm the changes"] = "Wpisz aktualne hasło, aby potwierdzić zmiany"; +$a->strings["Password:"] = "Hasło:"; +$a->strings["Delete OpenID URL"] = ""; +$a->strings["Basic Settings"] = "Ustawienia podstawowe"; +$a->strings["Email Address:"] = "Adres email:"; +$a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; +$a->strings["Your Language:"] = "Twój język:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili"; +$a->strings["Default Post Location:"] = "Domyślna lokalizacja wiadomości:"; +$a->strings["Use Browser Location:"] = "Używaj lokalizacji przeglądarki:"; +$a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności"; +$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:"; +$a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)"; +$a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości"; +$a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)"; +$a->strings["Default Private Post"] = "Domyślny Prywatny Wpis"; +$a->strings["Default Public Post"] = "Domyślny Publiczny Post"; +$a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:"; +$a->strings["Notification Settings"] = "Ustawienia powiadomień"; +$a->strings["Send a notification email when:"] = "Wysyłaj powiadmonienia na email, kiedy:"; +$a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie"; +$a->strings["Your introductions are confirmed"] = "Twoje zaproszenie jest potwierdzone"; +$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu"; +$a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący."; +$a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość"; +$a->strings["You receive a friend suggestion"] = "Otrzymałeś propozycję od znajomych"; +$a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście"; +$a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście"; +$a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie"; +$a->strings["Show desktop popup on new notifications"] = "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie"; +$a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi"; +$a->strings["Send text only notification emails, without the html part"] = "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"; +$a->strings["Show detailled notifications"] = "Pokazuj szczegółowe powiadomienia"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."; +$a->strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/rodzaju strony"; +$a->strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w sytuacjach specjalnych"; +$a->strings["Import Contacts"] = ""; +$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = ""; +$a->strings["Upload File"] = ""; +$a->strings["Relocate"] = "Przeniesienie"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."; +$a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów"; +$a->strings["Contact suggestion successfully ignored."] = "Sugestia kontaktu została zignorowana."; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."; +$a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chcesz usunąć te sugestie ?"; +$a->strings["Ignore/Hide"] = "Ignoruj/Ukryj"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."; +$a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana"; +$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej:"; +$a->strings["Confirmation completed successfully."] = "Potwierdzenie zostało pomyślnie zakończone."; +$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."; +$a->strings["Introduction failed or was revoked."] = "Wprowadzenie nie powiodło się lub zostało odwołane."; +$a->strings["Remote site reported: "] = "Zgłoszona zdana strona:"; +$a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej uszkodzony."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został podany pusty adres URL witryny lub nie można go odszyfrować."; +$a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie"; +$a->strings["Site public key not available in contact record for URL %s."] = "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."; +$a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie."; +$a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"; +$a->strings["User deleted their account"] = "Użytkownik usunął swoje konto"; +$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych."; +$a->strings["The user id is %d"] = "Identyfikatorem użytkownika jest %d"; +$a->strings["Remove My Account"] = "Usuń moje konto"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."; +$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji:"; +$a->strings["Wall Photos"] = "Tablica zdjęć"; +$a->strings["Item not found"] = "Nie znaleziono elementu"; +$a->strings["Edit post"] = "Edytuj post"; +$a->strings["web link"] = "odnośnik sieciowy"; +$a->strings["Insert video link"] = "Wstaw link do filmu"; +$a->strings["video link"] = "link do filmu"; +$a->strings["Insert audio link"] = "Wstaw link do audio"; +$a->strings["audio link"] = "link do audio"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s śledzi %3\$s %2\$s"; +$a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych."; +$a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?"; +$a->strings["Conversation not found."] = "Nie znaleziono rozmowy."; +$a->strings["Message deleted."] = "Wiadomość usunięta."; +$a->strings["Conversation removed."] = "Rozmowa usunięta."; +$a->strings["No messages."] = "Brak wiadomości."; +$a->strings["Message not available."] = "Wiadomość nie jest dostępna."; +$a->strings["Delete message"] = "Usuń wiadomość"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:m A"; +$a->strings["Delete conversation"] = "Usuń rozmowę"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy."; +$a->strings["Send Reply"] = "Odpowiedz"; +$a->strings["Unknown sender - %s"] = "Nieznany nadawca - %s"; +$a->strings["You and %s"] = "Ty i %s"; +$a->strings["%s and You"] = "%s i ty"; +$a->strings["%d message"] = [ + 0 => "%d wiadomość", + 1 => "%d wiadomości", + 2 => "%d wiadomości", + 3 => "%d wiadomości", +]; +$a->strings["Resubscribing to OStatus contacts"] = "Ponowne subskrybowanie kontaktów OStatus"; +$a->strings["No profile"] = "Brak profilu"; +$a->strings["Permission denied"] = "Odmowa dostępu"; +$a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika."; +$a->strings["Profile Visibility Editor"] = "Ustawienia widoczności profilu"; +$a->strings["Visible To"] = "Widoczne dla"; +$a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"; +$a->strings["Tag(s) removed"] = "Usunięty Tag(i) "; +$a->strings["Remove Item Tag"] = "Usuń pozycję Tag"; +$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia: "; +$a->strings["No videos selected"] = "Nie zaznaczono filmów"; +$a->strings["Recent Videos"] = "Ostatnio dodane filmy"; +$a->strings["Upload New Videos"] = "Wstaw nowe filmy"; diff --git a/view/templates/acl_selector.tpl b/view/templates/acl_selector.tpl index a5929900b3..a9da4f6118 100644 --- a/view/templates/acl_selector.tpl +++ b/view/templates/acl_selector.tpl @@ -145,6 +145,15 @@ identify: function(obj) { return obj.type + '-' + obj.id.toString(); }, datumTokenizer: Bloodhound.tokenizers.obj.whitespace(['name', 'addr']), queryTokenizer: Bloodhound.tokenizers.whitespace, + sorter: function (itemA, itemB) { + if (itemA.name === itemB.name) { + return 0; + } else if (itemA.name > itemB.name) { + return 1; + } else { + return -1; + } + }, }); acl.initialize();